Update of swagger file, manual fixes to generated files

This commit is contained in:
Thomas Schwery 2017-02-07 14:12:12 +01:00
parent c76fbc32a2
commit b591086d3b
41 changed files with 16480 additions and 898 deletions

View file

@ -147,6 +147,34 @@ func (o *GetAlliancesAllianceIDInternalServerError) readResponse(response runtim
return nil
}
/*GetAlliancesAllianceIDNotFoundBody get_alliances_alliance_id_not_found
//
// Alliance not found
swagger:model GetAlliancesAllianceIDNotFoundBody
*/
type GetAlliancesAllianceIDNotFoundBody struct {
// get_alliances_alliance_id_error
//
// error message
// 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"`
}
/*GetAlliancesAllianceIDOKBody get_alliances_alliance_id_ok
//
// 200 ok object
@ -178,31 +206,3 @@ type GetAlliancesAllianceIDOKBody struct {
// Required: true
Ticker *string `json:"ticker"`
}
/*GetAlliancesAllianceIDNotFoundBody get_alliances_alliance_id_not_found
//
// Alliance not found
swagger:model GetAlliancesAllianceIDNotFoundBody
*/
type GetAlliancesAllianceIDNotFoundBody struct {
// get_alliances_alliance_id_error
//
// error message
// 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"`
}

View file

@ -17,6 +17,7 @@ import (
"./clones"
"./contacts"
"./corporation"
"./fittings"
"./fleets"
"./incursions"
"./industry"
@ -68,6 +69,8 @@ func New(transport runtime.ClientTransport, formats strfmt.Registry) *App {
cli.Corporation = corporation.New(transport, formats)
cli.Fittings = fittings.New(transport, formats)
cli.Fleets = fleets.New(transport, formats)
cli.Incursions = incursions.New(transport, formats)
@ -121,6 +124,8 @@ type App struct {
Corporation *corporation.Client
Fittings *fittings.Client
Fleets *fleets.Client
Incursions *incursions.Client
@ -176,6 +181,8 @@ func (c *App) SetTransport(transport runtime.ClientTransport) {
c.Corporation.SetTransport(transport)
c.Fittings.SetTransport(transport)
c.Fleets.SetTransport(transport)
c.Incursions.SetTransport(transport)

View file

@ -147,20 +147,6 @@ func (o *GetCharactersCharacterIDBookmarksInternalServerError) readResponse(resp
return nil
}
/*GetCharactersCharacterIDBookmarksInternalServerErrorBody get_characters_character_id_bookmarks_internal_server_error
//
// Internal server error
swagger:model GetCharactersCharacterIDBookmarksInternalServerErrorBody
*/
type GetCharactersCharacterIDBookmarksInternalServerErrorBody struct {
// get_characters_character_id_bookmarks_500_internal_server_error
//
// Internal server error message
// Required: true
Error *string `json:"error"`
}
/*GetCharactersCharacterIDBookmarksOKBodyItems0 get_characters_character_id_bookmarks_200_ok
//
// 200 ok object
@ -214,6 +200,26 @@ type GetCharactersCharacterIDBookmarksOKBodyItems0 struct {
Target *GetCharactersCharacterIDBookmarksOKBodyItems0Target `json:"target"`
}
/*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"`
}
/*GetCharactersCharacterIDBookmarksOKBodyItems0TargetCoordinates get_characters_character_id_bookmarks_coordinates
//
// coordinates object
@ -260,26 +266,6 @@ type GetCharactersCharacterIDBookmarksOKBodyItems0TargetItem struct {
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
@ -293,3 +279,17 @@ type GetCharactersCharacterIDBookmarksForbiddenBody struct {
// Required: true
Error *string `json:"error"`
}
/*GetCharactersCharacterIDBookmarksInternalServerErrorBody get_characters_character_id_bookmarks_internal_server_error
//
// Internal server error
swagger:model GetCharactersCharacterIDBookmarksInternalServerErrorBody
*/
type GetCharactersCharacterIDBookmarksInternalServerErrorBody struct {
// get_characters_character_id_bookmarks_500_internal_server_error
//
// Internal server error message
// Required: true
Error *string `json:"error"`
}

View file

@ -147,20 +147,6 @@ 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
@ -207,3 +193,17 @@ 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"`
}

View file

@ -122,6 +122,20 @@ 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
@ -149,17 +163,3 @@ 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"`
}

View file

@ -147,20 +147,6 @@ 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
@ -206,3 +192,17 @@ 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"`
}

View file

@ -165,29 +165,6 @@ type GetCharactersCharacterIDClonesOKBodyHomeLocation struct {
LocationType string `json:"location_type,omitempty"`
}
/*JumpClonesItems0 get_characters_character_id_clones_jump_clone
//
// jump_clone object
swagger:model JumpClonesItems0
*/
type JumpClonesItems0 struct {
// get_characters_character_id_clones_implants
//
// implants array
Implants []int32 `json:"implants"`
// get_characters_character_id_clones_location_id
//
// location_id integer
LocationID int64 `json:"location_id,omitempty"`
// get_characters_character_id_clones_location_type
//
// location_type string
LocationType string `json:"location_type,omitempty"`
}
/*GetCharactersCharacterIDClonesOKBody get_characters_character_id_clones_ok
//
// 200 ok object
@ -239,3 +216,26 @@ type GetCharactersCharacterIDClonesInternalServerErrorBody struct {
// Required: true
Error *string `json:"error"`
}
/*JumpClonesItems0 get_characters_character_id_clones_jump_clone
//
// jump_clone object
swagger:model JumpClonesItems0
*/
type JumpClonesItems0 struct {
// get_characters_character_id_clones_implants
//
// implants array
Implants []int32 `json:"implants"`
// get_characters_character_id_clones_location_id
//
// location_id integer
LocationID int64 `json:"location_id,omitempty"`
// get_characters_character_id_clones_location_type
//
// location_type string
LocationType string `json:"location_type,omitempty"`
}

View file

@ -147,6 +147,26 @@ 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
@ -174,23 +194,3 @@ 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"`
}

