Update of swagger client
This commit is contained in:
parent
e3f0b4694e
commit
6e0018e91c
51 changed files with 1063 additions and 1063 deletions
|
@ -147,20 +147,6 @@ func (o *GetAlliancesAllianceIDInternalServerError) readResponse(response runtim
|
|||
return nil
|
||||
}
|
||||
|
||||
/*GetAlliancesAllianceIDInternalServerErrorBody get_alliances_alliance_id_internal_server_error
|
||||
//
|
||||
// Internal server error
|
||||
swagger:model GetAlliancesAllianceIDInternalServerErrorBody
|
||||
*/
|
||||
type GetAlliancesAllianceIDInternalServerErrorBody struct {
|
||||
|
||||
// get_alliances_alliance_id_500_internal_server_error
|
||||
//
|
||||
// Internal server error message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
||||
/*GetAlliancesAllianceIDOKBody get_alliances_alliance_id_ok
|
||||
//
|
||||
// 200 ok object
|
||||
|
@ -206,3 +192,17 @@ type GetAlliancesAllianceIDNotFoundBody struct {
|
|||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
||||
/*GetAlliancesAllianceIDInternalServerErrorBody get_alliances_alliance_id_internal_server_error
|
||||
//
|
||||
// Internal server error
|
||||
swagger:model GetAlliancesAllianceIDInternalServerErrorBody
|
||||
*/
|
||||
type GetAlliancesAllianceIDInternalServerErrorBody struct {
|
||||
|
||||
// get_alliances_alliance_id_500_internal_server_error
|
||||
//
|
||||
// Internal server error message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
|
|
@ -147,6 +147,20 @@ func (o *GetCharactersCharacterIDAssetsInternalServerError) readResponse(respons
|
|||
return nil
|
||||
}
|
||||
|
||||
/*GetCharactersCharacterIDAssetsInternalServerErrorBody get_characters_character_id_assets_internal_server_error
|
||||
//
|
||||
// Internal server error
|
||||
swagger:model GetCharactersCharacterIDAssetsInternalServerErrorBody
|
||||
*/
|
||||
type GetCharactersCharacterIDAssetsInternalServerErrorBody struct {
|
||||
|
||||
// get_characters_character_id_assets_500_internal_server_error
|
||||
//
|
||||
// Internal server error message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
||||
/*GetCharactersCharacterIDAssetsOKBodyItems0 get_characters_character_id_assets_200_ok
|
||||
//
|
||||
// 200 ok object
|
||||
|
@ -209,17 +223,3 @@ type GetCharactersCharacterIDAssetsForbiddenBody struct {
|
|||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
||||
/*GetCharactersCharacterIDAssetsInternalServerErrorBody get_characters_character_id_assets_internal_server_error
|
||||
//
|
||||
// Internal server error
|
||||
swagger:model GetCharactersCharacterIDAssetsInternalServerErrorBody
|
||||
*/
|
||||
type GetCharactersCharacterIDAssetsInternalServerErrorBody struct {
|
||||
|
||||
// get_characters_character_id_assets_500_internal_server_error
|
||||
//
|
||||
// Internal server error message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
|
|
@ -147,40 +147,6 @@ func (o *GetCharactersCharacterIDBookmarksInternalServerError) readResponse(resp
|
|||
return nil
|
||||
}
|
||||
|
||||
/*GetCharactersCharacterIDBookmarksOKBodyItems0Target get_characters_character_id_bookmarks_target
|
||||
//
|
||||
// target object
|
||||
swagger:model GetCharactersCharacterIDBookmarksOKBodyItems0Target
|
||||
*/
|
||||
type GetCharactersCharacterIDBookmarksOKBodyItems0Target struct {
|
||||
|
||||
// coordinates
|
||||
Coordinates *GetCharactersCharacterIDBookmarksOKBodyItems0TargetCoordinates `json:"coordinates,omitempty"`
|
||||
|
||||
// item
|
||||
Item *GetCharactersCharacterIDBookmarksOKBodyItems0TargetItem `json:"item,omitempty"`
|
||||
|
||||
// get_characters_character_id_bookmarks_location_id
|
||||
//
|
||||
// location_id integer
|
||||
// Required: true
|
||||
LocationID *int64 `json:"location_id"`
|
||||
}
|
||||
|
||||
/*GetCharactersCharacterIDBookmarksForbiddenBody get_characters_character_id_bookmarks_forbidden
|
||||
//
|
||||
// Forbidden
|
||||
swagger:model GetCharactersCharacterIDBookmarksForbiddenBody
|
||||
*/
|
||||
type GetCharactersCharacterIDBookmarksForbiddenBody struct {
|
||||
|
||||
// get_characters_character_id_bookmarks_403_forbidden
|
||||
//
|
||||
// Forbidden message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
||||
/*GetCharactersCharacterIDBookmarksInternalServerErrorBody get_characters_character_id_bookmarks_internal_server_error
|
||||
//
|
||||
// Internal server error
|
||||
|
@ -195,32 +161,6 @@ type GetCharactersCharacterIDBookmarksInternalServerErrorBody struct {
|
|||
Error *string `json:"error"`
|
||||
}
|
||||
|
||||
/*GetCharactersCharacterIDBookmarksOKBodyItems0TargetCoordinates get_characters_character_id_bookmarks_coordinates
|
||||
//
|
||||
// coordinates object
|
||||
swagger:model GetCharactersCharacterIDBookmarksOKBodyItems0TargetCoordinates
|
||||
*/
|
||||
type GetCharactersCharacterIDBookmarksOKBodyItems0TargetCoordinates struct {
|
||||
|
||||
// get_characters_character_id_bookmarks_x
|
||||
//
|
||||
// x number
|
||||
// Required: true
|
||||
X *float64 `json:"x"`
|
||||
|
||||
// get_characters_character_id_bookmarks_y
|
||||
//
|
||||
// y number
|
||||
// Required: true
|
||||
Y *float64 `json:"y"`
|
||||
|
||||
// get_characters_character_id_bookmarks_z
|
||||
//
|
||||
// z number
|
||||
// Required: true
|
||||
Z *float64 `json:"z"`
|
||||
}
|
||||
|
||||
/*GetCharactersCharacterIDBookmarksOKBodyItems0 get_characters_character_id_bookmarks_200_ok
|
||||
//
|
||||
// 200 ok object
|
||||
|
@ -274,6 +214,32 @@ type GetCharactersCharacterIDBookmarksOKBodyItems0 struct {
|
|||
Target *GetCharactersCharacterIDBookmarksOKBodyItems0Target `json:"target"`
|
||||
}
|
||||
|
||||
/*GetCharactersCharacterIDBookmarksOKBodyItems0TargetCoordinates get_characters_character_id_bookmarks_coordinates
|
||||
//
|
||||
// coordinates object
|
||||
swagger:model GetCharactersCharacterIDBookmarksOKBodyItems0TargetCoordinates
|
||||
*/
|
||||
type GetCharactersCharacterIDBookmarksOKBodyItems0TargetCoordinates struct {
|
||||
|
||||
// get_characters_character_id_bookmarks_x
|
||||
//
|
||||
// x number
|
||||
// Required: true
|
||||
X *float64 `json:"x"`
|
||||
|
||||
// get_characters_character_id_bookmarks_y
|
||||
//
|
||||
// y number
|
||||
// Required: true
|
||||
Y *float64 `json:"y"`
|
||||
|
||||
// get_characters_character_id_bookmarks_z
|
||||
//
|
||||
// z number
|
||||
// Required: true
|
||||
Z *float64 `json:"z"`
|
||||
}
|
||||
|
||||
/*GetCharactersCharacterIDBookmarksOKBodyItems0TargetItem get_characters_character_id_bookmarks_item
|
||||
//
|
||||
// item object
|
||||
|
@ -293,3 +259,37 @@ type GetCharactersCharacterIDBookmarksOKBodyItems0TargetItem struct {
|
|||
// Required: true
|
||||
TypeID *int32 `json:"type_id"`
|
||||
}
|
||||
|
||||
/*GetCharactersCharacterIDBookmarksOKBodyItems0Target get_characters_character_id_bookmarks_target
|
||||
//
|
||||
// target object
|
||||
swagger:model GetCharactersCharacterIDBookmarksOKBodyItems0Target
|
||||
*/
|
||||
type GetCharactersCharacterIDBookmarksOKBodyItems0Target struct {
|
||||
|
||||
// coordinates
|
||||
Coordinates *GetCharactersCharacterIDBookmarksOKBodyItems0TargetCoordinates `json:"coordinates,omitempty"`
|
||||
|
||||
// item
|
||||
Item *GetCharactersCharacterIDBookmarksOKBodyItems0TargetItem `json:"item,omitempty"`
|
||||
|
||||
// get_characters_character_id_bookmarks_location_id
|
||||
//
|
||||
// location_id integer
|
||||
// Required: true
|
||||
LocationID *int64 `json:"location_id"`
|
||||
}
|
||||
|
||||
/*GetCharactersCharacterIDBookmarksForbiddenBody get_characters_character_id_bookmarks_forbidden
|
||||
//
|
||||
// Forbidden
|
||||
swagger:model GetCharactersCharacterIDBookmarksForbiddenBody
|
||||
*/
|
||||
type GetCharactersCharacterIDBookmarksForbiddenBody struct {
|
||||
|
||||
// get_characters_character_id_bookmarks_403_forbidden
|
||||
//
|
||||
// Forbidden message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
|
|
@ -147,6 +147,34 @@ func (o *GetCharactersCharacterIDCalendarInternalServerError) readResponse(respo
|
|||
return nil
|
||||
}
|
||||
|
||||
/*GetCharactersCharacterIDCalendarForbiddenBody get_characters_character_id_calendar_forbidden
|
||||
//
|
||||
// Forbidden
|
||||
swagger:model GetCharactersCharacterIDCalendarForbiddenBody
|
||||
*/
|
||||
type GetCharactersCharacterIDCalendarForbiddenBody struct {
|
||||
|
||||
// get_characters_character_id_calendar_403_forbidden
|
||||
//
|
||||
// Forbidden message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
||||
/*GetCharactersCharacterIDCalendarInternalServerErrorBody get_characters_character_id_calendar_internal_server_error
|
||||
//
|
||||
// Internal server error
|
||||
swagger:model GetCharactersCharacterIDCalendarInternalServerErrorBody
|
||||
*/
|
||||
type GetCharactersCharacterIDCalendarInternalServerErrorBody struct {
|
||||
|
||||
// get_characters_character_id_calendar_500_internal_server_error
|
||||
//
|
||||
// Internal server error message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
||||
/*GetCharactersCharacterIDCalendarOKBodyItems0 get_characters_character_id_calendar_200_ok
|
||||
//
|
||||
// event
|
||||
|
@ -179,31 +207,3 @@ type GetCharactersCharacterIDCalendarOKBodyItems0 struct {
|
|||
// title string
|
||||
Title string `json:"title,omitempty"`
|
||||
}
|
||||
|
||||
/*GetCharactersCharacterIDCalendarForbiddenBody get_characters_character_id_calendar_forbidden
|
||||
//
|
||||
// Forbidden
|
||||
swagger:model GetCharactersCharacterIDCalendarForbiddenBody
|
||||
*/
|
||||
type GetCharactersCharacterIDCalendarForbiddenBody struct {
|
||||
|
||||
// get_characters_character_id_calendar_403_forbidden
|
||||
//
|
||||
// Forbidden message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
||||
/*GetCharactersCharacterIDCalendarInternalServerErrorBody get_characters_character_id_calendar_internal_server_error
|
||||
//
|
||||
// Internal server error
|
||||
swagger:model GetCharactersCharacterIDCalendarInternalServerErrorBody
|
||||
*/
|
||||
type GetCharactersCharacterIDCalendarInternalServerErrorBody struct {
|
||||
|
||||
// get_characters_character_id_calendar_500_internal_server_error
|
||||
//
|
||||
// Internal server error message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
|
|
@ -122,20 +122,6 @@ func (o *PutCharactersCharacterIDCalendarEventIDInternalServerError) readRespons
|
|||
return nil
|
||||
}
|
||||
|
||||
/*PutCharactersCharacterIDCalendarEventIDBody put_characters_character_id_calendar_event_id_response
|
||||
//
|
||||
// response schema
|
||||
swagger:model PutCharactersCharacterIDCalendarEventIDBody
|
||||
*/
|
||||
type PutCharactersCharacterIDCalendarEventIDBody struct {
|
||||
|
||||
// put_characters_character_id_calendar_event_id_response
|
||||
//
|
||||
// response string
|
||||
// Required: true
|
||||
Response *string `json:"response"`
|
||||
}
|
||||
|
||||
/*PutCharactersCharacterIDCalendarEventIDForbiddenBody put_characters_character_id_calendar_event_id_forbidden
|
||||
//
|
||||
// Forbidden
|
||||
|
@ -163,3 +149,17 @@ type PutCharactersCharacterIDCalendarEventIDInternalServerErrorBody struct {
|
|||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
||||
/*PutCharactersCharacterIDCalendarEventIDBody put_characters_character_id_calendar_event_id_response
|
||||
//
|
||||
// response schema
|
||||
swagger:model PutCharactersCharacterIDCalendarEventIDBody
|
||||
*/
|
||||
type PutCharactersCharacterIDCalendarEventIDBody struct {
|
||||
|
||||
// put_characters_character_id_calendar_event_id_response
|
||||
//
|
||||
// response string
|
||||
// Required: true
|
||||
Response *string `json:"response"`
|
||||
}
|
||||
|
|
|
@ -147,6 +147,20 @@ func (o *GetCharactersCharacterIDPortraitInternalServerError) readResponse(respo
|
|||
return nil
|
||||
}
|
||||
|
||||
/*GetCharactersCharacterIDPortraitInternalServerErrorBody get_characters_character_id_portrait_internal_server_error
|
||||
//
|
||||
// Internal server error
|
||||
swagger:model GetCharactersCharacterIDPortraitInternalServerErrorBody
|
||||
*/
|
||||
type GetCharactersCharacterIDPortraitInternalServerErrorBody struct {
|
||||
|
||||
// get_characters_character_id_portrait_500_internal_server_error
|
||||
//
|
||||
// Internal server error message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
||||
/*GetCharactersCharacterIDPortraitOKBody get_characters_character_id_portrait_ok
|
||||
//
|
||||
// 200 ok object
|
||||
|
@ -192,17 +206,3 @@ type GetCharactersCharacterIDPortraitNotFoundBody struct {
|
|||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
||||
/*GetCharactersCharacterIDPortraitInternalServerErrorBody get_characters_character_id_portrait_internal_server_error
|
||||
//
|
||||
// Internal server error
|
||||
swagger:model GetCharactersCharacterIDPortraitInternalServerErrorBody
|
||||
*/
|
||||
type GetCharactersCharacterIDPortraitInternalServerErrorBody struct {
|
||||
|
||||
// get_characters_character_id_portrait_500_internal_server_error
|
||||
//
|
||||
// Internal server error message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
|
|
@ -128,34 +128,6 @@ func (o *PostCharactersCharacterIDCspaInternalServerError) readResponse(response
|
|||
return nil
|
||||
}
|
||||
|
||||
/*PostCharactersCharacterIDCspaForbiddenBody post_characters_character_id_cspa_forbidden
|
||||
//
|
||||
// Forbidden
|
||||
swagger:model PostCharactersCharacterIDCspaForbiddenBody
|
||||
*/
|
||||
type PostCharactersCharacterIDCspaForbiddenBody struct {
|
||||
|
||||
// post_characters_character_id_cspa_403_forbidden
|
||||
//
|
||||
// Forbidden message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
||||
/*PostCharactersCharacterIDCspaInternalServerErrorBody post_characters_character_id_cspa_internal_server_error
|
||||
//
|
||||
// Internal server error
|
||||
swagger:model PostCharactersCharacterIDCspaInternalServerErrorBody
|
||||
*/
|
||||
type PostCharactersCharacterIDCspaInternalServerErrorBody struct {
|
||||
|
||||
// post_characters_character_id_cspa_500_internal_server_error
|
||||
//
|
||||
// Internal server error message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
||||
/*PostCharactersCharacterIDCspaBody post_characters_character_id_cspa_characters
|
||||
//
|
||||
// characters schema
|
||||
|
@ -185,3 +157,31 @@ type PostCharactersCharacterIDCspaCreatedBody struct {
|
|||
// Required: true
|
||||
Cost *int64 `json:"cost"`
|
||||
}
|
||||
|
||||
/*PostCharactersCharacterIDCspaForbiddenBody post_characters_character_id_cspa_forbidden
|
||||
//
|
||||
// Forbidden
|
||||
swagger:model PostCharactersCharacterIDCspaForbiddenBody
|
||||
*/
|
||||
type PostCharactersCharacterIDCspaForbiddenBody struct {
|
||||
|
||||
// post_characters_character_id_cspa_403_forbidden
|
||||
//
|
||||
// Forbidden message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
||||
/*PostCharactersCharacterIDCspaInternalServerErrorBody post_characters_character_id_cspa_internal_server_error
|
||||
//
|
||||
// Internal server error
|
||||
swagger:model PostCharactersCharacterIDCspaInternalServerErrorBody
|
||||
*/
|
||||
type PostCharactersCharacterIDCspaInternalServerErrorBody struct {
|
||||
|
||||
// post_characters_character_id_cspa_500_internal_server_error
|
||||
//
|
||||
// Internal server error message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
|
|
@ -147,26 +147,6 @@ func (o *GetCharactersCharacterIDContactsLabelsInternalServerError) readResponse
|
|||
return nil
|
||||
}
|
||||
|
||||
/*GetCharactersCharacterIDContactsLabelsOKBodyItems0 get_characters_character_id_contacts_labels_200_ok
|
||||
//
|
||||
// 200 ok object
|
||||
swagger:model GetCharactersCharacterIDContactsLabelsOKBodyItems0
|
||||
*/
|
||||
type GetCharactersCharacterIDContactsLabelsOKBodyItems0 struct {
|
||||
|
||||
// get_characters_character_id_contacts_labels_label_id
|
||||
//
|
||||
// label_id integer
|
||||
// Required: true
|
||||
LabelID *int64 `json:"label_id"`
|
||||
|
||||
// get_characters_character_id_contacts_labels_label_name
|
||||
//
|
||||
// label_name string
|
||||
// Required: true
|
||||
LabelName *string `json:"label_name"`
|
||||
}
|
||||
|
||||
/*GetCharactersCharacterIDContactsLabelsForbiddenBody get_characters_character_id_contacts_labels_forbidden
|
||||
//
|
||||
// Forbidden
|
||||
|
@ -194,3 +174,23 @@ type GetCharactersCharacterIDContactsLabelsInternalServerErrorBody struct {
|
|||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
||||
/*GetCharactersCharacterIDContactsLabelsOKBodyItems0 get_characters_character_id_contacts_labels_200_ok
|
||||
//
|
||||
// 200 ok object
|
||||
swagger:model GetCharactersCharacterIDContactsLabelsOKBodyItems0
|
||||
*/
|
||||
type GetCharactersCharacterIDContactsLabelsOKBodyItems0 struct {
|
||||
|
||||
// get_characters_character_id_contacts_labels_label_id
|
||||
//
|
||||
// label_id integer
|
||||
// Required: true
|
||||
LabelID *int64 `json:"label_id"`
|
||||
|
||||
// get_characters_character_id_contacts_labels_label_name
|
||||
//
|
||||
// label_name string
|
||||
// Required: true
|
||||
LabelName *string `json:"label_name"`
|
||||
}
|
||||
|
|
|
@ -128,20 +128,6 @@ func (o *PostCharactersCharacterIDContactsInternalServerError) readResponse(resp
|
|||
return nil
|
||||
}
|
||||
|
||||
/*PostCharactersCharacterIDContactsForbiddenBody post_characters_character_id_contacts_forbidden
|
||||
//
|
||||
// Forbidden
|
||||
swagger:model PostCharactersCharacterIDContactsForbiddenBody
|
||||
*/
|
||||
type PostCharactersCharacterIDContactsForbiddenBody struct {
|
||||
|
||||
// post_characters_character_id_contacts_403_forbidden
|
||||
//
|
||||
// Forbidden message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
||||
/*PostCharactersCharacterIDContactsInternalServerErrorBody post_characters_character_id_contacts_internal_server_error
|
||||
//
|
||||
// Internal server error
|
||||
|
@ -155,3 +141,17 @@ type PostCharactersCharacterIDContactsInternalServerErrorBody struct {
|
|||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
||||
/*PostCharactersCharacterIDContactsForbiddenBody post_characters_character_id_contacts_forbidden
|
||||
//
|
||||
// Forbidden
|
||||
swagger:model PostCharactersCharacterIDContactsForbiddenBody
|
||||
*/
|
||||
type PostCharactersCharacterIDContactsForbiddenBody struct {
|
||||
|
||||
// post_characters_character_id_contacts_403_forbidden
|
||||
//
|
||||
// Forbidden message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
|
|
@ -147,20 +147,6 @@ func (o *GetCorporationsCorporationIDInternalServerError) readResponse(response
|
|||
return nil
|
||||
}
|
||||
|
||||
/*GetCorporationsCorporationIDInternalServerErrorBody get_corporations_corporation_id_internal_server_error
|
||||
//
|
||||
// Internal server error
|
||||
swagger:model GetCorporationsCorporationIDInternalServerErrorBody
|
||||
*/
|
||||
type GetCorporationsCorporationIDInternalServerErrorBody struct {
|
||||
|
||||
// get_corporations_corporation_id_500_internal_server_error
|
||||
//
|
||||
// Internal server error message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
||||
/*GetCorporationsCorporationIDOKBody get_corporations_corporation_id_ok
|
||||
//
|
||||
// 200 ok object
|
||||
|
@ -212,3 +198,17 @@ type GetCorporationsCorporationIDNotFoundBody struct {
|
|||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
||||
/*GetCorporationsCorporationIDInternalServerErrorBody get_corporations_corporation_id_internal_server_error
|
||||
//
|
||||
// Internal server error
|
||||
swagger:model GetCorporationsCorporationIDInternalServerErrorBody
|
||||
*/
|
||||
type GetCorporationsCorporationIDInternalServerErrorBody struct {
|
||||
|
||||
// get_corporations_corporation_id_500_internal_server_error
|
||||
//
|
||||
// Internal server error message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
|
|
@ -147,20 +147,6 @@ func (o *GetCharactersCharacterIDFittingsInternalServerError) readResponse(respo
|
|||
return nil
|
||||
}
|
||||
|
||||
/*GetCharactersCharacterIDFittingsForbiddenBody get_characters_character_id_fittings_forbidden
|
||||
//
|
||||
// Forbidden
|
||||
swagger:model GetCharactersCharacterIDFittingsForbiddenBody
|
||||
*/
|
||||
type GetCharactersCharacterIDFittingsForbiddenBody struct {
|
||||
|
||||
// get_characters_character_id_fittings_403_forbidden
|
||||
//
|
||||
// Forbidden message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
||||
/*GetCharactersCharacterIDFittingsInternalServerErrorBody get_characters_character_id_fittings_internal_server_error
|
||||
//
|
||||
// Internal server error
|
||||
|
@ -238,3 +224,17 @@ type GetCharactersCharacterIDFittingsOKBodyItems0ItemsItems0 struct {
|
|||
// Required: true
|
||||
TypeID *int32 `json:"type_id"`
|
||||
}
|
||||
|
||||
/*GetCharactersCharacterIDFittingsForbiddenBody get_characters_character_id_fittings_forbidden
|
||||
//
|
||||
// Forbidden
|
||||
swagger:model GetCharactersCharacterIDFittingsForbiddenBody
|
||||
*/
|
||||
type GetCharactersCharacterIDFittingsForbiddenBody struct {
|
||||
|
||||
// get_characters_character_id_fittings_403_forbidden
|
||||
//
|
||||
// Forbidden message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
|
|
@ -128,44 +128,6 @@ func (o *PostCharactersCharacterIDFittingsInternalServerError) readResponse(resp
|
|||
return nil
|
||||
}
|
||||
|
||||
/*PostCharactersCharacterIDFittingsBody post_characters_character_id_fittings_fitting
|
||||
//
|
||||
// fitting object
|
||||
swagger:model PostCharactersCharacterIDFittingsBody
|
||||
*/
|
||||
type PostCharactersCharacterIDFittingsBody struct {
|
||||
|
||||
// post_characters_character_id_fittings_description
|
||||
//
|
||||
// description string
|
||||
// Required: true
|
||||
// Max Length: 500
|
||||
// Min Length: 1
|
||||
Description *string `json:"description"`
|
||||
|
||||
// post_characters_character_id_fittings_items
|
||||
//
|
||||
// items array
|
||||
// Required: true
|
||||
// Max Items: 255
|
||||
// Min Items: 1
|
||||
Items []*ItemsItems0 `json:"items"`
|
||||
|
||||
// post_characters_character_id_fittings_name
|
||||
//
|
||||
// name string
|
||||
// Required: true
|
||||
// Max Length: 50
|
||||
// Min Length: 1
|
||||
Name *string `json:"name"`
|
||||
|
||||
// post_characters_character_id_fittings_ship_type_id
|
||||
//
|
||||
// ship_type_id integer
|
||||
// Required: true
|
||||
ShipTypeID *int32 `json:"ship_type_id"`
|
||||
}
|
||||
|
||||
/*PostCharactersCharacterIDFittingsCreatedBody post_characters_character_id_fittings_created
|
||||
//
|
||||
// 201 created object
|
||||
|
@ -207,3 +169,41 @@ type PostCharactersCharacterIDFittingsInternalServerErrorBody struct {
|
|||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
||||
/*PostCharactersCharacterIDFittingsBody post_characters_character_id_fittings_fitting
|
||||
//
|
||||
// fitting object
|
||||
swagger:model PostCharactersCharacterIDFittingsBody
|
||||
*/
|
||||
type PostCharactersCharacterIDFittingsBody struct {
|
||||
|
||||
// post_characters_character_id_fittings_description
|
||||
//
|
||||
// description string
|
||||
// Required: true
|
||||
// Max Length: 500
|
||||
// Min Length: 1
|
||||
Description *string `json:"description"`
|
||||
|
||||
// post_characters_character_id_fittings_items
|
||||
//
|
||||
// items array
|
||||
// Required: true
|
||||
// Max Items: 255
|
||||
// Min Items: 1
|
||||
Items []*ItemsItems0 `json:"items"`
|
||||
|
||||
// post_characters_character_id_fittings_name
|
||||
//
|
||||
// name string
|
||||
// Required: true
|
||||
// Max Length: 50
|
||||
// Min Length: 1
|
||||
Name *string `json:"name"`
|
||||
|
||||
// post_characters_character_id_fittings_ship_type_id
|
||||
//
|
||||
// ship_type_id integer
|
||||
// Required: true
|
||||
ShipTypeID *int32 `json:"ship_type_id"`
|
||||
}
|
||||
|
|
|
@ -156,30 +156,16 @@ func (o *DeleteFleetsFleetIDMembersMemberIDInternalServerError) readResponse(res
|
|||
return nil
|
||||
}
|
||||
|
||||
/*DeleteFleetsFleetIDMembersMemberIDForbiddenBody delete_fleets_fleet_id_members_member_id_forbidden
|
||||
//
|
||||
// Forbidden
|
||||
swagger:model DeleteFleetsFleetIDMembersMemberIDForbiddenBody
|
||||
*/
|
||||
type DeleteFleetsFleetIDMembersMemberIDForbiddenBody struct {
|
||||
|
||||
// delete_fleets_fleet_id_members_member_id_403_forbidden
|
||||
//
|
||||
// Forbidden message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
||||
/*DeleteFleetsFleetIDMembersMemberIDNotFoundBody delete_fleets_fleet_id_members_member_id_not_found
|
||||
//
|
||||
// 404 not found object
|
||||
// Not found
|
||||
swagger:model DeleteFleetsFleetIDMembersMemberIDNotFoundBody
|
||||
*/
|
||||
type DeleteFleetsFleetIDMembersMemberIDNotFoundBody struct {
|
||||
|
||||
// delete_fleets_fleet_id_members_member_id_error
|
||||
// delete_fleets_fleet_id_members_member_id_404_not_found
|
||||
//
|
||||
// Error message
|
||||
// Not found message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
@ -197,3 +183,17 @@ type DeleteFleetsFleetIDMembersMemberIDInternalServerErrorBody struct {
|
|||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
||||
/*DeleteFleetsFleetIDMembersMemberIDForbiddenBody delete_fleets_fleet_id_members_member_id_forbidden
|
||||
//
|
||||
// Forbidden
|
||||
swagger:model DeleteFleetsFleetIDMembersMemberIDForbiddenBody
|
||||
*/
|
||||
type DeleteFleetsFleetIDMembersMemberIDForbiddenBody struct {
|
||||
|
||||
// delete_fleets_fleet_id_members_member_id_403_forbidden
|
||||
//
|
||||
// Forbidden message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
|
|
@ -156,16 +156,30 @@ func (o *DeleteFleetsFleetIDSquadsSquadIDInternalServerError) readResponse(respo
|
|||
return nil
|
||||
}
|
||||
|
||||
/*DeleteFleetsFleetIDSquadsSquadIDForbiddenBody delete_fleets_fleet_id_squads_squad_id_forbidden
|
||||
//
|
||||
// Forbidden
|
||||
swagger:model DeleteFleetsFleetIDSquadsSquadIDForbiddenBody
|
||||
*/
|
||||
type DeleteFleetsFleetIDSquadsSquadIDForbiddenBody struct {
|
||||
|
||||
// delete_fleets_fleet_id_squads_squad_id_403_forbidden
|
||||
//
|
||||
// Forbidden message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
||||
/*DeleteFleetsFleetIDSquadsSquadIDNotFoundBody delete_fleets_fleet_id_squads_squad_id_not_found
|
||||
//
|
||||
// 404 not found object
|
||||
// Not found
|
||||
swagger:model DeleteFleetsFleetIDSquadsSquadIDNotFoundBody
|
||||
*/
|
||||
type DeleteFleetsFleetIDSquadsSquadIDNotFoundBody struct {
|
||||
|
||||
// delete_fleets_fleet_id_squads_squad_id_error
|
||||
// delete_fleets_fleet_id_squads_squad_id_404_not_found
|
||||
//
|
||||
// Error message
|
||||
// Not found message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
@ -183,17 +197,3 @@ type DeleteFleetsFleetIDSquadsSquadIDInternalServerErrorBody struct {
|
|||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
||||
/*DeleteFleetsFleetIDSquadsSquadIDForbiddenBody delete_fleets_fleet_id_squads_squad_id_forbidden
|
||||
//
|
||||
// Forbidden
|
||||
swagger:model DeleteFleetsFleetIDSquadsSquadIDForbiddenBody
|
||||
*/
|
||||
type DeleteFleetsFleetIDSquadsSquadIDForbiddenBody struct {
|
||||
|
||||
// delete_fleets_fleet_id_squads_squad_id_403_forbidden
|
||||
//
|
||||
// Forbidden message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
|
|
@ -156,20 +156,6 @@ func (o *DeleteFleetsFleetIDWingsWingIDInternalServerError) readResponse(respons
|
|||
return nil
|
||||
}
|
||||
|
||||
/*DeleteFleetsFleetIDWingsWingIDInternalServerErrorBody delete_fleets_fleet_id_wings_wing_id_internal_server_error
|
||||
//
|
||||
// Internal server error
|
||||
swagger:model DeleteFleetsFleetIDWingsWingIDInternalServerErrorBody
|
||||
*/
|
||||
type DeleteFleetsFleetIDWingsWingIDInternalServerErrorBody struct {
|
||||
|
||||
// delete_fleets_fleet_id_wings_wing_id_500_internal_server_error
|
||||
//
|
||||
// Internal server error message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
||||
/*DeleteFleetsFleetIDWingsWingIDForbiddenBody delete_fleets_fleet_id_wings_wing_id_forbidden
|
||||
//
|
||||
// Forbidden
|
||||
|
@ -186,14 +172,28 @@ type DeleteFleetsFleetIDWingsWingIDForbiddenBody struct {
|
|||
|
||||
/*DeleteFleetsFleetIDWingsWingIDNotFoundBody delete_fleets_fleet_id_wings_wing_id_not_found
|
||||
//
|
||||
// 404 not found object
|
||||
// Not found
|
||||
swagger:model DeleteFleetsFleetIDWingsWingIDNotFoundBody
|
||||
*/
|
||||
type DeleteFleetsFleetIDWingsWingIDNotFoundBody struct {
|
||||
|
||||
// delete_fleets_fleet_id_wings_wing_id_error
|
||||
// delete_fleets_fleet_id_wings_wing_id_404_not_found
|
||||
//
|
||||
// Error message
|
||||
// Not found message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
||||
/*DeleteFleetsFleetIDWingsWingIDInternalServerErrorBody delete_fleets_fleet_id_wings_wing_id_internal_server_error
|
||||
//
|
||||
// Internal server error
|
||||
swagger:model DeleteFleetsFleetIDWingsWingIDInternalServerErrorBody
|
||||
*/
|
||||
type DeleteFleetsFleetIDWingsWingIDInternalServerErrorBody struct {
|
||||
|
||||
// delete_fleets_fleet_id_wings_wing_id_500_internal_server_error
|
||||
//
|
||||
// Internal server error message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
|
|
@ -270,14 +270,14 @@ type GetFleetsFleetIDMembersForbiddenBody struct {
|
|||
|
||||
/*GetFleetsFleetIDMembersNotFoundBody get_fleets_fleet_id_members_not_found
|
||||
//
|
||||
// 404 not found object
|
||||
// Not found
|
||||
swagger:model GetFleetsFleetIDMembersNotFoundBody
|
||||
*/
|
||||
type GetFleetsFleetIDMembersNotFoundBody struct {
|
||||
|
||||
// get_fleets_fleet_id_members_error
|
||||
// get_fleets_fleet_id_members_404_not_found
|
||||
//
|
||||
// error message
|
||||
// Not found message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
|
|
@ -229,14 +229,14 @@ type GetFleetsFleetIDForbiddenBody struct {
|
|||
|
||||
/*GetFleetsFleetIDNotFoundBody get_fleets_fleet_id_not_found
|
||||
//
|
||||
// 404 not found object
|
||||
// Not found
|
||||
swagger:model GetFleetsFleetIDNotFoundBody
|
||||
*/
|
||||
type GetFleetsFleetIDNotFoundBody struct {
|
||||
|
||||
// get_fleets_fleet_id_error
|
||||
// get_fleets_fleet_id_404_not_found
|
||||
//
|
||||
// error message
|
||||
// Not found message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
|
|
@ -249,14 +249,14 @@ type GetFleetsFleetIDWingsForbiddenBody struct {
|
|||
|
||||
/*GetFleetsFleetIDWingsNotFoundBody get_fleets_fleet_id_wings_not_found
|
||||
//
|
||||
// 404 not found object
|
||||
// Not found
|
||||
swagger:model GetFleetsFleetIDWingsNotFoundBody
|
||||
*/
|
||||
type GetFleetsFleetIDWingsNotFoundBody struct {
|
||||
|
||||
// get_fleets_fleet_id_wings_error
|
||||
// get_fleets_fleet_id_wings_404_not_found
|
||||
//
|
||||
// error message
|
||||
// Not found message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
|
|
@ -190,6 +190,34 @@ func (o *PostFleetsFleetIDMembersInternalServerError) readResponse(response runt
|
|||
return nil
|
||||
}
|
||||
|
||||
/*PostFleetsFleetIDMembersUnprocessableEntityBody post_fleets_fleet_id_members_unprocessable_entity
|
||||
//
|
||||
// 422 unprocessable entity object
|
||||
swagger:model PostFleetsFleetIDMembersUnprocessableEntityBody
|
||||
*/
|
||||
type PostFleetsFleetIDMembersUnprocessableEntityBody struct {
|
||||
|
||||
// post_fleets_fleet_id_members_error
|
||||
//
|
||||
// error message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
||||
/*PostFleetsFleetIDMembersInternalServerErrorBody post_fleets_fleet_id_members_internal_server_error
|
||||
//
|
||||
// Internal server error
|
||||
swagger:model PostFleetsFleetIDMembersInternalServerErrorBody
|
||||
*/
|
||||
type PostFleetsFleetIDMembersInternalServerErrorBody struct {
|
||||
|
||||
// post_fleets_fleet_id_members_500_internal_server_error
|
||||
//
|
||||
// Internal server error message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
||||
/*PostFleetsFleetIDMembersBody post_fleets_fleet_id_members_invitation
|
||||
//
|
||||
// invitation object
|
||||
|
@ -241,42 +269,14 @@ type PostFleetsFleetIDMembersForbiddenBody struct {
|
|||
|
||||
/*PostFleetsFleetIDMembersNotFoundBody post_fleets_fleet_id_members_not_found
|
||||
//
|
||||
// 404 not found object
|
||||
// Not found
|
||||
swagger:model PostFleetsFleetIDMembersNotFoundBody
|
||||
*/
|
||||
type PostFleetsFleetIDMembersNotFoundBody struct {
|
||||
|
||||
// post_fleets_fleet_id_members_error
|
||||
// post_fleets_fleet_id_members_404_not_found
|
||||
//
|
||||
// Error message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
||||
/*PostFleetsFleetIDMembersUnprocessableEntityBody post_fleets_fleet_id_members_unprocessable_entity
|
||||
//
|
||||
// 422 unprocessable entity object
|
||||
swagger:model PostFleetsFleetIDMembersUnprocessableEntityBody
|
||||
*/
|
||||
type PostFleetsFleetIDMembersUnprocessableEntityBody struct {
|
||||
|
||||
// post_fleets_fleet_id_members_error
|
||||
//
|
||||
// error message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
||||
/*PostFleetsFleetIDMembersInternalServerErrorBody post_fleets_fleet_id_members_internal_server_error
|
||||
//
|
||||
// Internal server error
|
||||
swagger:model PostFleetsFleetIDMembersInternalServerErrorBody
|
||||
*/
|
||||
type PostFleetsFleetIDMembersInternalServerErrorBody struct {
|
||||
|
||||
// post_fleets_fleet_id_members_500_internal_server_error
|
||||
//
|
||||
// Internal server error message
|
||||
// Not found message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
|
|
@ -192,14 +192,14 @@ type PostFleetsFleetIDWingsForbiddenBody struct {
|
|||
|
||||
/*PostFleetsFleetIDWingsNotFoundBody post_fleets_fleet_id_wings_not_found
|
||||
//
|
||||
// 404 not found object
|
||||
// Not found
|
||||
swagger:model PostFleetsFleetIDWingsNotFoundBody
|
||||
*/
|
||||
type PostFleetsFleetIDWingsNotFoundBody struct {
|
||||
|
||||
// post_fleets_fleet_id_wings_error
|
||||
// post_fleets_fleet_id_wings_404_not_found
|
||||
//
|
||||
// Error message
|
||||
// Not found message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
|
|
@ -162,20 +162,6 @@ func (o *PostFleetsFleetIDWingsWingIDSquadsInternalServerError) readResponse(res
|
|||
return nil
|
||||
}
|
||||
|
||||
/*PostFleetsFleetIDWingsWingIDSquadsInternalServerErrorBody post_fleets_fleet_id_wings_wing_id_squads_internal_server_error
|
||||
//
|
||||
// Internal server error
|
||||
swagger:model PostFleetsFleetIDWingsWingIDSquadsInternalServerErrorBody
|
||||
*/
|
||||
type PostFleetsFleetIDWingsWingIDSquadsInternalServerErrorBody struct {
|
||||
|
||||
// post_fleets_fleet_id_wings_wing_id_squads_500_internal_server_error
|
||||
//
|
||||
// Internal server error message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
||||
/*PostFleetsFleetIDWingsWingIDSquadsCreatedBody post_fleets_fleet_id_wings_wing_id_squads_created
|
||||
//
|
||||
// 201 created object
|
||||
|
@ -206,14 +192,28 @@ type PostFleetsFleetIDWingsWingIDSquadsForbiddenBody struct {
|
|||
|
||||
/*PostFleetsFleetIDWingsWingIDSquadsNotFoundBody post_fleets_fleet_id_wings_wing_id_squads_not_found
|
||||
//
|
||||
// 404 not found object
|
||||
// Not found
|
||||
swagger:model PostFleetsFleetIDWingsWingIDSquadsNotFoundBody
|
||||
*/
|
||||
type PostFleetsFleetIDWingsWingIDSquadsNotFoundBody struct {
|
||||
|
||||
// post_fleets_fleet_id_wings_wing_id_squads_error
|
||||
// post_fleets_fleet_id_wings_wing_id_squads_404_not_found
|
||||
//
|
||||
// Error message
|
||||
// Not found message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
||||
/*PostFleetsFleetIDWingsWingIDSquadsInternalServerErrorBody post_fleets_fleet_id_wings_wing_id_squads_internal_server_error
|
||||
//
|
||||
// Internal server error
|
||||
swagger:model PostFleetsFleetIDWingsWingIDSquadsInternalServerErrorBody
|
||||
*/
|
||||
type PostFleetsFleetIDWingsWingIDSquadsInternalServerErrorBody struct {
|
||||
|
||||
// post_fleets_fleet_id_wings_wing_id_squads_500_internal_server_error
|
||||
//
|
||||
// Internal server error message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
|
|
@ -190,16 +190,30 @@ func (o *PutFleetsFleetIDMembersMemberIDInternalServerError) readResponse(respon
|
|||
return nil
|
||||
}
|
||||
|
||||
/*PutFleetsFleetIDMembersMemberIDForbiddenBody put_fleets_fleet_id_members_member_id_forbidden
|
||||
//
|
||||
// Forbidden
|
||||
swagger:model PutFleetsFleetIDMembersMemberIDForbiddenBody
|
||||
*/
|
||||
type PutFleetsFleetIDMembersMemberIDForbiddenBody struct {
|
||||
|
||||
// put_fleets_fleet_id_members_member_id_403_forbidden
|
||||
//
|
||||
// Forbidden message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
||||
/*PutFleetsFleetIDMembersMemberIDNotFoundBody put_fleets_fleet_id_members_member_id_not_found
|
||||
//
|
||||
// 404 not found object
|
||||
// Not found
|
||||
swagger:model PutFleetsFleetIDMembersMemberIDNotFoundBody
|
||||
*/
|
||||
type PutFleetsFleetIDMembersMemberIDNotFoundBody struct {
|
||||
|
||||
// put_fleets_fleet_id_members_member_id_error
|
||||
// put_fleets_fleet_id_members_member_id_404_not_found
|
||||
//
|
||||
// Error message
|
||||
// Not found message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
@ -260,17 +274,3 @@ type PutFleetsFleetIDMembersMemberIDBody struct {
|
|||
// Minimum: 0
|
||||
WingID *int64 `json:"wing_id"`
|
||||
}
|
||||
|
||||
/*PutFleetsFleetIDMembersMemberIDForbiddenBody put_fleets_fleet_id_members_member_id_forbidden
|
||||
//
|
||||
// Forbidden
|
||||
swagger:model PutFleetsFleetIDMembersMemberIDForbiddenBody
|
||||
*/
|
||||
type PutFleetsFleetIDMembersMemberIDForbiddenBody struct {
|
||||
|
||||
// put_fleets_fleet_id_members_member_id_403_forbidden
|
||||
//
|
||||
// Forbidden message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
|
|
@ -190,6 +190,20 @@ func (o *PutFleetsFleetIDInternalServerError) readResponse(response runtime.Clie
|
|||
return nil
|
||||
}
|
||||
|
||||
/*PutFleetsFleetIDInternalServerErrorBody put_fleets_fleet_id_internal_server_error
|
||||
//
|
||||
// Internal server error
|
||||
swagger:model PutFleetsFleetIDInternalServerErrorBody
|
||||
*/
|
||||
type PutFleetsFleetIDInternalServerErrorBody struct {
|
||||
|
||||
// put_fleets_fleet_id_500_internal_server_error
|
||||
//
|
||||
// Internal server error message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
||||
/*PutFleetsFleetIDBody put_fleets_fleet_id_new_settings
|
||||
//
|
||||
// new_settings object
|
||||
|
@ -240,28 +254,14 @@ type PutFleetsFleetIDForbiddenBody struct {
|
|||
|
||||
/*PutFleetsFleetIDNotFoundBody put_fleets_fleet_id_not_found
|
||||
//
|
||||
// 404 not found object
|
||||
// Not found
|
||||
swagger:model PutFleetsFleetIDNotFoundBody
|
||||
*/
|
||||
type PutFleetsFleetIDNotFoundBody struct {
|
||||
|
||||
// put_fleets_fleet_id_error
|
||||
// put_fleets_fleet_id_404_not_found
|
||||
//
|
||||
// Error message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
||||
/*PutFleetsFleetIDInternalServerErrorBody put_fleets_fleet_id_internal_server_error
|
||||
//
|
||||
// Internal server error
|
||||
swagger:model PutFleetsFleetIDInternalServerErrorBody
|
||||
*/
|
||||
type PutFleetsFleetIDInternalServerErrorBody struct {
|
||||
|
||||
// put_fleets_fleet_id_500_internal_server_error
|
||||
//
|
||||
// Internal server error message
|
||||
// Not found message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
|
|
@ -156,20 +156,6 @@ func (o *PutFleetsFleetIDSquadsSquadIDInternalServerError) readResponse(response
|
|||
return nil
|
||||
}
|
||||
|
||||
/*PutFleetsFleetIDSquadsSquadIDInternalServerErrorBody put_fleets_fleet_id_squads_squad_id_internal_server_error
|
||||
//
|
||||
// Internal server error
|
||||
swagger:model PutFleetsFleetIDSquadsSquadIDInternalServerErrorBody
|
||||
*/
|
||||
type PutFleetsFleetIDSquadsSquadIDInternalServerErrorBody struct {
|
||||
|
||||
// put_fleets_fleet_id_squads_squad_id_500_internal_server_error
|
||||
//
|
||||
// Internal server error message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
||||
/*PutFleetsFleetIDSquadsSquadIDBody put_fleets_fleet_id_squads_squad_id_naming
|
||||
//
|
||||
// naming object
|
||||
|
@ -201,14 +187,28 @@ type PutFleetsFleetIDSquadsSquadIDForbiddenBody struct {
|
|||
|
||||
/*PutFleetsFleetIDSquadsSquadIDNotFoundBody put_fleets_fleet_id_squads_squad_id_not_found
|
||||
//
|
||||
// 404 not found object
|
||||
// Not found
|
||||
swagger:model PutFleetsFleetIDSquadsSquadIDNotFoundBody
|
||||
*/
|
||||
type PutFleetsFleetIDSquadsSquadIDNotFoundBody struct {
|
||||
|
||||
// put_fleets_fleet_id_squads_squad_id_error
|
||||
// put_fleets_fleet_id_squads_squad_id_404_not_found
|
||||
//
|
||||
// Error message
|
||||
// Not found message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
||||
/*PutFleetsFleetIDSquadsSquadIDInternalServerErrorBody put_fleets_fleet_id_squads_squad_id_internal_server_error
|
||||
//
|
||||
// Internal server error
|
||||
swagger:model PutFleetsFleetIDSquadsSquadIDInternalServerErrorBody
|
||||
*/
|
||||
type PutFleetsFleetIDSquadsSquadIDInternalServerErrorBody struct {
|
||||
|
||||
// put_fleets_fleet_id_squads_squad_id_500_internal_server_error
|
||||
//
|
||||
// Internal server error message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
|
|
@ -187,14 +187,14 @@ type PutFleetsFleetIDWingsWingIDForbiddenBody struct {
|
|||
|
||||
/*PutFleetsFleetIDWingsWingIDNotFoundBody put_fleets_fleet_id_wings_wing_id_not_found
|
||||
//
|
||||
// 404 not found object
|
||||
// Not found
|
||||
swagger:model PutFleetsFleetIDWingsWingIDNotFoundBody
|
||||
*/
|
||||
type PutFleetsFleetIDWingsWingIDNotFoundBody struct {
|
||||
|
||||
// put_fleets_fleet_id_wings_wing_id_error
|
||||
// put_fleets_fleet_id_wings_wing_id_404_not_found
|
||||
//
|
||||
// Error message
|
||||
// Not found message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
|
|
@ -119,6 +119,26 @@ func (o *GetInsurancePricesInternalServerError) readResponse(response runtime.Cl
|
|||
return nil
|
||||
}
|
||||
|
||||
/*GetInsurancePricesOKBodyItems0 get_insurance_prices_200_ok
|
||||
//
|
||||
// 200 ok object
|
||||
swagger:model GetInsurancePricesOKBodyItems0
|
||||
*/
|
||||
type GetInsurancePricesOKBodyItems0 struct {
|
||||
|
||||
// get_insurance_prices_levels
|
||||
//
|
||||
// A list of a available insurance levels for this ship type
|
||||
// Required: true
|
||||
Levels []*GetInsurancePricesOKBodyItems0LevelsItems0 `json:"levels"`
|
||||
|
||||
// get_insurance_prices_type_id
|
||||
//
|
||||
// type_id integer
|
||||
// Required: true
|
||||
TypeID *int32 `json:"type_id"`
|
||||
}
|
||||
|
||||
/*GetInsurancePricesOKBodyItems0LevelsItems0 get_insurance_prices_level
|
||||
//
|
||||
// level object
|
||||
|
@ -145,26 +165,6 @@ type GetInsurancePricesOKBodyItems0LevelsItems0 struct {
|
|||
Payout *float32 `json:"payout"`
|
||||
}
|
||||
|
||||
/*GetInsurancePricesOKBodyItems0 get_insurance_prices_200_ok
|
||||
//
|
||||
// 200 ok object
|
||||
swagger:model GetInsurancePricesOKBodyItems0
|
||||
*/
|
||||
type GetInsurancePricesOKBodyItems0 struct {
|
||||
|
||||
// get_insurance_prices_levels
|
||||
//
|
||||
// A list of a available insurance levels for this ship type
|
||||
// Required: true
|
||||
Levels []*GetInsurancePricesOKBodyItems0LevelsItems0 `json:"levels"`
|
||||
|
||||
// get_insurance_prices_type_id
|
||||
//
|
||||
// type_id integer
|
||||
// Required: true
|
||||
TypeID *int32 `json:"type_id"`
|
||||
}
|
||||
|
||||
/*GetInsurancePricesInternalServerErrorBody get_insurance_prices_internal_server_error
|
||||
//
|
||||
// Internal server error
|
||||
|
|
|
@ -100,7 +100,7 @@ func NewGetKillmailsKillmailIDKillmailHashUnprocessableEntity() *GetKillmailsKil
|
|||
|
||||
/*GetKillmailsKillmailIDKillmailHashUnprocessableEntity handles this case with default header values.
|
||||
|
||||
Errors in query parameters
|
||||
Invalid killmail_id and/or killmail_hash
|
||||
*/
|
||||
type GetKillmailsKillmailIDKillmailHashUnprocessableEntity struct {
|
||||
Payload GetKillmailsKillmailIDKillmailHashUnprocessableEntityBody
|
||||
|
@ -147,31 +147,18 @@ func (o *GetKillmailsKillmailIDKillmailHashInternalServerError) readResponse(res
|
|||
return nil
|
||||
}
|
||||
|
||||
/*GetKillmailsKillmailIDKillmailHashOKBodyVictimPosition get_killmails_killmail_id_killmail_hash_position
|
||||
/*GetKillmailsKillmailIDKillmailHashInternalServerErrorBody get_killmails_killmail_id_killmail_hash_internal_server_error
|
||||
//
|
||||
// Coordinates of the victim in Cartesian space relative to the Sun
|
||||
//
|
||||
swagger:model GetKillmailsKillmailIDKillmailHashOKBodyVictimPosition
|
||||
// Internal server error
|
||||
swagger:model GetKillmailsKillmailIDKillmailHashInternalServerErrorBody
|
||||
*/
|
||||
type GetKillmailsKillmailIDKillmailHashOKBodyVictimPosition struct {
|
||||
type GetKillmailsKillmailIDKillmailHashInternalServerErrorBody struct {
|
||||
|
||||
// get_killmails_killmail_id_killmail_hash_x
|
||||
// get_killmails_killmail_id_killmail_hash_500_internal_server_error
|
||||
//
|
||||
// x number
|
||||
// Internal server error message
|
||||
// Required: true
|
||||
X *float32 `json:"x"`
|
||||
|
||||
// get_killmails_killmail_id_killmail_hash_y
|
||||
//
|
||||
// y number
|
||||
// Required: true
|
||||
Y *float32 `json:"y"`
|
||||
|
||||
// get_killmails_killmail_id_killmail_hash_z
|
||||
//
|
||||
// z number
|
||||
// Required: true
|
||||
Z *float32 `json:"z"`
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
||||
/*AttackersItems0 get_killmails_killmail_id_killmail_hash_attacker
|
||||
|
@ -284,6 +271,33 @@ type GetKillmailsKillmailIDKillmailHashOKBodyVictim struct {
|
|||
ShipTypeID *int32 `json:"ship_type_id"`
|
||||
}
|
||||
|
||||
/*GetKillmailsKillmailIDKillmailHashOKBodyVictimPosition get_killmails_killmail_id_killmail_hash_position
|
||||
//
|
||||
// Coordinates of the victim in Cartesian space relative to the Sun
|
||||
//
|
||||
swagger:model GetKillmailsKillmailIDKillmailHashOKBodyVictimPosition
|
||||
*/
|
||||
type GetKillmailsKillmailIDKillmailHashOKBodyVictimPosition struct {
|
||||
|
||||
// get_killmails_killmail_id_killmail_hash_x
|
||||
//
|
||||
// x number
|
||||
// Required: true
|
||||
X *float32 `json:"x"`
|
||||
|
||||
// get_killmails_killmail_id_killmail_hash_y
|
||||
//
|
||||
// y number
|
||||
// Required: true
|
||||
Y *float32 `json:"y"`
|
||||
|
||||
// get_killmails_killmail_id_killmail_hash_z
|
||||
//
|
||||
// z number
|
||||
// Required: true
|
||||
Z *float32 `json:"z"`
|
||||
}
|
||||
|
||||
/*GetKillmailsKillmailIDKillmailHashOKBodyVictimItemsItems0 get_killmails_killmail_id_killmail_hash_item
|
||||
//
|
||||
// item object
|
||||
|
@ -328,6 +342,42 @@ type GetKillmailsKillmailIDKillmailHashOKBodyVictimItemsItems0 struct {
|
|||
Singleton *int32 `json:"singleton"`
|
||||
}
|
||||
|
||||
/*GetKillmailsKillmailIDKillmailHashOKBodyVictimItemsItems0ItemsItems0 get_killmails_killmail_id_killmail_hash_item
|
||||
//
|
||||
// item object
|
||||
swagger:model GetKillmailsKillmailIDKillmailHashOKBodyVictimItemsItems0ItemsItems0
|
||||
*/
|
||||
type GetKillmailsKillmailIDKillmailHashOKBodyVictimItemsItems0ItemsItems0 struct {
|
||||
|
||||
// get_killmails_killmail_id_killmail_hash_flag
|
||||
//
|
||||
// flag integer
|
||||
// Required: true
|
||||
Flag *int32 `json:"flag"`
|
||||
|
||||
// get_killmails_killmail_id_killmail_hash_item_type_id
|
||||
//
|
||||
// item_type_id integer
|
||||
// Required: true
|
||||
ItemTypeID *int32 `json:"item_type_id"`
|
||||
|
||||
// get_killmails_killmail_id_killmail_hash_quantity_destroyed
|
||||
//
|
||||
// quantity_destroyed integer
|
||||
QuantityDestroyed int64 `json:"quantity_destroyed,omitempty"`
|
||||
|
||||
// get_killmails_killmail_id_killmail_hash_quantity_dropped
|
||||
//
|
||||
// quantity_dropped integer
|
||||
QuantityDropped int64 `json:"quantity_dropped,omitempty"`
|
||||
|
||||
// get_killmails_killmail_id_killmail_hash_singleton
|
||||
//
|
||||
// singleton integer
|
||||
// Required: true
|
||||
Singleton *int32 `json:"singleton"`
|
||||
}
|
||||
|
||||
/*GetKillmailsKillmailIDKillmailHashOKBody get_killmails_killmail_id_killmail_hash_ok
|
||||
//
|
||||
// 200 ok object
|
||||
|
@ -381,64 +431,14 @@ type GetKillmailsKillmailIDKillmailHashOKBody struct {
|
|||
|
||||
/*GetKillmailsKillmailIDKillmailHashUnprocessableEntityBody get_killmails_killmail_id_killmail_hash_unprocessable_entity
|
||||
//
|
||||
// killmail_id and/or killmail_hash is not valid
|
||||
// Unprocessable entity
|
||||
swagger:model GetKillmailsKillmailIDKillmailHashUnprocessableEntityBody
|
||||
*/
|
||||
type GetKillmailsKillmailIDKillmailHashUnprocessableEntityBody struct {
|
||||
|
||||
// get_killmails_killmail_id_killmail_hash_error
|
||||
// get_killmails_killmail_id_killmail_hash_422_unprocessable_entity
|
||||
//
|
||||
// error message
|
||||
// Unprocessable entity message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
||||
/*GetKillmailsKillmailIDKillmailHashInternalServerErrorBody get_killmails_killmail_id_killmail_hash_internal_server_error
|
||||
//
|
||||
// Internal server error
|
||||
swagger:model GetKillmailsKillmailIDKillmailHashInternalServerErrorBody
|
||||
*/
|
||||
type GetKillmailsKillmailIDKillmailHashInternalServerErrorBody struct {
|
||||
|
||||
// get_killmails_killmail_id_killmail_hash_500_internal_server_error
|
||||
//
|
||||
// Internal server error message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
||||
/*GetKillmailsKillmailIDKillmailHashOKBodyVictimItemsItems0ItemsItems0 get_killmails_killmail_id_killmail_hash_item
|
||||
//
|
||||
// item object
|
||||
swagger:model GetKillmailsKillmailIDKillmailHashOKBodyVictimItemsItems0ItemsItems0
|
||||
*/
|
||||
type GetKillmailsKillmailIDKillmailHashOKBodyVictimItemsItems0ItemsItems0 struct {
|
||||
|
||||
// get_killmails_killmail_id_killmail_hash_flag
|
||||
//
|
||||
// flag integer
|
||||
// Required: true
|
||||
Flag *int32 `json:"flag"`
|
||||
|
||||
// get_killmails_killmail_id_killmail_hash_item_type_id
|
||||
//
|
||||
// item_type_id integer
|
||||
// Required: true
|
||||
ItemTypeID *int32 `json:"item_type_id"`
|
||||
|
||||
// get_killmails_killmail_id_killmail_hash_quantity_destroyed
|
||||
//
|
||||
// quantity_destroyed integer
|
||||
QuantityDestroyed int64 `json:"quantity_destroyed,omitempty"`
|
||||
|
||||
// get_killmails_killmail_id_killmail_hash_quantity_dropped
|
||||
//
|
||||
// quantity_dropped integer
|
||||
QuantityDropped int64 `json:"quantity_dropped,omitempty"`
|
||||
|
||||
// get_killmails_killmail_id_killmail_hash_singleton
|
||||
//
|
||||
// singleton integer
|
||||
// Required: true
|
||||
Singleton *int32 `json:"singleton"`
|
||||
}
|
||||
|
|
|
@ -147,32 +147,6 @@ func (o *GetCharactersCharacterIDLocationInternalServerError) readResponse(respo
|
|||
return nil
|
||||
}
|
||||
|
||||
/*GetCharactersCharacterIDLocationOKBody get_characters_character_id_location_ok
|
||||
//
|
||||
// 200 ok object
|
||||
swagger:model GetCharactersCharacterIDLocationOKBody
|
||||
*/
|
||||
type GetCharactersCharacterIDLocationOKBody struct {
|
||||
|
||||
// get_characters_character_id_location_solar_system_id
|
||||
//
|
||||
// solar_system_id integer
|
||||
// Required: true
|
||||
SolarSystemID *int32 `json:"solar_system_id"`
|
||||
|
||||
// get_characters_character_id_location_station_id
|
||||
//
|
||||
// station_id integer
|
||||
// Required: true
|
||||
StationID *int32 `json:"station_id"`
|
||||
|
||||
// get_characters_character_id_location_structure_id
|
||||
//
|
||||
// structure_id integer
|
||||
// Required: true
|
||||
StructureID *int64 `json:"structure_id"`
|
||||
}
|
||||
|
||||
/*GetCharactersCharacterIDLocationForbiddenBody get_characters_character_id_location_forbidden
|
||||
//
|
||||
// Forbidden
|
||||
|
@ -200,3 +174,29 @@ type GetCharactersCharacterIDLocationInternalServerErrorBody struct {
|
|||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
||||
/*GetCharactersCharacterIDLocationOKBody get_characters_character_id_location_ok
|
||||
//
|
||||
// 200 ok object
|
||||
swagger:model GetCharactersCharacterIDLocationOKBody
|
||||
*/
|
||||
type GetCharactersCharacterIDLocationOKBody struct {
|
||||
|
||||
// get_characters_character_id_location_solar_system_id
|
||||
//
|
||||
// solar_system_id integer
|
||||
// Required: true
|
||||
SolarSystemID *int32 `json:"solar_system_id"`
|
||||
|
||||
// get_characters_character_id_location_station_id
|
||||
//
|
||||
// station_id integer
|
||||
// Required: true
|
||||
StationID *int32 `json:"station_id"`
|
||||
|
||||
// get_characters_character_id_location_structure_id
|
||||
//
|
||||
// structure_id integer
|
||||
// Required: true
|
||||
StructureID *int64 `json:"structure_id"`
|
||||
}
|
||||
|
|
|
@ -147,6 +147,20 @@ func (o *GetCharactersCharacterIDShipInternalServerError) readResponse(response
|
|||
return nil
|
||||
}
|
||||
|
||||
/*GetCharactersCharacterIDShipInternalServerErrorBody get_characters_character_id_ship_internal_server_error
|
||||
//
|
||||
// Internal server error
|
||||
swagger:model GetCharactersCharacterIDShipInternalServerErrorBody
|
||||
*/
|
||||
type GetCharactersCharacterIDShipInternalServerErrorBody struct {
|
||||
|
||||
// get_characters_character_id_ship_500_internal_server_error
|
||||
//
|
||||
// Internal server error message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
||||
/*GetCharactersCharacterIDShipOKBody get_characters_character_id_ship_ok
|
||||
//
|
||||
// 200 ok object
|
||||
|
@ -186,17 +200,3 @@ type GetCharactersCharacterIDShipForbiddenBody struct {
|
|||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
||||
/*GetCharactersCharacterIDShipInternalServerErrorBody get_characters_character_id_ship_internal_server_error
|
||||
//
|
||||
// Internal server error
|
||||
swagger:model GetCharactersCharacterIDShipInternalServerErrorBody
|
||||
*/
|
||||
type GetCharactersCharacterIDShipInternalServerErrorBody struct {
|
||||
|
||||
// get_characters_character_id_ship_500_internal_server_error
|
||||
//
|
||||
// Internal server error message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
|
|
@ -122,20 +122,6 @@ func (o *DeleteCharactersCharacterIDMailMailIDInternalServerError) readResponse(
|
|||
return nil
|
||||
}
|
||||
|
||||
/*DeleteCharactersCharacterIDMailMailIDInternalServerErrorBody delete_characters_character_id_mail_mail_id_internal_server_error
|
||||
//
|
||||
// Internal server error
|
||||
swagger:model DeleteCharactersCharacterIDMailMailIDInternalServerErrorBody
|
||||
*/
|
||||
type DeleteCharactersCharacterIDMailMailIDInternalServerErrorBody struct {
|
||||
|
||||
// delete_characters_character_id_mail_mail_id_500_internal_server_error
|
||||
//
|
||||
// Internal server error message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
||||
/*DeleteCharactersCharacterIDMailMailIDForbiddenBody delete_characters_character_id_mail_mail_id_forbidden
|
||||
//
|
||||
// Forbidden
|
||||
|
@ -149,3 +135,17 @@ type DeleteCharactersCharacterIDMailMailIDForbiddenBody struct {
|
|||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
||||
/*DeleteCharactersCharacterIDMailMailIDInternalServerErrorBody delete_characters_character_id_mail_mail_id_internal_server_error
|
||||
//
|
||||
// Internal server error
|
||||
swagger:model DeleteCharactersCharacterIDMailMailIDInternalServerErrorBody
|
||||
*/
|
||||
type DeleteCharactersCharacterIDMailMailIDInternalServerErrorBody struct {
|
||||
|
||||
// delete_characters_character_id_mail_mail_id_500_internal_server_error
|
||||
//
|
||||
// Internal server error message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
|
|
@ -147,6 +147,20 @@ func (o *GetCharactersCharacterIDMailLabelsInternalServerError) readResponse(res
|
|||
return nil
|
||||
}
|
||||
|
||||
/*GetCharactersCharacterIDMailLabelsForbiddenBody get_characters_character_id_mail_labels_forbidden
|
||||
//
|
||||
// Forbidden
|
||||
swagger:model GetCharactersCharacterIDMailLabelsForbiddenBody
|
||||
*/
|
||||
type GetCharactersCharacterIDMailLabelsForbiddenBody struct {
|
||||
|
||||
// get_characters_character_id_mail_labels_403_forbidden
|
||||
//
|
||||
// Forbidden message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
||||
/*GetCharactersCharacterIDMailLabelsInternalServerErrorBody get_characters_character_id_mail_labels_internal_server_error
|
||||
//
|
||||
// Internal server error
|
||||
|
@ -212,17 +226,3 @@ type GetCharactersCharacterIDMailLabelsOKBody struct {
|
|||
// Minimum: 0
|
||||
TotalUnreadCount *int32 `json:"total_unread_count"`
|
||||
}
|
||||
|
||||
/*GetCharactersCharacterIDMailLabelsForbiddenBody get_characters_character_id_mail_labels_forbidden
|
||||
//
|
||||
// Forbidden
|
||||
swagger:model GetCharactersCharacterIDMailLabelsForbiddenBody
|
||||
*/
|
||||
type GetCharactersCharacterIDMailLabelsForbiddenBody struct {
|
||||
|
||||
// get_characters_character_id_mail_labels_403_forbidden
|
||||
//
|
||||
// Forbidden message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
|
|
@ -147,20 +147,6 @@ func (o *GetCharactersCharacterIDMailListsInternalServerError) readResponse(resp
|
|||
return nil
|
||||
}
|
||||
|
||||
/*GetCharactersCharacterIDMailListsInternalServerErrorBody get_characters_character_id_mail_lists_internal_server_error
|
||||
//
|
||||
// Internal server error
|
||||
swagger:model GetCharactersCharacterIDMailListsInternalServerErrorBody
|
||||
*/
|
||||
type GetCharactersCharacterIDMailListsInternalServerErrorBody struct {
|
||||
|
||||
// get_characters_character_id_mail_lists_500_internal_server_error
|
||||
//
|
||||
// Internal server error message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
||||
/*GetCharactersCharacterIDMailListsOKBodyItems0 get_characters_character_id_mail_lists_200_ok
|
||||
//
|
||||
// 200 ok object
|
||||
|
@ -194,3 +180,17 @@ type GetCharactersCharacterIDMailListsForbiddenBody struct {
|
|||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
||||
/*GetCharactersCharacterIDMailListsInternalServerErrorBody get_characters_character_id_mail_lists_internal_server_error
|
||||
//
|
||||
// Internal server error
|
||||
swagger:model GetCharactersCharacterIDMailListsInternalServerErrorBody
|
||||
*/
|
||||
type GetCharactersCharacterIDMailListsInternalServerErrorBody struct {
|
||||
|
||||
// get_characters_character_id_mail_lists_500_internal_server_error
|
||||
//
|
||||
// Internal server error message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
|
|
@ -181,40 +181,6 @@ func (o *GetCharactersCharacterIDMailMailIDInternalServerError) readResponse(res
|
|||
return nil
|
||||
}
|
||||
|
||||
/*GetCharactersCharacterIDMailMailIDInternalServerErrorBody get_characters_character_id_mail_mail_id_internal_server_error
|
||||
//
|
||||
// Internal server error
|
||||
swagger:model GetCharactersCharacterIDMailMailIDInternalServerErrorBody
|
||||
*/
|
||||
type GetCharactersCharacterIDMailMailIDInternalServerErrorBody struct {
|
||||
|
||||
// get_characters_character_id_mail_mail_id_500_internal_server_error
|
||||
//
|
||||
// Internal server error message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
||||
/*RecipientsItems0 get_characters_character_id_mail_mail_id_recipient
|
||||
//
|
||||
// recipient object
|
||||
swagger:model RecipientsItems0
|
||||
*/
|
||||
type RecipientsItems0 struct {
|
||||
|
||||
// get_characters_character_id_mail_mail_id_recipient_id
|
||||
//
|
||||
// recipient_id integer
|
||||
// Required: true
|
||||
RecipientID *int32 `json:"recipient_id"`
|
||||
|
||||
// get_characters_character_id_mail_mail_id_recipient_type
|
||||
//
|
||||
// recipient_type string
|
||||
// Required: true
|
||||
RecipientType *string `json:"recipient_type"`
|
||||
}
|
||||
|
||||
/*GetCharactersCharacterIDMailMailIDOKBody get_characters_character_id_mail_mail_id_ok
|
||||
//
|
||||
// 200 ok object
|
||||
|
@ -295,3 +261,37 @@ type GetCharactersCharacterIDMailMailIDNotFoundBody struct {
|
|||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
||||
/*GetCharactersCharacterIDMailMailIDInternalServerErrorBody get_characters_character_id_mail_mail_id_internal_server_error
|
||||
//
|
||||
// Internal server error
|
||||
swagger:model GetCharactersCharacterIDMailMailIDInternalServerErrorBody
|
||||
*/
|
||||
type GetCharactersCharacterIDMailMailIDInternalServerErrorBody struct {
|
||||
|
||||
// get_characters_character_id_mail_mail_id_500_internal_server_error
|
||||
//
|
||||
// Internal server error message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
||||
/*RecipientsItems0 get_characters_character_id_mail_mail_id_recipient
|
||||
//
|
||||
// recipient object
|
||||
swagger:model RecipientsItems0
|
||||
*/
|
||||
type RecipientsItems0 struct {
|
||||
|
||||
// get_characters_character_id_mail_mail_id_recipient_id
|
||||
//
|
||||
// recipient_id integer
|
||||
// Required: true
|
||||
RecipientID *int32 `json:"recipient_id"`
|
||||
|
||||
// get_characters_character_id_mail_mail_id_recipient_type
|
||||
//
|
||||
// recipient_type string
|
||||
// Required: true
|
||||
RecipientType *string `json:"recipient_type"`
|
||||
}
|
||||
|
|
|
@ -147,34 +147,6 @@ func (o *GetCharactersCharacterIDMailInternalServerError) readResponse(response
|
|||
return nil
|
||||
}
|
||||
|
||||
/*GetCharactersCharacterIDMailForbiddenBody get_characters_character_id_mail_forbidden
|
||||
//
|
||||
// Forbidden
|
||||
swagger:model GetCharactersCharacterIDMailForbiddenBody
|
||||
*/
|
||||
type GetCharactersCharacterIDMailForbiddenBody struct {
|
||||
|
||||
// get_characters_character_id_mail_403_forbidden
|
||||
//
|
||||
// Forbidden message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
||||
/*GetCharactersCharacterIDMailInternalServerErrorBody get_characters_character_id_mail_internal_server_error
|
||||
//
|
||||
// Internal server error
|
||||
swagger:model GetCharactersCharacterIDMailInternalServerErrorBody
|
||||
*/
|
||||
type GetCharactersCharacterIDMailInternalServerErrorBody struct {
|
||||
|
||||
// get_characters_character_id_mail_500_internal_server_error
|
||||
//
|
||||
// Internal server error message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
||||
/*GetCharactersCharacterIDMailOKBodyItems0 get_characters_character_id_mail_200_ok
|
||||
//
|
||||
// 200 ok object
|
||||
|
@ -243,3 +215,31 @@ type GetCharactersCharacterIDMailOKBodyItems0RecipientsItems0 struct {
|
|||
// Required: true
|
||||
RecipientType *string `json:"recipient_type"`
|
||||
}
|
||||
|
||||
/*GetCharactersCharacterIDMailForbiddenBody get_characters_character_id_mail_forbidden
|
||||
//
|
||||
// Forbidden
|
||||
swagger:model GetCharactersCharacterIDMailForbiddenBody
|
||||
*/
|
||||
type GetCharactersCharacterIDMailForbiddenBody struct {
|
||||
|
||||
// get_characters_character_id_mail_403_forbidden
|
||||
//
|
||||
// Forbidden message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
||||
/*GetCharactersCharacterIDMailInternalServerErrorBody get_characters_character_id_mail_internal_server_error
|
||||
//
|
||||
// Internal server error
|
||||
swagger:model GetCharactersCharacterIDMailInternalServerErrorBody
|
||||
*/
|
||||
type GetCharactersCharacterIDMailInternalServerErrorBody struct {
|
||||
|
||||
// get_characters_character_id_mail_500_internal_server_error
|
||||
//
|
||||
// Internal server error message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
|
|
@ -128,29 +128,6 @@ func (o *PostCharactersCharacterIDMailLabelsInternalServerError) readResponse(re
|
|||
return nil
|
||||
}
|
||||
|
||||
/*PostCharactersCharacterIDMailLabelsBody post_characters_character_id_mail_labels_label
|
||||
//
|
||||
// label object
|
||||
swagger:model PostCharactersCharacterIDMailLabelsBody
|
||||
*/
|
||||
type PostCharactersCharacterIDMailLabelsBody struct {
|
||||
|
||||
// post_characters_character_id_mail_labels_color
|
||||
//
|
||||
// Hexadecimal string representing label color,
|
||||
// in RGB format
|
||||
//
|
||||
Color *string `json:"color,omitempty"`
|
||||
|
||||
// post_characters_character_id_mail_labels_name
|
||||
//
|
||||
// name string
|
||||
// Required: true
|
||||
// Max Length: 40
|
||||
// Min Length: 1
|
||||
Name *string `json:"name"`
|
||||
}
|
||||
|
||||
/*PostCharactersCharacterIDMailLabelsForbiddenBody post_characters_character_id_mail_labels_forbidden
|
||||
//
|
||||
// Forbidden
|
||||
|
@ -178,3 +155,26 @@ type PostCharactersCharacterIDMailLabelsInternalServerErrorBody struct {
|
|||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
||||
/*PostCharactersCharacterIDMailLabelsBody post_characters_character_id_mail_labels_label
|
||||
//
|
||||
// label object
|
||||
swagger:model PostCharactersCharacterIDMailLabelsBody
|
||||
*/
|
||||
type PostCharactersCharacterIDMailLabelsBody struct {
|
||||
|
||||
// post_characters_character_id_mail_labels_color
|
||||
//
|
||||
// Hexadecimal string representing label color,
|
||||
// in RGB format
|
||||
//
|
||||
Color *string `json:"color,omitempty"`
|
||||
|
||||
// post_characters_character_id_mail_labels_name
|
||||
//
|
||||
// name string
|
||||
// Required: true
|
||||
// Max Length: 40
|
||||
// Min Length: 1
|
||||
Name *string `json:"name"`
|
||||
}
|
||||
|
|
|
@ -156,6 +156,20 @@ func (o *PutCharactersCharacterIDMailMailIDInternalServerError) readResponse(res
|
|||
return nil
|
||||
}
|
||||
|
||||
/*PutCharactersCharacterIDMailMailIDBadRequestBody put_characters_character_id_mail_mail_id_bad_request
|
||||
//
|
||||
// Bad request
|
||||
swagger:model PutCharactersCharacterIDMailMailIDBadRequestBody
|
||||
*/
|
||||
type PutCharactersCharacterIDMailMailIDBadRequestBody struct {
|
||||
|
||||
// put_characters_character_id_mail_mail_id_400_bad_request
|
||||
//
|
||||
// Bad request message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
||||
/*PutCharactersCharacterIDMailMailIDForbiddenBody put_characters_character_id_mail_mail_id_forbidden
|
||||
//
|
||||
// Forbidden
|
||||
|
@ -203,17 +217,3 @@ type PutCharactersCharacterIDMailMailIDBody struct {
|
|||
// Required: true
|
||||
Read *bool `json:"read"`
|
||||
}
|
||||
|
||||
/*PutCharactersCharacterIDMailMailIDBadRequestBody put_characters_character_id_mail_mail_id_bad_request
|
||||
//
|
||||
// Bad request
|
||||
swagger:model PutCharactersCharacterIDMailMailIDBadRequestBody
|
||||
*/
|
||||
type PutCharactersCharacterIDMailMailIDBadRequestBody struct {
|
||||
|
||||
// put_characters_character_id_mail_mail_id_400_bad_request
|
||||
//
|
||||
// Bad request message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
|
|
@ -100,7 +100,7 @@ func NewGetMarketsRegionIDHistoryUnprocessableEntity() *GetMarketsRegionIDHistor
|
|||
|
||||
/*GetMarketsRegionIDHistoryUnprocessableEntity handles this case with default header values.
|
||||
|
||||
Errors in query parameters
|
||||
Not found
|
||||
*/
|
||||
type GetMarketsRegionIDHistoryUnprocessableEntity struct {
|
||||
Payload GetMarketsRegionIDHistoryUnprocessableEntityBody
|
||||
|
@ -147,20 +147,6 @@ func (o *GetMarketsRegionIDHistoryInternalServerError) readResponse(response run
|
|||
return nil
|
||||
}
|
||||
|
||||
/*GetMarketsRegionIDHistoryInternalServerErrorBody get_markets_region_id_history_internal_server_error
|
||||
//
|
||||
// Internal server error
|
||||
swagger:model GetMarketsRegionIDHistoryInternalServerErrorBody
|
||||
*/
|
||||
type GetMarketsRegionIDHistoryInternalServerErrorBody struct {
|
||||
|
||||
// get_markets_region_id_history_500_internal_server_error
|
||||
//
|
||||
// Internal server error message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
||||
/*GetMarketsRegionIDHistoryOKBodyItems0 get_markets_region_id_history_200_ok
|
||||
//
|
||||
// 200 ok object
|
||||
|
@ -207,14 +193,28 @@ type GetMarketsRegionIDHistoryOKBodyItems0 struct {
|
|||
|
||||
/*GetMarketsRegionIDHistoryUnprocessableEntityBody get_markets_region_id_history_unprocessable_entity
|
||||
//
|
||||
// bad region_id
|
||||
// Unprocessable entity
|
||||
swagger:model GetMarketsRegionIDHistoryUnprocessableEntityBody
|
||||
*/
|
||||
type GetMarketsRegionIDHistoryUnprocessableEntityBody struct {
|
||||
|
||||
// get_markets_region_id_history_error
|
||||
// get_markets_region_id_history_422_unprocessable_entity
|
||||
//
|
||||
// error message
|
||||
// Unprocessable entity message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
||||
/*GetMarketsRegionIDHistoryInternalServerErrorBody get_markets_region_id_history_internal_server_error
|
||||
//
|
||||
// Internal server error
|
||||
swagger:model GetMarketsRegionIDHistoryInternalServerErrorBody
|
||||
*/
|
||||
type GetMarketsRegionIDHistoryInternalServerErrorBody struct {
|
||||
|
||||
// get_markets_region_id_history_500_internal_server_error
|
||||
//
|
||||
// Internal server error message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
|
|
@ -100,7 +100,7 @@ func NewGetMarketsRegionIDOrdersUnprocessableEntity() *GetMarketsRegionIDOrdersU
|
|||
|
||||
/*GetMarketsRegionIDOrdersUnprocessableEntity handles this case with default header values.
|
||||
|
||||
Errors in query parameters
|
||||
Not found
|
||||
*/
|
||||
type GetMarketsRegionIDOrdersUnprocessableEntity struct {
|
||||
Payload GetMarketsRegionIDOrdersUnprocessableEntityBody
|
||||
|
@ -147,6 +147,34 @@ func (o *GetMarketsRegionIDOrdersInternalServerError) readResponse(response runt
|
|||
return nil
|
||||
}
|
||||
|
||||
/*GetMarketsRegionIDOrdersUnprocessableEntityBody get_markets_region_id_orders_unprocessable_entity
|
||||
//
|
||||
// Unprocessable entity
|
||||
swagger:model GetMarketsRegionIDOrdersUnprocessableEntityBody
|
||||
*/
|
||||
type GetMarketsRegionIDOrdersUnprocessableEntityBody struct {
|
||||
|
||||
// get_markets_region_id_orders_422_unprocessable_entity
|
||||
//
|
||||
// Unprocessable entity message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
||||
/*GetMarketsRegionIDOrdersInternalServerErrorBody get_markets_region_id_orders_internal_server_error
|
||||
//
|
||||
// Internal server error
|
||||
swagger:model GetMarketsRegionIDOrdersInternalServerErrorBody
|
||||
*/
|
||||
type GetMarketsRegionIDOrdersInternalServerErrorBody struct {
|
||||
|
||||
// get_markets_region_id_orders_500_internal_server_error
|
||||
//
|
||||
// Internal server error message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
||||
/*GetMarketsRegionIDOrdersOKBodyItems0 get_markets_region_id_orders_200_ok
|
||||
//
|
||||
// 200 ok object
|
||||
|
@ -220,31 +248,3 @@ type GetMarketsRegionIDOrdersOKBodyItems0 struct {
|
|||
// Required: true
|
||||
VolumeTotal *int32 `json:"volume_total"`
|
||||
}
|
||||
|
||||
/*GetMarketsRegionIDOrdersUnprocessableEntityBody get_markets_region_id_orders_unprocessable_entity
|
||||
//
|
||||
// bad region_id
|
||||
swagger:model GetMarketsRegionIDOrdersUnprocessableEntityBody
|
||||
*/
|
||||
type GetMarketsRegionIDOrdersUnprocessableEntityBody struct {
|
||||
|
||||
// get_markets_region_id_orders_error
|
||||
//
|
||||
// error message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
||||
/*GetMarketsRegionIDOrdersInternalServerErrorBody get_markets_region_id_orders_internal_server_error
|
||||
//
|
||||
// Internal server error
|
||||
swagger:model GetMarketsRegionIDOrdersInternalServerErrorBody
|
||||
*/
|
||||
type GetMarketsRegionIDOrdersInternalServerErrorBody struct {
|
||||
|
||||
// get_markets_region_id_orders_500_internal_server_error
|
||||
//
|
||||
// Internal server error message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
|
|
@ -267,90 +267,6 @@ type PinsItems0 struct {
|
|||
TypeID *int32 `json:"type_id"`
|
||||
}
|
||||
|
||||
/*PinsItems0ExtractorDetailsHeadsItems0 get_characters_character_id_planets_planet_id_head
|
||||
//
|
||||
// head object
|
||||
swagger:model PinsItems0ExtractorDetailsHeadsItems0
|
||||
*/
|
||||
type PinsItems0ExtractorDetailsHeadsItems0 struct {
|
||||
|
||||
// get_characters_character_id_planets_planet_id_head_id
|
||||
//
|
||||
// head_id integer
|
||||
// Required: true
|
||||
// Maximum: 9
|
||||
// Minimum: 0
|
||||
HeadID *int32 `json:"head_id"`
|
||||
|
||||
// get_characters_character_id_planets_planet_id_latitude
|
||||
//
|
||||
// latitude number
|
||||
// Required: true
|
||||
Latitude *float32 `json:"latitude"`
|
||||
|
||||
// get_characters_character_id_planets_planet_id_longitude
|
||||
//
|
||||
// longitude number
|
||||
// Required: true
|
||||
Longitude *float32 `json:"longitude"`
|
||||
}
|
||||
|
||||
/*GetCharactersCharacterIDPlanetsPlanetIDForbiddenBody get_characters_character_id_planets_planet_id_forbidden
|
||||
//
|
||||
// Forbidden
|
||||
swagger:model GetCharactersCharacterIDPlanetsPlanetIDForbiddenBody
|
||||
*/
|
||||
type GetCharactersCharacterIDPlanetsPlanetIDForbiddenBody struct {
|
||||
|
||||
// get_characters_character_id_planets_planet_id_403_forbidden
|
||||
//
|
||||
// Forbidden message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
||||
/*GetCharactersCharacterIDPlanetsPlanetIDInternalServerErrorBody get_characters_character_id_planets_planet_id_internal_server_error
|
||||
//
|
||||
// Internal server error
|
||||
swagger:model GetCharactersCharacterIDPlanetsPlanetIDInternalServerErrorBody
|
||||
*/
|
||||
type GetCharactersCharacterIDPlanetsPlanetIDInternalServerErrorBody struct {
|
||||
|
||||
// get_characters_character_id_planets_planet_id_500_internal_server_error
|
||||
//
|
||||
// Internal server error message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
||||
/*GetCharactersCharacterIDPlanetsPlanetIDNotFoundBody get_characters_character_id_planets_planet_id_not_found
|
||||
//
|
||||
// Colony not found
|
||||
swagger:model GetCharactersCharacterIDPlanetsPlanetIDNotFoundBody
|
||||
*/
|
||||
type GetCharactersCharacterIDPlanetsPlanetIDNotFoundBody struct {
|
||||
|
||||
// get_characters_character_id_planets_planet_id_error
|
||||
//
|
||||
// error message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
||||
/*PinsItems0FactoryDetails get_characters_character_id_planets_planet_id_factory_details
|
||||
//
|
||||
// factory_details object
|
||||
swagger:model PinsItems0FactoryDetails
|
||||
*/
|
||||
type PinsItems0FactoryDetails struct {
|
||||
|
||||
// get_characters_character_id_planets_planet_id_schematic_id
|
||||
//
|
||||
// schematic_id integer
|
||||
// Required: true
|
||||
SchematicID *int32 `json:"schematic_id"`
|
||||
}
|
||||
|
||||
/*PinsItems0ExtractorDetails get_characters_character_id_planets_planet_id_extractor_details
|
||||
//
|
||||
// extractor_details object
|
||||
|
@ -389,6 +305,34 @@ type PinsItems0ExtractorDetails struct {
|
|||
QtyPerCycle *int32 `json:"qty_per_cycle"`
|
||||
}
|
||||
|
||||
/*PinsItems0ExtractorDetailsHeadsItems0 get_characters_character_id_planets_planet_id_head
|
||||
//
|
||||
// head object
|
||||
swagger:model PinsItems0ExtractorDetailsHeadsItems0
|
||||
*/
|
||||
type PinsItems0ExtractorDetailsHeadsItems0 struct {
|
||||
|
||||
// get_characters_character_id_planets_planet_id_head_id
|
||||
//
|
||||
// head_id integer
|
||||
// Required: true
|
||||
// Maximum: 9
|
||||
// Minimum: 0
|
||||
HeadID *int32 `json:"head_id"`
|
||||
|
||||
// get_characters_character_id_planets_planet_id_latitude
|
||||
//
|
||||
// latitude number
|
||||
// Required: true
|
||||
Latitude *float32 `json:"latitude"`
|
||||
|
||||
// get_characters_character_id_planets_planet_id_longitude
|
||||
//
|
||||
// longitude number
|
||||
// Required: true
|
||||
Longitude *float32 `json:"longitude"`
|
||||
}
|
||||
|
||||
/*RoutesItems0 get_characters_character_id_planets_planet_id_route
|
||||
//
|
||||
// route object
|
||||
|
@ -432,28 +376,6 @@ type RoutesItems0 struct {
|
|||
Waypoints []*RoutesItems0WaypointsItems0 `json:"waypoints"`
|
||||
}
|
||||
|
||||
/*RoutesItems0WaypointsItems0 get_characters_character_id_planets_planet_id_waypoint
|
||||
//
|
||||
// waypoint object
|
||||
swagger:model RoutesItems0WaypointsItems0
|
||||
*/
|
||||
type RoutesItems0WaypointsItems0 struct {
|
||||
|
||||
// get_characters_character_id_planets_planet_id_order
|
||||
//
|
||||
// order integer
|
||||
// Required: true
|
||||
// Maximum: 5
|
||||
// Minimum: 1
|
||||
Order *int32 `json:"order"`
|
||||
|
||||
// get_characters_character_id_planets_planet_id_pin_id
|
||||
//
|
||||
// pin_id integer
|
||||
// Required: true
|
||||
PinID *int64 `json:"pin_id"`
|
||||
}
|
||||
|
||||
/*GetCharactersCharacterIDPlanetsPlanetIDOKBody get_characters_character_id_planets_planet_id_ok
|
||||
//
|
||||
// 200 ok object
|
||||
|
@ -479,3 +401,81 @@ type GetCharactersCharacterIDPlanetsPlanetIDOKBody struct {
|
|||
// Required: true
|
||||
Routes []*RoutesItems0 `json:"routes"`
|
||||
}
|
||||
|
||||
/*GetCharactersCharacterIDPlanetsPlanetIDForbiddenBody get_characters_character_id_planets_planet_id_forbidden
|
||||
//
|
||||
// Forbidden
|
||||
swagger:model GetCharactersCharacterIDPlanetsPlanetIDForbiddenBody
|
||||
*/
|
||||
type GetCharactersCharacterIDPlanetsPlanetIDForbiddenBody struct {
|
||||
|
||||
// get_characters_character_id_planets_planet_id_403_forbidden
|
||||
//
|
||||
// Forbidden message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
||||
/*RoutesItems0WaypointsItems0 get_characters_character_id_planets_planet_id_waypoint
|
||||
//
|
||||
// waypoint object
|
||||
swagger:model RoutesItems0WaypointsItems0
|
||||
*/
|
||||
type RoutesItems0WaypointsItems0 struct {
|
||||
|
||||
// get_characters_character_id_planets_planet_id_order
|
||||
//
|
||||
// order integer
|
||||
// Required: true
|
||||
// Maximum: 5
|
||||
// Minimum: 1
|
||||
Order *int32 `json:"order"`
|
||||
|
||||
// get_characters_character_id_planets_planet_id_pin_id
|
||||
//
|
||||
// pin_id integer
|
||||
// Required: true
|
||||
PinID *int64 `json:"pin_id"`
|
||||
}
|
||||
|
||||
/*PinsItems0FactoryDetails get_characters_character_id_planets_planet_id_factory_details
|
||||
//
|
||||
// factory_details object
|
||||
swagger:model PinsItems0FactoryDetails
|
||||
*/
|
||||
type PinsItems0FactoryDetails struct {
|
||||
|
||||
// get_characters_character_id_planets_planet_id_schematic_id
|
||||
//
|
||||
// schematic_id integer
|
||||
// Required: true
|
||||
SchematicID *int32 `json:"schematic_id"`
|
||||
}
|
||||
|
||||
/*GetCharactersCharacterIDPlanetsPlanetIDNotFoundBody get_characters_character_id_planets_planet_id_not_found
|
||||
//
|
||||
// Colony not found
|
||||
swagger:model GetCharactersCharacterIDPlanetsPlanetIDNotFoundBody
|
||||
*/
|
||||
type GetCharactersCharacterIDPlanetsPlanetIDNotFoundBody struct {
|
||||
|
||||
// get_characters_character_id_planets_planet_id_error
|
||||
//
|
||||
// error message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
||||
/*GetCharactersCharacterIDPlanetsPlanetIDInternalServerErrorBody get_characters_character_id_planets_planet_id_internal_server_error
|
||||
//
|
||||
// Internal server error
|
||||
swagger:model GetCharactersCharacterIDPlanetsPlanetIDInternalServerErrorBody
|
||||
*/
|
||||
type GetCharactersCharacterIDPlanetsPlanetIDInternalServerErrorBody struct {
|
||||
|
||||
// get_characters_character_id_planets_planet_id_500_internal_server_error
|
||||
//
|
||||
// Internal server error message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
|
|
@ -147,34 +147,6 @@ func (o *GetCharactersCharacterIDSkillsInternalServerError) readResponse(respons
|
|||
return nil
|
||||
}
|
||||
|
||||
/*GetCharactersCharacterIDSkillsForbiddenBody get_characters_character_id_skills_forbidden
|
||||
//
|
||||
// Forbidden
|
||||
swagger:model GetCharactersCharacterIDSkillsForbiddenBody
|
||||
*/
|
||||
type GetCharactersCharacterIDSkillsForbiddenBody struct {
|
||||
|
||||
// get_characters_character_id_skills_403_forbidden
|
||||
//
|
||||
// Forbidden message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
||||
/*GetCharactersCharacterIDSkillsInternalServerErrorBody get_characters_character_id_skills_internal_server_error
|
||||
//
|
||||
// Internal server error
|
||||
swagger:model GetCharactersCharacterIDSkillsInternalServerErrorBody
|
||||
*/
|
||||
type GetCharactersCharacterIDSkillsInternalServerErrorBody struct {
|
||||
|
||||
// get_characters_character_id_skills_500_internal_server_error
|
||||
//
|
||||
// Internal server error message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
||||
/*SkillsItems0 get_characters_character_id_skills_skill
|
||||
//
|
||||
// skill object
|
||||
|
@ -217,3 +189,31 @@ type GetCharactersCharacterIDSkillsOKBody struct {
|
|||
// Required: true
|
||||
TotalSp *int64 `json:"total_sp"`
|
||||
}
|
||||
|
||||
/*GetCharactersCharacterIDSkillsForbiddenBody get_characters_character_id_skills_forbidden
|
||||
//
|
||||
// Forbidden
|
||||
swagger:model GetCharactersCharacterIDSkillsForbiddenBody
|
||||
*/
|
||||
type GetCharactersCharacterIDSkillsForbiddenBody struct {
|
||||
|
||||
// get_characters_character_id_skills_403_forbidden
|
||||
//
|
||||
// Forbidden message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
||||
/*GetCharactersCharacterIDSkillsInternalServerErrorBody get_characters_character_id_skills_internal_server_error
|
||||
//
|
||||
// Internal server error
|
||||
swagger:model GetCharactersCharacterIDSkillsInternalServerErrorBody
|
||||
*/
|
||||
type GetCharactersCharacterIDSkillsInternalServerErrorBody struct {
|
||||
|
||||
// get_characters_character_id_skills_500_internal_server_error
|
||||
//
|
||||
// Internal server error message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
|
|
@ -113,6 +113,26 @@ func (o *GetSovereigntyCampaignsInternalServerError) readResponse(response runti
|
|||
return nil
|
||||
}
|
||||
|
||||
/*GetSovereigntyCampaignsOKBodyItems0ParticipantsItems0 get_sovereignty_campaigns_participant
|
||||
//
|
||||
// participant object
|
||||
swagger:model GetSovereigntyCampaignsOKBodyItems0ParticipantsItems0
|
||||
*/
|
||||
type GetSovereigntyCampaignsOKBodyItems0ParticipantsItems0 struct {
|
||||
|
||||
// get_sovereignty_campaigns_alliance_id
|
||||
//
|
||||
// alliance_id integer
|
||||
// Required: true
|
||||
AllianceID *int32 `json:"alliance_id"`
|
||||
|
||||
// get_sovereignty_campaigns_score
|
||||
//
|
||||
// score number
|
||||
// Required: true
|
||||
Score *float32 `json:"score"`
|
||||
}
|
||||
|
||||
/*GetSovereigntyCampaignsOKBodyItems0 get_sovereignty_campaigns_200_ok
|
||||
//
|
||||
// 200 ok object
|
||||
|
@ -186,26 +206,6 @@ type GetSovereigntyCampaignsOKBodyItems0 struct {
|
|||
StructureID *int64 `json:"structure_id"`
|
||||
}
|
||||
|
||||
/*GetSovereigntyCampaignsOKBodyItems0ParticipantsItems0 get_sovereignty_campaigns_participant
|
||||
//
|
||||
// participant object
|
||||
swagger:model GetSovereigntyCampaignsOKBodyItems0ParticipantsItems0
|
||||
*/
|
||||
type GetSovereigntyCampaignsOKBodyItems0ParticipantsItems0 struct {
|
||||
|
||||
// get_sovereignty_campaigns_alliance_id
|
||||
//
|
||||
// alliance_id integer
|
||||
// Required: true
|
||||
AllianceID *int32 `json:"alliance_id"`
|
||||
|
||||
// get_sovereignty_campaigns_score
|
||||
//
|
||||
// score number
|
||||
// Required: true
|
||||
Score *float32 `json:"score"`
|
||||
}
|
||||
|
||||
/*GetSovereigntyCampaignsInternalServerErrorBody get_sovereignty_campaigns_internal_server_error
|
||||
//
|
||||
// Internal server error
|
||||
|
|
|
@ -153,20 +153,6 @@ func (o *GetUniverseGroupsGroupIDInternalServerError) readResponse(response runt
|
|||
return nil
|
||||
}
|
||||
|
||||
/*GetUniverseGroupsGroupIDNotFoundBody get_universe_groups_group_id_not_found
|
||||
//
|
||||
// Not found
|
||||
swagger:model GetUniverseGroupsGroupIDNotFoundBody
|
||||
*/
|
||||
type GetUniverseGroupsGroupIDNotFoundBody struct {
|
||||
|
||||
// get_universe_groups_group_id_404_not_found
|
||||
//
|
||||
// Not found message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
||||
/*GetUniverseGroupsGroupIDInternalServerErrorBody get_universe_groups_group_id_internal_server_error
|
||||
//
|
||||
// Internal server error
|
||||
|
@ -218,3 +204,17 @@ type GetUniverseGroupsGroupIDOKBody struct {
|
|||
// Required: true
|
||||
Types []int32 `json:"types"`
|
||||
}
|
||||
|
||||
/*GetUniverseGroupsGroupIDNotFoundBody get_universe_groups_group_id_not_found
|
||||
//
|
||||
// Not found
|
||||
swagger:model GetUniverseGroupsGroupIDNotFoundBody
|
||||
*/
|
||||
type GetUniverseGroupsGroupIDNotFoundBody struct {
|
||||
|
||||
// get_universe_groups_group_id_404_not_found
|
||||
//
|
||||
// Not found message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
|
|
@ -119,6 +119,20 @@ func (o *GetUniverseRacesInternalServerError) readResponse(response runtime.Clie
|
|||
return nil
|
||||
}
|
||||
|
||||
/*GetUniverseRacesInternalServerErrorBody get_universe_races_internal_server_error
|
||||
//
|
||||
// Internal server error
|
||||
swagger:model GetUniverseRacesInternalServerErrorBody
|
||||
*/
|
||||
type GetUniverseRacesInternalServerErrorBody struct {
|
||||
|
||||
// get_universe_races_500_internal_server_error
|
||||
//
|
||||
// Internal server error message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
||||
/*GetUniverseRacesOKBodyItems0 get_universe_races_200_ok
|
||||
//
|
||||
// 200 ok object
|
||||
|
@ -150,17 +164,3 @@ type GetUniverseRacesOKBodyItems0 struct {
|
|||
// Required: true
|
||||
RaceID *int32 `json:"race_id"`
|
||||
}
|
||||
|
||||
/*GetUniverseRacesInternalServerErrorBody get_universe_races_internal_server_error
|
||||
//
|
||||
// Internal server error
|
||||
swagger:model GetUniverseRacesInternalServerErrorBody
|
||||
*/
|
||||
type GetUniverseRacesInternalServerErrorBody struct {
|
||||
|
||||
// get_universe_races_500_internal_server_error
|
||||
//
|
||||
// Internal server error message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
|
|
@ -113,6 +113,20 @@ func (o *GetUniverseStationsStationIDInternalServerError) readResponse(response
|
|||
return nil
|
||||
}
|
||||
|
||||
/*GetUniverseStationsStationIDInternalServerErrorBody get_universe_stations_station_id_internal_server_error
|
||||
//
|
||||
// Internal server error
|
||||
swagger:model GetUniverseStationsStationIDInternalServerErrorBody
|
||||
*/
|
||||
type GetUniverseStationsStationIDInternalServerErrorBody struct {
|
||||
|
||||
// get_universe_stations_station_id_500_internal_server_error
|
||||
//
|
||||
// Internal server error message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
||||
/*GetUniverseStationsStationIDOKBody get_universe_stations_station_id_ok
|
||||
//
|
||||
// 200 ok object
|
||||
|
@ -132,17 +146,3 @@ type GetUniverseStationsStationIDOKBody struct {
|
|||
// Required: true
|
||||
StationName *string `json:"station_name"`
|
||||
}
|
||||
|
||||
/*GetUniverseStationsStationIDInternalServerErrorBody get_universe_stations_station_id_internal_server_error
|
||||
//
|
||||
// Internal server error
|
||||
swagger:model GetUniverseStationsStationIDInternalServerErrorBody
|
||||
*/
|
||||
type GetUniverseStationsStationIDInternalServerErrorBody struct {
|
||||
|
||||
// get_universe_stations_station_id_500_internal_server_error
|
||||
//
|
||||
// Internal server error message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
|
|
@ -162,6 +162,20 @@ func (o *GetUniverseStructuresStructureIDInternalServerError) readResponse(respo
|
|||
return nil
|
||||
}
|
||||
|
||||
/*GetUniverseStructuresStructureIDInternalServerErrorBody get_universe_structures_structure_id_internal_server_error
|
||||
//
|
||||
// Internal server error
|
||||
swagger:model GetUniverseStructuresStructureIDInternalServerErrorBody
|
||||
*/
|
||||
type GetUniverseStructuresStructureIDInternalServerErrorBody struct {
|
||||
|
||||
// get_universe_structures_structure_id_500_internal_server_error
|
||||
//
|
||||
// Internal server error message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
||||
/*GetUniverseStructuresStructureIDOKBodyPosition get_universe_structures_structure_id_position
|
||||
//
|
||||
// Coordinates of the structure in Cartesian space relative to the Sun, in metres.
|
||||
|
@ -246,17 +260,3 @@ type GetUniverseStructuresStructureIDNotFoundBody struct {
|
|||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
||||
/*GetUniverseStructuresStructureIDInternalServerErrorBody get_universe_structures_structure_id_internal_server_error
|
||||
//
|
||||
// Internal server error
|
||||
swagger:model GetUniverseStructuresStructureIDInternalServerErrorBody
|
||||
*/
|
||||
type GetUniverseStructuresStructureIDInternalServerErrorBody struct {
|
||||
|
||||
// get_universe_structures_structure_id_500_internal_server_error
|
||||
//
|
||||
// Internal server error message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
|
|
@ -147,20 +147,6 @@ func (o *GetUniverseSystemsSystemIDInternalServerError) readResponse(response ru
|
|||
return nil
|
||||
}
|
||||
|
||||
/*GetUniverseSystemsSystemIDInternalServerErrorBody get_universe_systems_system_id_internal_server_error
|
||||
//
|
||||
// Internal server error
|
||||
swagger:model GetUniverseSystemsSystemIDInternalServerErrorBody
|
||||
*/
|
||||
type GetUniverseSystemsSystemIDInternalServerErrorBody struct {
|
||||
|
||||
// get_universe_systems_system_id_500_internal_server_error
|
||||
//
|
||||
// Internal server error message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
||||
/*GetUniverseSystemsSystemIDOKBody get_universe_systems_system_id_ok
|
||||
//
|
||||
// 200 ok object
|
||||
|
@ -188,3 +174,17 @@ type GetUniverseSystemsSystemIDNotFoundBody struct {
|
|||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
||||
/*GetUniverseSystemsSystemIDInternalServerErrorBody get_universe_systems_system_id_internal_server_error
|
||||
//
|
||||
// Internal server error
|
||||
swagger:model GetUniverseSystemsSystemIDInternalServerErrorBody
|
||||
*/
|
||||
type GetUniverseSystemsSystemIDInternalServerErrorBody struct {
|
||||
|
||||
// get_universe_systems_system_id_500_internal_server_error
|
||||
//
|
||||
// Internal server error message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
|
|
@ -128,6 +128,20 @@ func (o *PostUniverseNamesInternalServerError) readResponse(response runtime.Cli
|
|||
return nil
|
||||
}
|
||||
|
||||
/*PostUniverseNamesNotFoundBody post_universe_names_not_found
|
||||
//
|
||||
// Not found
|
||||
swagger:model PostUniverseNamesNotFoundBody
|
||||
*/
|
||||
type PostUniverseNamesNotFoundBody struct {
|
||||
|
||||
// post_universe_names_404_not_found
|
||||
//
|
||||
// Not found message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
||||
/*PostUniverseNamesInternalServerErrorBody post_universe_names_internal_server_error
|
||||
//
|
||||
// Internal server error
|
||||
|
@ -167,17 +181,3 @@ type PostUniverseNamesOKBodyItems0 struct {
|
|||
// Required: true
|
||||
Name *string `json:"name"`
|
||||
}
|
||||
|
||||
/*PostUniverseNamesNotFoundBody post_universe_names_not_found
|
||||
//
|
||||
// Not found
|
||||
swagger:model PostUniverseNamesNotFoundBody
|
||||
*/
|
||||
type PostUniverseNamesNotFoundBody struct {
|
||||
|
||||
// post_universe_names_404_not_found
|
||||
//
|
||||
// Not found message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
|
|
@ -109,7 +109,7 @@ func NewPostUIOpenwindowNewmailUnprocessableEntity() *PostUIOpenwindowNewmailUnp
|
|||
|
||||
/*PostUIOpenwindowNewmailUnprocessableEntity handles this case with default header values.
|
||||
|
||||
Errors in request body
|
||||
Invalid request
|
||||
*/
|
||||
type PostUIOpenwindowNewmailUnprocessableEntity struct {
|
||||
Payload PostUIOpenwindowNewmailUnprocessableEntityBody
|
||||
|
@ -214,14 +214,14 @@ type PostUIOpenwindowNewmailForbiddenBody struct {
|
|||
|
||||
/*PostUIOpenwindowNewmailUnprocessableEntityBody post_ui_openwindow_newmail_unprocessable_entity
|
||||
//
|
||||
// 422 unprocessable entity object
|
||||
// Unprocessable entity
|
||||
swagger:model PostUIOpenwindowNewmailUnprocessableEntityBody
|
||||
*/
|
||||
type PostUIOpenwindowNewmailUnprocessableEntityBody struct {
|
||||
|
||||
// post_ui_openwindow_newmail_error
|
||||
// post_ui_openwindow_newmail_422_unprocessable_entity
|
||||
//
|
||||
// error message
|
||||
// Unprocessable entity message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
|
|
@ -147,6 +147,24 @@ func (o *GetCharactersCharacterIDWalletsInternalServerError) readResponse(respon
|
|||
return nil
|
||||
}
|
||||
|
||||
/*GetCharactersCharacterIDWalletsOKBodyItems0 get_characters_character_id_wallets_200_ok
|
||||
//
|
||||
// 200 ok object
|
||||
swagger:model GetCharactersCharacterIDWalletsOKBodyItems0
|
||||
*/
|
||||
type GetCharactersCharacterIDWalletsOKBodyItems0 struct {
|
||||
|
||||
// get_characters_character_id_wallets_balance
|
||||
//
|
||||
// Wallet's balance in ISK hundredths.
|
||||
Balance int64 `json:"balance,omitempty"`
|
||||
|
||||
// get_characters_character_id_wallets_wallet_id
|
||||
//
|
||||
// wallet_id integer
|
||||
WalletID int32 `json:"wallet_id,omitempty"`
|
||||
}
|
||||
|
||||
/*GetCharactersCharacterIDWalletsForbiddenBody get_characters_character_id_wallets_forbidden
|
||||
//
|
||||
// Forbidden
|
||||
|
@ -174,21 +192,3 @@ type GetCharactersCharacterIDWalletsInternalServerErrorBody struct {
|
|||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
||||
/*GetCharactersCharacterIDWalletsOKBodyItems0 get_characters_character_id_wallets_200_ok
|
||||
//
|
||||
// 200 ok object
|
||||
swagger:model GetCharactersCharacterIDWalletsOKBodyItems0
|
||||
*/
|
||||
type GetCharactersCharacterIDWalletsOKBodyItems0 struct {
|
||||
|
||||
// get_characters_character_id_wallets_balance
|
||||
//
|
||||
// Wallet's balance in ISK hundredths.
|
||||
Balance int64 `json:"balance,omitempty"`
|
||||
|
||||
// get_characters_character_id_wallets_wallet_id
|
||||
//
|
||||
// wallet_id integer
|
||||
WalletID int32 `json:"wallet_id,omitempty"`
|
||||
}
|
||||
|
|
|
@ -100,7 +100,7 @@ func NewGetWarsWarIDKillmailsUnprocessableEntity() *GetWarsWarIDKillmailsUnproce
|
|||
|
||||
/*GetWarsWarIDKillmailsUnprocessableEntity handles this case with default header values.
|
||||
|
||||
Errors in query parameters
|
||||
War not found
|
||||
*/
|
||||
type GetWarsWarIDKillmailsUnprocessableEntity struct {
|
||||
Payload GetWarsWarIDKillmailsUnprocessableEntityBody
|
||||
|
@ -169,14 +169,14 @@ type GetWarsWarIDKillmailsOKBodyItems0 struct {
|
|||
|
||||
/*GetWarsWarIDKillmailsUnprocessableEntityBody get_wars_war_id_killmails_unprocessable_entity
|
||||
//
|
||||
// war_id is not valid
|
||||
// Unprocessable entity
|
||||
swagger:model GetWarsWarIDKillmailsUnprocessableEntityBody
|
||||
*/
|
||||
type GetWarsWarIDKillmailsUnprocessableEntityBody struct {
|
||||
|
||||
// get_wars_war_id_killmails_error
|
||||
// get_wars_war_id_killmails_422_unprocessable_entity
|
||||
//
|
||||
// error message
|
||||
// Unprocessable entity message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
|
|
@ -100,7 +100,7 @@ func NewGetWarsWarIDUnprocessableEntity() *GetWarsWarIDUnprocessableEntity {
|
|||
|
||||
/*GetWarsWarIDUnprocessableEntity handles this case with default header values.
|
||||
|
||||
Errors in query parameters
|
||||
War not found
|
||||
*/
|
||||
type GetWarsWarIDUnprocessableEntity struct {
|
||||
Payload GetWarsWarIDUnprocessableEntityBody
|
||||
|
@ -147,6 +147,36 @@ func (o *GetWarsWarIDInternalServerError) readResponse(response runtime.ClientRe
|
|||
return nil
|
||||
}
|
||||
|
||||
/*GetWarsWarIDOKBodyAggressor get_wars_war_id_aggressor
|
||||
//
|
||||
// The aggressor corporation or alliance that declared this war, only contains either corporation_id or alliance_id
|
||||
swagger:model GetWarsWarIDOKBodyAggressor
|
||||
*/
|
||||
type GetWarsWarIDOKBodyAggressor struct {
|
||||
|
||||
// get_wars_war_id_alliance_id
|
||||
//
|
||||
// Alliance ID if and only if the aggressor is an alliance
|
||||
AllianceID int32 `json:"alliance_id,omitempty"`
|
||||
|
||||
// get_wars_war_id_corporation_id
|
||||
//
|
||||
// Corporation ID if and only if the aggressor is a corporation
|
||||
CorporationID int32 `json:"corporation_id,omitempty"`
|
||||
|
||||
// get_wars_war_id_isk_destroyed
|
||||
//
|
||||
// ISK value of ships the aggressor has destroyed
|
||||
// Required: true
|
||||
IskDestroyed *float32 `json:"isk_destroyed"`
|
||||
|
||||
// get_wars_war_id_ships_killed
|
||||
//
|
||||
// The number of ships the aggressor has killed
|
||||
// Required: true
|
||||
ShipsKilled *int32 `json:"ships_killed"`
|
||||
}
|
||||
|
||||
/*GetWarsWarIDOKBodyDefender get_wars_war_id_defender
|
||||
//
|
||||
// The defending corporation or alliance that declared this war, only contains either corporation_id or alliance_id
|
||||
|
@ -177,34 +207,22 @@ type GetWarsWarIDOKBodyDefender struct {
|
|||
ShipsKilled *int32 `json:"ships_killed"`
|
||||
}
|
||||
|
||||
/*GetWarsWarIDOKBodyAggressor get_wars_war_id_aggressor
|
||||
/*AlliesItems0 get_wars_war_id_ally
|
||||
//
|
||||
// The aggressor corporation or alliance that declared this war, only contains either corporation_id or alliance_id
|
||||
swagger:model GetWarsWarIDOKBodyAggressor
|
||||
// ally object
|
||||
swagger:model AlliesItems0
|
||||
*/
|
||||
type GetWarsWarIDOKBodyAggressor struct {
|
||||
type AlliesItems0 struct {
|
||||
|
||||
// get_wars_war_id_alliance_id
|
||||
//
|
||||
// Alliance ID if and only if the aggressor is an alliance
|
||||
// Alliance ID if and only if this ally is an alliance
|
||||
AllianceID int32 `json:"alliance_id,omitempty"`
|
||||
|
||||
// get_wars_war_id_corporation_id
|
||||
//
|
||||
// Corporation ID if and only if the aggressor is a corporation
|
||||
// Corporation ID if and only if this ally is a corporation
|
||||
CorporationID int32 `json:"corporation_id,omitempty"`
|
||||
|
||||
// get_wars_war_id_isk_destroyed
|
||||
//
|
||||
// ISK value of ships the aggressor has destroyed
|
||||
// Required: true
|
||||
IskDestroyed *float32 `json:"isk_destroyed"`
|
||||
|
||||
// get_wars_war_id_ships_killed
|
||||
//
|
||||
// The number of ships the aggressor has killed
|
||||
// Required: true
|
||||
ShipsKilled *int32 `json:"ships_killed"`
|
||||
}
|
||||
|
||||
/*GetWarsWarIDOKBody get_wars_war_id_ok
|
||||
|
@ -273,14 +291,14 @@ type GetWarsWarIDOKBody struct {
|
|||
|
||||
/*GetWarsWarIDUnprocessableEntityBody get_wars_war_id_unprocessable_entity
|
||||
//
|
||||
// war_id is not valid
|
||||
// Unprocessable entity
|
||||
swagger:model GetWarsWarIDUnprocessableEntityBody
|
||||
*/
|
||||
type GetWarsWarIDUnprocessableEntityBody struct {
|
||||
|
||||
// get_wars_war_id_error
|
||||
// get_wars_war_id_422_unprocessable_entity
|
||||
//
|
||||
// error message
|
||||
// Unprocessable entity message
|
||||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
@ -298,21 +316,3 @@ type GetWarsWarIDInternalServerErrorBody struct {
|
|||
// Required: true
|
||||
Error *string `json:"error"`
|
||||
}
|
||||
|
||||
/*AlliesItems0 get_wars_war_id_ally
|
||||
//
|
||||
// ally object
|
||||
swagger:model AlliesItems0
|
||||
*/
|
||||
type AlliesItems0 struct {
|
||||
|
||||
// get_wars_war_id_alliance_id
|
||||
//
|
||||
// Alliance ID if and only if this ally is an alliance
|
||||
AllianceID int32 `json:"alliance_id,omitempty"`
|
||||
|
||||
// get_wars_war_id_corporation_id
|
||||
//
|
||||
// Corporation ID if and only if this ally is a corporation
|
||||
CorporationID int32 `json:"corporation_id,omitempty"`
|
||||
}
|
||||
|
|
Reference in a new issue