AuctionDetails

constructor(    hitPoints: Int,     mana: Int,     capacity: Int,     speed: Int,     blessingsCount: Int,     mountsCount: Int,     outfitsCount: Int,     titlesCount: Int,     skills: AuctionSkills,     creationDate: Instant,     experience: Long,     gold: Long,     achievementPoints: Int,     regularWorldTransfersAvailable: Instant?,     charmExpansion: Boolean,     availableCharmPoints: Int,     spentCharmPoints: Int,     dailyRewardStreak: Int,     huntingTaskPoints: Int,     permanentHuntingTaskSlots: Int,     permanentPreySlots: Int,     preyWildcards: Int,     hirelings: Int,     hirelingJobs: Int,     hirelingOutfits: Int,     exaltedDust: Int,     exaltedDustLimit: Int,     bossPoints: Int,     bonusPromotionPoints: Int,     animusMasteriesUnlocked: Int,     items: ItemSummary,     storeItems: ItemSummary,     mounts: Mounts,     storeMounts: Mounts,     outfits: Outfits,     storeOutfits: Outfits,     familiars: Familiars,     blessings: List<BlessingEntry>,     imbuements: List<String>,     charms: List<CharmEntry>,     completedCyclopediaMapAreas: List<String>,     completedQuestLines: List<String>,     titles: List<String>,     achievements: List<AchievementEntry>,     bestiaryProgress: List<CreatureEntry>,     bosstiaryProgress: List<CreatureEntry>,     revealedGems: List<RevealedGem>)(source)