View file

@ -147,6 +147,34 @@ func (o *GetCharactersCharacterIDContactsInternalServerError) readResponse(respo
return nil
}
/*GetCharactersCharacterIDContactsForbiddenBody get_characters_character_id_contacts_forbidden
//
// Forbidden
swagger:model GetCharactersCharacterIDContactsForbiddenBody
*/
type GetCharactersCharacterIDContactsForbiddenBody struct {
// get_characters_character_id_contacts_403_forbidden
//
// Forbidden message
// Required: true
Error *string `json:"error"`
}
/*GetCharactersCharacterIDContactsInternalServerErrorBody get_characters_character_id_contacts_internal_server_error
//
// Internal server error
swagger:model GetCharactersCharacterIDContactsInternalServerErrorBody
*/
type GetCharactersCharacterIDContactsInternalServerErrorBody struct {
// get_characters_character_id_contacts_500_internal_server_error
//
// Internal server error message
// Required: true
Error *string `json:"error"`
}
/*GetCharactersCharacterIDContactsOKBodyItems0 get_characters_character_id_contacts_200_ok
//
// 200 ok object
@ -187,31 +215,3 @@ type GetCharactersCharacterIDContactsOKBodyItems0 struct {
// Required: true
Standing *float32 `json:"standing"`
}
/*GetCharactersCharacterIDContactsForbiddenBody get_characters_character_id_contacts_forbidden
//
// Forbidden
swagger:model GetCharactersCharacterIDContactsForbiddenBody
*/
type GetCharactersCharacterIDContactsForbiddenBody struct {
// get_characters_character_id_contacts_403_forbidden
//
// Forbidden message
// Required: true
Error *string `json:"error"`
}
/*GetCharactersCharacterIDContactsInternalServerErrorBody get_characters_character_id_contacts_internal_server_error
//
// Internal server error
swagger:model GetCharactersCharacterIDContactsInternalServerErrorBody
*/
type GetCharactersCharacterIDContactsInternalServerErrorBody struct {
// get_characters_character_id_contacts_500_internal_server_error
//
// Internal server error message
// Required: true
Error *string `json:"error"`
}

View file

@ -128,20 +128,6 @@ func (o *PostCharactersCharacterIDContactsInternalServerError) readResponse(resp
return nil
}
/*PostCharactersCharacterIDContactsInternalServerErrorBody post_characters_character_id_contacts_internal_server_error
//
// Internal server error
swagger:model PostCharactersCharacterIDContactsInternalServerErrorBody
*/
type PostCharactersCharacterIDContactsInternalServerErrorBody struct {
// post_characters_character_id_contacts_500_internal_server_error
//
// Internal server error message
// Required: true
Error *string `json:"error"`
}
/*PostCharactersCharacterIDContactsForbiddenBody post_characters_character_id_contacts_forbidden
//
// Forbidden
@ -155,3 +141,17 @@ type PostCharactersCharacterIDContactsForbiddenBody struct {
// Required: true
Error *string `json:"error"`
}
/*PostCharactersCharacterIDContactsInternalServerErrorBody post_characters_character_id_contacts_internal_server_error
//
// Internal server error
swagger:model PostCharactersCharacterIDContactsInternalServerErrorBody
*/
type PostCharactersCharacterIDContactsInternalServerErrorBody struct {
// post_characters_character_id_contacts_500_internal_server_error
//
// Internal server error message
// Required: true
Error *string `json:"error"`
}

View file

