Add auto summon and Raid view to Party blueprint

This commit is contained in:
Justin Edmund 2023-06-18 02:03:53 -07:00
parent 0abc80c24f
commit 330254b7f7
2 changed files with 6 additions and 3 deletions

View file

@ -34,7 +34,8 @@ module Api
view :minimal do
fields :name, :element, :shortcode, :favorited, :extra,
:full_auto, :clear_time, :auto_guard, :created_at, :updated_at
:full_auto, :clear_time, :auto_guard, :auto_summon,
:created_at, :updated_at
field :remix do |p|
p.is_remix
@ -49,7 +50,8 @@ module Api
end
association :raid,
blueprint: RaidBlueprint
blueprint: RaidBlueprint,
view: :full
association :job,
blueprint: JobBlueprint

View file

@ -259,6 +259,7 @@ module Api
:skill3_id,
:full_auto,
:auto_guard,
:auto_summon,
:charge_attack,
:clear_time,
:button_count,