@ -147,20 +147,6 @@ func (o *GetCharactersCharacterIDFittingsInternalServerError) readResponse(respo
return nil
}
/*GetCharactersCharacterIDFittingsInternalServerErrorBody get_characters_character_id_fittings_internal_server_error
//
// Internal server error
swagger:model GetCharactersCharacterIDFittingsInternalServerErrorBody
*/
type GetCharactersCharacterIDFittingsInternalServerErrorBody struct {
// get_characters_character_id_fittings_500_internal_server_error
//
// Internal server error message
// Required: true
Error *string `json:"error"`
}
/*GetCharactersCharacterIDFittingsOKBodyItems0 get_characters_character_id_fittings_200_ok
//
// 200 ok object
@ -238,3 +224,17 @@ type GetCharactersCharacterIDFittingsForbiddenBody struct {
// Required: true
Error *string `json:"error"`
}
/*GetCharactersCharacterIDFittingsInternalServerErrorBody get_characters_character_id_fittings_internal_server_error
//
// Internal server error
swagger:model GetCharactersCharacterIDFittingsInternalServerErrorBody
*/
type GetCharactersCharacterIDFittingsInternalServerErrorBody struct {
// get_characters_character_id_fittings_500_internal_server_error
//
// Internal server error message
// Required: true
Error *string `json:"error"`
}

View file

@ -128,6 +128,52 @@ func (o *PostCharactersCharacterIDFittingsInternalServerError) readResponse(resp
return nil
}
// PostCharactersCharacterIDFittingsOKBodyItems0 custom fix because of invalid
// goswagger generation
type PostCharactersCharacterIDFittingsOKBodyItems0 struct {
Flag *int32 `json:"flag"`
Quantity *int32 `json:"quantity"`
Type *int32 `json:"type"`
}
/*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 []*PostCharactersCharacterIDFittingsOKBodyItems0 `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
@ -169,41 +215,3 @@ 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"`
}

View file

@ -187,6 +187,48 @@ func (o *GetFleetsFleetIDWingsInternalServerError) readResponse(response runtime
return nil
}
/*GetFleetsFleetIDWingsForbiddenBody get_fleets_fleet_id_wings_forbidden
//
// Forbidden
swagger:model GetFleetsFleetIDWingsForbiddenBody
*/
type GetFleetsFleetIDWingsForbiddenBody struct {
// get_fleets_fleet_id_wings_403_forbidden
//
// Forbidden message
// Required: true
Error *string `json:"error"`
}
/*GetFleetsFleetIDWingsNotFoundBody get_fleets_fleet_id_wings_not_found
//
// Not found
swagger:model GetFleetsFleetIDWingsNotFoundBody
*/
type GetFleetsFleetIDWingsNotFoundBody struct {
// get_fleets_fleet_id_wings_404_not_found
//
// Not found message
// Required: true
Error *string `json:"error"`
}
/*GetFleetsFleetIDWingsInternalServerErrorBody get_fleets_fleet_id_wings_internal_server_error
//
// Internal server error
swagger:model GetFleetsFleetIDWingsInternalServerErrorBody
*/
type GetFleetsFleetIDWingsInternalServerErrorBody struct {
// get_fleets_fleet_id_wings_500_internal_server_error
//
// Internal server error message
// Required: true
Error *string `json:"error"`
}
/*GetFleetsFleetIDWingsOKBodyItems0 get_fleets_fleet_id_wings_200_ok
//
// 200 ok object
@ -232,45 +274,3 @@ type GetFleetsFleetIDWingsOKBodyItems0SquadsItems0 struct {
// Required: true
Name *string `json:"name"`
}
/*GetFleetsFleetIDWingsForbiddenBody get_fleets_fleet_id_wings_forbidden
//
// Forbidden
swagger:model GetFleetsFleetIDWingsForbiddenBody
*/
type GetFleetsFleetIDWingsForbiddenBody struct {
// get_fleets_fleet_id_wings_403_forbidden
//
// Forbidden message
// Required: true
Error *string `json:"error"`
}
/*GetFleetsFleetIDWingsNotFoundBody get_fleets_fleet_id_wings_not_found
//
// Not found
swagger:model GetFleetsFleetIDWingsNotFoundBody
*/
type GetFleetsFleetIDWingsNotFoundBody struct {
// get_fleets_fleet_id_wings_404_not_found
//
// Not found message
// Required: true
Error *string `json:"error"`
}
/*GetFleetsFleetIDWingsInternalServerErrorBody get_fleets_fleet_id_wings_internal_server_error
//
// Internal server error
swagger:model GetFleetsFleetIDWingsInternalServerErrorBody
*/
type GetFleetsFleetIDWingsInternalServerErrorBody struct {
// get_fleets_fleet_id_wings_500_internal_server_error
//
// Internal server error message
// Required: true
Error *string `json:"error"`
}

View file

@ -190,34 +190,6 @@ 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
@ -280,3 +252,31 @@ type PostFleetsFleetIDMembersNotFoundBody struct {
// 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
// Required: true
Error *string `json:"error"`
}

View file

@ -190,20 +190,6 @@ 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
//
// Not found
@ -274,3 +260,17 @@ 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"`
}

View file

@ -190,40 +190,6 @@ 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
swagger:model PutFleetsFleetIDBody
*/
type PutFleetsFleetIDBody struct {
// put_fleets_fleet_id_is_free_move
//
// Should free-move be enabled in the fleet
// Required: true
IsFreeMove *bool `json:"is_free_move"`
// put_fleets_fleet_id_motd
//
// New fleet MOTD in CCP flavoured HTML
// Required: true
Motd *string `json:"motd"`
}
/*PutFleetsFleetIDBadRequestBody put_fleets_fleet_id_bad_request
//
// Bad request
@ -265,3 +231,37 @@ type PutFleetsFleetIDNotFoundBody struct {
// 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
// Required: true
Error *string `json:"error"`
}
/*PutFleetsFleetIDBody put_fleets_fleet_id_new_settings
//
// new_settings object
swagger:model PutFleetsFleetIDBody
*/
type PutFleetsFleetIDBody struct {
// put_fleets_fleet_id_is_free_move
//
// Should free-move be enabled in the fleet
// Required: true
IsFreeMove *bool `json:"is_free_move"`
// put_fleets_fleet_id_motd
//
// New fleet MOTD in CCP flavoured HTML
// Required: true
Motd *string `json:"motd"`
}

View file

@ -156,21 +156,6 @@ func (o *PutFleetsFleetIDWingsWingIDInternalServerError) readResponse(response r
return nil
}
/*PutFleetsFleetIDWingsWingIDBody put_fleets_fleet_id_wings_wing_id_naming
//
// naming object
swagger:model PutFleetsFleetIDWingsWingIDBody
*/
type PutFleetsFleetIDWingsWingIDBody struct {
// put_fleets_fleet_id_wings_wing_id_name
//
// name string
// Required: true
// Max Length: 10
Name *string `json:"name"`
}
/*PutFleetsFleetIDWingsWingIDForbiddenBody put_fleets_fleet_id_wings_wing_id_forbidden
//
// Forbidden
@ -212,3 +197,18 @@ type PutFleetsFleetIDWingsWingIDInternalServerErrorBody struct {
// Required: true
Error *string `json:"error"`
}
/*PutFleetsFleetIDWingsWingIDBody put_fleets_fleet_id_wings_wing_id_naming
//
// naming object
swagger:model PutFleetsFleetIDWingsWingIDBody
*/
type PutFleetsFleetIDWingsWingIDBody struct {
// put_fleets_fleet_id_wings_wing_id_name
//
// name string
// Required: true
// Max Length: 10
Name *string `json:"name"`
}

View file

@ -113,6 +113,20 @@ func (o *GetIncursionsInternalServerError) readResponse(response runtime.ClientR
return nil
}
/*GetIncursionsInternalServerErrorBody get_incursions_internal_server_error
//
// Internal server error
swagger:model GetIncursionsInternalServerErrorBody
*/
type GetIncursionsInternalServerErrorBody struct {
// get_incursions_500_internal_server_error
//
// Internal server error message
// Required: true
Error *string `json:"error"`
}
/*GetIncursionsOKBodyItems0 get_incursions_200_ok
//
// 200 ok object
@ -168,17 +182,3 @@ type GetIncursionsOKBodyItems0 struct {
// Required: true
Type *string `json:"type"`
}
/*GetIncursionsInternalServerErrorBody get_incursions_internal_server_error
//
// Internal server error
swagger:model GetIncursionsInternalServerErrorBody
*/
type GetIncursionsInternalServerErrorBody struct {
// get_incursions_500_internal_server_error
//
// Internal server error message
// Required: true
Error *string `json:"error"`
}

View file

@ -113,6 +113,20 @@ func (o *GetIndustrySystemsInternalServerError) readResponse(response runtime.Cl
return nil
}
/*GetIndustrySystemsInternalServerErrorBody get_industry_systems_internal_server_error
//
// Internal server error
swagger:model GetIndustrySystemsInternalServerErrorBody
*/
type GetIndustrySystemsInternalServerErrorBody struct {
// get_industry_systems_500_internal_server_error
//
// Internal server error message
// Required: true
Error *string `json:"error"`
}
/*GetIndustrySystemsOKBodyItems0 get_industry_systems_200_ok
//
// 200 ok object
@ -152,17 +166,3 @@ type GetIndustrySystemsOKBodyItems0CostIndicesItems0 struct {
// Required: true
CostIndex *float32 `json:"cost_index"`
}
/*GetIndustrySystemsInternalServerErrorBody get_industry_systems_internal_server_error
//
// Internal server error
swagger:model GetIndustrySystemsInternalServerErrorBody
*/
type GetIndustrySystemsInternalServerErrorBody struct {
// get_industry_systems_500_internal_server_error
//
// Internal server error message
// Required: true
Error *string `json:"error"`
}

View file

@ -161,66 +161,6 @@ type GetKillmailsKillmailIDKillmailHashInternalServerErrorBody struct {
Error *string `json:"error"`
}
/*AttackersItems0 get_killmails_killmail_id_killmail_hash_attacker
//
// attacker object
swagger:model AttackersItems0
*/
type AttackersItems0 struct {
// get_killmails_killmail_id_killmail_hash_alliance_id
//
// alliance_id integer
AllianceID int32 `json:"alliance_id,omitempty"`
// get_killmails_killmail_id_killmail_hash_character_id
//
// character_id integer
CharacterID int32 `json:"character_id,omitempty"`
// get_killmails_killmail_id_killmail_hash_corporation_id
//
// corporation_id integer
CorporationID int32 `json:"corporation_id,omitempty"`
// get_killmails_killmail_id_killmail_hash_damage_done
//
// damage_done integer
// Required: true
DamageDone *int32 `json:"damage_done"`
// get_killmails_killmail_id_killmail_hash_faction_id
//
// faction_id integer
FactionID int32 `json:"faction_id,omitempty"`
// get_killmails_killmail_id_killmail_hash_final_blow
//
// Was the attacker the one to achieve the final blow
//
// Required: true
FinalBlow *bool `json:"final_blow"`
// get_killmails_killmail_id_killmail_hash_security_status
//
// Security status for the attacker
//
// Required: true
SecurityStatus *float32 `json:"security_status"`
// get_killmails_killmail_id_killmail_hash_ship_type_id
//
// What ship was the attacker flying
//
ShipTypeID int32 `json:"ship_type_id,omitempty"`
// get_killmails_killmail_id_killmail_hash_weapon_type_id
//
// What weapon was used by the attacker for the kill
//
WeaponTypeID int32 `json:"weapon_type_id,omitempty"`
}
/*GetKillmailsKillmailIDKillmailHashOKBodyVictim get_killmails_killmail_id_killmail_hash_victim
//
// victim object
@ -378,6 +318,66 @@ type GetKillmailsKillmailIDKillmailHashOKBodyVictimItemsItems0ItemsItems0 struct
Singleton *int32 `json:"singleton"`
}
/*AttackersItems0 get_killmails_killmail_id_killmail_hash_attacker
//
// attacker object
swagger:model AttackersItems0
*/
type AttackersItems0 struct {
// get_killmails_killmail_id_killmail_hash_alliance_id
//
// alliance_id integer
AllianceID int32 `json:"alliance_id,omitempty"`
// get_killmails_killmail_id_killmail_hash_character_id
//
// character_id integer
CharacterID int32 `json:"character_id,omitempty"`
// get_killmails_killmail_id_killmail_hash_corporation_id
//
// corporation_id integer
CorporationID int32 `json:"corporation_id,omitempty"`
// get_killmails_killmail_id_killmail_hash_damage_done
//
// damage_done integer
// Required: true
DamageDone *int32 `json:"damage_done"`
// get_killmails_killmail_id_killmail_hash_faction_id
//
// faction_id integer
FactionID int32 `json:"faction_id,omitempty"`
// get_killmails_killmail_id_killmail_hash_final_blow
//
// Was the attacker the one to achieve the final blow
//
// Required: true
FinalBlow *bool `json:"final_blow"`
// get_killmails_killmail_id_killmail_hash_security_status
//
// Security status for the attacker
//
// Required: true
SecurityStatus *float32 `json:"security_status"`
// get_killmails_killmail_id_killmail_hash_ship_type_id
//
// What ship was the attacker flying
//
ShipTypeID int32 `json:"ship_type_id,omitempty"`
// get_killmails_killmail_id_killmail_hash_weapon_type_id
//
// What weapon was used by the attacker for the kill
//
WeaponTypeID int32 `json:"weapon_type_id,omitempty"`
}
/*GetKillmailsKillmailIDKillmailHashOKBody get_killmails_killmail_id_killmail_hash_ok
//
// 200 ok object

View file

@ -147,6 +147,32 @@ 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
@ -174,29 +200,3 @@ 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"`
}

View file

@ -156,20 +156,6 @@ func (o *DeleteCharactersCharacterIDMailLabelsLabelIDInternalServerError) readRe
return nil
}
/*DeleteCharactersCharacterIDMailLabelsLabelIDForbiddenBody delete_characters_character_id_mail_labels_label_id_forbidden
//
// Forbidden
swagger:model DeleteCharactersCharacterIDMailLabelsLabelIDForbiddenBody
*/
type DeleteCharactersCharacterIDMailLabelsLabelIDForbiddenBody struct {
// delete_characters_character_id_mail_labels_label_id_403_forbidden
//
// Forbidden message
// Required: true
Error *string `json:"error"`
}
/*DeleteCharactersCharacterIDMailLabelsLabelIDUnprocessableEntityBody delete_characters_character_id_mail_labels_label_id_unprocessable_entity
//
// Unprocessable entity
@ -197,3 +183,17 @@ type DeleteCharactersCharacterIDMailLabelsLabelIDInternalServerErrorBody struct
// Required: true
Error *string `json:"error"`
}
/*DeleteCharactersCharacterIDMailLabelsLabelIDForbiddenBody delete_characters_character_id_mail_labels_label_id_forbidden
//
// Forbidden
swagger:model DeleteCharactersCharacterIDMailLabelsLabelIDForbiddenBody
*/
type DeleteCharactersCharacterIDMailLabelsLabelIDForbiddenBody struct {
// delete_characters_character_id_mail_labels_label_id_403_forbidden
//
// Forbidden message
// Required: true
Error *string `json:"error"`
}

View file

@ -122,20 +122,6 @@ func (o *DeleteCharactersCharacterIDMailMailIDInternalServerError) readResponse(
return nil
}
/*DeleteCharactersCharacterIDMailMailIDForbiddenBody delete_characters_character_id_mail_mail_id_forbidden
//
// Forbidden
swagger:model DeleteCharactersCharacterIDMailMailIDForbiddenBody
*/
type DeleteCharactersCharacterIDMailMailIDForbiddenBody struct {
// delete_characters_character_id_mail_mail_id_403_forbidden
//
// Forbidden message
// Required: true
Error *string `json:"error"`
}
/*DeleteCharactersCharacterIDMailMailIDInternalServerErrorBody delete_characters_character_id_mail_mail_id_internal_server_error
//
// Internal server error
@ -149,3 +135,17 @@ type DeleteCharactersCharacterIDMailMailIDInternalServerErrorBody struct {
// Required: true
Error *string `json:"error"`
}
/*DeleteCharactersCharacterIDMailMailIDForbiddenBody delete_characters_character_id_mail_mail_id_forbidden
//
// Forbidden
swagger:model DeleteCharactersCharacterIDMailMailIDForbiddenBody
*/
type DeleteCharactersCharacterIDMailMailIDForbiddenBody struct {
// delete_characters_character_id_mail_mail_id_403_forbidden
//
// Forbidden message
// Required: true
Error *string `json:"error"`
}

View file

@ -147,20 +147,6 @@ 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
@ -226,3 +212,17 @@ 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"`
}

View file

@ -181,6 +181,26 @@ func (o *GetCharactersCharacterIDMailMailIDInternalServerError) readResponse(res
return nil
}
/*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
@ -275,23 +295,3 @@ type GetCharactersCharacterIDMailMailIDInternalServerErrorBody struct {
// 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"`
}

View file

@ -128,6 +128,29 @@ 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
@ -155,26 +178,3 @@ 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"`
}

View file

@ -156,20 +156,6 @@ 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
@ -217,3 +203,17 @@ 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"`
}

View file

@ -147,34 +147,6 @@ 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
@ -248,3 +220,31 @@ type GetMarketsRegionIDOrdersOKBodyItems0 struct {
// Required: true
VolumeTotal *int32 `json:"volume_total"`
}
/*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"`
}

View file

@ -181,6 +181,28 @@ func (o *GetCharactersCharacterIDPlanetsPlanetIDInternalServerError) readRespons
return nil
}
/*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"`
}
/*LinksItems0 get_characters_character_id_planets_planet_id_link
//
// link object
@ -267,42 +289,18 @@ type PinsItems0 struct {
TypeID *int32 `json:"type_id"`
}
/*PinsItems0ExtractorDetails get_characters_character_id_planets_planet_id_extractor_details
/*GetCharactersCharacterIDPlanetsPlanetIDInternalServerErrorBody get_characters_character_id_planets_planet_id_internal_server_error
//
// extractor_details object
swagger:model PinsItems0ExtractorDetails
// Internal server error
swagger:model GetCharactersCharacterIDPlanetsPlanetIDInternalServerErrorBody
*/
type PinsItems0ExtractorDetails struct {
type GetCharactersCharacterIDPlanetsPlanetIDInternalServerErrorBody struct {
// get_characters_character_id_planets_planet_id_cycle_time
// get_characters_character_id_planets_planet_id_500_internal_server_error
//
// in seconds
// Internal server error message
// Required: true
CycleTime *int32 `json:"cycle_time"`
// get_characters_character_id_planets_planet_id_head_radius
//
// head_radius number
// Required: true
HeadRadius *float32 `json:"head_radius"`
// get_characters_character_id_planets_planet_id_heads
//
// heads array
// Required: true
Heads []*PinsItems0ExtractorDetailsHeadsItems0 `json:"heads"`
// get_characters_character_id_planets_planet_id_product_type_id
//
// product_type_id integer
// Required: true
ProductTypeID *int32 `json:"product_type_id"`
// get_characters_character_id_planets_planet_id_qty_per_cycle
//
// qty_per_cycle integer
// Required: true
QtyPerCycle *int32 `json:"qty_per_cycle"`
Error *string `json:"error"`
}
/*PinsItems0ExtractorDetailsHeadsItems0 get_characters_character_id_planets_planet_id_head
@ -333,6 +331,20 @@ type PinsItems0ExtractorDetailsHeadsItems0 struct {
Longitude *float32 `json:"longitude"`
}
/*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"`
}
/*RoutesItems0 get_characters_character_id_planets_planet_id_route
//
// route object
@ -376,6 +388,58 @@ type RoutesItems0 struct {
Waypoints []*RoutesItems0WaypointsItems0 `json:"waypoints"`
}
/*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"`
}
/*PinsItems0ExtractorDetails get_characters_character_id_planets_planet_id_extractor_details
//
// extractor_details object
swagger:model PinsItems0ExtractorDetails
*/
type PinsItems0ExtractorDetails struct {
// get_characters_character_id_planets_planet_id_cycle_time
//
// in seconds
// Required: true
CycleTime *int32 `json:"cycle_time"`
// get_characters_character_id_planets_planet_id_head_radius
//
// head_radius number
// Required: true
HeadRadius *float32 `json:"head_radius"`
// get_characters_character_id_planets_planet_id_heads
//
// heads array
// Required: true
Heads []*PinsItems0ExtractorDetailsHeadsItems0 `json:"heads"`
// get_characters_character_id_planets_planet_id_product_type_id
//
// product_type_id integer
// Required: true
ProductTypeID *int32 `json:"product_type_id"`
// get_characters_character_id_planets_planet_id_qty_per_cycle
//
// qty_per_cycle integer
// Required: true
QtyPerCycle *int32 `json:"qty_per_cycle"`
}
/*GetCharactersCharacterIDPlanetsPlanetIDOKBody get_characters_character_id_planets_planet_id_ok
//
// 200 ok object
@ -415,67 +479,3 @@ type GetCharactersCharacterIDPlanetsPlanetIDForbiddenBody struct {
// 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"`
}

View file

@ -113,6 +113,20 @@ func (o *GetSearchInternalServerError) readResponse(response runtime.ClientRespo
return nil
}
/*GetSearchInternalServerErrorBody get_search_internal_server_error
//
// Internal server error
swagger:model GetSearchInternalServerErrorBody
*/
type GetSearchInternalServerErrorBody struct {
// get_search_500_internal_server_error
//
// Internal server error message
// Required: true
Error *string `json:"error"`
}
/*GetSearchOKBody get_search_ok
//
// 200 ok object
@ -186,17 +200,3 @@ type GetSearchOKBody struct {
// Required: true
Wormhole []int32 `json:"wormhole"`
}
/*GetSearchInternalServerErrorBody get_search_internal_server_error
//
// Internal server error
swagger:model GetSearchInternalServerErrorBody
*/
type GetSearchInternalServerErrorBody struct {
// get_search_500_internal_server_error
//
// Internal server error message
// Required: true
Error *string `json:"error"`
}

View file

@ -147,6 +147,20 @@ func (o *GetCharactersCharacterIDSkillqueueInternalServerError) readResponse(res
return nil
}
/*GetCharactersCharacterIDSkillqueueInternalServerErrorBody get_characters_character_id_skillqueue_internal_server_error
//
// Internal server error
swagger:model GetCharactersCharacterIDSkillqueueInternalServerErrorBody
*/
type GetCharactersCharacterIDSkillqueueInternalServerErrorBody struct {
// get_characters_character_id_skillqueue_500_internal_server_error
//
// Internal server error message
// Required: true
Error *string `json:"error"`
}
/*GetCharactersCharacterIDSkillqueueOKBodyItems0 get_characters_character_id_skillqueue_200_ok
//
// 200 ok object
@ -213,17 +227,3 @@ type GetCharactersCharacterIDSkillqueueForbiddenBody struct {
// Required: true
Error *string `json:"error"`
}
/*GetCharactersCharacterIDSkillqueueInternalServerErrorBody get_characters_character_id_skillqueue_internal_server_error
//
// Internal server error
swagger:model GetCharactersCharacterIDSkillqueueInternalServerErrorBody
*/
type GetCharactersCharacterIDSkillqueueInternalServerErrorBody struct {
// get_characters_character_id_skillqueue_500_internal_server_error
//
// Internal server error message
// Required: true
Error *string `json:"error"`
}

View file

@ -153,20 +153,6 @@ func (o *GetUniverseGroupsGroupIDInternalServerError) readResponse(response runt
return nil
}
/*GetUniverseGroupsGroupIDInternalServerErrorBody get_universe_groups_group_id_internal_server_error
//
// Internal server error
swagger:model GetUniverseGroupsGroupIDInternalServerErrorBody
*/
type GetUniverseGroupsGroupIDInternalServerErrorBody struct {
// get_universe_groups_group_id_500_internal_server_error
//
// Internal server error message
// Required: true
Error *string `json:"error"`
}
/*GetUniverseGroupsGroupIDOKBody get_universe_groups_group_id_ok
//
// 200 ok object
@ -218,3 +204,17 @@ type GetUniverseGroupsGroupIDNotFoundBody struct {
// Required: true
Error *string `json:"error"`
}
/*GetUniverseGroupsGroupIDInternalServerErrorBody get_universe_groups_group_id_internal_server_error
//
// Internal server error
swagger:model GetUniverseGroupsGroupIDInternalServerErrorBody
*/
type GetUniverseGroupsGroupIDInternalServerErrorBody struct {
// get_universe_groups_group_id_500_internal_server_error
//
// Internal server error message
// Required: true
Error *string `json:"error"`
}

View file

@ -119,20 +119,6 @@ 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
@ -164,3 +150,17 @@ 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"`
}

View file

@ -113,20 +113,6 @@ 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
@ -146,3 +132,17 @@ 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"`
}

View file

@ -162,20 +162,6 @@ 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.
@ -260,3 +246,17 @@ 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"`
}

View file

@ -147,6 +147,20 @@ 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
@ -174,17 +188,3 @@ 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"`
}

View file

@ -153,6 +153,20 @@ func (o *GetUniverseTypesTypeIDInternalServerError) readResponse(response runtim
return nil
}
/*GetUniverseTypesTypeIDInternalServerErrorBody get_universe_types_type_id_internal_server_error
//
// Internal server error
swagger:model GetUniverseTypesTypeIDInternalServerErrorBody
*/
type GetUniverseTypesTypeIDInternalServerErrorBody struct {
// get_universe_types_type_id_500_internal_server_error
//
// Internal server error message
// Required: true
Error *string `json:"error"`
}
/*DogmaAttributesItems0 get_universe_types_type_id_dogma_attribute
//
// dogma_attribute object
@ -298,17 +312,3 @@ type GetUniverseTypesTypeIDNotFoundBody struct {
// Required: true
Error *string `json:"error"`
}
/*GetUniverseTypesTypeIDInternalServerErrorBody get_universe_types_type_id_internal_server_error
//
// Internal server error
swagger:model GetUniverseTypesTypeIDInternalServerErrorBody
*/
type GetUniverseTypesTypeIDInternalServerErrorBody struct {
// get_universe_types_type_id_500_internal_server_error
//
// Internal server error message
// Required: true
Error *string `json:"error"`
}

View file

@ -128,6 +128,32 @@ func (o *PostUniverseNamesInternalServerError) readResponse(response runtime.Cli
return nil
}
/*PostUniverseNamesOKBodyItems0 post_universe_names_200_ok
//
// 200 ok object
swagger:model PostUniverseNamesOKBodyItems0
*/
type PostUniverseNamesOKBodyItems0 struct {
// post_universe_names_category
//
// category string
// Required: true
Category *string `json:"category"`
// post_universe_names_id
//
// id integer
// Required: true
ID *int32 `json:"id"`
// post_universe_names_name
//
// name string
// Required: true
Name *string `json:"name"`
}
/*PostUniverseNamesNotFoundBody post_universe_names_not_found
//
// Not found
@ -155,29 +181,3 @@ type PostUniverseNamesInternalServerErrorBody struct {
// Required: true
Error *string `json:"error"`
}
/*PostUniverseNamesOKBodyItems0 post_universe_names_200_ok
//
// 200 ok object
swagger:model PostUniverseNamesOKBodyItems0
*/
type PostUniverseNamesOKBodyItems0 struct {
// post_universe_names_category
//
// category string
// Required: true
Category *string `json:"category"`
// post_universe_names_id
//
// id integer
// Required: true
ID *int32 `json:"id"`
// post_universe_names_name
//
// name string
// Required: true
Name *string `json:"name"`
}

View file

@ -122,20 +122,6 @@ func (o *PostUIOpenwindowInformationInternalServerError) readResponse(response r
return nil
}
/*PostUIOpenwindowInformationInternalServerErrorBody post_ui_openwindow_information_internal_server_error
//
// Internal server error
swagger:model PostUIOpenwindowInformationInternalServerErrorBody
*/
type PostUIOpenwindowInformationInternalServerErrorBody struct {
// post_ui_openwindow_information_500_internal_server_error
//
// Internal server error message
// Required: true
Error *string `json:"error"`
}
/*PostUIOpenwindowInformationForbiddenBody post_ui_openwindow_information_forbidden
//
// Forbidden
@ -149,3 +135,17 @@ type PostUIOpenwindowInformationForbiddenBody struct {
// Required: true
Error *string `json:"error"`
}
/*PostUIOpenwindowInformationInternalServerErrorBody post_ui_openwindow_information_internal_server_error
//
// Internal server error
swagger:model PostUIOpenwindowInformationInternalServerErrorBody
*/
type PostUIOpenwindowInformationInternalServerErrorBody struct {
// post_ui_openwindow_information_500_internal_server_error
//
// Internal server error message
// Required: true
Error *string `json:"error"`
}

View file

@ -147,36 +147,6 @@ 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
@ -207,22 +177,34 @@ type GetWarsWarIDOKBodyDefender struct {
ShipsKilled *int32 `json:"ships_killed"`
}
/*AlliesItems0 get_wars_war_id_ally
/*GetWarsWarIDOKBodyAggressor get_wars_war_id_aggressor
//
// ally object
swagger:model AlliesItems0
// The aggressor corporation or alliance that declared this war, only contains either corporation_id or alliance_id
swagger:model GetWarsWarIDOKBodyAggressor
*/
type AlliesItems0 struct {
type GetWarsWarIDOKBodyAggressor struct {
// get_wars_war_id_alliance_id
//
// Alliance ID if and only if this ally is an alliance
// 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 this ally is a corporation
// 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"`
}
/*GetWarsWarIDOKBody get_wars_war_id_ok
@ -316,3 +298,21 @@ 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"`
}

15567
esi_swagger.json Normal file

File diff suppressed because it is too large Load diff