hoshimi-venus 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +201 -0
- package/README.md +17 -0
- package/out/concert/concert.d.ts +69 -0
- package/out/concert/concert.js +161 -0
- package/out/concert/concert.js.map +1 -0
- package/out/concert/consts/chart_consts.d.ts +41 -0
- package/out/concert/consts/chart_consts.js +65 -0
- package/out/concert/consts/chart_consts.js.map +1 -0
- package/out/concert/consts/eff_grades.d.ts +1191 -0
- package/out/concert/consts/eff_grades.js +221 -0
- package/out/concert/consts/eff_grades.js.map +1 -0
- package/out/concert/consts/efficacy_list.d.ts +9 -0
- package/out/concert/consts/efficacy_list.js +50 -0
- package/out/concert/consts/efficacy_list.js.map +1 -0
- package/out/concert/efficacy_analyze.d.ts +11 -0
- package/out/concert/efficacy_analyze.js +82 -0
- package/out/concert/efficacy_analyze.js.map +1 -0
- package/out/concert/efficacy_proc.d.ts +0 -0
- package/out/concert/efficacy_proc.js +1 -0
- package/out/concert/efficacy_proc.js.map +1 -0
- package/out/concert/partial/a_migration.d.ts +2 -0
- package/out/concert/partial/a_migration.js +36 -0
- package/out/concert/partial/a_migration.js.map +1 -0
- package/out/concert/partial/actions/action.d.ts +24 -0
- package/out/concert/partial/actions/action.js +130 -0
- package/out/concert/partial/actions/action.js.map +1 -0
- package/out/concert/partial/actions/active_skill_chance_assignment.d.ts +2 -0
- package/out/concert/partial/actions/active_skill_chance_assignment.js +14 -0
- package/out/concert/partial/actions/active_skill_chance_assignment.js.map +1 -0
- package/out/concert/partial/actions/cool_time_increase.d.ts +4 -0
- package/out/concert/partial/actions/cool_time_increase.js +43 -0
- package/out/concert/partial/actions/cool_time_increase.js.map +1 -0
- package/out/concert/partial/actions/cool_time_reduction.d.ts +4 -0
- package/out/concert/partial/actions/cool_time_reduction.js +43 -0
- package/out/concert/partial/actions/cool_time_reduction.js.map +1 -0
- package/out/concert/partial/actions/dance_boost.d.ts +2 -0
- package/out/concert/partial/actions/dance_boost.js +35 -0
- package/out/concert/partial/actions/dance_boost.js.map +1 -0
- package/out/concert/partial/actions/dance_down.d.ts +2 -0
- package/out/concert/partial/actions/dance_down.js +35 -0
- package/out/concert/partial/actions/dance_down.js.map +1 -0
- package/out/concert/partial/actions/dance_up.d.ts +2 -0
- package/out/concert/partial/actions/dance_up.js +35 -0
- package/out/concert/partial/actions/dance_up.js.map +1 -0
- package/out/concert/partial/actions/fix_stamina_recovery.d.ts +2 -0
- package/out/concert/partial/actions/fix_stamina_recovery.js +35 -0
- package/out/concert/partial/actions/fix_stamina_recovery.js.map +1 -0
- package/out/concert/partial/actions/live_ability_cool_time_reduction.d.ts +2 -0
- package/out/concert/partial/actions/live_ability_cool_time_reduction.js +14 -0
- package/out/concert/partial/actions/live_ability_cool_time_reduction.js.map +1 -0
- package/out/concert/partial/actions/stamina_consumption.d.ts +2 -0
- package/out/concert/partial/actions/stamina_consumption.js +34 -0
- package/out/concert/partial/actions/stamina_consumption.js.map +1 -0
- package/out/concert/partial/actions/strength_effect_assignment.d.ts +2 -0
- package/out/concert/partial/actions/strength_effect_assignment.js +14 -0
- package/out/concert/partial/actions/strength_effect_assignment.js.map +1 -0
- package/out/concert/partial/actions/strength_effect_assignment_all.d.ts +2 -0
- package/out/concert/partial/actions/strength_effect_assignment_all.js +40 -0
- package/out/concert/partial/actions/strength_effect_assignment_all.js.map +1 -0
- package/out/concert/partial/actions/strength_effect_count_increase.d.ts +2 -0
- package/out/concert/partial/actions/strength_effect_count_increase.js +40 -0
- package/out/concert/partial/actions/strength_effect_count_increase.js.map +1 -0
- package/out/concert/partial/actions/strength_effect_erasing.d.ts +2 -0
- package/out/concert/partial/actions/strength_effect_erasing.js +41 -0
- package/out/concert/partial/actions/strength_effect_erasing.js.map +1 -0
- package/out/concert/partial/actions/strength_effect_erasing_all.d.ts +2 -0
- package/out/concert/partial/actions/strength_effect_erasing_all.js +34 -0
- package/out/concert/partial/actions/strength_effect_erasing_all.js.map +1 -0
- package/out/concert/partial/actions/strength_effect_migration_before_active_skill.d.ts +2 -0
- package/out/concert/partial/actions/strength_effect_migration_before_active_skill.js +47 -0
- package/out/concert/partial/actions/strength_effect_migration_before_active_skill.js.map +1 -0
- package/out/concert/partial/actions/strength_effect_migration_before_special_skill.d.ts +2 -0
- package/out/concert/partial/actions/strength_effect_migration_before_special_skill.js +47 -0
- package/out/concert/partial/actions/strength_effect_migration_before_special_skill.js.map +1 -0
- package/out/concert/partial/actions/strength_effect_value_increase.d.ts +2 -0
- package/out/concert/partial/actions/strength_effect_value_increase.js +55 -0
- package/out/concert/partial/actions/strength_effect_value_increase.js.map +1 -0
- package/out/concert/partial/actions/target_stamina_recovery.d.ts +2 -0
- package/out/concert/partial/actions/target_stamina_recovery.js +36 -0
- package/out/concert/partial/actions/target_stamina_recovery.js.map +1 -0
- package/out/concert/partial/actions/visual_boost.d.ts +2 -0
- package/out/concert/partial/actions/visual_boost.js +35 -0
- package/out/concert/partial/actions/visual_boost.js.map +1 -0
- package/out/concert/partial/actions/visual_down.d.ts +2 -0
- package/out/concert/partial/actions/visual_down.js +35 -0
- package/out/concert/partial/actions/visual_down.js.map +1 -0
- package/out/concert/partial/actions/visual_up.d.ts +2 -0
- package/out/concert/partial/actions/visual_up.js +35 -0
- package/out/concert/partial/actions/visual_up.js.map +1 -0
- package/out/concert/partial/actions/vocal_boost.d.ts +2 -0
- package/out/concert/partial/actions/vocal_boost.js +35 -0
- package/out/concert/partial/actions/vocal_boost.js.map +1 -0
- package/out/concert/partial/actions/vocal_down.d.ts +2 -0
- package/out/concert/partial/actions/vocal_down.js +35 -0
- package/out/concert/partial/actions/vocal_down.js.map +1 -0
- package/out/concert/partial/actions/vocal_up.d.ts +2 -0
- package/out/concert/partial/actions/vocal_up.js +35 -0
- package/out/concert/partial/actions/vocal_up.js.map +1 -0
- package/out/concert/partial/actions/weakness_effect_inversion.d.ts +2 -0
- package/out/concert/partial/actions/weakness_effect_inversion.js +60 -0
- package/out/concert/partial/actions/weakness_effect_inversion.js.map +1 -0
- package/out/concert/partial/actions/weakness_effect_recovery.d.ts +2 -0
- package/out/concert/partial/actions/weakness_effect_recovery.js +34 -0
- package/out/concert/partial/actions/weakness_effect_recovery.js.map +1 -0
- package/out/concert/partial/apply_continuous_effects.d.ts +2 -0
- package/out/concert/partial/apply_continuous_effects.js +22 -0
- package/out/concert/partial/apply_continuous_effects.js.map +1 -0
- package/out/concert/partial/b_check_existence.d.ts +2 -0
- package/out/concert/partial/b_check_existence.js +37 -0
- package/out/concert/partial/b_check_existence.js.map +1 -0
- package/out/concert/partial/c_check_act_skill_stamina.d.ts +2 -0
- package/out/concert/partial/c_check_act_skill_stamina.js +28 -0
- package/out/concert/partial/c_check_act_skill_stamina.js.map +1 -0
- package/out/concert/partial/d_check_act_skill_cool_time.d.ts +2 -0
- package/out/concert/partial/d_check_act_skill_cool_time.js +24 -0
- package/out/concert/partial/d_check_act_skill_cool_time.js.map +1 -0
- package/out/concert/partial/e_check_act_skill_possibility.d.ts +2 -0
- package/out/concert/partial/e_check_act_skill_possibility.js +21 -0
- package/out/concert/partial/e_check_act_skill_possibility.js.map +1 -0
- package/out/concert/partial/f_determine_act_skill_privilege.d.ts +2 -0
- package/out/concert/partial/f_determine_act_skill_privilege.js +28 -0
- package/out/concert/partial/f_determine_act_skill_privilege.js.map +1 -0
- package/out/concert/partial/handle_combo.d.ts +16 -0
- package/out/concert/partial/handle_combo.js +44 -0
- package/out/concert/partial/handle_combo.js.map +1 -0
- package/out/concert/partial/impl_efficacy.d.ts +7 -0
- package/out/concert/partial/impl_efficacy.js +19 -0
- package/out/concert/partial/impl_efficacy.js.map +1 -0
- package/out/concert/partial/init_concert.d.ts +7 -0
- package/out/concert/partial/init_concert.js +114 -0
- package/out/concert/partial/init_concert.js.map +1 -0
- package/out/concert/partial/perform_beat.d.ts +2 -0
- package/out/concert/partial/perform_beat.js +19 -0
- package/out/concert/partial/perform_beat.js.map +1 -0
- package/out/concert/partial/perform_skill.d.ts +15 -0
- package/out/concert/partial/perform_skill.js +166 -0
- package/out/concert/partial/perform_skill.js.map +1 -0
- package/out/concert/partial/prepare_p_skill.d.ts +5 -0
- package/out/concert/partial/prepare_p_skill.js +68 -0
- package/out/concert/partial/prepare_p_skill.js.map +1 -0
- package/out/concert/partial/rotate_ct.d.ts +2 -0
- package/out/concert/partial/rotate_ct.js +24 -0
- package/out/concert/partial/rotate_ct.js.map +1 -0
- package/out/concert/partial/rotate_remains.d.ts +2 -0
- package/out/concert/partial/rotate_remains.js +14 -0
- package/out/concert/partial/rotate_remains.js.map +1 -0
- package/out/concert/target_analyze.d.ts +4 -0
- package/out/concert/target_analyze.js +32 -0
- package/out/concert/target_analyze.js.map +1 -0
- package/out/concert/target_proc.d.ts +3 -0
- package/out/concert/target_proc.js +200 -0
- package/out/concert/target_proc.js.map +1 -0
- package/out/concert/trigger_analyze.d.ts +4 -0
- package/out/concert/trigger_analyze.js +38 -0
- package/out/concert/trigger_analyze.js.map +1 -0
- package/out/concert/trigger_proc.d.ts +5 -0
- package/out/concert/trigger_proc.js +334 -0
- package/out/concert/trigger_proc.js.map +1 -0
- package/out/database/Card.json +7641 -0
- package/out/database/CardParameter.json +4682 -0
- package/out/database/CardRarity.json +62 -0
- package/out/database/LiveAbility.json +26906 -0
- package/out/database/LiveBonus.json +464 -0
- package/out/database/LiveBonusGroup.json +466 -0
- package/out/database/Music.json +20282 -0
- package/out/database/MusicChartPattern.json +99842 -0
- package/out/database/Quest.json +95671 -0
- package/out/database/Setting.json +280 -0
- package/out/database/Skill.json +94030 -0
- package/out/database/SkillEfficacy.json +37042 -0
- package/out/database/SkillTarget.json +212 -0
- package/out/database/SkillTrigger.json +511 -0
- package/out/db/dao/card_dao.d.ts +5 -0
- package/out/db/dao/card_dao.js +27 -0
- package/out/db/dao/card_dao.js.map +1 -0
- package/out/db/dao/quest_dao.d.ts +8 -0
- package/out/db/dao/quest_dao.js +49 -0
- package/out/db/dao/quest_dao.js.map +1 -0
- package/out/db/dao/setting_dao.d.ts +3 -0
- package/out/db/dao/setting_dao.js +13 -0
- package/out/db/dao/setting_dao.js.map +1 -0
- package/out/db/dao/skill_dao.d.ts +6 -0
- package/out/db/dao/skill_dao.js +42 -0
- package/out/db/dao/skill_dao.js.map +1 -0
- package/out/db/repository/card_repository.d.ts +6 -0
- package/out/db/repository/card_repository.js +39 -0
- package/out/db/repository/card_repository.js.map +1 -0
- package/out/db/repository/quest_repository.d.ts +2 -0
- package/out/db/repository/quest_repository.js +17 -0
- package/out/db/repository/quest_repository.js.map +1 -0
- package/out/db/repository/setting_repository.d.ts +2 -0
- package/out/db/repository/setting_repository.js +9 -0
- package/out/db/repository/setting_repository.js.map +1 -0
- package/out/db/repository/skill_repository.d.ts +2 -0
- package/out/db/repository/skill_repository.js +31 -0
- package/out/db/repository/skill_repository.js.map +1 -0
- package/out/db/wrapper/card_wrapper.d.ts +2 -0
- package/out/db/wrapper/card_wrapper.js +30 -0
- package/out/db/wrapper/card_wrapper.js.map +1 -0
- package/out/db/wrapper/quest_wrapper.d.ts +2 -0
- package/out/db/wrapper/quest_wrapper.js +47 -0
- package/out/db/wrapper/quest_wrapper.js.map +1 -0
- package/out/db/wrapper/skill_wrapper.d.ts +5 -0
- package/out/db/wrapper/skill_wrapper.js +34 -0
- package/out/db/wrapper/skill_wrapper.js.map +1 -0
- package/out/index.d.ts +3 -0
- package/out/index.js +18 -0
- package/out/index.js.map +1 -0
- package/out/main.d.ts +1 -0
- package/out/main.js +67 -0
- package/out/main.js.map +1 -0
- package/out/satomi/card.d.ts +4 -0
- package/out/satomi/card.js +36 -0
- package/out/satomi/card.js.map +1 -0
- package/out/satomi/deck.d.ts +3 -0
- package/out/satomi/deck.js +28 -0
- package/out/satomi/deck.js.map +1 -0
- package/out/satomi/live.d.ts +4 -0
- package/out/satomi/live.js +14 -0
- package/out/satomi/live.js.map +1 -0
- package/out/types/card_types.d.ts +40 -0
- package/out/types/card_types.js +3 -0
- package/out/types/card_types.js.map +1 -0
- package/out/types/concert_types.d.ts +134 -0
- package/out/types/concert_types.js +3 -0
- package/out/types/concert_types.js.map +1 -0
- package/out/types/misc_types.d.ts +15 -0
- package/out/types/misc_types.js +3 -0
- package/out/types/misc_types.js.map +1 -0
- package/out/types/proto/proto_api.d.ts +4353 -0
- package/out/types/proto/proto_api.js +4 -0
- package/out/types/proto/proto_api.js.map +1 -0
- package/out/types/proto/proto_enum.d.ts +1607 -0
- package/out/types/proto/proto_enum.js +1744 -0
- package/out/types/proto/proto_enum.js.map +1 -0
- package/out/types/proto/proto_master.d.ts +1963 -0
- package/out/types/proto/proto_master.js +4 -0
- package/out/types/proto/proto_master.js.map +1 -0
- package/out/types/proto/proto_transaction.d.ts +395 -0
- package/out/types/proto/proto_transaction.js +4 -0
- package/out/types/proto/proto_transaction.js.map +1 -0
- package/out/types/trans_types.d.ts +23 -0
- package/out/types/trans_types.js +3 -0
- package/out/types/trans_types.js.map +1 -0
- package/out/types/wap/card_waps.d.ts +9 -0
- package/out/types/wap/card_waps.js +3 -0
- package/out/types/wap/card_waps.js.map +1 -0
- package/out/types/wap/misc_waps.d.ts +11 -0
- package/out/types/wap/misc_waps.js +3 -0
- package/out/types/wap/misc_waps.js.map +1 -0
- package/out/types/wap/quest_waps.d.ts +12 -0
- package/out/types/wap/quest_waps.js +3 -0
- package/out/types/wap/quest_waps.js.map +1 -0
- package/out/types/wap/skill_waps.d.ts +24 -0
- package/out/types/wap/skill_waps.js +3 -0
- package/out/types/wap/skill_waps.js.map +1 -0
- package/out/utils/calc_utils.d.ts +20 -0
- package/out/utils/calc_utils.js +137 -0
- package/out/utils/calc_utils.js.map +1 -0
- package/out/utils/chart_utils.d.ts +49 -0
- package/out/utils/chart_utils.js +218 -0
- package/out/utils/chart_utils.js.map +1 -0
- package/out/utils/console_utils.d.ts +1 -0
- package/out/utils/console_utils.js +9 -0
- package/out/utils/console_utils.js.map +1 -0
- package/out/utils/skill_utils.d.ts +9 -0
- package/out/utils/skill_utils.js +86 -0
- package/out/utils/skill_utils.js.map +1 -0
- package/package.json +32 -0
@@ -0,0 +1,4353 @@
|
|
1
|
+
import type { GachaContinuousResultType, ResultRankType, LinkType, BoxGachaItemType, DokanType, ShopType, ResourceType, ResetTimingType, ActivityFanEventType, GachaType, GvgMatchResultType, LadderPanelType, AttributeType, MoodType, SkillPossessionType, AccessoryCategoryType, PhotoContestEvaluationRankType, ProfileBackgroundType, ProfileLayoutType, ProfileInformationType, ProfileColorType, ShopConditionRewardStatusType, ActivityFanEventHappeningType, ItemType, BacksideType, BacksideAreaType, BacksideDifficultyType, BacksidePracticeRankType, BacksideStageType, BacksidePanelType, BacksidePanelAttributeType, MusicChartType, SkillFailureType, StatusEffectType, SkillEfficacyType, PhotoImageType, ActivityCampaignEffectType, DeckEditType, DivisionCannotMoveReasonType, ForumListReplyRequestType, GachaRewardPatternType, GachaAnimationEmbeddedType, GiftSortType, GiftFilterType, GvgChallengeConsumptionType, GraphicType, HomePositionType, FunctionMaintenanceType, ProviderType, ErrorCode, PhotoImageRequestType, PhotoShootingActionType, PhotoContestBaseEvaluationType, PhotoContestBaseGuideRankType, ParameterType, TourType, TourEnemyType, TourAreaType, TourStepType, TutorialType } from './proto_enum';
|
2
|
+
import type { Accessory, HelpCategory } from './proto_master';
|
3
|
+
import type { UserPhoto, UserMission, Reward, Payslip, RewardResult, UserPublic, UserCharacter, User, UserItem, UserCard, UserCostume, UserAccessory, UserDeck, UserStory, UserPoint, UserStaff, UserMessage, UserTelephone, UserProfile, UserEmblem, UserCharacterMusic, UserBalance, UserTotalCount, UserArea, UserQuest, UserGachaButton, UserHomeTalk, UserPhotoReport, UserCardSupport, UserMessageSchedule, UserNotification, UserHierarchy, UserTutorial, UserHomePosition, UserMusic, UserDecoration, UserPhotoRecipe, UserBuddy, UserInvite, ConsumptionResult, UserGift, UserGiftHistory, UserLoginBonus, MasterTag } from './proto_transaction';
|
4
|
+
export declare type GachaContinuousInfo = {
|
5
|
+
totalDrawCount: number;
|
6
|
+
cardIds: string[];
|
7
|
+
isFinished: boolean;
|
8
|
+
externalRewardInfo: ExternalRewardInfo;
|
9
|
+
};
|
10
|
+
export declare type GachaContinuousResult = {
|
11
|
+
totalDrawCount: number;
|
12
|
+
cardIds: string[];
|
13
|
+
resultType: GachaContinuousResultType;
|
14
|
+
externalRewardInfo: ExternalRewardInfo;
|
15
|
+
};
|
16
|
+
export declare type ActiveFanEvent = {
|
17
|
+
characterIds: string[];
|
18
|
+
name: string;
|
19
|
+
subName: string;
|
20
|
+
level: number;
|
21
|
+
finishTime: string;
|
22
|
+
currentCheerPoint: number;
|
23
|
+
};
|
24
|
+
export declare type ActivePromotion = {
|
25
|
+
characterIds: string[];
|
26
|
+
name: string;
|
27
|
+
subName: string;
|
28
|
+
level: number;
|
29
|
+
finishTime: string;
|
30
|
+
campaignEffects: ActivityCampaignEffect[];
|
31
|
+
};
|
32
|
+
export declare type ActiveRefresh = {
|
33
|
+
characterIds: string[];
|
34
|
+
name: string;
|
35
|
+
subName: string;
|
36
|
+
finishTime: string;
|
37
|
+
};
|
38
|
+
export declare type ActivityCharacterInfo = {
|
39
|
+
characterId: string;
|
40
|
+
costumeId: string;
|
41
|
+
};
|
42
|
+
export declare type ActivityLessonProgress = {
|
43
|
+
stepRewardGold: number;
|
44
|
+
stepRewardManagerExp: number;
|
45
|
+
stepRewardCardEnhanceItem: number;
|
46
|
+
rewardGoldAmount: number;
|
47
|
+
rewardManagerExpAmount: number;
|
48
|
+
rewardCardEnhanceItemAmount: number;
|
49
|
+
lastReceiveTime: string;
|
50
|
+
maxRewardTime: string;
|
51
|
+
dailyPromoteCount: number;
|
52
|
+
currentAreaId: string;
|
53
|
+
};
|
54
|
+
export declare type BacksideCardLiveAbilityInfo = {
|
55
|
+
cardId: string;
|
56
|
+
level: number;
|
57
|
+
rarity: number;
|
58
|
+
liveAbilityLevel: string;
|
59
|
+
liveAbilityId: string;
|
60
|
+
};
|
61
|
+
export declare type BacksideDeckCardDetailInfo = {
|
62
|
+
position: number;
|
63
|
+
cardId: string;
|
64
|
+
displayCharacterId: string;
|
65
|
+
displayCostumeId: string;
|
66
|
+
level: number;
|
67
|
+
rarity: number;
|
68
|
+
vocal: string;
|
69
|
+
dance: string;
|
70
|
+
visual: string;
|
71
|
+
stamina: string;
|
72
|
+
mental: string;
|
73
|
+
technique: string;
|
74
|
+
skillLevel1: number;
|
75
|
+
skillLevel2: number;
|
76
|
+
skillLevel3: number;
|
77
|
+
liveAbilityLevel: number;
|
78
|
+
part1Accessory: Accessory;
|
79
|
+
part2Accessory: Accessory;
|
80
|
+
photos: UserPhoto[];
|
81
|
+
staminaPermil: number;
|
82
|
+
supported: boolean;
|
83
|
+
};
|
84
|
+
export declare type BacksideDeckCardInfo = {
|
85
|
+
position: number;
|
86
|
+
cardId: string;
|
87
|
+
level: number;
|
88
|
+
rarity: number;
|
89
|
+
};
|
90
|
+
export declare type BacksideDeckCardStaminaInfo = {
|
91
|
+
cardId: string;
|
92
|
+
currentMaxStamina: string;
|
93
|
+
currentRemainingStamina: string;
|
94
|
+
};
|
95
|
+
export declare type BacksideDifficultyInfo = {
|
96
|
+
backsideDifficultyNumber: number;
|
97
|
+
managerLevel: number;
|
98
|
+
cleared: boolean;
|
99
|
+
unlockConditionId: string;
|
100
|
+
unlocked: boolean;
|
101
|
+
stageTotalResultInfo: BacksidePracticeStageTotalResultInfo;
|
102
|
+
practiceStageInfos: BacksidePracticeStageInfo[];
|
103
|
+
finalStageInfo: BacksideFinalStageInfo;
|
104
|
+
rewardReceivedRankType: ResultRankType;
|
105
|
+
rewardReceivedRankPlus: number;
|
106
|
+
};
|
107
|
+
export declare type BacksideFinalStageInfo = {
|
108
|
+
number: number;
|
109
|
+
name: string;
|
110
|
+
maxActionCount: number;
|
111
|
+
backsidePanelGoalSettingId: string;
|
112
|
+
stageResultInfo: BacksideFinalStageResultInfo;
|
113
|
+
stageHalfwayInfo: BacksideFinalStageHalfwayInfo;
|
114
|
+
pickupCharacterIDs: string[];
|
115
|
+
};
|
116
|
+
export declare type BacksideLiveBonus = {
|
117
|
+
liveBonusId: string;
|
118
|
+
name: string;
|
119
|
+
liveAbilityId: string;
|
120
|
+
liveAbilityLevel: number;
|
121
|
+
powerPermil: number;
|
122
|
+
};
|
123
|
+
export declare type BacksidePanelGoalInfo = {
|
124
|
+
musicId: string;
|
125
|
+
musicChartPatternId: string;
|
126
|
+
name: string;
|
127
|
+
clearScore: number;
|
128
|
+
maxCapacity: number;
|
129
|
+
stageId: string;
|
130
|
+
backsideQuestSettingId: string;
|
131
|
+
mentalThreshold: number;
|
132
|
+
};
|
133
|
+
export declare type BacksidePanelLiveInfo = {
|
134
|
+
musicId: string;
|
135
|
+
musicChartPatternId: string;
|
136
|
+
name: string;
|
137
|
+
clearScore: number;
|
138
|
+
maxCapacity: number;
|
139
|
+
stageId: string;
|
140
|
+
backsideQuestSettingId: string;
|
141
|
+
mentalThreshold: number;
|
142
|
+
};
|
143
|
+
export declare type BacksidePanelPvpInfo = {
|
144
|
+
musicId: string;
|
145
|
+
musicChartPatternId: string;
|
146
|
+
name: string;
|
147
|
+
clearScore: number;
|
148
|
+
maxCapacity: number;
|
149
|
+
stageId: string;
|
150
|
+
opponentInfo: BacksideOpponentInfo;
|
151
|
+
backsideQuestSettingId: string;
|
152
|
+
mentalThreshold: number;
|
153
|
+
};
|
154
|
+
export declare type BacksidePracticeStageInfo = {
|
155
|
+
number: number;
|
156
|
+
name: string;
|
157
|
+
maxActionCount: number;
|
158
|
+
backsidePanelGoalSettingId: string;
|
159
|
+
stageResultInfo: BacksidePracticeStageResultInfo;
|
160
|
+
stageHalfwayInfo: BacksidePracticeStageHalfwayInfo;
|
161
|
+
pickupCharacterIDs: string[];
|
162
|
+
};
|
163
|
+
export declare type BacksideRankingInfo = {
|
164
|
+
userId: string;
|
165
|
+
name: string;
|
166
|
+
managerLevel: number;
|
167
|
+
totalPracticeScore: string;
|
168
|
+
finalScore: string;
|
169
|
+
rank: number;
|
170
|
+
emblemId: string;
|
171
|
+
deckCardInfos: BacksideDeckCardInfo[];
|
172
|
+
};
|
173
|
+
export declare type BacksideRankingRewardInfo = {
|
174
|
+
rankFrom: number;
|
175
|
+
rewardId: string;
|
176
|
+
};
|
177
|
+
export declare type Banner = {
|
178
|
+
id: string;
|
179
|
+
assetId: string;
|
180
|
+
text: string;
|
181
|
+
linkType: LinkType;
|
182
|
+
linkDetail: string;
|
183
|
+
order: number;
|
184
|
+
viewConditionId: string;
|
185
|
+
};
|
186
|
+
export declare type BoxGachaItem = {
|
187
|
+
order: number;
|
188
|
+
itemType: BoxGachaItemType;
|
189
|
+
rewardId: string;
|
190
|
+
liveBonusGroupId: string;
|
191
|
+
initialStock: number;
|
192
|
+
stock: number;
|
193
|
+
isLimited: boolean;
|
194
|
+
assetId: string;
|
195
|
+
description: string;
|
196
|
+
};
|
197
|
+
export declare type BuddyCardInfo = {
|
198
|
+
cardId: string;
|
199
|
+
rarity: number;
|
200
|
+
level: number;
|
201
|
+
};
|
202
|
+
export declare type DivisionInfo = {
|
203
|
+
id: string;
|
204
|
+
levelAvg: number;
|
205
|
+
};
|
206
|
+
export declare type DokanInfo = {
|
207
|
+
id: string;
|
208
|
+
type: DokanType;
|
209
|
+
advAssetId: string;
|
210
|
+
noticeInfo: NoticeInfo;
|
211
|
+
shopItem: ShopItem;
|
212
|
+
assetId: string;
|
213
|
+
description: string;
|
214
|
+
name: string;
|
215
|
+
shopType: ShopType;
|
216
|
+
storyId: string;
|
217
|
+
};
|
218
|
+
export declare type EventButtonDisplayInfo = {
|
219
|
+
conditionId: string;
|
220
|
+
priority: number;
|
221
|
+
assetId: string;
|
222
|
+
};
|
223
|
+
export declare type EventMissionInfo = {
|
224
|
+
id: string;
|
225
|
+
unlocked: boolean;
|
226
|
+
userMissions: UserMission[];
|
227
|
+
};
|
228
|
+
export declare type EventStoryInfo = {
|
229
|
+
id: string;
|
230
|
+
episodes: EventStoryEpisodeInfo[];
|
231
|
+
};
|
232
|
+
export declare type ExchangeBooth = {
|
233
|
+
id: string;
|
234
|
+
name: string;
|
235
|
+
bannerAssetId: string;
|
236
|
+
requiredResourceType: ResourceType;
|
237
|
+
requiredResourceId: string;
|
238
|
+
resetTimingType: ResetTimingType;
|
239
|
+
nextResetTime: string;
|
240
|
+
unlocked: boolean;
|
241
|
+
endTime: string;
|
242
|
+
linkType: LinkType;
|
243
|
+
linkDetail: string;
|
244
|
+
order: number;
|
245
|
+
limited: boolean;
|
246
|
+
colorCode: string;
|
247
|
+
backgroundColorCode: string;
|
248
|
+
exchanges: ExchangeItem[];
|
249
|
+
costumeId: string;
|
250
|
+
iconAssetId: string;
|
251
|
+
viewConditionId: string;
|
252
|
+
unlockConditionId: string;
|
253
|
+
};
|
254
|
+
export declare type ExchangeItem = {
|
255
|
+
id: string;
|
256
|
+
assetId: string;
|
257
|
+
rewardId: string;
|
258
|
+
resetTimingType: ResetTimingType;
|
259
|
+
nextResetTime: string;
|
260
|
+
unlocked: boolean;
|
261
|
+
name: string;
|
262
|
+
description: string;
|
263
|
+
exchangeLimit: number;
|
264
|
+
leftCount: number;
|
265
|
+
requiredResourceAmount: string;
|
266
|
+
order: number;
|
267
|
+
viewConditionId: string;
|
268
|
+
unlockConditionId: string;
|
269
|
+
};
|
270
|
+
export declare type ExternalRewardInfo = {
|
271
|
+
externalRewardId: string;
|
272
|
+
rewardId: string;
|
273
|
+
isReceived: boolean;
|
274
|
+
};
|
275
|
+
export declare type FanEvent = {
|
276
|
+
id: string;
|
277
|
+
name: string;
|
278
|
+
subName: string;
|
279
|
+
type: ActivityFanEventType;
|
280
|
+
unlockConditionId: string;
|
281
|
+
isUnlocked: boolean;
|
282
|
+
activityPerformanceId: string;
|
283
|
+
level: number;
|
284
|
+
exp: number;
|
285
|
+
nextLevelRequiredExp: number;
|
286
|
+
requiredStamina: number;
|
287
|
+
nextLevelUnlockConditionId: string;
|
288
|
+
isNextLevelUnlocked: boolean;
|
289
|
+
stepConsumptionStamina: number;
|
290
|
+
fixedRewardId: string;
|
291
|
+
additionalRewardId: string;
|
292
|
+
rankSRewardId: string;
|
293
|
+
rankARewardId: string;
|
294
|
+
rankBRewardId: string;
|
295
|
+
rankCRewardId: string;
|
296
|
+
rankDRewardId: string;
|
297
|
+
viewConditionId: string;
|
298
|
+
campaignDropRewardIds: string[];
|
299
|
+
};
|
300
|
+
export declare type FanEventCharacterInfo = {
|
301
|
+
characterId: string;
|
302
|
+
costumeId: string;
|
303
|
+
activityStamina: number;
|
304
|
+
completedStep: number;
|
305
|
+
finishTime: string;
|
306
|
+
activityPoint: number;
|
307
|
+
maxStep: number;
|
308
|
+
lastSavedActivityPoint: number;
|
309
|
+
};
|
310
|
+
export declare type FanEventProgress = {
|
311
|
+
activityFanEventId: string;
|
312
|
+
activityFanEventName: string;
|
313
|
+
activityFanEventSubName: string;
|
314
|
+
activityFanEventType: ActivityFanEventType;
|
315
|
+
activityFanEventLevel: number;
|
316
|
+
characters: FanEventCharacterInfo[];
|
317
|
+
startTime: string;
|
318
|
+
stepConsumptionStamina: number;
|
319
|
+
stepActivityPointCoefficientPermil: number;
|
320
|
+
rankPatterns: FanEventRankPattern[];
|
321
|
+
usedSuperModeItem: boolean;
|
322
|
+
activityPerformanceId: string;
|
323
|
+
maleNpcSpineId: string;
|
324
|
+
femaleNpcSpineId: string;
|
325
|
+
specialFanCheerPoint: number;
|
326
|
+
currentCheerPoint: number;
|
327
|
+
newSpecialFansCount: number;
|
328
|
+
speedRate: number;
|
329
|
+
};
|
330
|
+
export declare type FanEventRankingInfo = {
|
331
|
+
rank: string;
|
332
|
+
score: string;
|
333
|
+
userId: string;
|
334
|
+
name: string;
|
335
|
+
managerLevel: number;
|
336
|
+
characterIds: string[];
|
337
|
+
emblemId: string;
|
338
|
+
};
|
339
|
+
export declare type FavoriteCardInfo = {
|
340
|
+
cardId: string;
|
341
|
+
rarity: number;
|
342
|
+
};
|
343
|
+
export declare type GachaButtonInfo = {
|
344
|
+
id: string;
|
345
|
+
todayCount: number;
|
346
|
+
totalCount: number;
|
347
|
+
drawTime: string;
|
348
|
+
};
|
349
|
+
export declare type GachaExchangeInfo = {
|
350
|
+
id: string;
|
351
|
+
exchangedCount: number;
|
352
|
+
exchangedTime: string;
|
353
|
+
};
|
354
|
+
export declare type GachaHistory = {
|
355
|
+
gachaType: GachaType;
|
356
|
+
drawTime: string;
|
357
|
+
gachaId: string;
|
358
|
+
resourceType: ResourceType;
|
359
|
+
resourceId: string;
|
360
|
+
amount: number;
|
361
|
+
};
|
362
|
+
export declare type GachaInfo = {
|
363
|
+
id: string;
|
364
|
+
unlocked: boolean;
|
365
|
+
buttons: GachaButtonInfo[];
|
366
|
+
exchanges: GachaExchangeInfo[];
|
367
|
+
itemGachaRewards: Reward[];
|
368
|
+
noticeInfo: NoticeInfo;
|
369
|
+
selectedCardIds: string[];
|
370
|
+
premiumInfo: GachaPremiumInfo;
|
371
|
+
continuousInfo: GachaContinuousInfo;
|
372
|
+
};
|
373
|
+
export declare type GachaPremiumInfo = {
|
374
|
+
fixedPremiumRewardRequiredDrawCount: number;
|
375
|
+
premiumRewardIds: string[];
|
376
|
+
featuredRewards: Reward[];
|
377
|
+
};
|
378
|
+
export declare type GuildGvgMatchRankInfo = {
|
379
|
+
name: string;
|
380
|
+
managerLevel: number;
|
381
|
+
point: string;
|
382
|
+
rank: number;
|
383
|
+
emblemId: string;
|
384
|
+
};
|
385
|
+
export declare type GuildGvgSeasonInfo = {
|
386
|
+
name: string;
|
387
|
+
matchNumber: number;
|
388
|
+
matchEndTime: string;
|
389
|
+
guildRank: number;
|
390
|
+
ranks: GuildGvgRankInfo[];
|
391
|
+
aggregateEndTime: string;
|
392
|
+
isAggregate: boolean;
|
393
|
+
preMatchResult: GuildGvgSeasonMatchResult;
|
394
|
+
isRemainingChallenge: boolean;
|
395
|
+
winRewardId: string;
|
396
|
+
isCurrentMatchWin: boolean;
|
397
|
+
};
|
398
|
+
export declare type GuildGvgSeasonMatchResult = {
|
399
|
+
matchNumber: number;
|
400
|
+
opponentGuildId: string;
|
401
|
+
point: string;
|
402
|
+
opponentPoint: string;
|
403
|
+
resultType: GvgMatchResultType;
|
404
|
+
mvpInfo: GuildGvgMatchRankInfo;
|
405
|
+
};
|
406
|
+
export declare type GuildParam = {
|
407
|
+
id: string;
|
408
|
+
weaknessRank: number;
|
409
|
+
memberAmountRank: number;
|
410
|
+
prevSeasonResult: GuildGvgSeasonResult;
|
411
|
+
};
|
412
|
+
export declare type GvgCurrentSeasonMatchInfo = {
|
413
|
+
matchNumber: number;
|
414
|
+
endTime: string;
|
415
|
+
opponentGuildId: string;
|
416
|
+
opponentRank: number;
|
417
|
+
opponentPoint: string;
|
418
|
+
opponentWinCount: number;
|
419
|
+
opponentLoseCount: number;
|
420
|
+
opponentDrawCount: number;
|
421
|
+
};
|
422
|
+
export declare type GvgGuildRankingRewardInfo = {
|
423
|
+
rankFrom: number;
|
424
|
+
rewardId: string;
|
425
|
+
};
|
426
|
+
export declare type GvgRankingRewardInfo = {
|
427
|
+
order: number;
|
428
|
+
rankRateFromPercent: number;
|
429
|
+
rankFrom: number;
|
430
|
+
rewardId: string;
|
431
|
+
hierarchyVariablePoint: string;
|
432
|
+
};
|
433
|
+
export declare type GvgSeasonInfo = {
|
434
|
+
id: string;
|
435
|
+
name: string;
|
436
|
+
startTime: string;
|
437
|
+
aggregateEndTime: string;
|
438
|
+
challengeRewardId: string;
|
439
|
+
challengeItemId: string;
|
440
|
+
winRewardId: string;
|
441
|
+
};
|
442
|
+
export declare type GvgSeasonMatchInfo = {
|
443
|
+
matchNumber: number;
|
444
|
+
opponentGuildId: string;
|
445
|
+
point: string;
|
446
|
+
opponentPoint: string;
|
447
|
+
resultType: GvgMatchResultType;
|
448
|
+
memberAmountWeightPermil: number;
|
449
|
+
opponentMemberAmountWeightPermil: number;
|
450
|
+
};
|
451
|
+
export declare type HierarchyChangeInfo = {
|
452
|
+
addHierarchyPoint: string;
|
453
|
+
oldDetailGradeId: string;
|
454
|
+
newDetailGradeId: string;
|
455
|
+
currentRank: number;
|
456
|
+
};
|
457
|
+
export declare type HierarchyDivisionRewardInfo = {
|
458
|
+
hierarchyDivisionRewardId: string;
|
459
|
+
canReceive: boolean;
|
460
|
+
haveReceived: boolean;
|
461
|
+
firstUserInfo: ProfileInfo;
|
462
|
+
};
|
463
|
+
export declare type HierarchyNotiInfo = {
|
464
|
+
rewardIds: string[];
|
465
|
+
divisionRewardIds: string[];
|
466
|
+
currentDetailGradeId: string;
|
467
|
+
currentRank: number;
|
468
|
+
};
|
469
|
+
export declare type HierarchyProfileInfo = {
|
470
|
+
detailGradeId: string;
|
471
|
+
rank: number;
|
472
|
+
};
|
473
|
+
export declare type HierarchyRankUserInfo = {
|
474
|
+
userId: string;
|
475
|
+
currentRank: number;
|
476
|
+
managerName: string;
|
477
|
+
managerLevel: number;
|
478
|
+
currentDetailGradeId: string;
|
479
|
+
currentPoint: string;
|
480
|
+
emblemId: string;
|
481
|
+
deckName: string;
|
482
|
+
cardInfos: LastCardInfo[];
|
483
|
+
};
|
484
|
+
export declare type HierarchyRewardInfo = {
|
485
|
+
hierarchyRewardId: string;
|
486
|
+
canReceive: boolean;
|
487
|
+
haveReceived: boolean;
|
488
|
+
};
|
489
|
+
export declare type HomeBacksideInfo = {
|
490
|
+
id: string;
|
491
|
+
name: string;
|
492
|
+
startTime: string;
|
493
|
+
endTime: string;
|
494
|
+
aggregateEndTime: string;
|
495
|
+
exchangeEndTime: string;
|
496
|
+
assetId: string;
|
497
|
+
bannerAssetId: string;
|
498
|
+
order: number;
|
499
|
+
unlockConditionId: string;
|
500
|
+
isUnlocked: boolean;
|
501
|
+
eventMissionId: string;
|
502
|
+
};
|
503
|
+
export declare type HomeEnterResponse = {
|
504
|
+
gachaInfos: GachaInfo[];
|
505
|
+
fanEventInfo: FanEventInfo;
|
506
|
+
promotionInfo: PromotionInfo;
|
507
|
+
refreshInfo: RefreshInfo;
|
508
|
+
lessonProgress: ActivityLessonProgress;
|
509
|
+
functionMaintenanceInfos: FunctionMaintenanceInfo[];
|
510
|
+
bannerInfo: BannerInfo;
|
511
|
+
lastFriendApprovedTime: string;
|
512
|
+
gvgInfo: CurrentGvgInfo;
|
513
|
+
shopIds: string[];
|
514
|
+
exchangeBoothIds: string[];
|
515
|
+
isRemainingDiary: boolean;
|
516
|
+
notiStoneShopItem: NotiShopItem;
|
517
|
+
notiNormalShopItem: NotiShopItem;
|
518
|
+
payslip: Payslip;
|
519
|
+
currentMainAreaId: string;
|
520
|
+
eventInfo: HomeEventInfo;
|
521
|
+
pvpInfo: HomePvpInfo;
|
522
|
+
hierarchyNotiInfo: HierarchyNotiInfo;
|
523
|
+
isDailyQuestPlayable: boolean;
|
524
|
+
currentTowerQuestId: string;
|
525
|
+
hasUnplayedContest: boolean;
|
526
|
+
eventStoryInfos: EventStoryInfo[];
|
527
|
+
photoActivities: PhotoActivity[];
|
528
|
+
photoMusics: PhotoMusic[];
|
529
|
+
photoStages: PhotoStage[];
|
530
|
+
friendAppliedCount: number;
|
531
|
+
purchasedConditionRewardShopInfo: PurchasedConditionRewardShopInfo[];
|
532
|
+
lessonInfo: LessonInfo;
|
533
|
+
eventButtonDisplayInfos: EventButtonDisplayInfo[];
|
534
|
+
hasCanReceiveInviteHostRewards: boolean;
|
535
|
+
pvpRewardResultInfo: PvpRewardResultInfo;
|
536
|
+
gvgRewardResultInfo: GvgRewardResultInfo;
|
537
|
+
tourRewardResultInfos: TourRewardResultInfo[];
|
538
|
+
backsideRewardResultInfos: BacksideRewardResultInfo[];
|
539
|
+
photoContestRewardResultInfos: PhotoContestRewardResultInfo[];
|
540
|
+
raceRewardResultInfos: RaceRewardResultInfo[];
|
541
|
+
raceDailyRewardResultInfos: RaceDailyRewardResultInfo[];
|
542
|
+
buddyUsedRewardResultInfo: BuddyUsedRewardResultInfo;
|
543
|
+
commonResponse: CommonResponse;
|
544
|
+
};
|
545
|
+
export declare type HomeEventMissionInfo = {
|
546
|
+
id: string;
|
547
|
+
unlocked: boolean;
|
548
|
+
};
|
549
|
+
export declare type HomeLadderInfo = {
|
550
|
+
id: string;
|
551
|
+
name: string;
|
552
|
+
startTime: string;
|
553
|
+
endTime: string;
|
554
|
+
assetId: string;
|
555
|
+
bannerAssetId: string;
|
556
|
+
order: number;
|
557
|
+
unlockConditionId: string;
|
558
|
+
isUnlocked: boolean;
|
559
|
+
eventMissionId: string;
|
560
|
+
messageGroupId: string;
|
561
|
+
hasReachablePanel: boolean;
|
562
|
+
};
|
563
|
+
export declare type HomeMarathonInfo = {
|
564
|
+
id: string;
|
565
|
+
name: string;
|
566
|
+
startTime: string;
|
567
|
+
endTime: string;
|
568
|
+
exchangeEndTime: string;
|
569
|
+
assetId: string;
|
570
|
+
bannerAssetId: string;
|
571
|
+
order: number;
|
572
|
+
unlockConditionId: string;
|
573
|
+
isUnlocked: boolean;
|
574
|
+
eventMissionId: string;
|
575
|
+
isMaxStamina: boolean;
|
576
|
+
};
|
577
|
+
export declare type HomePhotoContestInfo = {
|
578
|
+
id: string;
|
579
|
+
name: string;
|
580
|
+
startTime: string;
|
581
|
+
endTime: string;
|
582
|
+
aggregateEndTime: string;
|
583
|
+
exchangeEndTime: string;
|
584
|
+
assetId: string;
|
585
|
+
bannerAssetId: string;
|
586
|
+
order: number;
|
587
|
+
unlockConditionId: string;
|
588
|
+
isUnlocked: boolean;
|
589
|
+
hasReceivableSectionReward: boolean;
|
590
|
+
};
|
591
|
+
export declare type HomeRaceInfo = {
|
592
|
+
id: string;
|
593
|
+
name: string;
|
594
|
+
startTime: string;
|
595
|
+
endTime: string;
|
596
|
+
aggregateEndTime: string;
|
597
|
+
exchangeEndTime: string;
|
598
|
+
assetId: string;
|
599
|
+
bannerAssetId: string;
|
600
|
+
order: number;
|
601
|
+
unlockConditionId: string;
|
602
|
+
isUnlocked: boolean;
|
603
|
+
eventMissionId: string;
|
604
|
+
isLessenRewardMax: boolean;
|
605
|
+
};
|
606
|
+
export declare type HomeTourInfo = {
|
607
|
+
id: string;
|
608
|
+
name: string;
|
609
|
+
startTime: string;
|
610
|
+
endTime: string;
|
611
|
+
aggregateEndTime: string;
|
612
|
+
exchangeEndTime: string;
|
613
|
+
assetId: string;
|
614
|
+
bannerAssetId: string;
|
615
|
+
order: number;
|
616
|
+
unlockConditionId: string;
|
617
|
+
isUnlocked: boolean;
|
618
|
+
eventMissionId: string;
|
619
|
+
};
|
620
|
+
export declare type InviteGuestInfo = {
|
621
|
+
userId: string;
|
622
|
+
name: string;
|
623
|
+
receivedHostRewardIds: string[];
|
624
|
+
buddyCardInfo: BuddyCardInfo;
|
625
|
+
clearQuestMainAreaCount: string;
|
626
|
+
invitedTime: string;
|
627
|
+
};
|
628
|
+
export declare type LadderInfo = {
|
629
|
+
id: string;
|
630
|
+
name: string;
|
631
|
+
startTime: string;
|
632
|
+
endTime: string;
|
633
|
+
eventMissionInfo: EventMissionInfo;
|
634
|
+
messageGroupId: string;
|
635
|
+
costumeIds: string[];
|
636
|
+
ladderPointItemId: string;
|
637
|
+
assetId: string;
|
638
|
+
topColorCode: string;
|
639
|
+
bottomColorCode: string;
|
640
|
+
bgmAssetId: string;
|
641
|
+
};
|
642
|
+
export declare type LadderPanel = {
|
643
|
+
type: LadderPanelType;
|
644
|
+
messageId: string;
|
645
|
+
rewardId: string;
|
646
|
+
requiredPointItemAmount: number;
|
647
|
+
unlockConditionId: string;
|
648
|
+
unlocked: boolean;
|
649
|
+
reached: boolean;
|
650
|
+
reachable: boolean;
|
651
|
+
};
|
652
|
+
export declare type LastCardInfo = {
|
653
|
+
position: number;
|
654
|
+
cardId: string;
|
655
|
+
level: number;
|
656
|
+
rarity: number;
|
657
|
+
};
|
658
|
+
export declare type LessonInfo = {
|
659
|
+
lessonProgress: ActivityLessonProgress;
|
660
|
+
campaignEffects: ActivityCampaignEffect[];
|
661
|
+
campaignDropRewardIds: string[];
|
662
|
+
};
|
663
|
+
export declare type LiveBattleCardInfo = {
|
664
|
+
position: number;
|
665
|
+
cardId: string;
|
666
|
+
level: number;
|
667
|
+
rarity: number;
|
668
|
+
lightFanAmount: number;
|
669
|
+
middleFanAmount: number;
|
670
|
+
heavyFanAmount: number;
|
671
|
+
};
|
672
|
+
export declare type LiveBattleQuestInfo = {
|
673
|
+
id: string;
|
674
|
+
stageId: string;
|
675
|
+
musicId: string;
|
676
|
+
musicChartPatternId: string;
|
677
|
+
position1AttributeType: AttributeType;
|
678
|
+
position2AttributeType: AttributeType;
|
679
|
+
position3AttributeType: AttributeType;
|
680
|
+
position4AttributeType: AttributeType;
|
681
|
+
position5AttributeType: AttributeType;
|
682
|
+
activeSkillWeightPermil: number;
|
683
|
+
specialSkillWeightPermil: number;
|
684
|
+
skillStaminaWeightPermil: number;
|
685
|
+
staminaRecoveryWeightPermil: number;
|
686
|
+
beatDanceWeightPermil: number;
|
687
|
+
beatVocalWeightPermil: number;
|
688
|
+
beatVisualWeightPermil: number;
|
689
|
+
maxCapacity: number;
|
690
|
+
mentalThreshold: number;
|
691
|
+
questPressureId: string;
|
692
|
+
questCharacterAdvantageId: string;
|
693
|
+
questAudienceAdvantageId: string;
|
694
|
+
moodType: MoodType;
|
695
|
+
liveBonusGroupId: string;
|
696
|
+
};
|
697
|
+
export declare type LiveCardInfo = {
|
698
|
+
position: number;
|
699
|
+
cardId: string;
|
700
|
+
level: number;
|
701
|
+
rarity: number;
|
702
|
+
};
|
703
|
+
export declare type LiveCardResult = {
|
704
|
+
cardId: string;
|
705
|
+
totalScore: string;
|
706
|
+
};
|
707
|
+
export declare type LiveCharacterAssetInfo = {
|
708
|
+
characterId: string;
|
709
|
+
costumeId: string;
|
710
|
+
};
|
711
|
+
export declare type LiveDeckCard = {
|
712
|
+
index: number;
|
713
|
+
cardId: string;
|
714
|
+
displayCharacterId: string;
|
715
|
+
displayCostumeId: string;
|
716
|
+
level: number;
|
717
|
+
rarity: number;
|
718
|
+
vocal: string;
|
719
|
+
dance: string;
|
720
|
+
visual: string;
|
721
|
+
stamina: string;
|
722
|
+
startStamina: string;
|
723
|
+
mental: string;
|
724
|
+
technique: string;
|
725
|
+
skillLevel1: number;
|
726
|
+
skillLevel2: number;
|
727
|
+
skillLevel3: number;
|
728
|
+
audienceAmount: number;
|
729
|
+
skills: LiveDeckCardSkill[];
|
730
|
+
isBuddy: boolean;
|
731
|
+
isFriendBuddy: boolean;
|
732
|
+
};
|
733
|
+
export declare type LiveDeckCardSkill = {
|
734
|
+
index: number;
|
735
|
+
skillId: string;
|
736
|
+
skillLevel: number;
|
737
|
+
possessionType: SkillPossessionType;
|
738
|
+
liveAbilityId: string;
|
739
|
+
liveAbilityLevel: number;
|
740
|
+
rewrittenEfficacyIds: string[];
|
741
|
+
};
|
742
|
+
export declare type LiveRankingInfo = {
|
743
|
+
userId: string;
|
744
|
+
name: string;
|
745
|
+
managerLevel: number;
|
746
|
+
point: string;
|
747
|
+
rank: number;
|
748
|
+
cardInfos: LiveCardInfo[];
|
749
|
+
emblemId: string;
|
750
|
+
deckName: string;
|
751
|
+
};
|
752
|
+
export declare type LiveUserInfo = {
|
753
|
+
index: number;
|
754
|
+
userId: string;
|
755
|
+
name: string;
|
756
|
+
emblemId: string;
|
757
|
+
userDeck: LiveUserDeck;
|
758
|
+
userResult: LiveUserResult;
|
759
|
+
isNpc: boolean;
|
760
|
+
};
|
761
|
+
export declare type MarathonAccessoryInfo = {
|
762
|
+
accessoryId: string;
|
763
|
+
categoryType: AccessoryCategoryType;
|
764
|
+
param1Permil: number;
|
765
|
+
param1Value: number;
|
766
|
+
param2Permil: number;
|
767
|
+
param2Value: number;
|
768
|
+
};
|
769
|
+
export declare type MarathonBoxGachaInfo = {
|
770
|
+
boxGachaId: string;
|
771
|
+
boxGachaItems: BoxGachaItem[];
|
772
|
+
isFull: boolean;
|
773
|
+
currentMarathonPoint: number;
|
774
|
+
unlocked: boolean;
|
775
|
+
remainResetCount: number;
|
776
|
+
};
|
777
|
+
export declare type MarathonInfo = {
|
778
|
+
id: string;
|
779
|
+
name: string;
|
780
|
+
startTime: string;
|
781
|
+
endTime: string;
|
782
|
+
exchangeEndTime: string;
|
783
|
+
initialStamina: number;
|
784
|
+
staminaRecoveryMinutes: number;
|
785
|
+
assetId: string;
|
786
|
+
boxGachaGroupId: string;
|
787
|
+
eventStoryInfo: EventStoryInfo;
|
788
|
+
eventMissionInfo: EventMissionInfo;
|
789
|
+
noticeInfo: NoticeInfo;
|
790
|
+
staminaRecoveryItemId: string;
|
791
|
+
questUnlockItemId: string;
|
792
|
+
};
|
793
|
+
export declare type MarathonLiveBonusInfo = {
|
794
|
+
liveBonusId: string;
|
795
|
+
amount: number;
|
796
|
+
};
|
797
|
+
export declare type MarathonPhotoAbilityInfo = {
|
798
|
+
photoAbilityId: string;
|
799
|
+
effectValue: string;
|
800
|
+
};
|
801
|
+
export declare type MarathonQuestInfo = {
|
802
|
+
marathonQuestId: string;
|
803
|
+
unlocked: boolean;
|
804
|
+
difficultyLevelInfos: MarathonQuestDifficultyLevelInfo[];
|
805
|
+
lastChallengeDifficultyNumber: number;
|
806
|
+
isUnlockable: boolean;
|
807
|
+
isPlayable: boolean;
|
808
|
+
playableCount: number;
|
809
|
+
};
|
810
|
+
export declare type MarathonQuestStartResponse = {
|
811
|
+
marathonId: string;
|
812
|
+
marathonQuestId: string;
|
813
|
+
marathonQuestDifficultyNumber: number;
|
814
|
+
result: LiveResult;
|
815
|
+
reward: QuestReward;
|
816
|
+
rankType: ResultRankType;
|
817
|
+
rankPlus: number;
|
818
|
+
rankPatterns: QuestRankPattern[];
|
819
|
+
highestClearRankType: ResultRankType;
|
820
|
+
highestScore: string;
|
821
|
+
addMarathonPoint: number;
|
822
|
+
commonResponse: CommonResponse;
|
823
|
+
};
|
824
|
+
export declare type MarketItem = {
|
825
|
+
number: number;
|
826
|
+
consumptionResourceType: ResourceType;
|
827
|
+
baseAmount: number;
|
828
|
+
discountAmount: number;
|
829
|
+
rewardId: string;
|
830
|
+
discountRatePermil: number;
|
831
|
+
soldOut: boolean;
|
832
|
+
unlockConditionId: string;
|
833
|
+
};
|
834
|
+
export declare type MessageGroupInfo = {
|
835
|
+
messageGroupId: string;
|
836
|
+
latestTimelineInfo: TimelineInfo;
|
837
|
+
};
|
838
|
+
export declare type PhotoActivity = {
|
839
|
+
photoActivityId: string;
|
840
|
+
isUnlocked: boolean;
|
841
|
+
};
|
842
|
+
export declare type PhotoContestActivity = {
|
843
|
+
id: string;
|
844
|
+
isUnlocked: boolean;
|
845
|
+
};
|
846
|
+
export declare type PhotoContestInfo = {
|
847
|
+
id: string;
|
848
|
+
name: string;
|
849
|
+
startTime: string;
|
850
|
+
endTime: string;
|
851
|
+
aggregateEndTime: string;
|
852
|
+
exchangeEndTime: string;
|
853
|
+
assetId: string;
|
854
|
+
eventStoryInfo: EventStoryInfo;
|
855
|
+
eventExchangeBoothInfo: EventExchangeBoothInfo;
|
856
|
+
noticeInfo: NoticeInfo;
|
857
|
+
totalBestShootEvaluationPoint: string;
|
858
|
+
totalBestShootEvaluationPointTime: string;
|
859
|
+
rank: string;
|
860
|
+
rankingRewardInfos: PhotoContestRankingRewardInfo[];
|
861
|
+
sectionInfos: PhotoContestSectionInfo[];
|
862
|
+
activities: PhotoContestActivity[];
|
863
|
+
musics: PhotoContestQuestMusic[];
|
864
|
+
stages: PhotoContestQuestStage[];
|
865
|
+
dailyRewardResults: RewardResult[];
|
866
|
+
onceShootingSubmitLimitCount: number;
|
867
|
+
currentPhotoAmount: string;
|
868
|
+
submittingItemId: string;
|
869
|
+
creatingItemId: string;
|
870
|
+
};
|
871
|
+
export declare type PhotoContestPhotoInfo = {
|
872
|
+
assetId: string;
|
873
|
+
sectionId: string;
|
874
|
+
evaluationPoint: string;
|
875
|
+
isBest: boolean;
|
876
|
+
shootingTime: string;
|
877
|
+
fixedCreatePhotoRarity: string;
|
878
|
+
evaluationRankType: PhotoContestEvaluationRankType;
|
879
|
+
};
|
880
|
+
export declare type PhotoContestQuestMusic = {
|
881
|
+
id: string;
|
882
|
+
isUnlocked: boolean;
|
883
|
+
};
|
884
|
+
export declare type PhotoContestQuestStage = {
|
885
|
+
id: string;
|
886
|
+
isUnlocked: boolean;
|
887
|
+
};
|
888
|
+
export declare type PhotoContestRankingInfo = {
|
889
|
+
userId: string;
|
890
|
+
name: string;
|
891
|
+
managerLevel: number;
|
892
|
+
totalBestShootEvaluationPoint: string;
|
893
|
+
rank: number;
|
894
|
+
emblemId: string;
|
895
|
+
bestPhotoInfos: PhotoContestPhotoInfo[];
|
896
|
+
};
|
897
|
+
export declare type PhotoContestRankingRewardInfo = {
|
898
|
+
rankFrom: number;
|
899
|
+
rewardId: string;
|
900
|
+
};
|
901
|
+
export declare type PhotoContestSectionInfo = {
|
902
|
+
id: string;
|
903
|
+
sectionRewardInfos: PhotoContestSectionRewardInfo[];
|
904
|
+
bestShootAssetId: string;
|
905
|
+
bestShootEvaluationPoint: string;
|
906
|
+
totalSectionEvaluationPoint: string;
|
907
|
+
isUnlocked: boolean;
|
908
|
+
advanceGuideInfos: PhotoContestSectionAdvanceGuideInfo[];
|
909
|
+
};
|
910
|
+
export declare type PhotoContestSectionRewardInfo = {
|
911
|
+
sectionRewardId: string;
|
912
|
+
canReceive: boolean;
|
913
|
+
haveReceived: boolean;
|
914
|
+
};
|
915
|
+
export declare type PhotoContestSubmitShootingResponse = {
|
916
|
+
evaluationPoint: string;
|
917
|
+
isBest: boolean;
|
918
|
+
totalSectionEvaluationPoint: string;
|
919
|
+
totalBestShotEvaluationPoint: string;
|
920
|
+
nextPhotoImageId: string;
|
921
|
+
newCanReceiveSectionRewardIds: string[];
|
922
|
+
rank: string;
|
923
|
+
evaluationRankType: PhotoContestEvaluationRankType;
|
924
|
+
baseGuideInfos: PhotoContestSectionBaseGuideInfo[];
|
925
|
+
advanceGuideInfos: PhotoContestSectionAdvanceGuideInfo[];
|
926
|
+
fixedCreatePhotoRarity: string;
|
927
|
+
commonResponse: CommonResponse;
|
928
|
+
};
|
929
|
+
export declare type PhotoMusic = {
|
930
|
+
musicId: string;
|
931
|
+
isUnlocked: boolean;
|
932
|
+
};
|
933
|
+
export declare type PhotoStage = {
|
934
|
+
stageId: string;
|
935
|
+
isUnlocked: boolean;
|
936
|
+
};
|
937
|
+
export declare type ProfileFindUserResponse = {
|
938
|
+
userId: string;
|
939
|
+
name: string;
|
940
|
+
managerExp: string;
|
941
|
+
managerLevel: number;
|
942
|
+
divisionId: string;
|
943
|
+
guildId: string;
|
944
|
+
emblemId: string;
|
945
|
+
favoriteCard: FavoriteCardInfo;
|
946
|
+
favoritePhoto: FavoritePhotoInfo;
|
947
|
+
favoriteCharacterIds: string[];
|
948
|
+
message: string;
|
949
|
+
birthMonth: number;
|
950
|
+
birthDay: number;
|
951
|
+
backgroundType: ProfileBackgroundType;
|
952
|
+
layoutType: ProfileLayoutType;
|
953
|
+
hierarchyCurrentDetailGradeId: string;
|
954
|
+
hierarchyCurrentRank: number;
|
955
|
+
decorationId: string;
|
956
|
+
informationType: ProfileInformationType;
|
957
|
+
colorType: ProfileColorType;
|
958
|
+
commonResponse: CommonResponse;
|
959
|
+
};
|
960
|
+
export declare type ProfileInfo = {
|
961
|
+
userId: string;
|
962
|
+
name: string;
|
963
|
+
managerExp: string;
|
964
|
+
managerLevel: number;
|
965
|
+
emblemId: string;
|
966
|
+
favoriteCard: FavoriteCardInfo;
|
967
|
+
favoritePhoto: FavoritePhotoInfo;
|
968
|
+
favoriteCharacterIds: string[];
|
969
|
+
backgroundType: ProfileBackgroundType;
|
970
|
+
layoutType: ProfileLayoutType;
|
971
|
+
lastLoginTime: string;
|
972
|
+
decorationId: string;
|
973
|
+
informationType: ProfileInformationType;
|
974
|
+
colorType: ProfileColorType;
|
975
|
+
buddyCardInfo: BuddyCardInfo;
|
976
|
+
};
|
977
|
+
export declare type ProfileTopResponse = {
|
978
|
+
hierarchyCurrentDetailGradeId: string;
|
979
|
+
hierarchyCurrentRank: number;
|
980
|
+
friendProfiles: ProfileInfo[];
|
981
|
+
commonResponse: CommonResponse;
|
982
|
+
};
|
983
|
+
export declare type Promotion = {
|
984
|
+
id: string;
|
985
|
+
name: string;
|
986
|
+
subName: string;
|
987
|
+
unlockConditionId: string;
|
988
|
+
isUnlocked: boolean;
|
989
|
+
activityPerformanceId: string;
|
990
|
+
level: number;
|
991
|
+
exp: number;
|
992
|
+
nextLevelRequiredExp: number;
|
993
|
+
requiredStamina: number;
|
994
|
+
nextLevelUnlockConditionId: string;
|
995
|
+
isNextLevelUnlocked: boolean;
|
996
|
+
stepConsumptionStamina: number;
|
997
|
+
stepRewardGold: number;
|
998
|
+
stepRewardCardEnhanceItem: number;
|
999
|
+
stepAdditionalRewardId: string;
|
1000
|
+
multiStepRewardId: string;
|
1001
|
+
maxFanAmount: number;
|
1002
|
+
viewConditionId: string;
|
1003
|
+
subGenre: string;
|
1004
|
+
multiStepCampaignDropRewardIds: string[];
|
1005
|
+
};
|
1006
|
+
export declare type PromotionProgress = {
|
1007
|
+
activityPromotionId: string;
|
1008
|
+
activityPromotionName: string;
|
1009
|
+
activityPromotionSubName: string;
|
1010
|
+
activityPromotionLevel: number;
|
1011
|
+
characters: ActivityCharacterInfo[];
|
1012
|
+
startTime: string;
|
1013
|
+
finishTime: string;
|
1014
|
+
stepConsumptionStamina: number;
|
1015
|
+
completedStep: number;
|
1016
|
+
stepRewardGold: number;
|
1017
|
+
stepRewardManagerExp: number;
|
1018
|
+
stepRewardActivityExp: number;
|
1019
|
+
stepRewardCharacterActivityExp: number;
|
1020
|
+
stepAdditionalRewardId: string;
|
1021
|
+
multiStepRewardId: string;
|
1022
|
+
stepRewardCardEnhanceItem: number;
|
1023
|
+
rewardGoldAmount: number;
|
1024
|
+
rewardCardEnhanceItemAmount: number;
|
1025
|
+
rewards: ActivityPromotionReward[];
|
1026
|
+
nextActivityLevelUpTime: string;
|
1027
|
+
campaignEffects: ActivityCampaignEffect[];
|
1028
|
+
activityPerformanceId: string;
|
1029
|
+
subGenre: string;
|
1030
|
+
multiStepCampaignDropRewardIds: string[];
|
1031
|
+
};
|
1032
|
+
export declare type PvpRewardInfo = {
|
1033
|
+
rankFrom: string;
|
1034
|
+
rankingRewardId: string;
|
1035
|
+
challengeRewardId: string;
|
1036
|
+
hierarchyVariablePoint: string;
|
1037
|
+
};
|
1038
|
+
export declare type QuestAreaGroupInfo = {
|
1039
|
+
areaGroupId: string;
|
1040
|
+
areas: QuestAreaInfo[];
|
1041
|
+
};
|
1042
|
+
export declare type QuestAreaInfo = {
|
1043
|
+
areaId: string;
|
1044
|
+
unlocked: boolean;
|
1045
|
+
quests: QuestInfo[];
|
1046
|
+
};
|
1047
|
+
export declare type QuestClearInfo = {
|
1048
|
+
score: string;
|
1049
|
+
userName: string;
|
1050
|
+
deckName: string;
|
1051
|
+
cards: LiveCardInfo[];
|
1052
|
+
emblemId: string;
|
1053
|
+
userId: string;
|
1054
|
+
rankType: ResultRankType;
|
1055
|
+
plus: number;
|
1056
|
+
};
|
1057
|
+
export declare type QuestContestRankInfo = {
|
1058
|
+
rank: number;
|
1059
|
+
isNPC: boolean;
|
1060
|
+
score: string;
|
1061
|
+
userName: string;
|
1062
|
+
deckName: string;
|
1063
|
+
cards: LiveCardInfo[];
|
1064
|
+
emblemId: string;
|
1065
|
+
userId: string;
|
1066
|
+
};
|
1067
|
+
export declare type QuestInfo = {
|
1068
|
+
questId: string;
|
1069
|
+
cleared: boolean;
|
1070
|
+
highestScore: string;
|
1071
|
+
rankType: ResultRankType;
|
1072
|
+
plus: number;
|
1073
|
+
highestRank: number;
|
1074
|
+
isPlayable: boolean;
|
1075
|
+
playableCount: number;
|
1076
|
+
opponentInfo: QuestOpponentInfo;
|
1077
|
+
campaignDropRewardIds: string[];
|
1078
|
+
};
|
1079
|
+
export declare type QuestListTowerRankingResponse = {
|
1080
|
+
selfHighestRank: number;
|
1081
|
+
selfQuestId: string;
|
1082
|
+
ranks: QuestTowerRankInfo[];
|
1083
|
+
totalQuestNum: number;
|
1084
|
+
commonResponse: CommonResponse;
|
1085
|
+
};
|
1086
|
+
export declare type QuestRewardCard = {
|
1087
|
+
cardId: string;
|
1088
|
+
funAmount: string;
|
1089
|
+
exp: number;
|
1090
|
+
isExpTruncated: boolean;
|
1091
|
+
};
|
1092
|
+
export declare type QuestStartResponse = {
|
1093
|
+
questId: string;
|
1094
|
+
result: LiveResult;
|
1095
|
+
reward: QuestReward;
|
1096
|
+
rankType: ResultRankType;
|
1097
|
+
rankPlus: number;
|
1098
|
+
rankPatterns: QuestRankPattern[];
|
1099
|
+
highestRank: number;
|
1100
|
+
highestScore: string;
|
1101
|
+
hierarchyChangeInfo: HierarchyChangeInfo;
|
1102
|
+
friendApplyToBuddyInfo: FriendApplyToBuddyInfo;
|
1103
|
+
commonResponse: CommonResponse;
|
1104
|
+
};
|
1105
|
+
export declare type QuestTopResponse = {
|
1106
|
+
mainAreaGroups: QuestAreaGroupInfo[];
|
1107
|
+
contestTotalScore: string;
|
1108
|
+
hasUnplayedContest: boolean;
|
1109
|
+
pvpInfo: QuestTopPvpInfo;
|
1110
|
+
currentTowerQuestId: string;
|
1111
|
+
isDailyPlayable: boolean;
|
1112
|
+
gvgInfo: CurrentGvgInfo;
|
1113
|
+
hierarchyNotiInfo: HierarchyNotiInfo;
|
1114
|
+
dailyAreas: QuestAreaInfo[];
|
1115
|
+
towerArea: QuestAreaInfo;
|
1116
|
+
contestArea: QuestAreaInfo;
|
1117
|
+
isTowerTopUnlocked: boolean;
|
1118
|
+
commonResponse: CommonResponse;
|
1119
|
+
};
|
1120
|
+
export declare type QuestTowerAreaInfo = {
|
1121
|
+
area: QuestAreaInfo;
|
1122
|
+
currentTowerQuestId: string;
|
1123
|
+
};
|
1124
|
+
export declare type QuestTowerRankInfo = {
|
1125
|
+
rank: number;
|
1126
|
+
questId: string;
|
1127
|
+
userName: string;
|
1128
|
+
deckName: string;
|
1129
|
+
cards: LiveCardInfo[];
|
1130
|
+
emblemId: string;
|
1131
|
+
userId: string;
|
1132
|
+
};
|
1133
|
+
export declare type RaceAccessoryInfo = {
|
1134
|
+
accessoryId: string;
|
1135
|
+
categoryType: AccessoryCategoryType;
|
1136
|
+
param1Permil: number;
|
1137
|
+
param1Value: number;
|
1138
|
+
param2Permil: number;
|
1139
|
+
param2Value: number;
|
1140
|
+
};
|
1141
|
+
export declare type RaceDailyRankingUserInfo = {
|
1142
|
+
userId: string;
|
1143
|
+
userName: string;
|
1144
|
+
score: string;
|
1145
|
+
emblemId: string;
|
1146
|
+
rank: number;
|
1147
|
+
};
|
1148
|
+
export declare type RaceInfo = {
|
1149
|
+
id: string;
|
1150
|
+
name: string;
|
1151
|
+
startTime: string;
|
1152
|
+
endTime: string;
|
1153
|
+
exchangeEndTime: string;
|
1154
|
+
aggregateEndTime: string;
|
1155
|
+
assetId: string;
|
1156
|
+
eventStoryInfo: EventStoryInfo;
|
1157
|
+
eventMissionInfo: EventMissionInfo;
|
1158
|
+
noticeInfo: NoticeInfo;
|
1159
|
+
racePointItemId: string;
|
1160
|
+
raceMedalItemId: string;
|
1161
|
+
raceLiveBonusResetItemId: string;
|
1162
|
+
raceAreaInfos: RaceAreaInfo[];
|
1163
|
+
requiredCardCoolTimeRacePointAmount: number;
|
1164
|
+
raceRankGradeInfos: RaceRankGradeInfo[];
|
1165
|
+
livePanelDifficultyNumber: number;
|
1166
|
+
cardCoolTimeMinutes: number;
|
1167
|
+
raceLiveBonusGroupId: string;
|
1168
|
+
};
|
1169
|
+
export declare type RaceLiveBonusInfo = {
|
1170
|
+
liveBonusId: string;
|
1171
|
+
level: number;
|
1172
|
+
};
|
1173
|
+
export declare type RaceLiveQuestInfo = {
|
1174
|
+
raceQuestId: string;
|
1175
|
+
currentClearDifficultyNumber: number;
|
1176
|
+
beforeClearDifficultyNumber: number;
|
1177
|
+
difficultyLevelInfos: RaceLiveQuestDifficultyLevelInfo[];
|
1178
|
+
};
|
1179
|
+
export declare type RaceOpponentProgressInfo = {
|
1180
|
+
userId: string;
|
1181
|
+
name: string;
|
1182
|
+
displayCharacterId: string;
|
1183
|
+
clearPanelCount: number;
|
1184
|
+
rank: number;
|
1185
|
+
liveBonusInfos: RaceLiveBonusInfo[];
|
1186
|
+
};
|
1187
|
+
export declare type RacePhotoAbilityInfo = {
|
1188
|
+
photoAbilityId: string;
|
1189
|
+
effectValue: string;
|
1190
|
+
};
|
1191
|
+
export declare type RaceRankingInfo = {
|
1192
|
+
userId: string;
|
1193
|
+
name: string;
|
1194
|
+
managerLevel: number;
|
1195
|
+
clearPanelCount: number;
|
1196
|
+
rank: number;
|
1197
|
+
emblemId: string;
|
1198
|
+
};
|
1199
|
+
export declare type RaceUserCardCoolTimeInfo = {
|
1200
|
+
cardId: string;
|
1201
|
+
coolTime: string;
|
1202
|
+
};
|
1203
|
+
export declare type Refresh = {
|
1204
|
+
id: string;
|
1205
|
+
name: string;
|
1206
|
+
requiredMinutes: number;
|
1207
|
+
unlockConditionId: string;
|
1208
|
+
isUnlocked: boolean;
|
1209
|
+
level: number;
|
1210
|
+
exp: number;
|
1211
|
+
nextLevelRequiredExp: number;
|
1212
|
+
levels: RefreshLevel[];
|
1213
|
+
viewConditionId: string;
|
1214
|
+
};
|
1215
|
+
export declare type RefreshLevel = {
|
1216
|
+
level: number;
|
1217
|
+
name: string;
|
1218
|
+
requiredGold: number;
|
1219
|
+
unlockConditionId: string;
|
1220
|
+
isUnlocked: boolean;
|
1221
|
+
activityPerformanceId: string;
|
1222
|
+
recoveryAmount: number;
|
1223
|
+
viewConditionId: string;
|
1224
|
+
subGenre: string;
|
1225
|
+
};
|
1226
|
+
export declare type RefreshProgress = {
|
1227
|
+
activityRefreshId: string;
|
1228
|
+
activityRefreshName: string;
|
1229
|
+
activityRefreshSubName: string;
|
1230
|
+
activityRefreshLevel: number;
|
1231
|
+
characters: ActivityCharacterInfo[];
|
1232
|
+
startTime: string;
|
1233
|
+
finishTime: string;
|
1234
|
+
requiredMinutes: number;
|
1235
|
+
recoveryAmount: number;
|
1236
|
+
activityPerformanceId: string;
|
1237
|
+
subGenre: string;
|
1238
|
+
};
|
1239
|
+
export declare type ShopConditionReward = {
|
1240
|
+
number: number;
|
1241
|
+
conditionId: string;
|
1242
|
+
rewardId: string;
|
1243
|
+
statusType: ShopConditionRewardStatusType;
|
1244
|
+
};
|
1245
|
+
export declare type ShopInfo = {
|
1246
|
+
id: string;
|
1247
|
+
name: string;
|
1248
|
+
type: ShopType;
|
1249
|
+
order: number;
|
1250
|
+
colorCode: string;
|
1251
|
+
backgroundColorCode: string;
|
1252
|
+
noticeInfo: NoticeInfo;
|
1253
|
+
viewConditionId: string;
|
1254
|
+
thumbnailAssetId: string;
|
1255
|
+
costumeId: string;
|
1256
|
+
resetTimingType: ResetTimingType;
|
1257
|
+
nextResetTime: string;
|
1258
|
+
isPurchased: boolean;
|
1259
|
+
progress: number;
|
1260
|
+
maxProgress: number;
|
1261
|
+
bannerAssetId: string;
|
1262
|
+
};
|
1263
|
+
export declare type ShopItem = {
|
1264
|
+
id: string;
|
1265
|
+
name: string;
|
1266
|
+
description: string;
|
1267
|
+
productId: string;
|
1268
|
+
consumptionId: string;
|
1269
|
+
rewardId: string;
|
1270
|
+
thumbnailAssetId: string;
|
1271
|
+
purchaseLimit: number;
|
1272
|
+
leftCount: number;
|
1273
|
+
order: number;
|
1274
|
+
viewConditionId: string;
|
1275
|
+
pushSegment: string;
|
1276
|
+
resetTimingType: ResetTimingType;
|
1277
|
+
nextResetTime: string;
|
1278
|
+
unlockConditionId: string;
|
1279
|
+
unlocked: boolean;
|
1280
|
+
colorCode: string;
|
1281
|
+
backgroundColorCode: string;
|
1282
|
+
};
|
1283
|
+
export declare type ShopLoginBonus = {
|
1284
|
+
day: number;
|
1285
|
+
rewardId: string;
|
1286
|
+
isReceived: boolean;
|
1287
|
+
};
|
1288
|
+
export declare type TimelineInfo = {
|
1289
|
+
messageGroupId: string;
|
1290
|
+
timelineId: string;
|
1291
|
+
messageId: string;
|
1292
|
+
arrivedTime: string;
|
1293
|
+
selectMessageDetailIds: string[];
|
1294
|
+
lastMessageDetailId: string;
|
1295
|
+
lastMessageDetailTime: string;
|
1296
|
+
finished: boolean;
|
1297
|
+
};
|
1298
|
+
export declare type TourDifficultyInfo = {
|
1299
|
+
tourDifficultyId: string;
|
1300
|
+
tourDifficultyNumber: number;
|
1301
|
+
managerLevel: number;
|
1302
|
+
unlockConditionId: string;
|
1303
|
+
unlocked: boolean;
|
1304
|
+
};
|
1305
|
+
export declare type TourEffectActivity = {
|
1306
|
+
itemId: string;
|
1307
|
+
amount: number;
|
1308
|
+
activityPerformanceId: string;
|
1309
|
+
activityPromotionSubGenre: string;
|
1310
|
+
};
|
1311
|
+
export declare type TourEffectLive = {
|
1312
|
+
musicId: string;
|
1313
|
+
name: string;
|
1314
|
+
stageId: string;
|
1315
|
+
musicChartPatternId: string;
|
1316
|
+
maxCapacity: number;
|
1317
|
+
mentalThreshold: number;
|
1318
|
+
clearScore: string;
|
1319
|
+
rewardId: string;
|
1320
|
+
difficultyLevel: number;
|
1321
|
+
tourQuestSettingId: string;
|
1322
|
+
};
|
1323
|
+
export declare type TourEffectPvp = {
|
1324
|
+
musicId: string;
|
1325
|
+
name: string;
|
1326
|
+
stageId: string;
|
1327
|
+
musicChartPatternId: string;
|
1328
|
+
maxCapacity: number;
|
1329
|
+
mentalThreshold: number;
|
1330
|
+
clearScore: string;
|
1331
|
+
opponentInfo: TourOpponentInfo;
|
1332
|
+
scoutInfo: TourScoutInfo;
|
1333
|
+
rewardId: string;
|
1334
|
+
tourQuestSettingId: string;
|
1335
|
+
};
|
1336
|
+
export declare type TourEffectRefresh = {
|
1337
|
+
amountPermil: number;
|
1338
|
+
activityPerformanceId: string;
|
1339
|
+
activityRefreshSubGenre: string;
|
1340
|
+
};
|
1341
|
+
export declare type TourLiveBonusInfo = {
|
1342
|
+
liveBonusId: string;
|
1343
|
+
name: string;
|
1344
|
+
liveAbilityId: string;
|
1345
|
+
liveAbilityLevel: number;
|
1346
|
+
powerPermil: number;
|
1347
|
+
};
|
1348
|
+
export declare type TourRankingInfo = {
|
1349
|
+
userId: string;
|
1350
|
+
name: string;
|
1351
|
+
managerLevel: number;
|
1352
|
+
point: string;
|
1353
|
+
rank: number;
|
1354
|
+
emblemId: string;
|
1355
|
+
};
|
1356
|
+
export declare type TourRankingRewardInfo = {
|
1357
|
+
rankFrom: number;
|
1358
|
+
rewardId: string;
|
1359
|
+
};
|
1360
|
+
export declare type UserHierarchyInfo = {
|
1361
|
+
currentDetailGradeId: string;
|
1362
|
+
currentRank: number;
|
1363
|
+
currentPoint: string;
|
1364
|
+
};
|
1365
|
+
export declare type AccessoryEnhanceRequest = {
|
1366
|
+
accessoryId: string;
|
1367
|
+
count: number;
|
1368
|
+
};
|
1369
|
+
export declare type AccessoryEnhanceResponse = {
|
1370
|
+
commonResponse: CommonResponse;
|
1371
|
+
};
|
1372
|
+
export declare type AccessoryLimitBreakRequest = {
|
1373
|
+
accessoryId: string;
|
1374
|
+
isInUse: boolean;
|
1375
|
+
};
|
1376
|
+
export declare type AccessoryLimitBreakResponse = {
|
1377
|
+
commonResponse: CommonResponse;
|
1378
|
+
};
|
1379
|
+
export declare type AccessorySellRequest = {
|
1380
|
+
accessoryId: string;
|
1381
|
+
count: number;
|
1382
|
+
};
|
1383
|
+
export declare type AccessorySellResponse = {
|
1384
|
+
commonResponse: CommonResponse;
|
1385
|
+
};
|
1386
|
+
export declare type ActivityStartFanEventRequest = {
|
1387
|
+
activityFanEventId: string;
|
1388
|
+
characterIds: string[];
|
1389
|
+
costumeIds: string[];
|
1390
|
+
itemIds: string[];
|
1391
|
+
};
|
1392
|
+
export declare type ActivityStartFanEventResponse = {
|
1393
|
+
progress: FanEventProgress;
|
1394
|
+
commonResponse: CommonResponse;
|
1395
|
+
};
|
1396
|
+
export declare type ActivityLoadFanEventResponse = {
|
1397
|
+
progress: FanEventProgress;
|
1398
|
+
commonResponse: CommonResponse;
|
1399
|
+
};
|
1400
|
+
export declare type ActivityFetchFanEventStepsRequest = {
|
1401
|
+
steps: number[];
|
1402
|
+
};
|
1403
|
+
export declare type ActivityFetchFanEventStepsResponse = {
|
1404
|
+
characterSteps: FanEventCharacterSteps[];
|
1405
|
+
commonResponse: CommonResponse;
|
1406
|
+
};
|
1407
|
+
export declare type ActivitySaveFanEventRequest = {
|
1408
|
+
characterResults: FanEventCharacterResult[];
|
1409
|
+
useItemId: string;
|
1410
|
+
execCheer: boolean;
|
1411
|
+
};
|
1412
|
+
export declare type ActivitySaveFanEventResponse = {
|
1413
|
+
characterSteps: FanEventCharacterSteps[];
|
1414
|
+
commonResponse: CommonResponse;
|
1415
|
+
};
|
1416
|
+
export declare type ActivityFinishFanEventResponse = {
|
1417
|
+
activityPoint: number;
|
1418
|
+
rankType: ResultRankType;
|
1419
|
+
plus: number;
|
1420
|
+
rewards: Reward[];
|
1421
|
+
rankPatterns: FanEventRankPattern[];
|
1422
|
+
activityLevelProgress: ActivityLevelProgress;
|
1423
|
+
characters: ActivityCharacterInfo[];
|
1424
|
+
campaignEffects: ActivityCampaignEffect[];
|
1425
|
+
campaignDropRewards: Reward[];
|
1426
|
+
commonResponse: CommonResponse;
|
1427
|
+
};
|
1428
|
+
export declare type ActivityGetFanEventRankingRequest = {
|
1429
|
+
activityFanEventId: string;
|
1430
|
+
};
|
1431
|
+
export declare type ActivityGetFanEventRankingResponse = {
|
1432
|
+
selfRank: string;
|
1433
|
+
selfScore: string;
|
1434
|
+
rankInfos: FanEventRankingInfo[];
|
1435
|
+
commonResponse: CommonResponse;
|
1436
|
+
};
|
1437
|
+
export declare type ActivityStartPromotionRequest = {
|
1438
|
+
activityPromotionId: string;
|
1439
|
+
characterIds: string[];
|
1440
|
+
costumeIds: string[];
|
1441
|
+
};
|
1442
|
+
export declare type ActivityStartPromotionResponse = {
|
1443
|
+
progress: PromotionProgress;
|
1444
|
+
commonResponse: CommonResponse;
|
1445
|
+
};
|
1446
|
+
export declare type ActivityLoadPromotionResponse = {
|
1447
|
+
progress: PromotionProgress;
|
1448
|
+
commonResponse: CommonResponse;
|
1449
|
+
};
|
1450
|
+
export declare type ActivityUsePromotionItemRequest = {
|
1451
|
+
itemId: string;
|
1452
|
+
amount: number;
|
1453
|
+
};
|
1454
|
+
export declare type ActivityUsePromotionItemResponse = {
|
1455
|
+
progress: PromotionProgress;
|
1456
|
+
commonResponse: CommonResponse;
|
1457
|
+
};
|
1458
|
+
export declare type ActivityReceivePromotionRewardResponse = {
|
1459
|
+
rewards: Reward[];
|
1460
|
+
bonusRewards: Reward[];
|
1461
|
+
completedStep: number;
|
1462
|
+
progress: PromotionProgress;
|
1463
|
+
activityLevelProgress: ActivityLevelProgress;
|
1464
|
+
campaignEffects: ActivityCampaignEffect[];
|
1465
|
+
campaignDropRewards: Reward[];
|
1466
|
+
commonResponse: CommonResponse;
|
1467
|
+
};
|
1468
|
+
export declare type ActivityFetchPromotionStepsRequest = {
|
1469
|
+
step: number;
|
1470
|
+
};
|
1471
|
+
export declare type ActivityFetchPromotionStepsResponse = {
|
1472
|
+
steps: PromotionStep[];
|
1473
|
+
commonResponse: CommonResponse;
|
1474
|
+
};
|
1475
|
+
export declare type ActivityFinishPromotionResponse = {
|
1476
|
+
rewards: Reward[];
|
1477
|
+
bonusRewards: Reward[];
|
1478
|
+
activityLevelProgress: ActivityLevelProgress;
|
1479
|
+
totalSteps: number;
|
1480
|
+
characters: ActivityCharacterInfo[];
|
1481
|
+
campaignEffects: ActivityCampaignEffect[];
|
1482
|
+
campaignDropRewards: Reward[];
|
1483
|
+
commonResponse: CommonResponse;
|
1484
|
+
};
|
1485
|
+
export declare type ActivityStartRefreshRequest = {
|
1486
|
+
activityRefreshId: string;
|
1487
|
+
activityRefreshLevel: number;
|
1488
|
+
characterIds: string[];
|
1489
|
+
costumeIds: string[];
|
1490
|
+
};
|
1491
|
+
export declare type ActivityStartRefreshResponse = {
|
1492
|
+
progress: RefreshProgress;
|
1493
|
+
commonResponse: CommonResponse;
|
1494
|
+
};
|
1495
|
+
export declare type ActivityLoadRefreshResponse = {
|
1496
|
+
progress: RefreshProgress;
|
1497
|
+
commonResponse: CommonResponse;
|
1498
|
+
};
|
1499
|
+
export declare type ActivityUseRefreshItemRequest = {
|
1500
|
+
itemId: string;
|
1501
|
+
amount: number;
|
1502
|
+
};
|
1503
|
+
export declare type ActivityUseRefreshItemResponse = {
|
1504
|
+
progress: RefreshProgress;
|
1505
|
+
commonResponse: CommonResponse;
|
1506
|
+
};
|
1507
|
+
export declare type ActivityFinishRefreshResponse = {
|
1508
|
+
activityLevelProgress: ActivityLevelProgress;
|
1509
|
+
characters: ActivityCharacterInfo[];
|
1510
|
+
commonResponse: CommonResponse;
|
1511
|
+
};
|
1512
|
+
export declare type ActivityReceiveLessonRewardResponse = {
|
1513
|
+
rewards: Reward[];
|
1514
|
+
progress: ActivityLessonProgress;
|
1515
|
+
campaignEffects: ActivityCampaignEffect[];
|
1516
|
+
campaignDropRewards: Reward[];
|
1517
|
+
commonResponse: CommonResponse;
|
1518
|
+
};
|
1519
|
+
export declare type ActivityPromoteLessonRequest = {
|
1520
|
+
isFree: boolean;
|
1521
|
+
};
|
1522
|
+
export declare type ActivityPromoteLessonResponse = {
|
1523
|
+
rewards: Reward[];
|
1524
|
+
progress: ActivityLessonProgress;
|
1525
|
+
campaignEffects: ActivityCampaignEffect[];
|
1526
|
+
campaignDropRewards: Reward[];
|
1527
|
+
commonResponse: CommonResponse;
|
1528
|
+
};
|
1529
|
+
export declare type FanEventCharacterSteps = {
|
1530
|
+
characterId: string;
|
1531
|
+
steps: FanEventStep[];
|
1532
|
+
};
|
1533
|
+
export declare type FanEventStep = {
|
1534
|
+
step: number;
|
1535
|
+
happenings: FanEventHappening[];
|
1536
|
+
itemEffects: FanEventItemEffect[];
|
1537
|
+
};
|
1538
|
+
export declare type FanEventHappening = {
|
1539
|
+
type: ActivityFanEventHappeningType;
|
1540
|
+
characterId: string;
|
1541
|
+
};
|
1542
|
+
export declare type FanEventItemEffect = {
|
1543
|
+
type: ItemType;
|
1544
|
+
value: number;
|
1545
|
+
};
|
1546
|
+
export declare type FanEventCharacterResult = {
|
1547
|
+
characterId: string;
|
1548
|
+
stepResults: FanEventStepResult[];
|
1549
|
+
};
|
1550
|
+
export declare type FanEventStepResult = {
|
1551
|
+
step: number;
|
1552
|
+
reductionMilliSeconds: string;
|
1553
|
+
activityPoint: number;
|
1554
|
+
};
|
1555
|
+
export declare type PromotionStep = {
|
1556
|
+
step: number;
|
1557
|
+
rewards: ActivityPromotionReward[];
|
1558
|
+
};
|
1559
|
+
export declare type AuthCreateRequest = {
|
1560
|
+
firebaseUID: string;
|
1561
|
+
};
|
1562
|
+
export declare type AuthCreateResponse = {
|
1563
|
+
firebaseCustomToken: string;
|
1564
|
+
};
|
1565
|
+
export declare type AuthLoginRequest = {
|
1566
|
+
firebaseIDToken: string;
|
1567
|
+
};
|
1568
|
+
export declare type AuthLoginResponse = {
|
1569
|
+
gameAuthToken: string;
|
1570
|
+
userPublic: UserPublic;
|
1571
|
+
requiredFirebaseReauthenticate: boolean;
|
1572
|
+
};
|
1573
|
+
export declare type BacksideTopRequest = {
|
1574
|
+
backsideId: string;
|
1575
|
+
};
|
1576
|
+
export declare type BacksideTopResponse = {
|
1577
|
+
backsideInfo: BacksideInfo;
|
1578
|
+
dokanInfos: DokanInfo[];
|
1579
|
+
commonResponse: CommonResponse;
|
1580
|
+
};
|
1581
|
+
export declare type BacksideRankingRequest = {
|
1582
|
+
backsideId: string;
|
1583
|
+
};
|
1584
|
+
export declare type BacksideRankingResponse = {
|
1585
|
+
rankingInfos: BacksideRankingInfo[];
|
1586
|
+
selfFinalScore: string;
|
1587
|
+
selfRank: number;
|
1588
|
+
commonResponse: CommonResponse;
|
1589
|
+
};
|
1590
|
+
export declare type BacksideStageStartRequest = {
|
1591
|
+
backsideId: string;
|
1592
|
+
number: number;
|
1593
|
+
deckNumber: string;
|
1594
|
+
difficultyNumber: number;
|
1595
|
+
};
|
1596
|
+
export declare type BacksideStageStartResponse = {
|
1597
|
+
stageInfo: BacksideStageInfo;
|
1598
|
+
execPanelLocationInfo: BacksideExecPanelLocationInfo;
|
1599
|
+
halfwayLiveBonusChoices: BacksideLiveBonus[];
|
1600
|
+
halfwaySurpriseInfo: BacksideSurpriseInfo;
|
1601
|
+
halfwayPracticeClearInfo: BacksidePracticeStageClearInfo;
|
1602
|
+
isForceRetired: boolean;
|
1603
|
+
commonResponse: CommonResponse;
|
1604
|
+
};
|
1605
|
+
export declare type BacksideStageActionRequest = {
|
1606
|
+
backsideId: string;
|
1607
|
+
pieceNumber: number;
|
1608
|
+
radiusNumber: number;
|
1609
|
+
panelNumber: number;
|
1610
|
+
isSkip: boolean;
|
1611
|
+
};
|
1612
|
+
export declare type BacksideStageActionResponse = {
|
1613
|
+
stageProgressInfo: BacksideStageProgressInfo;
|
1614
|
+
liveBonusChoices: BacksideLiveBonus[];
|
1615
|
+
isScheduled: boolean;
|
1616
|
+
liveInfo: BacksideLiveInfo;
|
1617
|
+
practiceClearInfo: BacksidePracticeStageClearInfo;
|
1618
|
+
finalClearInfo: BacksideFinalStageClearInfo;
|
1619
|
+
surpriseInfo: BacksideSurpriseInfo;
|
1620
|
+
isForceRetired: boolean;
|
1621
|
+
commonResponse: CommonResponse;
|
1622
|
+
};
|
1623
|
+
export declare type BacksideStageLiveBonusRequest = {
|
1624
|
+
backsideId: string;
|
1625
|
+
liveBonusId: string;
|
1626
|
+
};
|
1627
|
+
export declare type BacksideStageLiveBonusResponse = {
|
1628
|
+
stageProgressInfo: BacksideStageProgressInfo;
|
1629
|
+
commonResponse: CommonResponse;
|
1630
|
+
};
|
1631
|
+
export declare type BacksideStagePracticeUpdateRequest = {
|
1632
|
+
backsideId: string;
|
1633
|
+
isUpdate: boolean;
|
1634
|
+
};
|
1635
|
+
export declare type BacksideStagePracticeUpdateResponse = {
|
1636
|
+
commonResponse: CommonResponse;
|
1637
|
+
};
|
1638
|
+
export declare type BacksideStageResetRequest = {
|
1639
|
+
backsideId: string;
|
1640
|
+
isInGame: boolean;
|
1641
|
+
};
|
1642
|
+
export declare type BacksideStageResetResponse = {
|
1643
|
+
commonResponse: CommonResponse;
|
1644
|
+
};
|
1645
|
+
export declare type BacksideStageSurpriseFinishRequest = {
|
1646
|
+
backsideId: string;
|
1647
|
+
};
|
1648
|
+
export declare type BacksideStageSurpriseFinishResponse = {
|
1649
|
+
stageProgressInfo: BacksideStageProgressInfo;
|
1650
|
+
commonResponse: CommonResponse;
|
1651
|
+
};
|
1652
|
+
export declare type BacksideStageDeckPositionChangeRequest = {
|
1653
|
+
backsideId: string;
|
1654
|
+
deckPositionInfos: BacksideDeckPositionInfo[];
|
1655
|
+
pieceNumber: number;
|
1656
|
+
radiusNumber: number;
|
1657
|
+
panelNumber: number;
|
1658
|
+
};
|
1659
|
+
export declare type BacksideStageDeckPositionChangeResponse = {
|
1660
|
+
deckCardDetailInfos: BacksideDeckCardDetailInfo[];
|
1661
|
+
deckCardStaminaInfos: BacksideDeckCardStaminaInfo[];
|
1662
|
+
deckUserCharacters: UserCharacter[];
|
1663
|
+
baseDeckOverallValue: string;
|
1664
|
+
commonResponse: CommonResponse;
|
1665
|
+
};
|
1666
|
+
export declare type BacksideStageDeckGetRequest = {
|
1667
|
+
backsideId: string;
|
1668
|
+
pieceNumber: number;
|
1669
|
+
radiusNumber: number;
|
1670
|
+
panelNumber: number;
|
1671
|
+
};
|
1672
|
+
export declare type BacksideStageDeckGetResponse = {
|
1673
|
+
deckCardDetailInfos: BacksideDeckCardDetailInfo[];
|
1674
|
+
deckCardStaminaInfos: BacksideDeckCardStaminaInfo[];
|
1675
|
+
deckUserCharacters: UserCharacter[];
|
1676
|
+
baseDeckOverallValue: string;
|
1677
|
+
commonResponse: CommonResponse;
|
1678
|
+
};
|
1679
|
+
export declare type BacksideInfo = {
|
1680
|
+
id: string;
|
1681
|
+
name: string;
|
1682
|
+
type: BacksideType;
|
1683
|
+
startTime: string;
|
1684
|
+
endTime: string;
|
1685
|
+
aggregateEndTime: string;
|
1686
|
+
exchangeEndTime: string;
|
1687
|
+
assetId: string;
|
1688
|
+
eventStoryInfo: EventStoryInfo;
|
1689
|
+
eventMissionInfo: EventMissionInfo;
|
1690
|
+
eventExchangeBoothInfo: EventExchangeBoothInfo;
|
1691
|
+
noticeInfo: NoticeInfo;
|
1692
|
+
areaInfo: BacksideAreaInfo;
|
1693
|
+
rankingRewardInfos: BacksideRankingRewardInfo[];
|
1694
|
+
realScore: string;
|
1695
|
+
realScoreTime: string;
|
1696
|
+
rank: string;
|
1697
|
+
stageStamina: string;
|
1698
|
+
stageStaminaUpdatedTime: string;
|
1699
|
+
stageStaminaRecoveryMinutes: number;
|
1700
|
+
};
|
1701
|
+
export declare type BacksideAreaInfo = {
|
1702
|
+
areaId: string;
|
1703
|
+
name: string;
|
1704
|
+
type: BacksideAreaType;
|
1705
|
+
assetId: string;
|
1706
|
+
backsideDifficultyInfos: BacksideDifficultyInfo[];
|
1707
|
+
currentDifficultyNumber: number;
|
1708
|
+
lastChallengeDifficultyNumber: number;
|
1709
|
+
difficultyType: BacksideDifficultyType;
|
1710
|
+
};
|
1711
|
+
export declare type BacksidePracticeStageTotalResultInfo = {
|
1712
|
+
practiceRankType: BacksidePracticeRankType;
|
1713
|
+
practiceRankPlus: number;
|
1714
|
+
practiceScore: string;
|
1715
|
+
practiceLiveBonusInfos: BacksideLiveBonusInfo[];
|
1716
|
+
};
|
1717
|
+
export declare type BacksidePracticeStageResultInfo = {
|
1718
|
+
practiceRankType: BacksidePracticeRankType;
|
1719
|
+
practiceRankPlus: number;
|
1720
|
+
practiceScore: string;
|
1721
|
+
deckCardInfos: BacksideDeckCardInfo[];
|
1722
|
+
liveBonuses: BacksideLiveBonus[];
|
1723
|
+
};
|
1724
|
+
export declare type BacksideFinalStageResultInfo = {
|
1725
|
+
totalPracticeRankType: BacksidePracticeRankType;
|
1726
|
+
totalPracticeRankPlus: number;
|
1727
|
+
totalPracticeScore: string;
|
1728
|
+
finalRankType: ResultRankType;
|
1729
|
+
finalRankPlus: number;
|
1730
|
+
finalScore: string;
|
1731
|
+
deckCardInfos: BacksideDeckCardInfo[];
|
1732
|
+
allLiveBonusInfos: BacksideLiveBonusInfo[];
|
1733
|
+
practiceScore: string;
|
1734
|
+
};
|
1735
|
+
export declare type BacksidePracticeStageHalfwayInfo = {
|
1736
|
+
passedActionCount: number;
|
1737
|
+
practiceScore: string;
|
1738
|
+
deckCardInfos: BacksideDeckCardInfo[];
|
1739
|
+
liveBonuses: BacksideLiveBonus[];
|
1740
|
+
};
|
1741
|
+
export declare type BacksideFinalStageHalfwayInfo = {
|
1742
|
+
passedActionCount: number;
|
1743
|
+
deckCardInfos: BacksideDeckCardInfo[];
|
1744
|
+
allLiveBonusInfos: BacksideLiveBonusInfo[];
|
1745
|
+
practiceScore: string;
|
1746
|
+
totalPracticeScore: string;
|
1747
|
+
};
|
1748
|
+
export declare type BacksideLiveBonusInfo = {
|
1749
|
+
stageNumber: number;
|
1750
|
+
stageType: BacksideStageType;
|
1751
|
+
stageName: string;
|
1752
|
+
liveBonuses: BacksideLiveBonus[];
|
1753
|
+
};
|
1754
|
+
export declare type BacksideStageInfo = {
|
1755
|
+
panelInfos: BacksidePanelInfo[];
|
1756
|
+
scheduleInfos: BacksideScheduleInfo[];
|
1757
|
+
nextActionCount: string;
|
1758
|
+
practiceScore: string;
|
1759
|
+
deckCardDetailInfos: BacksideDeckCardDetailInfo[];
|
1760
|
+
deckCardStaminaInfos: BacksideDeckCardStaminaInfo[];
|
1761
|
+
liveBonuses: BacksideLiveBonus[];
|
1762
|
+
allLiveBonusInfos: BacksideLiveBonusInfo[];
|
1763
|
+
cardLiveAbilityInfos: BacksideCardLiveAbilityInfo[];
|
1764
|
+
totalPracticeScore: string;
|
1765
|
+
deckUserCharacters: UserCharacter[];
|
1766
|
+
baseDeckOverallValue: string;
|
1767
|
+
};
|
1768
|
+
export declare type BacksideStageProgressInfo = {
|
1769
|
+
panelInfos: BacksidePanelInfo[];
|
1770
|
+
nextActionCount: string;
|
1771
|
+
practiceScore: string;
|
1772
|
+
deckCardStaminaInfos: BacksideDeckCardStaminaInfo[];
|
1773
|
+
liveBonuses: BacksideLiveBonus[];
|
1774
|
+
execPanelLocationInfo: BacksideExecPanelLocationInfo;
|
1775
|
+
totalPracticeScore: string;
|
1776
|
+
deckCardDetailInfos: BacksideDeckCardDetailInfo[];
|
1777
|
+
};
|
1778
|
+
export declare type BacksidePanelInfo = {
|
1779
|
+
pieceNumber: number;
|
1780
|
+
radiusNumber: number;
|
1781
|
+
panelNumber: number;
|
1782
|
+
panelType: BacksidePanelType;
|
1783
|
+
panelAttributeType: BacksidePanelAttributeType;
|
1784
|
+
panelRank: number;
|
1785
|
+
panelGoalInfo: BacksidePanelGoalInfo;
|
1786
|
+
panelLiveInfo: BacksidePanelLiveInfo;
|
1787
|
+
panelPvpInfo: BacksidePanelPvpInfo;
|
1788
|
+
panelStaminaInfo: BacksidePanelStaminaInfo;
|
1789
|
+
haveExecuted: boolean;
|
1790
|
+
canAction: boolean;
|
1791
|
+
};
|
1792
|
+
export declare type BacksideOpponentInfo = {
|
1793
|
+
name: string;
|
1794
|
+
managerLevel: number;
|
1795
|
+
cardInfos: LiveBattleCardInfo[];
|
1796
|
+
};
|
1797
|
+
export declare type BacksidePanelStaminaInfo = {
|
1798
|
+
staminaConsumptionAmount: number;
|
1799
|
+
staminaRecoveryAmount: number;
|
1800
|
+
};
|
1801
|
+
export declare type BacksideScheduleInfo = {
|
1802
|
+
actionCount: number;
|
1803
|
+
panelType: BacksidePanelType;
|
1804
|
+
};
|
1805
|
+
export declare type BacksideLiveInfo = {
|
1806
|
+
result: LiveResult;
|
1807
|
+
rankType: ResultRankType;
|
1808
|
+
rankPlus: number;
|
1809
|
+
rankPatterns: QuestRankPattern[];
|
1810
|
+
};
|
1811
|
+
export declare type BacksidePracticeStageClearInfo = {
|
1812
|
+
name: string;
|
1813
|
+
practiceRankType: BacksidePracticeRankType;
|
1814
|
+
practiceRankPlus: number;
|
1815
|
+
practiceScore: string;
|
1816
|
+
liveBonuses: BacksideLiveBonus[];
|
1817
|
+
lastPracticeRankType: BacksidePracticeRankType;
|
1818
|
+
lastPracticeRankPlus: number;
|
1819
|
+
lastPracticeScore: string;
|
1820
|
+
lastLiveBonuses: BacksideLiveBonus[];
|
1821
|
+
firstClearRewardResults: RewardResult[];
|
1822
|
+
firstPracticeRankRewardResults: RewardResult[];
|
1823
|
+
loopPracticeRankRewardResults: RewardResult[];
|
1824
|
+
};
|
1825
|
+
export declare type BacksideFinalStageClearInfo = {
|
1826
|
+
name: string;
|
1827
|
+
finalRankType: ResultRankType;
|
1828
|
+
finalRankPlus: number;
|
1829
|
+
finalScore: string;
|
1830
|
+
firstClearRewardResults: RewardResult[];
|
1831
|
+
firstFinalRankRewardResults: RewardResult[];
|
1832
|
+
isBest: boolean;
|
1833
|
+
newRank: string;
|
1834
|
+
practiceScore: string;
|
1835
|
+
totalPracticeScore: string;
|
1836
|
+
loopFinalRankRewardResults: RewardResult[];
|
1837
|
+
difficultyAreaRewardResults: RewardResult[];
|
1838
|
+
};
|
1839
|
+
export declare type BacksideSurpriseInfo = {
|
1840
|
+
advAssetId: string;
|
1841
|
+
liveBonus: BacksideLiveBonus;
|
1842
|
+
};
|
1843
|
+
export declare type BacksideExecPanelLocationInfo = {
|
1844
|
+
pieceNumber: number;
|
1845
|
+
radiusNumber: number;
|
1846
|
+
panelNumber: number;
|
1847
|
+
};
|
1848
|
+
export declare type BacksideDeckPositionInfo = {
|
1849
|
+
cardId: string;
|
1850
|
+
newPosition: number;
|
1851
|
+
};
|
1852
|
+
export declare type CardEnhanceRequest = {
|
1853
|
+
cardId: string;
|
1854
|
+
level: number;
|
1855
|
+
};
|
1856
|
+
export declare type CardEnhanceResponse = {
|
1857
|
+
commonResponse: CommonResponse;
|
1858
|
+
};
|
1859
|
+
export declare type CardLimitBreakRequest = {
|
1860
|
+
cardId: string;
|
1861
|
+
rarity: number;
|
1862
|
+
};
|
1863
|
+
export declare type CardLimitBreakResponse = {
|
1864
|
+
commonResponse: CommonResponse;
|
1865
|
+
};
|
1866
|
+
export declare type CardSkillEnhanceRequest = {
|
1867
|
+
cardId: string;
|
1868
|
+
skillId: string;
|
1869
|
+
};
|
1870
|
+
export declare type CardSkillEnhanceResponse = {
|
1871
|
+
commonResponse: CommonResponse;
|
1872
|
+
};
|
1873
|
+
export declare type CardLiveAbilityEnhanceRequest = {
|
1874
|
+
cardId: string;
|
1875
|
+
abilityId: string;
|
1876
|
+
};
|
1877
|
+
export declare type CardLiveAbilityEnhanceResponse = {
|
1878
|
+
commonResponse: CommonResponse;
|
1879
|
+
};
|
1880
|
+
export declare type CardActivityAbilityEnhanceRequest = {
|
1881
|
+
cardId: string;
|
1882
|
+
abilityId: string;
|
1883
|
+
};
|
1884
|
+
export declare type CardActivityAbilityEnhanceResponse = {
|
1885
|
+
commonResponse: CommonResponse;
|
1886
|
+
};
|
1887
|
+
export declare type CardResetRequest = {
|
1888
|
+
cardId: string;
|
1889
|
+
};
|
1890
|
+
export declare type CardResetResponse = {
|
1891
|
+
rewards: Reward[];
|
1892
|
+
commonResponse: CommonResponse;
|
1893
|
+
};
|
1894
|
+
export declare type CardSetSupportRequest = {
|
1895
|
+
number: number;
|
1896
|
+
cardId: string;
|
1897
|
+
};
|
1898
|
+
export declare type CardSetSupportResponse = {
|
1899
|
+
commonResponse: CommonResponse;
|
1900
|
+
};
|
1901
|
+
export declare type CardRemoveSupportRequest = {
|
1902
|
+
number: number;
|
1903
|
+
};
|
1904
|
+
export declare type CardRemoveSupportResponse = {
|
1905
|
+
rewards: Reward[];
|
1906
|
+
commonResponse: CommonResponse;
|
1907
|
+
};
|
1908
|
+
export declare type CardReleaseSupportRequest = {
|
1909
|
+
useStone: boolean;
|
1910
|
+
};
|
1911
|
+
export declare type CardReleaseSupportResponse = {
|
1912
|
+
commonResponse: CommonResponse;
|
1913
|
+
};
|
1914
|
+
export declare type LoginBonusPackageItem = {
|
1915
|
+
shopItem: ShopItem;
|
1916
|
+
loginBonuses: ShopLoginBonus[];
|
1917
|
+
isPurchased: boolean;
|
1918
|
+
};
|
1919
|
+
export declare type ConditionRewardPackageItem = {
|
1920
|
+
shopItem: ShopItem;
|
1921
|
+
conditionRewards: ShopConditionReward[];
|
1922
|
+
isPurchased: boolean;
|
1923
|
+
};
|
1924
|
+
export declare type LiveResult = {
|
1925
|
+
userInfos: LiveUserInfo[];
|
1926
|
+
activatedPassiveSkills: LiveSkill[];
|
1927
|
+
charts: LiveChart[];
|
1928
|
+
totalAudienceAmount: number;
|
1929
|
+
cleared: boolean;
|
1930
|
+
};
|
1931
|
+
export declare type LiveUserDeck = {
|
1932
|
+
deckName: string;
|
1933
|
+
cards: LiveDeckCard[];
|
1934
|
+
bonusSkills: LiveDeckCardSkill[];
|
1935
|
+
};
|
1936
|
+
export declare type LiveChart = {
|
1937
|
+
number: number;
|
1938
|
+
chartType: MusicChartType;
|
1939
|
+
attributeType: AttributeType;
|
1940
|
+
beats: LiveBeat[];
|
1941
|
+
activatedSkill: LiveSkill;
|
1942
|
+
activatedPassiveSkills: LiveSkill[];
|
1943
|
+
userStatuses: LiveUserStatus[];
|
1944
|
+
cardStatuses: LiveCardStatus[];
|
1945
|
+
};
|
1946
|
+
export declare type LiveBeat = {
|
1947
|
+
order: number;
|
1948
|
+
cardIndex: number;
|
1949
|
+
score: string;
|
1950
|
+
isCritical: boolean;
|
1951
|
+
};
|
1952
|
+
export declare type LiveSkill = {
|
1953
|
+
order: number;
|
1954
|
+
cardIndex: number;
|
1955
|
+
skillIndex: number;
|
1956
|
+
activated: boolean;
|
1957
|
+
stamina: string;
|
1958
|
+
score: string;
|
1959
|
+
isCritical: boolean;
|
1960
|
+
details: LiveSkillDetail[];
|
1961
|
+
failures: LiveSkillFailure[];
|
1962
|
+
isComboBreak: boolean;
|
1963
|
+
descriptions: LiveLogDescription[];
|
1964
|
+
};
|
1965
|
+
export declare type LiveSkillFailure = {
|
1966
|
+
cardIndex: number;
|
1967
|
+
type: SkillFailureType;
|
1968
|
+
eachFailureTypes: SkillFailureType[];
|
1969
|
+
};
|
1970
|
+
export declare type LiveSkillDetail = {
|
1971
|
+
efficacyIndex: number;
|
1972
|
+
value: string;
|
1973
|
+
statusType: StatusEffectType;
|
1974
|
+
targetCardIndexes: number[];
|
1975
|
+
};
|
1976
|
+
export declare type LiveLogDescription = {
|
1977
|
+
message: string;
|
1978
|
+
};
|
1979
|
+
export declare type LiveUserStatus = {
|
1980
|
+
userIndex: number;
|
1981
|
+
currentComboCount: number;
|
1982
|
+
totalScore: string;
|
1983
|
+
};
|
1984
|
+
export declare type LiveCardStatus = {
|
1985
|
+
cardIndex: number;
|
1986
|
+
stamina: string;
|
1987
|
+
dance: string;
|
1988
|
+
vocal: string;
|
1989
|
+
visual: string;
|
1990
|
+
effects: LiveCardStatusEffect[];
|
1991
|
+
skillStatuses: LiveSkillStatus[];
|
1992
|
+
};
|
1993
|
+
export declare type LiveCardStatusEffect = {
|
1994
|
+
statusType: StatusEffectType;
|
1995
|
+
skillEfficacyType: SkillEfficacyType;
|
1996
|
+
value: string;
|
1997
|
+
grade: number;
|
1998
|
+
remainEffectedChartCount: number;
|
1999
|
+
maxGrade: number;
|
2000
|
+
value2: string;
|
2001
|
+
};
|
2002
|
+
export declare type LiveSkillStatus = {
|
2003
|
+
skillIndex: number;
|
2004
|
+
remainCount: number;
|
2005
|
+
coolTime: number;
|
2006
|
+
};
|
2007
|
+
export declare type LiveUserResult = {
|
2008
|
+
score: string;
|
2009
|
+
criticalCount: number;
|
2010
|
+
hitCount: number;
|
2011
|
+
missCount: number;
|
2012
|
+
maxComboCount: number;
|
2013
|
+
cardResults: LiveCardResult[];
|
2014
|
+
};
|
2015
|
+
export declare type PvpOpponentInfo = {
|
2016
|
+
opponentId: string;
|
2017
|
+
name: string;
|
2018
|
+
managerLevel: number;
|
2019
|
+
point: string;
|
2020
|
+
rank: number;
|
2021
|
+
cardInfos: LiveBattleCardInfo[];
|
2022
|
+
};
|
2023
|
+
export declare type GvgOpponentInfo = {
|
2024
|
+
opponentId: string;
|
2025
|
+
name: string;
|
2026
|
+
managerLevel: number;
|
2027
|
+
cardInfos: LiveBattleCardInfo[];
|
2028
|
+
};
|
2029
|
+
export declare type QuestRankPattern = {
|
2030
|
+
rankType: ResultRankType;
|
2031
|
+
plus: number;
|
2032
|
+
thresholdScore: string;
|
2033
|
+
};
|
2034
|
+
export declare type ActivityPromotionReward = {
|
2035
|
+
resourceType: ResourceType;
|
2036
|
+
resourceId: string;
|
2037
|
+
amount: string;
|
2038
|
+
isRare: boolean;
|
2039
|
+
};
|
2040
|
+
export declare type AllProfileInfo = {
|
2041
|
+
profile: ProfileInfo;
|
2042
|
+
hierarchy: HierarchyProfileInfo;
|
2043
|
+
};
|
2044
|
+
export declare type FavoritePhotoInfo = {
|
2045
|
+
photoId: string;
|
2046
|
+
assetId: string;
|
2047
|
+
imageType: PhotoImageType;
|
2048
|
+
};
|
2049
|
+
export declare type NoticeInfo = {
|
2050
|
+
id: string;
|
2051
|
+
title: string;
|
2052
|
+
bannerAssetId: string;
|
2053
|
+
linkType: LinkType;
|
2054
|
+
linkDetail: string;
|
2055
|
+
displayNotification: boolean;
|
2056
|
+
startTime: string;
|
2057
|
+
listTitle: string;
|
2058
|
+
};
|
2059
|
+
export declare type PaidJpy = {
|
2060
|
+
amount: number;
|
2061
|
+
};
|
2062
|
+
export declare type FanEventRankPattern = {
|
2063
|
+
rankType: ResultRankType;
|
2064
|
+
plus: number;
|
2065
|
+
thresholdPoint: number;
|
2066
|
+
};
|
2067
|
+
export declare type ActivityLevelProgress = {
|
2068
|
+
maxActivityLevel: number;
|
2069
|
+
before: ActivityLevelInfo;
|
2070
|
+
after: ActivityLevelInfo;
|
2071
|
+
};
|
2072
|
+
export declare type ActivityLevelInfo = {
|
2073
|
+
exp: number;
|
2074
|
+
level: number;
|
2075
|
+
nextLevelLocked: boolean;
|
2076
|
+
};
|
2077
|
+
export declare type ActivityCampaignEffect = {
|
2078
|
+
type: ActivityCampaignEffectType;
|
2079
|
+
value: number;
|
2080
|
+
endTime: string;
|
2081
|
+
};
|
2082
|
+
export declare type EventStoryEpisodeInfo = {
|
2083
|
+
episode: number;
|
2084
|
+
unlocked: boolean;
|
2085
|
+
};
|
2086
|
+
export declare type EventExchangeBoothInfo = {
|
2087
|
+
id: string;
|
2088
|
+
name: string;
|
2089
|
+
bannerAssetId: string;
|
2090
|
+
requiredResourceType: ResourceType;
|
2091
|
+
requiredResourceId: string;
|
2092
|
+
};
|
2093
|
+
export declare type PvpSeasonInfo = {
|
2094
|
+
id: string;
|
2095
|
+
name: string;
|
2096
|
+
startTime: string;
|
2097
|
+
endTime: string;
|
2098
|
+
aggregateEndTime: string;
|
2099
|
+
challengeCount: number;
|
2100
|
+
nextStartTime: string;
|
2101
|
+
};
|
2102
|
+
export declare type CurrentGvgInfo = {
|
2103
|
+
gvgSeason: GvgSeasonInfo;
|
2104
|
+
isRemainingChallenge: boolean;
|
2105
|
+
};
|
2106
|
+
export declare type HomeEventInfo = {
|
2107
|
+
eventMissionInfos: HomeEventMissionInfo[];
|
2108
|
+
tourInfos: HomeTourInfo[];
|
2109
|
+
backsideInfos: HomeBacksideInfo[];
|
2110
|
+
marathonInfos: HomeMarathonInfo[];
|
2111
|
+
photoContestInfos: HomePhotoContestInfo[];
|
2112
|
+
raceInfos: HomeRaceInfo[];
|
2113
|
+
ladderInfos: HomeLadderInfo[];
|
2114
|
+
};
|
2115
|
+
export declare type QuestReward = {
|
2116
|
+
clearRewards: RewardResult[];
|
2117
|
+
scoreRankRewards: RewardResult[];
|
2118
|
+
scoreRankAdditionalRewards: RewardResult[];
|
2119
|
+
musicMasteryRewards: Reward[];
|
2120
|
+
achievedRankRewards: Reward[];
|
2121
|
+
rewardCards: QuestRewardCard[];
|
2122
|
+
campaignDropRewards: RewardResult[];
|
2123
|
+
};
|
2124
|
+
export declare type QuestOpponentInfo = {
|
2125
|
+
name: string;
|
2126
|
+
managerLevel: number;
|
2127
|
+
cardInfos: LiveBattleCardInfo[];
|
2128
|
+
};
|
2129
|
+
export declare type BoxGachaDrawResult = {
|
2130
|
+
itemType: BoxGachaItemType;
|
2131
|
+
rewards: Reward[];
|
2132
|
+
liveBonusId: string;
|
2133
|
+
};
|
2134
|
+
export declare type UserDeckPosition = {
|
2135
|
+
position: number;
|
2136
|
+
cardId: string;
|
2137
|
+
part1AccessoryId: string;
|
2138
|
+
part2AccessoryId: string;
|
2139
|
+
photoIds: string[];
|
2140
|
+
costumeId: string;
|
2141
|
+
buddyUserId: string;
|
2142
|
+
};
|
2143
|
+
export declare type CommonResponse = {
|
2144
|
+
updatedData: UpdatedData;
|
2145
|
+
deletedData: DeletedData;
|
2146
|
+
};
|
2147
|
+
export declare type UpdatedData = {
|
2148
|
+
user: User;
|
2149
|
+
items: UserItem[];
|
2150
|
+
cards: UserCard[];
|
2151
|
+
characters: UserCharacter[];
|
2152
|
+
costumes: UserCostume[];
|
2153
|
+
accessories: UserAccessory[];
|
2154
|
+
photos: UserPhoto[];
|
2155
|
+
decks: UserDeck[];
|
2156
|
+
deckPositions: UserDeckPosition[];
|
2157
|
+
stories: UserStory[];
|
2158
|
+
points: UserPoint[];
|
2159
|
+
staffs: UserStaff[];
|
2160
|
+
messages: UserMessage[];
|
2161
|
+
telephones: UserTelephone[];
|
2162
|
+
missions: UserMission[];
|
2163
|
+
profile: UserProfile;
|
2164
|
+
emblems: UserEmblem[];
|
2165
|
+
characterMusics: UserCharacterMusic[];
|
2166
|
+
balance: UserBalance;
|
2167
|
+
totalCount: UserTotalCount;
|
2168
|
+
areas: UserArea[];
|
2169
|
+
quests: UserQuest[];
|
2170
|
+
gachaButtons: UserGachaButton[];
|
2171
|
+
homeTalks: UserHomeTalk[];
|
2172
|
+
photoReport: UserPhotoReport;
|
2173
|
+
cardSupports: UserCardSupport[];
|
2174
|
+
messageSchedules: UserMessageSchedule[];
|
2175
|
+
notifications: UserNotification[];
|
2176
|
+
hierarchy: UserHierarchy;
|
2177
|
+
tutorials: UserTutorial[];
|
2178
|
+
homePositions: UserHomePosition[];
|
2179
|
+
musics: UserMusic[];
|
2180
|
+
decorations: UserDecoration[];
|
2181
|
+
photoRecipes: UserPhotoRecipe[];
|
2182
|
+
buddy: UserBuddy;
|
2183
|
+
invite: UserInvite;
|
2184
|
+
};
|
2185
|
+
export declare type DeletedData = {
|
2186
|
+
items: UserItem[];
|
2187
|
+
accessories: UserAccessory[];
|
2188
|
+
photos: UserPhoto[];
|
2189
|
+
decks: UserDeck[];
|
2190
|
+
deckPositions: UserDeckPosition[];
|
2191
|
+
points: UserPoint[];
|
2192
|
+
messageSchedules: UserMessageSchedule[];
|
2193
|
+
stories: UserStory[];
|
2194
|
+
photoRecipes: UserPhotoRecipe[];
|
2195
|
+
};
|
2196
|
+
export declare type CostumeSetRequest = {
|
2197
|
+
costumeId: string;
|
2198
|
+
};
|
2199
|
+
export declare type CostumeSetResponse = {
|
2200
|
+
commonResponse: CommonResponse;
|
2201
|
+
};
|
2202
|
+
export declare type CostumeLiveSetRequest = {
|
2203
|
+
costumeId: string;
|
2204
|
+
};
|
2205
|
+
export declare type CostumeLiveSetResponse = {
|
2206
|
+
commonResponse: CommonResponse;
|
2207
|
+
};
|
2208
|
+
export declare type CostumeCheckRequest = {
|
2209
|
+
costumeId: string;
|
2210
|
+
};
|
2211
|
+
export declare type CostumeCheckResponse = {
|
2212
|
+
commonResponse: CommonResponse;
|
2213
|
+
};
|
2214
|
+
export declare type DeckSaveRequest = {
|
2215
|
+
number: number;
|
2216
|
+
name: string;
|
2217
|
+
userDeckPositions: UserDeckPosition[];
|
2218
|
+
deckEditType: DeckEditType;
|
2219
|
+
questId: string;
|
2220
|
+
};
|
2221
|
+
export declare type DeckSaveResponse = {
|
2222
|
+
commonResponse: CommonResponse;
|
2223
|
+
};
|
2224
|
+
export declare type DeckDeleteRequest = {
|
2225
|
+
number: number;
|
2226
|
+
};
|
2227
|
+
export declare type DeckDeleteResponse = {
|
2228
|
+
commonResponse: CommonResponse;
|
2229
|
+
};
|
2230
|
+
export declare type DeckBuddyListResponse = {
|
2231
|
+
friendBuddyUserCardInfos: DeckBuddyUserCardInfo[];
|
2232
|
+
notFriendBuddyUserCardInfos: DeckBuddyUserCardInfo[];
|
2233
|
+
commonResponse: CommonResponse;
|
2234
|
+
};
|
2235
|
+
export declare type DeckBuddyUserCardInfo = {
|
2236
|
+
userId: string;
|
2237
|
+
userCard: UserCard;
|
2238
|
+
managerName: string;
|
2239
|
+
};
|
2240
|
+
export declare type DiaryGetInfosResponse = {
|
2241
|
+
infos: DiaryInfo[];
|
2242
|
+
commonResponse: CommonResponse;
|
2243
|
+
};
|
2244
|
+
export declare type DiaryReadRequest = {
|
2245
|
+
diaryIds: string[];
|
2246
|
+
};
|
2247
|
+
export declare type DiaryReadResponse = {
|
2248
|
+
commonResponse: CommonResponse;
|
2249
|
+
};
|
2250
|
+
export declare type DiaryInfo = {
|
2251
|
+
id: string;
|
2252
|
+
year: number;
|
2253
|
+
month: number;
|
2254
|
+
day: number;
|
2255
|
+
assetId: string;
|
2256
|
+
isRead: boolean;
|
2257
|
+
};
|
2258
|
+
export declare type DivisionListResponse = {
|
2259
|
+
divisions: DivisionInfo[];
|
2260
|
+
reasonType: DivisionCannotMoveReasonType;
|
2261
|
+
commonResponse: CommonResponse;
|
2262
|
+
};
|
2263
|
+
export declare type DivisionMoveRequest = {
|
2264
|
+
divisionId: string;
|
2265
|
+
};
|
2266
|
+
export declare type DivisionMoveResponse = {
|
2267
|
+
commonResponse: CommonResponse;
|
2268
|
+
};
|
2269
|
+
export declare type DokanListResponse = {
|
2270
|
+
dokanInfos: DokanInfo[];
|
2271
|
+
commonResponse: CommonResponse;
|
2272
|
+
};
|
2273
|
+
export declare type DokanSetWatchedRequest = {
|
2274
|
+
dokanIds: string[];
|
2275
|
+
skippedDokanIds: string[];
|
2276
|
+
};
|
2277
|
+
export declare type DokanSetWathcedResponse = {
|
2278
|
+
commonResponse: CommonResponse;
|
2279
|
+
};
|
2280
|
+
export declare type ExchangeListResponse = {
|
2281
|
+
booths: ExchangeBooth[];
|
2282
|
+
commonResponse: CommonResponse;
|
2283
|
+
};
|
2284
|
+
export declare type ExchangeExecuteRequest = {
|
2285
|
+
exchangeId: string;
|
2286
|
+
count: number;
|
2287
|
+
};
|
2288
|
+
export declare type ExchangeExecuteResponse = {
|
2289
|
+
results: RewardResult[];
|
2290
|
+
afterExchangeItem: ExchangeItem;
|
2291
|
+
booth: ExchangeBooth;
|
2292
|
+
commonResponse: CommonResponse;
|
2293
|
+
};
|
2294
|
+
export declare type ForumListThreadReplyRequest = {
|
2295
|
+
threadId: string;
|
2296
|
+
requestType: ForumListReplyRequestType;
|
2297
|
+
replyId: number;
|
2298
|
+
};
|
2299
|
+
export declare type ForumCreateThreadRequest = {
|
2300
|
+
title: string;
|
2301
|
+
firstReplyContent: string;
|
2302
|
+
};
|
2303
|
+
export declare type ForumSendThreadReplyRequest = {
|
2304
|
+
threadId: string;
|
2305
|
+
replyContent: string;
|
2306
|
+
};
|
2307
|
+
export declare type ForumLikeReplyRequest = {
|
2308
|
+
threadId: string;
|
2309
|
+
replyId: number;
|
2310
|
+
};
|
2311
|
+
export declare type ForumDislikeReplyRequest = {
|
2312
|
+
threadId: string;
|
2313
|
+
replyId: number;
|
2314
|
+
};
|
2315
|
+
export declare type ForumBookmarkThreadRequest = {
|
2316
|
+
threadId: string;
|
2317
|
+
};
|
2318
|
+
export declare type ForumUnbookmarkThreadRequest = {
|
2319
|
+
threadId: string;
|
2320
|
+
};
|
2321
|
+
export declare type ForumBlockUserRequest = {
|
2322
|
+
userId: string;
|
2323
|
+
};
|
2324
|
+
export declare type ForumListThreadResponse = {
|
2325
|
+
threads: ForumThreadInfo[];
|
2326
|
+
commonResponse: CommonResponse;
|
2327
|
+
};
|
2328
|
+
export declare type ForumListThreadReplyResponse = {
|
2329
|
+
threadReplies: ForumThreadReplyInfo[];
|
2330
|
+
thread: ForumThreadInfo;
|
2331
|
+
commonResponse: CommonResponse;
|
2332
|
+
};
|
2333
|
+
export declare type ForumCreateThreadResponse = {
|
2334
|
+
threadId: string;
|
2335
|
+
commonResponse: CommonResponse;
|
2336
|
+
};
|
2337
|
+
export declare type ForumSendThreadReplyResponse = {
|
2338
|
+
commonResponse: CommonResponse;
|
2339
|
+
};
|
2340
|
+
export declare type ForumLikeReplyResponse = {
|
2341
|
+
commonResponse: CommonResponse;
|
2342
|
+
};
|
2343
|
+
export declare type ForumDislikeReplyResponse = {
|
2344
|
+
commonResponse: CommonResponse;
|
2345
|
+
};
|
2346
|
+
export declare type ForumBookmarkThreadResponse = {
|
2347
|
+
commonResponse: CommonResponse;
|
2348
|
+
};
|
2349
|
+
export declare type ForumUnbookmarkThreadResponse = {
|
2350
|
+
commonResponse: CommonResponse;
|
2351
|
+
};
|
2352
|
+
export declare type ForumBlockUserResponse = {
|
2353
|
+
commonResponse: CommonResponse;
|
2354
|
+
};
|
2355
|
+
export declare type ForumThreadInfo = {
|
2356
|
+
id: string;
|
2357
|
+
title: string;
|
2358
|
+
replyCount: number;
|
2359
|
+
isBookmarked: boolean;
|
2360
|
+
lastUpdatedTime: string;
|
2361
|
+
power: number;
|
2362
|
+
};
|
2363
|
+
export declare type ForumThreadReplyInfo = {
|
2364
|
+
id: number;
|
2365
|
+
threadId: string;
|
2366
|
+
userId: string;
|
2367
|
+
userName: string;
|
2368
|
+
repliedTime: string;
|
2369
|
+
content: string;
|
2370
|
+
likeCount: number;
|
2371
|
+
isLiked: boolean;
|
2372
|
+
isBlocked: boolean;
|
2373
|
+
isDeleted: boolean;
|
2374
|
+
};
|
2375
|
+
export declare type FriendListResponse = {
|
2376
|
+
profiles: ProfileInfo[];
|
2377
|
+
commonResponse: CommonResponse;
|
2378
|
+
};
|
2379
|
+
export declare type FriendDeleteRequest = {
|
2380
|
+
userIds: string[];
|
2381
|
+
};
|
2382
|
+
export declare type FriendDeleteResponse = {
|
2383
|
+
commonResponse: CommonResponse;
|
2384
|
+
};
|
2385
|
+
export declare type FriendApplyRequest = {
|
2386
|
+
userId: string;
|
2387
|
+
};
|
2388
|
+
export declare type FriendApplyResponse = {
|
2389
|
+
isTargetOfferedLimit: boolean;
|
2390
|
+
isAlreadyFriend: boolean;
|
2391
|
+
isAlreadyOffering: boolean;
|
2392
|
+
isAlreadyOffered: boolean;
|
2393
|
+
isAccountBan: boolean;
|
2394
|
+
applied: boolean;
|
2395
|
+
commonResponse: CommonResponse;
|
2396
|
+
};
|
2397
|
+
export declare type FriendApproveRequest = {
|
2398
|
+
userId: string;
|
2399
|
+
};
|
2400
|
+
export declare type FriendApproveResponse = {
|
2401
|
+
isFriendLimit: boolean;
|
2402
|
+
isTargetFriendLimit: boolean;
|
2403
|
+
isOfferDeleted: boolean;
|
2404
|
+
isAccountBan: boolean;
|
2405
|
+
approved: boolean;
|
2406
|
+
commonResponse: CommonResponse;
|
2407
|
+
};
|
2408
|
+
export declare type FriendCancelRequest = {
|
2409
|
+
userId: string;
|
2410
|
+
};
|
2411
|
+
export declare type FriendCancelResponse = {
|
2412
|
+
commonResponse: CommonResponse;
|
2413
|
+
};
|
2414
|
+
export declare type FriendCancelAllResponse = {
|
2415
|
+
commonResponse: CommonResponse;
|
2416
|
+
};
|
2417
|
+
export declare type FriendRejectRequest = {
|
2418
|
+
userId: string;
|
2419
|
+
};
|
2420
|
+
export declare type FriendRejectResponse = {
|
2421
|
+
isOfferDeleted: boolean;
|
2422
|
+
commonResponse: CommonResponse;
|
2423
|
+
};
|
2424
|
+
export declare type FriendListApplyingResponse = {
|
2425
|
+
profiles: ProfileInfo[];
|
2426
|
+
commonResponse: CommonResponse;
|
2427
|
+
};
|
2428
|
+
export declare type FriendListAppliedResponse = {
|
2429
|
+
profiles: ProfileInfo[];
|
2430
|
+
commonResponse: CommonResponse;
|
2431
|
+
};
|
2432
|
+
export declare type FriendSearchResponse = {
|
2433
|
+
profiles: ProfileInfo[];
|
2434
|
+
commonResponse: CommonResponse;
|
2435
|
+
};
|
2436
|
+
export declare type GachaListResponse = {
|
2437
|
+
gachas: GachaInfo[];
|
2438
|
+
commonResponse: CommonResponse;
|
2439
|
+
};
|
2440
|
+
export declare type GachaDrawRequest = {
|
2441
|
+
gachaButtonId: string;
|
2442
|
+
execCount: number;
|
2443
|
+
};
|
2444
|
+
export declare type GachaDrawResponse = {
|
2445
|
+
button: GachaButtonInfo;
|
2446
|
+
rewards: Reward[];
|
2447
|
+
consumptionResults: ConsumptionResult[];
|
2448
|
+
rewardResults: RewardResult[];
|
2449
|
+
drawRewardResults: RewardResult[];
|
2450
|
+
bonusRewards: Reward[];
|
2451
|
+
gachaMovie: GachaMovie;
|
2452
|
+
cardRewards: Reward[];
|
2453
|
+
continuousResult: GachaContinuousResult;
|
2454
|
+
commonResponse: CommonResponse;
|
2455
|
+
};
|
2456
|
+
export declare type GachaExchangeRequest = {
|
2457
|
+
gachaExchangeId: string;
|
2458
|
+
count: number;
|
2459
|
+
};
|
2460
|
+
export declare type GachaExchangeResponse = {
|
2461
|
+
exchange: GachaExchangeInfo;
|
2462
|
+
rewardResults: RewardResult[];
|
2463
|
+
consumptionResults: ConsumptionResult[];
|
2464
|
+
commonResponse: CommonResponse;
|
2465
|
+
};
|
2466
|
+
export declare type GachaProbabilityRequest = {
|
2467
|
+
gachaId: string;
|
2468
|
+
};
|
2469
|
+
export declare type GachaProbabilityResponse = {
|
2470
|
+
rarityProbabilityInfos: RarityProbabilityInfo[];
|
2471
|
+
fixProbabilityInfos: FixProbabilityInfo[];
|
2472
|
+
probabilityInfos: ProbabilityInfo[];
|
2473
|
+
commonResponse: CommonResponse;
|
2474
|
+
};
|
2475
|
+
export declare type GachaHistoryRequest = {
|
2476
|
+
gachaType: GachaType;
|
2477
|
+
};
|
2478
|
+
export declare type GachaHistoryResponse = {
|
2479
|
+
histories: GachaHistory[];
|
2480
|
+
commonResponse: CommonResponse;
|
2481
|
+
};
|
2482
|
+
export declare type GachaSelectCardRequest = {
|
2483
|
+
gachaId: string;
|
2484
|
+
selectedCardIds: string[];
|
2485
|
+
};
|
2486
|
+
export declare type GachaSelectCardResponse = {
|
2487
|
+
commonResponse: CommonResponse;
|
2488
|
+
};
|
2489
|
+
export declare type RarityProbabilityInfo = {
|
2490
|
+
rarity: number;
|
2491
|
+
probability: number;
|
2492
|
+
probabilityInfos: ProbabilityInfo[];
|
2493
|
+
gachaRewardPatternType: GachaRewardPatternType;
|
2494
|
+
individualProbability: number;
|
2495
|
+
};
|
2496
|
+
export declare type FixProbabilityInfo = {
|
2497
|
+
gachaButtonId: string;
|
2498
|
+
rarityProbabilityInfos: RarityProbabilityInfo[];
|
2499
|
+
};
|
2500
|
+
export declare type ProbabilityInfo = {
|
2501
|
+
resourceType: ResourceType;
|
2502
|
+
resourceId: string;
|
2503
|
+
amount: string;
|
2504
|
+
probability: number;
|
2505
|
+
isRatioUp: boolean;
|
2506
|
+
};
|
2507
|
+
export declare type GachaAnimation = {
|
2508
|
+
id: string;
|
2509
|
+
embeddedType: GachaAnimationEmbeddedType;
|
2510
|
+
assetId: string;
|
2511
|
+
};
|
2512
|
+
export declare type GachaMovie = {
|
2513
|
+
assetId: string;
|
2514
|
+
bgmAssetId: string;
|
2515
|
+
isForce: boolean;
|
2516
|
+
};
|
2517
|
+
export declare type GiftListRequest = {
|
2518
|
+
offset: number;
|
2519
|
+
sortType: GiftSortType;
|
2520
|
+
filters: GiftFilterType[];
|
2521
|
+
desc: boolean;
|
2522
|
+
};
|
2523
|
+
export declare type GiftListResponse = {
|
2524
|
+
gifts: UserGift[];
|
2525
|
+
hasNext: boolean;
|
2526
|
+
count: number;
|
2527
|
+
commonResponse: CommonResponse;
|
2528
|
+
};
|
2529
|
+
export declare type GiftCountRequest = {
|
2530
|
+
filters: GiftFilterType[];
|
2531
|
+
};
|
2532
|
+
export declare type GiftCountResponse = {
|
2533
|
+
count: number;
|
2534
|
+
commonResponse: CommonResponse;
|
2535
|
+
};
|
2536
|
+
export declare type GiftReceiveRequest = {
|
2537
|
+
giftIds: string[];
|
2538
|
+
};
|
2539
|
+
export declare type GiftReceiveResponse = {
|
2540
|
+
results: RewardResult[];
|
2541
|
+
hasUnreceivedGift: boolean;
|
2542
|
+
receivedGiftIds: string[];
|
2543
|
+
unreceivedGiftIds: string[];
|
2544
|
+
hierarchyChangeInfo: HierarchyChangeInfo;
|
2545
|
+
commonResponse: CommonResponse;
|
2546
|
+
};
|
2547
|
+
export declare type GiftHistoryListResponse = {
|
2548
|
+
gifts: UserGiftHistory[];
|
2549
|
+
commonResponse: CommonResponse;
|
2550
|
+
};
|
2551
|
+
export declare type GuildListResponse = {
|
2552
|
+
guilds: GuildParam[];
|
2553
|
+
commonResponse: CommonResponse;
|
2554
|
+
};
|
2555
|
+
export declare type GuildGvgSeasonResult = {
|
2556
|
+
seasonRank: number;
|
2557
|
+
seasonWinCount: number;
|
2558
|
+
seasonLoseCount: number;
|
2559
|
+
seasonDrawCount: number;
|
2560
|
+
seasonTotalPoint: string;
|
2561
|
+
};
|
2562
|
+
export declare type GuildTopResponse = {
|
2563
|
+
rewardGuildMedalAmount: number;
|
2564
|
+
gvgSeasonInfo: GuildGvgSeasonInfo;
|
2565
|
+
exchangeBoothId: string;
|
2566
|
+
commonResponse: CommonResponse;
|
2567
|
+
};
|
2568
|
+
export declare type GuildGvgRankInfo = {
|
2569
|
+
name: string;
|
2570
|
+
point: string;
|
2571
|
+
rank: number;
|
2572
|
+
};
|
2573
|
+
export declare type GuildJoinRequest = {
|
2574
|
+
guildId: string;
|
2575
|
+
isRecommended: boolean;
|
2576
|
+
};
|
2577
|
+
export declare type GuildJoinResponse = {
|
2578
|
+
commonResponse: CommonResponse;
|
2579
|
+
};
|
2580
|
+
export declare type GvgTopResponse = {
|
2581
|
+
topResult: GvgTopInfo;
|
2582
|
+
commonResponse: CommonResponse;
|
2583
|
+
};
|
2584
|
+
export declare type GvgTopInfo = {
|
2585
|
+
gvgSeason: GvgSeasonInfo;
|
2586
|
+
currentMatch: GvgCurrentSeasonMatchInfo;
|
2587
|
+
seasonMatches: GvgSeasonMatchInfo[];
|
2588
|
+
rankingRewards: GvgRankingRewardInfo[];
|
2589
|
+
guildRankingRewards: GvgGuildRankingRewardInfo[];
|
2590
|
+
gvgQuest: LiveBattleQuestInfo;
|
2591
|
+
userGvgSeason: UserGvgSeasonInfo;
|
2592
|
+
isSkipAvailable: boolean;
|
2593
|
+
};
|
2594
|
+
export declare type UserGvgSeasonInfo = {
|
2595
|
+
points: string[];
|
2596
|
+
totalPoint: string;
|
2597
|
+
rankRatePercent: number;
|
2598
|
+
rank: number;
|
2599
|
+
guildPoint: string;
|
2600
|
+
guildRank: number;
|
2601
|
+
hasChallenged: boolean;
|
2602
|
+
winCount: number;
|
2603
|
+
loseCount: number;
|
2604
|
+
drawCount: number;
|
2605
|
+
isCurrentMatchWin: boolean;
|
2606
|
+
};
|
2607
|
+
export declare type GvgListOpponentRequest = {
|
2608
|
+
gvgSeasonId: string;
|
2609
|
+
};
|
2610
|
+
export declare type GvgListOpponentResponse = {
|
2611
|
+
opponentInfos: GvgOpponentInfo[];
|
2612
|
+
commonResponse: CommonResponse;
|
2613
|
+
};
|
2614
|
+
export declare type GvgListRankingRequest = {
|
2615
|
+
gvgSeasonId: string;
|
2616
|
+
};
|
2617
|
+
export declare type GvgListRankingResponse = {
|
2618
|
+
rankingInfos: LiveRankingInfo[];
|
2619
|
+
selfPoint: string;
|
2620
|
+
selfRank: number;
|
2621
|
+
commonResponse: CommonResponse;
|
2622
|
+
};
|
2623
|
+
export declare type GvgStartRequest = {
|
2624
|
+
gvgSeasonId: string;
|
2625
|
+
opponentId: string;
|
2626
|
+
deckNumber: number;
|
2627
|
+
useStone: boolean;
|
2628
|
+
isSkip: boolean;
|
2629
|
+
matchNumber: number;
|
2630
|
+
challengeConsumptionType: GvgChallengeConsumptionType;
|
2631
|
+
};
|
2632
|
+
export declare type GvgStartResponse = {
|
2633
|
+
result: LiveResult;
|
2634
|
+
point: string;
|
2635
|
+
addPoint: string;
|
2636
|
+
rank: number;
|
2637
|
+
musicMasteryRewards: Reward[];
|
2638
|
+
challengeRewards: RewardResult[];
|
2639
|
+
guildPoint: string;
|
2640
|
+
addGuildPoint: string;
|
2641
|
+
totalPoint: string;
|
2642
|
+
profile: AllProfileInfo;
|
2643
|
+
opponentProfile: AllProfileInfo;
|
2644
|
+
winRewards: RewardResult[];
|
2645
|
+
commonResponse: CommonResponse;
|
2646
|
+
};
|
2647
|
+
export declare type GvgListAssetRequest = {
|
2648
|
+
gvgSeasonId: string;
|
2649
|
+
opponentId: string;
|
2650
|
+
deckNumber: number;
|
2651
|
+
matchNumber: number;
|
2652
|
+
};
|
2653
|
+
export declare type GvgListAssetResponse = {
|
2654
|
+
characterAssets: LiveCharacterAssetInfo[];
|
2655
|
+
opponentCharacterAssets: LiveCharacterAssetInfo[];
|
2656
|
+
commonResponse: CommonResponse;
|
2657
|
+
};
|
2658
|
+
export declare type HealthCheckRequest = {
|
2659
|
+
service: string;
|
2660
|
+
};
|
2661
|
+
export declare type HealthCheckResponse = {};
|
2662
|
+
export declare type HierarchyRewardsReceiveRequest = {
|
2663
|
+
hierarchyRewardIds: string[];
|
2664
|
+
};
|
2665
|
+
export declare type HierarchyDivisionRewardsReceiveRequest = {
|
2666
|
+
hierarchyDivisionRewardIds: string[];
|
2667
|
+
};
|
2668
|
+
export declare type HierarchyTopResponse = {
|
2669
|
+
userHierarchyInfo: UserHierarchyInfo;
|
2670
|
+
rewardInfos: HierarchyRewardInfo[];
|
2671
|
+
divisionRewardInfos: HierarchyDivisionRewardInfo[];
|
2672
|
+
highestGradeUserNames: string[];
|
2673
|
+
commonResponse: CommonResponse;
|
2674
|
+
};
|
2675
|
+
export declare type HierarchyRankingResponse = {
|
2676
|
+
rankUserInfos: HierarchyRankUserInfo[];
|
2677
|
+
commonResponse: CommonResponse;
|
2678
|
+
};
|
2679
|
+
export declare type HierarchyRewardsReceiveResponse = {
|
2680
|
+
results: RewardResult[];
|
2681
|
+
commonResponse: CommonResponse;
|
2682
|
+
};
|
2683
|
+
export declare type HierarchyDivisionRewardsReceiveResponse = {
|
2684
|
+
results: RewardResult[];
|
2685
|
+
commonResponse: CommonResponse;
|
2686
|
+
};
|
2687
|
+
export declare type HomeEnterRequest = {
|
2688
|
+
skipUpdate: boolean;
|
2689
|
+
};
|
2690
|
+
export declare type NotiShopItem = {
|
2691
|
+
shopId: string;
|
2692
|
+
shopItemIds: string[];
|
2693
|
+
};
|
2694
|
+
export declare type HomeLoginRequest = {
|
2695
|
+
settingInfo: SettingInfo;
|
2696
|
+
};
|
2697
|
+
export declare type SettingInfo = {
|
2698
|
+
soundBgm: number;
|
2699
|
+
soundEffect: number;
|
2700
|
+
soundVoice: number;
|
2701
|
+
graphicType: GraphicType;
|
2702
|
+
frameRate: number;
|
2703
|
+
activityFinishNotification: boolean;
|
2704
|
+
messageNotification: boolean;
|
2705
|
+
nightMode: boolean;
|
2706
|
+
notLoginNotification: boolean;
|
2707
|
+
};
|
2708
|
+
export declare type HomeLoginResponse = {
|
2709
|
+
paidJpy: PaidJpy;
|
2710
|
+
purchasedLoginBonusShopInfos: PurchasedLoginBonusShopInfo[];
|
2711
|
+
commonResponse: CommonResponse;
|
2712
|
+
};
|
2713
|
+
export declare type HomeReadTalkRequest = {
|
2714
|
+
homeTalkId: string;
|
2715
|
+
};
|
2716
|
+
export declare type HomeReadTalkResponse = {
|
2717
|
+
isReliabilityUp: boolean;
|
2718
|
+
commonResponse: CommonResponse;
|
2719
|
+
};
|
2720
|
+
export declare type HomeSetReviewResponse = {
|
2721
|
+
commonResponse: CommonResponse;
|
2722
|
+
};
|
2723
|
+
export declare type HomeSetCharacterPositionRequest = {
|
2724
|
+
positions: HomeCharacterPosition[];
|
2725
|
+
};
|
2726
|
+
export declare type HomeCharacterPosition = {
|
2727
|
+
type: HomePositionType;
|
2728
|
+
characterId: string;
|
2729
|
+
};
|
2730
|
+
export declare type HomeSetCharacterPositionResponse = {
|
2731
|
+
commonResponse: CommonResponse;
|
2732
|
+
};
|
2733
|
+
export declare type HomePvpInfo = {
|
2734
|
+
remainingChallengeCount: number;
|
2735
|
+
latestPvpSeason: PvpSeasonInfo;
|
2736
|
+
};
|
2737
|
+
export declare type PvpRewardResultInfo = {
|
2738
|
+
name: string;
|
2739
|
+
point: string;
|
2740
|
+
rank: string;
|
2741
|
+
rankingRewards: Reward[];
|
2742
|
+
hierarchyChangeInfo: HierarchyChangeInfo;
|
2743
|
+
};
|
2744
|
+
export declare type GvgRewardResultInfo = {
|
2745
|
+
name: string;
|
2746
|
+
point: string;
|
2747
|
+
rank: number;
|
2748
|
+
rankRate: number;
|
2749
|
+
guildRank: number;
|
2750
|
+
rankingRewards: Reward[];
|
2751
|
+
guildRankingRewards: Reward[];
|
2752
|
+
hierarchyChangeInfo: HierarchyChangeInfo;
|
2753
|
+
};
|
2754
|
+
export declare type TourRewardResultInfo = {
|
2755
|
+
name: string;
|
2756
|
+
score: string;
|
2757
|
+
rank: number;
|
2758
|
+
rankingRewards: Reward[];
|
2759
|
+
};
|
2760
|
+
export declare type BacksideRewardResultInfo = {
|
2761
|
+
name: string;
|
2762
|
+
score: string;
|
2763
|
+
rank: number;
|
2764
|
+
rankingRewards: Reward[];
|
2765
|
+
};
|
2766
|
+
export declare type PhotoContestRewardResultInfo = {
|
2767
|
+
name: string;
|
2768
|
+
score: string;
|
2769
|
+
rank: number;
|
2770
|
+
rankingRewards: Reward[];
|
2771
|
+
};
|
2772
|
+
export declare type RaceRewardResultInfo = {
|
2773
|
+
name: string;
|
2774
|
+
score: string;
|
2775
|
+
rank: number;
|
2776
|
+
rankingRewards: Reward[];
|
2777
|
+
};
|
2778
|
+
export declare type RaceDailyRewardResultInfo = {
|
2779
|
+
score: string;
|
2780
|
+
rank: number;
|
2781
|
+
rankingRewards: Reward[];
|
2782
|
+
rankingUserInfos: RaceDailyRankingUserInfo[];
|
2783
|
+
days: number;
|
2784
|
+
};
|
2785
|
+
export declare type BuddyUsedRewardResultInfo = {
|
2786
|
+
usedCount: string;
|
2787
|
+
rewards: Reward[];
|
2788
|
+
};
|
2789
|
+
export declare type HomeActiveFanEvent = {
|
2790
|
+
characterIds: string[];
|
2791
|
+
finishTime: string;
|
2792
|
+
activityPoint: number;
|
2793
|
+
rankType: ResultRankType;
|
2794
|
+
rankPlus: number;
|
2795
|
+
currentCheerPoint: number;
|
2796
|
+
};
|
2797
|
+
export declare type HomeActivePromotion = {
|
2798
|
+
characterIds: string[];
|
2799
|
+
finishTime: string;
|
2800
|
+
rewardGoldAmount: number;
|
2801
|
+
rewardCardEnhanceItemAmount: number;
|
2802
|
+
rewards: ActivityPromotionReward[];
|
2803
|
+
hasMoreRewards: boolean;
|
2804
|
+
};
|
2805
|
+
export declare type HomeActiveRefresh = {
|
2806
|
+
characterIds: string[];
|
2807
|
+
finishTime: string;
|
2808
|
+
};
|
2809
|
+
export declare type FunctionMaintenanceInfo = {
|
2810
|
+
type: FunctionMaintenanceType;
|
2811
|
+
targetIds: string[];
|
2812
|
+
isTwitter: boolean;
|
2813
|
+
websiteUrl: string;
|
2814
|
+
};
|
2815
|
+
export declare type BannerInfo = {
|
2816
|
+
menuBanners: Banner[];
|
2817
|
+
messageBanners: Banner[];
|
2818
|
+
boardBanners: Banner[];
|
2819
|
+
questBanners: Banner[];
|
2820
|
+
inviteBanners: Banner[];
|
2821
|
+
};
|
2822
|
+
export declare type FanEventInfo = {
|
2823
|
+
fanEvents: FanEvent[];
|
2824
|
+
activeFanEvent: ActiveFanEvent;
|
2825
|
+
campaignEffects: ActivityCampaignEffect[];
|
2826
|
+
};
|
2827
|
+
export declare type PromotionInfo = {
|
2828
|
+
promotions: Promotion[];
|
2829
|
+
activePromotion: ActivePromotion;
|
2830
|
+
campaignEffects: ActivityCampaignEffect[];
|
2831
|
+
};
|
2832
|
+
export declare type RefreshInfo = {
|
2833
|
+
refreshes: Refresh[];
|
2834
|
+
activeRefresh: ActiveRefresh;
|
2835
|
+
campaignEffects: ActivityCampaignEffect[];
|
2836
|
+
};
|
2837
|
+
export declare type PurchasedLoginBonusShopInfo = {
|
2838
|
+
shopInfo: ShopInfo;
|
2839
|
+
loginBonusPackageItem: LoginBonusPackageItem;
|
2840
|
+
};
|
2841
|
+
export declare type PurchasedConditionRewardShopInfo = {
|
2842
|
+
shopInfo: ShopInfo;
|
2843
|
+
conditionRewardPackageItem: ConditionRewardPackageItem;
|
2844
|
+
};
|
2845
|
+
export declare type InviteTopResponse = {
|
2846
|
+
inviteCode: string;
|
2847
|
+
guestInfos: InviteGuestInfo[];
|
2848
|
+
noticeInfo: NoticeInfo;
|
2849
|
+
receivedHostRewardTotalAmount: string;
|
2850
|
+
exchangeBoothId: string;
|
2851
|
+
commonResponse: CommonResponse;
|
2852
|
+
};
|
2853
|
+
export declare type InviteReceiveHostRewardsRequest = {
|
2854
|
+
userIds: string[];
|
2855
|
+
};
|
2856
|
+
export declare type InviteReceiveHostRewardsResponse = {
|
2857
|
+
results: RewardResult[];
|
2858
|
+
commonResponse: CommonResponse;
|
2859
|
+
};
|
2860
|
+
export declare type InviteEnterCodeRequest = {
|
2861
|
+
inviteCode: string;
|
2862
|
+
};
|
2863
|
+
export declare type InviteEnterCodeResponse = {
|
2864
|
+
commonResponse: CommonResponse;
|
2865
|
+
};
|
2866
|
+
export declare type ItemSellRequest = {
|
2867
|
+
itemId: string;
|
2868
|
+
amount: string;
|
2869
|
+
};
|
2870
|
+
export declare type ItemSellResponse = {
|
2871
|
+
commonResponse: CommonResponse;
|
2872
|
+
};
|
2873
|
+
export declare type LadderTopRequest = {
|
2874
|
+
ladderId: string;
|
2875
|
+
};
|
2876
|
+
export declare type LadderTopResponse = {
|
2877
|
+
ladderInfo: LadderInfo;
|
2878
|
+
progressInfo: LadderProgressInfo;
|
2879
|
+
dokanInfos: DokanInfo[];
|
2880
|
+
commonResponse: CommonResponse;
|
2881
|
+
};
|
2882
|
+
export declare type LadderPanelReachRequest = {
|
2883
|
+
ladderId: string;
|
2884
|
+
step: number;
|
2885
|
+
lane: number;
|
2886
|
+
};
|
2887
|
+
export declare type LadderPanelReachResponse = {
|
2888
|
+
rewardResults: RewardResult[];
|
2889
|
+
progressInfo: LadderProgressInfo;
|
2890
|
+
commonResponse: CommonResponse;
|
2891
|
+
};
|
2892
|
+
export declare type LadderProgressInfo = {
|
2893
|
+
steps: LadderStep[];
|
2894
|
+
};
|
2895
|
+
export declare type LadderStep = {
|
2896
|
+
step: number;
|
2897
|
+
lane1Panel: LadderPanel;
|
2898
|
+
lane2Panel: LadderPanel;
|
2899
|
+
lane3Panel: LadderPanel;
|
2900
|
+
};
|
2901
|
+
export declare type LoginBonusListResponse = {
|
2902
|
+
infos: LoginBonusInfo[];
|
2903
|
+
commonResponse: CommonResponse;
|
2904
|
+
};
|
2905
|
+
export declare type LoginBonusReceiveRequest = {
|
2906
|
+
loginBonusId: string;
|
2907
|
+
};
|
2908
|
+
export declare type LoginBonusReceiveResponse = {
|
2909
|
+
userLoginBonus: UserLoginBonus;
|
2910
|
+
rewards: RewardResult[];
|
2911
|
+
commonResponse: CommonResponse;
|
2912
|
+
};
|
2913
|
+
export declare type LoginBonusInfo = {
|
2914
|
+
userLoginBonus: UserLoginBonus;
|
2915
|
+
noticeInfo: NoticeInfo;
|
2916
|
+
};
|
2917
|
+
export declare type MarathonTopRequest = {
|
2918
|
+
marathonId: string;
|
2919
|
+
};
|
2920
|
+
export declare type MarathonTopResponse = {
|
2921
|
+
marathonInfo: MarathonInfo;
|
2922
|
+
userMarathonInfo: UserMarathonInfo;
|
2923
|
+
questInfos: MarathonQuestInfo[];
|
2924
|
+
boxGachaInfos: MarathonBoxGachaInfo[];
|
2925
|
+
dokanInfos: DokanInfo[];
|
2926
|
+
commonResponse: CommonResponse;
|
2927
|
+
};
|
2928
|
+
export declare type MarathonQuestUnlockRequest = {
|
2929
|
+
marathonQuestId: string;
|
2930
|
+
};
|
2931
|
+
export declare type MarathonQuestUnlockResponse = {
|
2932
|
+
unlockedQuestInfo: MarathonQuestInfo;
|
2933
|
+
commonResponse: CommonResponse;
|
2934
|
+
};
|
2935
|
+
export declare type MarathonQuestStartRequest = {
|
2936
|
+
marathonQuestId: string;
|
2937
|
+
marathonQuestDifficultyNumber: number;
|
2938
|
+
deckNumber: number;
|
2939
|
+
isSkip: boolean;
|
2940
|
+
execCount: number;
|
2941
|
+
};
|
2942
|
+
export declare type MarathonQuestListAssetRequest = {
|
2943
|
+
marathonQuestId: string;
|
2944
|
+
deckNumber: number;
|
2945
|
+
};
|
2946
|
+
export declare type MarathonQuestListAssetResponse = {
|
2947
|
+
characterAssets: LiveCharacterAssetInfo[];
|
2948
|
+
commonResponse: CommonResponse;
|
2949
|
+
};
|
2950
|
+
export declare type MarathonUseQuestStaminaRecoveryItemRequest = {
|
2951
|
+
marathonId: string;
|
2952
|
+
amount: number;
|
2953
|
+
};
|
2954
|
+
export declare type MarathonUseQuestStaminaRecoveryItemResponse = {
|
2955
|
+
userMarathonInfo: UserMarathonInfo;
|
2956
|
+
commonResponse: CommonResponse;
|
2957
|
+
};
|
2958
|
+
export declare type MarathonListDeckRequest = {
|
2959
|
+
marathonId: string;
|
2960
|
+
marathonQuestId: string;
|
2961
|
+
marathonQuestDifficultyNumber: number;
|
2962
|
+
};
|
2963
|
+
export declare type MarathonListDeckResponse = {
|
2964
|
+
deckInfos: MarathonDeckInfo[];
|
2965
|
+
};
|
2966
|
+
export declare type MarathonDeckSaveRequest = {
|
2967
|
+
marathonQuestId: string;
|
2968
|
+
number: number;
|
2969
|
+
name: string;
|
2970
|
+
userDeckPositions: UserDeckPosition[];
|
2971
|
+
marathonQuestDifficultyNumber: number;
|
2972
|
+
};
|
2973
|
+
export declare type MarathonDeckSaveResponse = {
|
2974
|
+
deckInfo: MarathonDeckInfo;
|
2975
|
+
commonResponse: CommonResponse;
|
2976
|
+
};
|
2977
|
+
export declare type MarathonBoxGachaDrawRequest = {
|
2978
|
+
marathonId: string;
|
2979
|
+
boxGachaId: string;
|
2980
|
+
execCount: number;
|
2981
|
+
};
|
2982
|
+
export declare type MarathonBoxGachaDrawResponse = {
|
2983
|
+
drawResults: BoxGachaDrawResult[];
|
2984
|
+
commonResponse: CommonResponse;
|
2985
|
+
};
|
2986
|
+
export declare type MarathonBoxGachaResetRequest = {
|
2987
|
+
marathonId: string;
|
2988
|
+
boxGachaId: string;
|
2989
|
+
};
|
2990
|
+
export declare type MarathonBoxGachaResetResponse = {
|
2991
|
+
boxGachaInfo: MarathonBoxGachaInfo;
|
2992
|
+
commonResponse: CommonResponse;
|
2993
|
+
};
|
2994
|
+
export declare type UserMarathonInfo = {
|
2995
|
+
currentStamina: number;
|
2996
|
+
staminaUpdatedTime: string;
|
2997
|
+
liveBonusInfos: MarathonLiveBonusInfo[];
|
2998
|
+
};
|
2999
|
+
export declare type MarathonQuestDifficultyLevelInfo = {
|
3000
|
+
marathonQuestDifficultyNumber: number;
|
3001
|
+
cleared: boolean;
|
3002
|
+
rankType: ResultRankType;
|
3003
|
+
plus: number;
|
3004
|
+
opponentInfo: QuestOpponentInfo;
|
3005
|
+
unlocked: boolean;
|
3006
|
+
highestScore: string;
|
3007
|
+
};
|
3008
|
+
export declare type MarathonDeckInfo = {
|
3009
|
+
number: number;
|
3010
|
+
cardDetailInfo: MarathonDeckCardDetailInfo[];
|
3011
|
+
deckOverallValue: string;
|
3012
|
+
};
|
3013
|
+
export declare type MarathonDeckCardDetailInfo = {
|
3014
|
+
position: number;
|
3015
|
+
vocal: string;
|
3016
|
+
dance: string;
|
3017
|
+
visual: string;
|
3018
|
+
stamina: string;
|
3019
|
+
mental: string;
|
3020
|
+
technique: string;
|
3021
|
+
accessoryInfos: MarathonAccessoryInfo[];
|
3022
|
+
photoInfos: MarathonPhotoInfo[];
|
3023
|
+
};
|
3024
|
+
export declare type MarathonPhotoInfo = {
|
3025
|
+
photoId: string;
|
3026
|
+
level: number;
|
3027
|
+
abilities: MarathonPhotoAbilityInfo[];
|
3028
|
+
};
|
3029
|
+
export declare type MarketListItemResponse = {
|
3030
|
+
marketItems: MarketItem[];
|
3031
|
+
nextResetTime: string;
|
3032
|
+
freeResetRemainCount: number;
|
3033
|
+
resetRemainCount: number;
|
3034
|
+
requiredResetStoneAmount: number;
|
3035
|
+
commonResponse: CommonResponse;
|
3036
|
+
};
|
3037
|
+
export declare type MarketResetRequest = {
|
3038
|
+
isFree: boolean;
|
3039
|
+
};
|
3040
|
+
export declare type MarketResetResponse = {
|
3041
|
+
marketItems: MarketItem[];
|
3042
|
+
freeResetRemainCount: number;
|
3043
|
+
resetRemainCount: number;
|
3044
|
+
requiredResetStoneAmount: number;
|
3045
|
+
commonResponse: CommonResponse;
|
3046
|
+
};
|
3047
|
+
export declare type MarketPurchaseRequest = {
|
3048
|
+
number: number;
|
3049
|
+
};
|
3050
|
+
export declare type MarketPurchaseResponse = {
|
3051
|
+
marketItems: MarketItem[];
|
3052
|
+
commonResponse: CommonResponse;
|
3053
|
+
};
|
3054
|
+
export declare type MasterGetResponse = {
|
3055
|
+
masterTag: MasterTag;
|
3056
|
+
};
|
3057
|
+
export declare type MasterFaqResponse = {
|
3058
|
+
helpCategories: HelpCategory[];
|
3059
|
+
};
|
3060
|
+
export declare type MessageListGroupResponse = {
|
3061
|
+
infos: MessageGroupInfo[];
|
3062
|
+
commonResponse: CommonResponse;
|
3063
|
+
};
|
3064
|
+
export declare type MessageTimelineRequest = {
|
3065
|
+
messageGroupId: string;
|
3066
|
+
timelineId: string;
|
3067
|
+
};
|
3068
|
+
export declare type MessageTimelineResponse = {
|
3069
|
+
infos: TimelineInfo[];
|
3070
|
+
hasNext: boolean;
|
3071
|
+
commonResponse: CommonResponse;
|
3072
|
+
};
|
3073
|
+
export declare type MessageReceiveRequest = {
|
3074
|
+
messageIds: string[];
|
3075
|
+
};
|
3076
|
+
export declare type MessageReceiveResponse = {
|
3077
|
+
commonResponse: CommonResponse;
|
3078
|
+
};
|
3079
|
+
export declare type MessageSaveRequest = {
|
3080
|
+
messageGroupId: string;
|
3081
|
+
timelineId: string;
|
3082
|
+
messageDetailId: string;
|
3083
|
+
selectMessageDetailIds: string[];
|
3084
|
+
};
|
3085
|
+
export declare type MessageSaveResponse = {
|
3086
|
+
commonResponse: CommonResponse;
|
3087
|
+
};
|
3088
|
+
export declare type MessageFinishRequest = {
|
3089
|
+
messageGroupId: string;
|
3090
|
+
timelineId: string;
|
3091
|
+
selectMessageDetailIds: string[];
|
3092
|
+
};
|
3093
|
+
export declare type MessageFinishResponse = {
|
3094
|
+
isReliabilityUp: boolean;
|
3095
|
+
commonResponse: CommonResponse;
|
3096
|
+
};
|
3097
|
+
export declare type MessageSaveHistoryRequest = {
|
3098
|
+
messageId: string;
|
3099
|
+
selectMessageDetailIds: string[];
|
3100
|
+
};
|
3101
|
+
export declare type MessageSaveHistoryResponse = {
|
3102
|
+
commonResponse: CommonResponse;
|
3103
|
+
};
|
3104
|
+
export declare type MigrationListResponse = {
|
3105
|
+
apple: boolean;
|
3106
|
+
google: boolean;
|
3107
|
+
facebook: boolean;
|
3108
|
+
twitter: boolean;
|
3109
|
+
password: boolean;
|
3110
|
+
commonResponse: CommonResponse;
|
3111
|
+
};
|
3112
|
+
export declare type MigrationExecuteRequest = {
|
3113
|
+
onetimeToken: string;
|
3114
|
+
};
|
3115
|
+
export declare type MigrationExecuteResponse = {
|
3116
|
+
token: string;
|
3117
|
+
};
|
3118
|
+
export declare type MigrationSetPasswordRequest = {
|
3119
|
+
password: string;
|
3120
|
+
};
|
3121
|
+
export declare type MigrationSetPasswordResponse = {
|
3122
|
+
commonResponse: CommonResponse;
|
3123
|
+
};
|
3124
|
+
export declare type MigrationMigratePasswordRequest = {
|
3125
|
+
userId: string;
|
3126
|
+
password: string;
|
3127
|
+
};
|
3128
|
+
export declare type MigrationProviderAppleInfo = {
|
3129
|
+
idToken: string;
|
3130
|
+
};
|
3131
|
+
export declare type MigrationLinkAppleRequest = {
|
3132
|
+
info: MigrationProviderAppleInfo;
|
3133
|
+
};
|
3134
|
+
export declare type MigrationMigrateAppleRequest = {
|
3135
|
+
info: MigrationProviderAppleInfo;
|
3136
|
+
};
|
3137
|
+
export declare type MigrationProviderGoogleInfo = {
|
3138
|
+
idToken: string;
|
3139
|
+
};
|
3140
|
+
export declare type MigrationLinkGoogleRequest = {
|
3141
|
+
info: MigrationProviderGoogleInfo;
|
3142
|
+
};
|
3143
|
+
export declare type MigrationMigrateGoogleRequest = {
|
3144
|
+
info: MigrationProviderGoogleInfo;
|
3145
|
+
};
|
3146
|
+
export declare type RequestTwitterOAuthTokenRequest = {
|
3147
|
+
bundleId: string;
|
3148
|
+
};
|
3149
|
+
export declare type RequestTwitterOAuthTokenResponse = {
|
3150
|
+
oauthToken: string;
|
3151
|
+
};
|
3152
|
+
export declare type MigrationProviderTwitterInfo = {
|
3153
|
+
oauthToken: string;
|
3154
|
+
oauthVerifier: string;
|
3155
|
+
};
|
3156
|
+
export declare type MigrationLinkTwitterRequest = {
|
3157
|
+
info: MigrationProviderTwitterInfo;
|
3158
|
+
};
|
3159
|
+
export declare type MigrationMigrateTwitterRequest = {
|
3160
|
+
info: MigrationProviderTwitterInfo;
|
3161
|
+
};
|
3162
|
+
export declare type MigrationLinkResponse = {
|
3163
|
+
success: boolean;
|
3164
|
+
linkedUserId: string;
|
3165
|
+
linkedUser: User;
|
3166
|
+
onetimeToken: string;
|
3167
|
+
commonResponse: CommonResponse;
|
3168
|
+
};
|
3169
|
+
export declare type MigrationMigrateResponse = {
|
3170
|
+
success: boolean;
|
3171
|
+
linkedUserId: string;
|
3172
|
+
linkedUser: User;
|
3173
|
+
onetimeToken: string;
|
3174
|
+
};
|
3175
|
+
export declare type MigrationUnlinkRequest = {
|
3176
|
+
providerType: ProviderType;
|
3177
|
+
};
|
3178
|
+
export declare type MigrationUnlinkResponse = {
|
3179
|
+
commonResponse: CommonResponse;
|
3180
|
+
};
|
3181
|
+
export declare type MissionListResponse = {
|
3182
|
+
userMissions: UserMission[];
|
3183
|
+
commonResponse: CommonResponse;
|
3184
|
+
};
|
3185
|
+
export declare type MissionReceiveRequest = {
|
3186
|
+
missionIds: string[];
|
3187
|
+
};
|
3188
|
+
export declare type MissionReceiveResponse = {
|
3189
|
+
results: RewardResult[];
|
3190
|
+
commonResponse: CommonResponse;
|
3191
|
+
};
|
3192
|
+
export declare type MissionURLTransitionRequest = {
|
3193
|
+
url: string;
|
3194
|
+
};
|
3195
|
+
export declare type MissionURLTransitionResponse = {
|
3196
|
+
commonResponse: CommonResponse;
|
3197
|
+
};
|
3198
|
+
export declare type MissionEventRequest = {
|
3199
|
+
eventMissionId: string;
|
3200
|
+
};
|
3201
|
+
export declare type MissionEventResponse = {
|
3202
|
+
info: EventMissionInfo;
|
3203
|
+
commonResponse: CommonResponse;
|
3204
|
+
};
|
3205
|
+
export declare type CheckOption = {
|
3206
|
+
disableGameAuthToken: boolean;
|
3207
|
+
disableMasterVersion: boolean;
|
3208
|
+
enableResponseCache: boolean;
|
3209
|
+
enableBodyHash: boolean;
|
3210
|
+
disableCheckLoginToday: boolean;
|
3211
|
+
disableCheckMaintenance: boolean;
|
3212
|
+
disableCheckAppVersion: boolean;
|
3213
|
+
};
|
3214
|
+
export declare type ErrorOption = {
|
3215
|
+
errorCodes: ErrorCode[];
|
3216
|
+
};
|
3217
|
+
export declare type NoticeListResponse = {
|
3218
|
+
notices: NoticeInfo[];
|
3219
|
+
malfunctionNotices: NoticeInfo[];
|
3220
|
+
prNotices: NoticeInfo[];
|
3221
|
+
noticeHasNext: boolean;
|
3222
|
+
malfunctionNoticeHasNext: boolean;
|
3223
|
+
prNoticeHasNext: boolean;
|
3224
|
+
commonResponse: CommonResponse;
|
3225
|
+
};
|
3226
|
+
export declare type NoticeFetchRequest = {
|
3227
|
+
noticeCategoryType: number;
|
3228
|
+
offset: number;
|
3229
|
+
};
|
3230
|
+
export declare type NoticeFetchResponse = {
|
3231
|
+
notices: NoticeInfo[];
|
3232
|
+
hasNext: boolean;
|
3233
|
+
commonResponse: CommonResponse;
|
3234
|
+
};
|
3235
|
+
export declare type NoticeGetRequest = {
|
3236
|
+
noticeId: string;
|
3237
|
+
};
|
3238
|
+
export declare type NoticeGetResponse = {
|
3239
|
+
notice: NoticeInfo;
|
3240
|
+
commonResponse: CommonResponse;
|
3241
|
+
};
|
3242
|
+
export declare type PhotoSwitchLockRequest = {
|
3243
|
+
photoIds: string[];
|
3244
|
+
};
|
3245
|
+
export declare type PhotoSwitchLockResponse = {
|
3246
|
+
commonResponse: CommonResponse;
|
3247
|
+
};
|
3248
|
+
export declare type PhotoDeleteRequest = {
|
3249
|
+
photoIds: string[];
|
3250
|
+
};
|
3251
|
+
export declare type PhotoDeleteResponse = {
|
3252
|
+
rewardResults: RewardResult[];
|
3253
|
+
commonResponse: CommonResponse;
|
3254
|
+
};
|
3255
|
+
export declare type PhotoEnhanceRequest = {
|
3256
|
+
photoId: string;
|
3257
|
+
level: number;
|
3258
|
+
};
|
3259
|
+
export declare type PhotoEnhanceResponse = {
|
3260
|
+
commonResponse: CommonResponse;
|
3261
|
+
};
|
3262
|
+
export declare type PhotoRerollRequest = {
|
3263
|
+
photoId: string;
|
3264
|
+
};
|
3265
|
+
export declare type PhotoRerollResponse = {
|
3266
|
+
commonResponse: CommonResponse;
|
3267
|
+
};
|
3268
|
+
export declare type PhotoRetouchRequest = {
|
3269
|
+
photoRecipeId: string;
|
3270
|
+
photoId: string;
|
3271
|
+
};
|
3272
|
+
export declare type PhotoRetouchResponse = {
|
3273
|
+
commonResponse: CommonResponse;
|
3274
|
+
};
|
3275
|
+
export declare type PhotoUpdateRequest = {
|
3276
|
+
photoId: string;
|
3277
|
+
name: string;
|
3278
|
+
};
|
3279
|
+
export declare type PhotoUpdateResponse = {
|
3280
|
+
commonResponse: CommonResponse;
|
3281
|
+
};
|
3282
|
+
export declare type PhotoReportResponse = {
|
3283
|
+
isGift: boolean;
|
3284
|
+
commonResponse: CommonResponse;
|
3285
|
+
};
|
3286
|
+
export declare type PhotoGetImageUrlRequest = {
|
3287
|
+
type: PhotoImageRequestType;
|
3288
|
+
assetIds: string[];
|
3289
|
+
};
|
3290
|
+
export declare type PhotoGetImageUrlResponse = {
|
3291
|
+
urlList: PhotoImageUrl[];
|
3292
|
+
};
|
3293
|
+
export declare type PhotoImageUrl = {
|
3294
|
+
assetId: string;
|
3295
|
+
origUrl: string;
|
3296
|
+
tmbUrl: string;
|
3297
|
+
};
|
3298
|
+
export declare type PhotoCheckShootingRequest = {
|
3299
|
+
actionType: PhotoShootingActionType;
|
3300
|
+
photoActivityId: string;
|
3301
|
+
photoMusicId: string;
|
3302
|
+
photoStageId: string;
|
3303
|
+
characterIds: string[];
|
3304
|
+
costumeIds: string[];
|
3305
|
+
};
|
3306
|
+
export declare type PhotoCheckShootingResponse = {
|
3307
|
+
commonResponse: CommonResponse;
|
3308
|
+
};
|
3309
|
+
export declare type PhotoCreateShootingRequest = {
|
3310
|
+
itemId: string;
|
3311
|
+
actionType: PhotoShootingActionType;
|
3312
|
+
photoActivityId: string;
|
3313
|
+
photoMusicId: string;
|
3314
|
+
photoStageId: string;
|
3315
|
+
mainCharacterId: string;
|
3316
|
+
characterIds: string[];
|
3317
|
+
costumeIds: string[];
|
3318
|
+
manualCount: number;
|
3319
|
+
};
|
3320
|
+
export declare type PhotoCreateShootingResponse = {
|
3321
|
+
photo: UserPhoto;
|
3322
|
+
isGift: boolean;
|
3323
|
+
commonResponse: CommonResponse;
|
3324
|
+
};
|
3325
|
+
export declare type PhotoListShootingResponse = {
|
3326
|
+
activities: PhotoActivity[];
|
3327
|
+
musics: PhotoMusic[];
|
3328
|
+
stages: PhotoStage[];
|
3329
|
+
commonResponse: CommonResponse;
|
3330
|
+
};
|
3331
|
+
export declare type PhotoExtendLimitResponse = {
|
3332
|
+
commonResponse: CommonResponse;
|
3333
|
+
};
|
3334
|
+
export declare type PhotoSaleRecipeRequest = {
|
3335
|
+
photoRecipeIds: string[];
|
3336
|
+
};
|
3337
|
+
export declare type PhotoSaleRecipeResponse = {
|
3338
|
+
rewardResults: RewardResult[];
|
3339
|
+
commonResponse: CommonResponse;
|
3340
|
+
};
|
3341
|
+
export declare type PhotoContestTopRequest = {
|
3342
|
+
photoContestId: string;
|
3343
|
+
};
|
3344
|
+
export declare type PhotoContestTopResponse = {
|
3345
|
+
photoContestInfo: PhotoContestInfo;
|
3346
|
+
dokanInfos: DokanInfo[];
|
3347
|
+
commonResponse: CommonResponse;
|
3348
|
+
};
|
3349
|
+
export declare type PhotoContestListPhotoRequest = {
|
3350
|
+
photoContestId: string;
|
3351
|
+
};
|
3352
|
+
export declare type PhotoContestListPhotoResponse = {
|
3353
|
+
photoInfos: PhotoContestPhotoInfo[];
|
3354
|
+
commonResponse: CommonResponse;
|
3355
|
+
};
|
3356
|
+
export declare type PhotoContestRankingRequest = {
|
3357
|
+
photoContestId: string;
|
3358
|
+
};
|
3359
|
+
export declare type PhotoContestRankingResponse = {
|
3360
|
+
rankingInfos: PhotoContestRankingInfo[];
|
3361
|
+
selfPoint: string;
|
3362
|
+
selfRank: number;
|
3363
|
+
commonResponse: CommonResponse;
|
3364
|
+
};
|
3365
|
+
export declare type PhotoContestReceiveSectionRewardsRequest = {
|
3366
|
+
photoContestId: string;
|
3367
|
+
sectionRewardIds: string[];
|
3368
|
+
sectionId: string;
|
3369
|
+
};
|
3370
|
+
export declare type PhotoContestReceiveSectionRewardsResponse = {
|
3371
|
+
results: RewardResult[];
|
3372
|
+
commonResponse: CommonResponse;
|
3373
|
+
};
|
3374
|
+
export declare type PhotoContestCheckShootingRequest = {
|
3375
|
+
photoContestId: string;
|
3376
|
+
actionType: PhotoShootingActionType;
|
3377
|
+
photoContestActivityId: string;
|
3378
|
+
photoContestQuestMusicId: string;
|
3379
|
+
photoContestQuestStageId: string;
|
3380
|
+
selectedCharacterIds: string[];
|
3381
|
+
selectedCostumeIds: string[];
|
3382
|
+
sectionId: string;
|
3383
|
+
};
|
3384
|
+
export declare type PhotoContestCheckShootingResponse = {
|
3385
|
+
nextPhotoImageId: string;
|
3386
|
+
commonResponse: CommonResponse;
|
3387
|
+
};
|
3388
|
+
export declare type PhotoContestSubmitShootingRequest = {
|
3389
|
+
photoContestId: string;
|
3390
|
+
sectionId: string;
|
3391
|
+
itemId: string;
|
3392
|
+
actionType: PhotoShootingActionType;
|
3393
|
+
photoContestActivityId: string;
|
3394
|
+
photoContestQuestMusicId: string;
|
3395
|
+
photoContestQuestStageId: string;
|
3396
|
+
mainCharacterId: string;
|
3397
|
+
characterIds: string[];
|
3398
|
+
costumeIds: string[];
|
3399
|
+
elapsedMilliSeconds: number;
|
3400
|
+
sizeFullPermil: number;
|
3401
|
+
sizeUpperPermil: number;
|
3402
|
+
directionFrontPermil: number;
|
3403
|
+
directionSidePermil: number;
|
3404
|
+
positionPermil: number;
|
3405
|
+
shootingMotionId: string;
|
3406
|
+
selectedCharacterIds: string[];
|
3407
|
+
selectedCostumeIds: string[];
|
3408
|
+
};
|
3409
|
+
export declare type PhotoContestCreateShootingRequest = {
|
3410
|
+
photoContestId: string;
|
3411
|
+
assetId: string;
|
3412
|
+
itemId: string;
|
3413
|
+
};
|
3414
|
+
export declare type PhotoContestCreateShootingResponse = {
|
3415
|
+
photo: UserPhoto;
|
3416
|
+
isGift: boolean;
|
3417
|
+
commonResponse: CommonResponse;
|
3418
|
+
};
|
3419
|
+
export declare type PhotoContestSectionBaseGuideInfo = {
|
3420
|
+
baseEvaluationType: PhotoContestBaseEvaluationType;
|
3421
|
+
baseGuideRankType: PhotoContestBaseGuideRankType;
|
3422
|
+
};
|
3423
|
+
export declare type PhotoContestSectionAdvanceGuideInfo = {
|
3424
|
+
number: number;
|
3425
|
+
description: string;
|
3426
|
+
isSatisfied: boolean;
|
3427
|
+
};
|
3428
|
+
export declare type ProfileFindUserRequest = {
|
3429
|
+
userId: string;
|
3430
|
+
};
|
3431
|
+
export declare type ProfileUpdateNameRequest = {
|
3432
|
+
name: string;
|
3433
|
+
};
|
3434
|
+
export declare type ProfileUpdateNameResponse = {
|
3435
|
+
commonResponse: CommonResponse;
|
3436
|
+
};
|
3437
|
+
export declare type ProfileUpdateMessageRequest = {
|
3438
|
+
message: string;
|
3439
|
+
};
|
3440
|
+
export declare type ProfileUpdateMessageResponse = {
|
3441
|
+
commonResponse: CommonResponse;
|
3442
|
+
};
|
3443
|
+
export declare type ProfileUpdateBackgroundRequest = {
|
3444
|
+
backgroundType: ProfileBackgroundType;
|
3445
|
+
favoriteCardId: string;
|
3446
|
+
favoritePhotoId: string;
|
3447
|
+
};
|
3448
|
+
export declare type ProfileUpdateBackgroundResponse = {
|
3449
|
+
commonResponse: CommonResponse;
|
3450
|
+
};
|
3451
|
+
export declare type ProfileUpdateFavoriteCharactersRequest = {
|
3452
|
+
favoriteCharacterIds: string[];
|
3453
|
+
};
|
3454
|
+
export declare type ProfileUpdateFavoriteCharactersResponse = {
|
3455
|
+
commonResponse: CommonResponse;
|
3456
|
+
};
|
3457
|
+
export declare type ProfileUpdateDecorationRequest = {
|
3458
|
+
decorationId: string;
|
3459
|
+
};
|
3460
|
+
export declare type ProfileUpdateDecorationResponse = {
|
3461
|
+
commonResponse: CommonResponse;
|
3462
|
+
};
|
3463
|
+
export declare type ProfileUpdateEmblemRequest = {
|
3464
|
+
emblemId: string;
|
3465
|
+
};
|
3466
|
+
export declare type ProfileUpdateEmblemResponse = {
|
3467
|
+
commonResponse: CommonResponse;
|
3468
|
+
};
|
3469
|
+
export declare type ProfileUpdateLayoutRequest = {
|
3470
|
+
layoutType: ProfileLayoutType;
|
3471
|
+
informationType: ProfileInformationType;
|
3472
|
+
colorType: ProfileColorType;
|
3473
|
+
};
|
3474
|
+
export declare type ProfileUpdateLayoutResponse = {
|
3475
|
+
commonResponse: CommonResponse;
|
3476
|
+
};
|
3477
|
+
export declare type ProfileClearTwitterMissionResponse = {
|
3478
|
+
commonResponse: CommonResponse;
|
3479
|
+
};
|
3480
|
+
export declare type ProfileUpdateBuddyCardRequest = {
|
3481
|
+
cardId: string;
|
3482
|
+
};
|
3483
|
+
export declare type ProfileUpdateBuddyCardResponse = {
|
3484
|
+
commonResponse: CommonResponse;
|
3485
|
+
};
|
3486
|
+
export declare type PvpTopResponse = {
|
3487
|
+
topResult: PvpTopResultInfo;
|
3488
|
+
opponentInfos: PvpOpponentInfo[];
|
3489
|
+
commonResponse: CommonResponse;
|
3490
|
+
};
|
3491
|
+
export declare type PvpTopResultInfo = {
|
3492
|
+
pvpSeason: PvpSeasonInfo;
|
3493
|
+
pvpRewards: PvpRewardInfo[];
|
3494
|
+
pvpQuest: LiveBattleQuestInfo;
|
3495
|
+
userPvpSeason: UserPvpSeasonInfo;
|
3496
|
+
rank: string;
|
3497
|
+
isSkipAvailable: boolean;
|
3498
|
+
pvpTicketAvailableAmount: number;
|
3499
|
+
};
|
3500
|
+
export declare type UserPvpSeasonInfo = {
|
3501
|
+
point: string;
|
3502
|
+
challengeCount: number;
|
3503
|
+
};
|
3504
|
+
export declare type PvpListOpponentRequest = {
|
3505
|
+
pvpSeasonId: string;
|
3506
|
+
};
|
3507
|
+
export declare type PvpListOpponentResponse = {
|
3508
|
+
opponentInfos: PvpOpponentInfo[];
|
3509
|
+
commonResponse: CommonResponse;
|
3510
|
+
};
|
3511
|
+
export declare type PvpListRankingRequest = {
|
3512
|
+
pvpSeasonId: string;
|
3513
|
+
};
|
3514
|
+
export declare type PvpListRankingResponse = {
|
3515
|
+
rankingInfos: LiveRankingInfo[];
|
3516
|
+
selfPoint: string;
|
3517
|
+
selfRank: number;
|
3518
|
+
commonResponse: CommonResponse;
|
3519
|
+
};
|
3520
|
+
export declare type PvpStartRequest = {
|
3521
|
+
pvpSeasonId: string;
|
3522
|
+
opponentId: string;
|
3523
|
+
deckNumber: number;
|
3524
|
+
usePvpTicket: boolean;
|
3525
|
+
isSkip: boolean;
|
3526
|
+
};
|
3527
|
+
export declare type PvpStartResponse = {
|
3528
|
+
result: LiveResult;
|
3529
|
+
point: string;
|
3530
|
+
addPoint: string;
|
3531
|
+
rank: number;
|
3532
|
+
musicMasteryRewards: Reward[];
|
3533
|
+
challengeRewards: RewardResult[];
|
3534
|
+
profile: AllProfileInfo;
|
3535
|
+
opponentProfile: AllProfileInfo;
|
3536
|
+
commonResponse: CommonResponse;
|
3537
|
+
};
|
3538
|
+
export declare type PvpListAssetRequest = {
|
3539
|
+
pvpSeasonId: string;
|
3540
|
+
opponentId: string;
|
3541
|
+
deckNumber: number;
|
3542
|
+
};
|
3543
|
+
export declare type PvpListAssetResponse = {
|
3544
|
+
characterAssets: LiveCharacterAssetInfo[];
|
3545
|
+
opponentCharacterAssets: LiveCharacterAssetInfo[];
|
3546
|
+
commonResponse: CommonResponse;
|
3547
|
+
};
|
3548
|
+
export declare type QuestListMainResponse = {
|
3549
|
+
areaGroups: QuestAreaGroupInfo[];
|
3550
|
+
commonResponse: CommonResponse;
|
3551
|
+
};
|
3552
|
+
export declare type QuestListDailyResponse = {
|
3553
|
+
areas: QuestAreaInfo[];
|
3554
|
+
commonResponse: CommonResponse;
|
3555
|
+
};
|
3556
|
+
export declare type QuestListContestResponse = {
|
3557
|
+
area: QuestAreaInfo;
|
3558
|
+
commonResponse: CommonResponse;
|
3559
|
+
};
|
3560
|
+
export declare type QuestListTowerResponse = {
|
3561
|
+
area: QuestAreaInfo;
|
3562
|
+
commonResponse: CommonResponse;
|
3563
|
+
};
|
3564
|
+
export declare type QuestStartRequest = {
|
3565
|
+
questId: string;
|
3566
|
+
deckNumber: number;
|
3567
|
+
useDailyTicket: boolean;
|
3568
|
+
isSkip: boolean;
|
3569
|
+
playCount: number;
|
3570
|
+
userBuddyDeckPositions: UserDeckPosition[];
|
3571
|
+
buddyDeckName: string;
|
3572
|
+
};
|
3573
|
+
export declare type QuestListTowerRankingRequest = {
|
3574
|
+
areaId: string;
|
3575
|
+
};
|
3576
|
+
export declare type QuestListContestRankingRequest = {
|
3577
|
+
questId: string;
|
3578
|
+
};
|
3579
|
+
export declare type QuestListContestRankingResponse = {
|
3580
|
+
selfHighestRank: number;
|
3581
|
+
selfScore: string;
|
3582
|
+
ranks: QuestContestRankInfo[];
|
3583
|
+
commonResponse: CommonResponse;
|
3584
|
+
};
|
3585
|
+
export declare type QuestListLatestClearRequest = {
|
3586
|
+
questId: string;
|
3587
|
+
};
|
3588
|
+
export declare type QuestListLatestClearResponse = {
|
3589
|
+
clears: QuestClearInfo[];
|
3590
|
+
commonResponse: CommonResponse;
|
3591
|
+
};
|
3592
|
+
export declare type QuestListAssetRequest = {
|
3593
|
+
questId: string;
|
3594
|
+
deckNumber: number;
|
3595
|
+
userBuddyDeckPositions: UserDeckPosition[];
|
3596
|
+
buddyDeckName: string;
|
3597
|
+
};
|
3598
|
+
export declare type QuestListAssetResponse = {
|
3599
|
+
characterAssets: LiveCharacterAssetInfo[];
|
3600
|
+
commonResponse: CommonResponse;
|
3601
|
+
};
|
3602
|
+
export declare type QuestGetLatestClearLiveResultRequest = {
|
3603
|
+
questId: string;
|
3604
|
+
userId: string;
|
3605
|
+
};
|
3606
|
+
export declare type QuestGetLatestClearLiveResultResponse = {
|
3607
|
+
result: LiveResult;
|
3608
|
+
rankPatterns: QuestRankPattern[];
|
3609
|
+
commonResponse: CommonResponse;
|
3610
|
+
};
|
3611
|
+
export declare type QuestGetRankingLiveResultRequest = {
|
3612
|
+
questId: string;
|
3613
|
+
userId: string;
|
3614
|
+
};
|
3615
|
+
export declare type QuestGetRankingLiveResultResponse = {
|
3616
|
+
result: LiveResult;
|
3617
|
+
rankPatterns: QuestRankPattern[];
|
3618
|
+
commonResponse: CommonResponse;
|
3619
|
+
};
|
3620
|
+
export declare type QuestTowerTopResponse = {
|
3621
|
+
towerArea: QuestTowerAreaInfo;
|
3622
|
+
subTowerAreas: QuestTowerAreaInfo[];
|
3623
|
+
hierarchyNotiInfo: HierarchyNotiInfo;
|
3624
|
+
};
|
3625
|
+
export declare type QuestTopPvpInfo = {
|
3626
|
+
rank: number;
|
3627
|
+
remainingChallengeCount: number;
|
3628
|
+
latestPvpSeason: PvpSeasonInfo;
|
3629
|
+
};
|
3630
|
+
export declare type FriendApplyToBuddyInfo = {
|
3631
|
+
isActive: boolean;
|
3632
|
+
isAlreadyOffered: boolean;
|
3633
|
+
};
|
3634
|
+
export declare type RaceTopRequest = {
|
3635
|
+
raceId: string;
|
3636
|
+
};
|
3637
|
+
export declare type RaceTopResponse = {
|
3638
|
+
raceInfo: RaceInfo;
|
3639
|
+
userRaceInfo: UserRaceInfo;
|
3640
|
+
liveQuestInfos: RaceLiveQuestInfo[];
|
3641
|
+
isInitialLogin: boolean;
|
3642
|
+
dokanInfos: DokanInfo[];
|
3643
|
+
opponentProgressInfos: RaceOpponentProgressInfo[];
|
3644
|
+
isFirstLoginInDailyAggregationPeriod: boolean;
|
3645
|
+
nextDailyAggregationTime: string;
|
3646
|
+
commonResponse: CommonResponse;
|
3647
|
+
};
|
3648
|
+
export declare type RaceMovePanelRequest = {
|
3649
|
+
raceId: string;
|
3650
|
+
};
|
3651
|
+
export declare type RaceMovePanelResponse = {
|
3652
|
+
rewardResults: RewardResult[];
|
3653
|
+
userRaceInfo: UserRaceInfo;
|
3654
|
+
opponentProgressInfos: RaceOpponentProgressInfo[];
|
3655
|
+
liveQuestInfos: RaceLiveQuestInfo[];
|
3656
|
+
commonResponse: CommonResponse;
|
3657
|
+
};
|
3658
|
+
export declare type RaceReceiveActivityLessonRequest = {
|
3659
|
+
raceId: string;
|
3660
|
+
};
|
3661
|
+
export declare type RaceReceiveActivityLessonResponse = {
|
3662
|
+
rewards: Reward[];
|
3663
|
+
userRaceInfo: UserRaceInfo;
|
3664
|
+
commonResponse: CommonResponse;
|
3665
|
+
};
|
3666
|
+
export declare type RaceEnhanceLiveBonusRequest = {
|
3667
|
+
raceId: string;
|
3668
|
+
liveBonusId: string;
|
3669
|
+
level: number;
|
3670
|
+
};
|
3671
|
+
export declare type RaceEnhanceLiveBonusResponse = {
|
3672
|
+
userRaceInfo: UserRaceInfo;
|
3673
|
+
commonResponse: CommonResponse;
|
3674
|
+
};
|
3675
|
+
export declare type RaceResetLiveBonusRequest = {
|
3676
|
+
raceId: string;
|
3677
|
+
};
|
3678
|
+
export declare type RaceResetLiveBonusResponse = {
|
3679
|
+
userRaceInfo: UserRaceInfo;
|
3680
|
+
commonResponse: CommonResponse;
|
3681
|
+
};
|
3682
|
+
export declare type RaceStartLivePanelQuestRequest = {
|
3683
|
+
raceId: string;
|
3684
|
+
deckNumber: number;
|
3685
|
+
isSkip: boolean;
|
3686
|
+
};
|
3687
|
+
export declare type RaceStartLivePanelQuestResponse = {
|
3688
|
+
result: LiveResult;
|
3689
|
+
userRaceInfo: UserRaceInfo;
|
3690
|
+
opponentProgressInfos: RaceOpponentProgressInfo[];
|
3691
|
+
beforeScore: string;
|
3692
|
+
rankPatterns: QuestRankPattern[];
|
3693
|
+
commonResponse: CommonResponse;
|
3694
|
+
};
|
3695
|
+
export declare type RaceStartLiveAreaQuestRequest = {
|
3696
|
+
raceId: string;
|
3697
|
+
raceQuestId: string;
|
3698
|
+
difficultyNumber: number;
|
3699
|
+
deckNumber: number;
|
3700
|
+
isSkip: boolean;
|
3701
|
+
};
|
3702
|
+
export declare type RaceStartLiveAreaQuestResponse = {
|
3703
|
+
result: LiveResult;
|
3704
|
+
userRaceInfo: UserRaceInfo;
|
3705
|
+
rankPatterns: QuestRankPattern[];
|
3706
|
+
commonResponse: CommonResponse;
|
3707
|
+
};
|
3708
|
+
export declare type RaceQuestListAssetRequest = {
|
3709
|
+
raceId: string;
|
3710
|
+
raceQuestId: string;
|
3711
|
+
deckNumber: number;
|
3712
|
+
};
|
3713
|
+
export declare type RaceQuestListAssetResponse = {
|
3714
|
+
characterAssets: LiveCharacterAssetInfo[];
|
3715
|
+
commonResponse: CommonResponse;
|
3716
|
+
};
|
3717
|
+
export declare type RaceListDeckRequest = {
|
3718
|
+
raceId: string;
|
3719
|
+
raceQuestId: string;
|
3720
|
+
difficultyNumber: number;
|
3721
|
+
};
|
3722
|
+
export declare type RaceListDeckResponse = {
|
3723
|
+
deckInfos: RaceDeckInfo[];
|
3724
|
+
};
|
3725
|
+
export declare type RaceSaveDeckRequest = {
|
3726
|
+
raceId: string;
|
3727
|
+
number: number;
|
3728
|
+
name: string;
|
3729
|
+
userDeckPositions: UserDeckPosition[];
|
3730
|
+
raceQuestId: string;
|
3731
|
+
difficultyNumber: number;
|
3732
|
+
};
|
3733
|
+
export declare type RaceSaveDeckResponse = {
|
3734
|
+
deckInfo: RaceDeckInfo;
|
3735
|
+
commonResponse: CommonResponse;
|
3736
|
+
};
|
3737
|
+
export declare type RaceResetCardCoolTimeRequest = {
|
3738
|
+
raceId: string;
|
3739
|
+
cardId: string;
|
3740
|
+
};
|
3741
|
+
export declare type RaceResetCardCoolTimeResponse = {
|
3742
|
+
userRaceInfo: UserRaceInfo;
|
3743
|
+
commonResponse: CommonResponse;
|
3744
|
+
};
|
3745
|
+
export declare type RaceRankingRequest = {
|
3746
|
+
raceId: string;
|
3747
|
+
};
|
3748
|
+
export declare type RaceRankingResponse = {
|
3749
|
+
rankingInfos: RaceRankingInfo[];
|
3750
|
+
selfClearPanelCount: string;
|
3751
|
+
selfRank: number;
|
3752
|
+
};
|
3753
|
+
export declare type RaceAreaInfo = {
|
3754
|
+
raceAreaId: string;
|
3755
|
+
order: number;
|
3756
|
+
panelCount: number;
|
3757
|
+
};
|
3758
|
+
export declare type RaceRankGradeInfo = {
|
3759
|
+
id: string;
|
3760
|
+
hierarchyPointFrom: string;
|
3761
|
+
name: string;
|
3762
|
+
topColorCode: string;
|
3763
|
+
bottomColorCode: string;
|
3764
|
+
};
|
3765
|
+
export declare type UserRaceInfo = {
|
3766
|
+
rankGradeId: string;
|
3767
|
+
rankGradeNumber: number;
|
3768
|
+
currnentRank: number;
|
3769
|
+
currentAreaId: string;
|
3770
|
+
currentPanelNumber: number;
|
3771
|
+
activityLessonProgress: RaceActivityLessonProgress;
|
3772
|
+
liveBonusInfos: RaceLiveBonusInfo[];
|
3773
|
+
cardCoolTimeInfos: RaceUserCardCoolTimeInfo[];
|
3774
|
+
totalClearPanelCount: number;
|
3775
|
+
currentLivePanelScore: string;
|
3776
|
+
};
|
3777
|
+
export declare type RaceActivityLessonProgress = {
|
3778
|
+
stepRewardRacePoint: number;
|
3779
|
+
stepRewardRaceMedal: number;
|
3780
|
+
lastReceiveTime: string;
|
3781
|
+
maxRewardTime: string;
|
3782
|
+
};
|
3783
|
+
export declare type RaceLiveQuestDifficultyLevelInfo = {
|
3784
|
+
raceLiveQuestDifficultyNumber: number;
|
3785
|
+
cleared: boolean;
|
3786
|
+
opponentInfo: QuestOpponentInfo;
|
3787
|
+
highestScore: string;
|
3788
|
+
unlocked: boolean;
|
3789
|
+
};
|
3790
|
+
export declare type RaceDeckInfo = {
|
3791
|
+
number: number;
|
3792
|
+
cardDetailInfos: RaceDeckCardDetailInfo[];
|
3793
|
+
deckOverallValue: string;
|
3794
|
+
};
|
3795
|
+
export declare type RaceDeckCardDetailInfo = {
|
3796
|
+
position: number;
|
3797
|
+
vocal: string;
|
3798
|
+
dance: string;
|
3799
|
+
visual: string;
|
3800
|
+
stamina: string;
|
3801
|
+
mental: string;
|
3802
|
+
technique: string;
|
3803
|
+
accessoryInfos: RaceAccessoryInfo[];
|
3804
|
+
photoInfos: RacePhotoInfo[];
|
3805
|
+
};
|
3806
|
+
export declare type RacePhotoInfo = {
|
3807
|
+
photoId: string;
|
3808
|
+
level: number;
|
3809
|
+
abilities: RacePhotoAbilityInfo[];
|
3810
|
+
};
|
3811
|
+
export declare type SalaryGetPayslipRequest = {
|
3812
|
+
yearMonths: number[];
|
3813
|
+
};
|
3814
|
+
export declare type SalaryGetPayslipResponse = {
|
3815
|
+
payslips: Payslip[];
|
3816
|
+
commonResponse: CommonResponse;
|
3817
|
+
};
|
3818
|
+
export declare type SalaryPayRequest = {
|
3819
|
+
year: number;
|
3820
|
+
month: number;
|
3821
|
+
};
|
3822
|
+
export declare type SalaryPayResponse = {
|
3823
|
+
payslip: Payslip;
|
3824
|
+
commonResponse: CommonResponse;
|
3825
|
+
};
|
3826
|
+
export declare type ShopListResponse = {
|
3827
|
+
shops: ShopInfo[];
|
3828
|
+
dokanInfos: DokanInfo[];
|
3829
|
+
commonResponse: CommonResponse;
|
3830
|
+
};
|
3831
|
+
export declare type ShopListItemRequest = {
|
3832
|
+
shopId: string;
|
3833
|
+
};
|
3834
|
+
export declare type ShopListItemResponse = {
|
3835
|
+
shopItems: ShopItem[];
|
3836
|
+
commonResponse: CommonResponse;
|
3837
|
+
};
|
3838
|
+
export declare type ShopGetLoginBonusPackageItemRequest = {
|
3839
|
+
shopId: string;
|
3840
|
+
};
|
3841
|
+
export declare type ShopGetLoginBonusPackageItemResponse = {
|
3842
|
+
loginBonusPackageItem: LoginBonusPackageItem;
|
3843
|
+
commonResponse: CommonResponse;
|
3844
|
+
};
|
3845
|
+
export declare type ShopGetConditionRewardPackageItemRequest = {
|
3846
|
+
shopId: string;
|
3847
|
+
};
|
3848
|
+
export declare type ShopGetConditionRewardPackageItemResponse = {
|
3849
|
+
conditionRewardPackageItem: ConditionRewardPackageItem;
|
3850
|
+
commonResponse: CommonResponse;
|
3851
|
+
};
|
3852
|
+
export declare type ShopPurchaseRequest = {
|
3853
|
+
shopItemId: string;
|
3854
|
+
};
|
3855
|
+
export declare type ShopPurchaseResponse = {
|
3856
|
+
rewards: RewardResult[];
|
3857
|
+
commonResponse: CommonResponse;
|
3858
|
+
};
|
3859
|
+
export declare type ShopRegisterPurchaseTransactionRequest = {
|
3860
|
+
shopItemId: string;
|
3861
|
+
};
|
3862
|
+
export declare type ShopRegisterPurchaseTransactionResponse = {
|
3863
|
+
transactionId: string;
|
3864
|
+
commonResponse: CommonResponse;
|
3865
|
+
};
|
3866
|
+
export declare type ShopCancelPurchaseTransactionRequest = {
|
3867
|
+
shopItemId: string;
|
3868
|
+
transactionId: string;
|
3869
|
+
};
|
3870
|
+
export declare type ShopCancelPurchaseTransactionResponse = {
|
3871
|
+
commonResponse: CommonResponse;
|
3872
|
+
};
|
3873
|
+
export declare type ShopPurchaseStoneRequest = {
|
3874
|
+
productId: string;
|
3875
|
+
transactionId: string;
|
3876
|
+
receipt: string;
|
3877
|
+
signature: string;
|
3878
|
+
currencyCode: string;
|
3879
|
+
localizedPricePermyriad: string;
|
3880
|
+
};
|
3881
|
+
export declare type ShopPurchaseStoneResponse = {
|
3882
|
+
rewards: RewardResult[];
|
3883
|
+
paidJpy: PaidJpy;
|
3884
|
+
commonResponse: CommonResponse;
|
3885
|
+
};
|
3886
|
+
export declare type ShopRecoverPurchaseStoneRequest = {
|
3887
|
+
productId: string;
|
3888
|
+
receipt: string;
|
3889
|
+
signature: string;
|
3890
|
+
currencyCode: string;
|
3891
|
+
localizedPricePermyriad: string;
|
3892
|
+
};
|
3893
|
+
export declare type ShopRecoverPurchaseStoneResponse = {
|
3894
|
+
rewards: RewardResult[];
|
3895
|
+
shopItemName: string;
|
3896
|
+
commonResponse: CommonResponse;
|
3897
|
+
};
|
3898
|
+
export declare type ShopCheckPurchaseStoneRequest = {
|
3899
|
+
shopItemId: string;
|
3900
|
+
};
|
3901
|
+
export declare type ShopCheckPurchaseStoneResponse = {
|
3902
|
+
birthdayNotRegistered: boolean;
|
3903
|
+
exceedMaxStoneAmount: boolean;
|
3904
|
+
exceedPurchaseThreshold: boolean;
|
3905
|
+
exceedAlertThreshold: boolean;
|
3906
|
+
commonResponse: CommonResponse;
|
3907
|
+
};
|
3908
|
+
export declare type ShopRegisterBirthdayRequest = {
|
3909
|
+
year: number;
|
3910
|
+
month: number;
|
3911
|
+
};
|
3912
|
+
export declare type ShopRegisterBirthdayResponse = {
|
3913
|
+
commonResponse: CommonResponse;
|
3914
|
+
};
|
3915
|
+
export declare type ShopReceiveConditionRewardRequest = {
|
3916
|
+
shopId: string;
|
3917
|
+
numbers: number[];
|
3918
|
+
};
|
3919
|
+
export declare type ShopReceiveConditionRewardResponse = {
|
3920
|
+
rewards: RewardResult[];
|
3921
|
+
commonResponse: CommonResponse;
|
3922
|
+
};
|
3923
|
+
export declare type StaffTrainRequest = {
|
3924
|
+
parameterType: ParameterType;
|
3925
|
+
};
|
3926
|
+
export declare type StaffTrainResponse = {
|
3927
|
+
commonResponse: CommonResponse;
|
3928
|
+
};
|
3929
|
+
export declare type StoryReadRequest = {
|
3930
|
+
storyId: string;
|
3931
|
+
isLast: boolean;
|
3932
|
+
};
|
3933
|
+
export declare type StoryReadResponse = {
|
3934
|
+
rewards: RewardResult[];
|
3935
|
+
commonResponse: CommonResponse;
|
3936
|
+
};
|
3937
|
+
export declare type StoryReleaseEpisodeRequest = {
|
3938
|
+
storyPartId: string;
|
3939
|
+
chapter: number;
|
3940
|
+
route: number;
|
3941
|
+
episode: number;
|
3942
|
+
};
|
3943
|
+
export declare type StoryReleaseEpisodeResponse = {
|
3944
|
+
commonResponse: CommonResponse;
|
3945
|
+
};
|
3946
|
+
export declare type StoryListEventResponse = {
|
3947
|
+
infos: EventStoryInfo[];
|
3948
|
+
commonResponse: CommonResponse;
|
3949
|
+
};
|
3950
|
+
export declare type StoryReadEventRequest = {
|
3951
|
+
eventStoryId: string;
|
3952
|
+
episode: number;
|
3953
|
+
isLast: boolean;
|
3954
|
+
};
|
3955
|
+
export declare type StoryReadEventResponse = {
|
3956
|
+
rewards: RewardResult[];
|
3957
|
+
commonResponse: CommonResponse;
|
3958
|
+
};
|
3959
|
+
export declare type SystemCheckRequest = {
|
3960
|
+
firebaseIDToken: string;
|
3961
|
+
};
|
3962
|
+
export declare type SystemCheckResponse = {
|
3963
|
+
maintenanceInfo: MaintenanceInfo;
|
3964
|
+
reviewInfo: ReviewInfo;
|
3965
|
+
keepAliveTimeMilliseconds: number;
|
3966
|
+
keepAliveTimeoutMilliseconds: number;
|
3967
|
+
enableCrashlyticsCollection: boolean;
|
3968
|
+
enableUnityLogErrorToLogException: boolean;
|
3969
|
+
};
|
3970
|
+
export declare type MaintenanceInfo = {
|
3971
|
+
inMaintenance: boolean;
|
3972
|
+
topMessage: string;
|
3973
|
+
bottomMessage: string;
|
3974
|
+
startTime: string;
|
3975
|
+
endTime: string;
|
3976
|
+
isBeforeRelease: boolean;
|
3977
|
+
twitterUrl: string;
|
3978
|
+
mvUrl: string;
|
3979
|
+
gamePvUrl: string;
|
3980
|
+
};
|
3981
|
+
export declare type ReviewInfo = {
|
3982
|
+
inReview: boolean;
|
3983
|
+
alternativeApiHost: string;
|
3984
|
+
};
|
3985
|
+
export declare type TelephoneReceiveRequest = {
|
3986
|
+
telephoneIds: string[];
|
3987
|
+
};
|
3988
|
+
export declare type TelephoneReceiveResponse = {
|
3989
|
+
commonResponse: CommonResponse;
|
3990
|
+
};
|
3991
|
+
export declare type TelephoneFinishesRequest = {
|
3992
|
+
telephoneIds: string[];
|
3993
|
+
};
|
3994
|
+
export declare type TelephoneFinishesResponse = {
|
3995
|
+
isReliabilityUp: boolean;
|
3996
|
+
commonResponse: CommonResponse;
|
3997
|
+
};
|
3998
|
+
export declare type TelephoneCallHistoryRequest = {
|
3999
|
+
telephoneId: string;
|
4000
|
+
};
|
4001
|
+
export declare type TelephoneCallHistoryResponse = {
|
4002
|
+
commonResponse: CommonResponse;
|
4003
|
+
};
|
4004
|
+
export declare type TourTopRequest = {
|
4005
|
+
tourId: string;
|
4006
|
+
};
|
4007
|
+
export declare type TourTopResponse = {
|
4008
|
+
tourInfo: TourInfo;
|
4009
|
+
userTourInfo: UserTourInfo;
|
4010
|
+
dokanInfos: DokanInfo[];
|
4011
|
+
commonResponse: CommonResponse;
|
4012
|
+
};
|
4013
|
+
export declare type TourRankingRequest = {
|
4014
|
+
tourId: string;
|
4015
|
+
};
|
4016
|
+
export declare type TourRankingResponse = {
|
4017
|
+
rankingInfos: TourRankingInfo[];
|
4018
|
+
selfPoint: string;
|
4019
|
+
selfRank: number;
|
4020
|
+
commonResponse: CommonResponse;
|
4021
|
+
};
|
4022
|
+
export declare type TourAreaTopRequest = {
|
4023
|
+
tourId: string;
|
4024
|
+
isCurrentAreaRestart: boolean;
|
4025
|
+
tourDifficultyNumber: number;
|
4026
|
+
};
|
4027
|
+
export declare type TourAreaTopResponse = {
|
4028
|
+
areaInfo: TourAreaInfo;
|
4029
|
+
commonResponse: CommonResponse;
|
4030
|
+
};
|
4031
|
+
export declare type TourAreaActivityRequest = {
|
4032
|
+
tourId: string;
|
4033
|
+
step: number;
|
4034
|
+
position: number;
|
4035
|
+
};
|
4036
|
+
export declare type TourAreaActivityResponse = {
|
4037
|
+
areaInfo: TourAreaInfo;
|
4038
|
+
commonResponse: CommonResponse;
|
4039
|
+
};
|
4040
|
+
export declare type TourAreaRefreshRequest = {
|
4041
|
+
tourId: string;
|
4042
|
+
step: number;
|
4043
|
+
position: number;
|
4044
|
+
};
|
4045
|
+
export declare type TourAreaRefreshResponse = {
|
4046
|
+
areaInfo: TourAreaInfo;
|
4047
|
+
commonResponse: CommonResponse;
|
4048
|
+
};
|
4049
|
+
export declare type TourAreaScoutRequest = {
|
4050
|
+
tourId: string;
|
4051
|
+
step: number;
|
4052
|
+
position: number;
|
4053
|
+
cardId: string;
|
4054
|
+
};
|
4055
|
+
export declare type TourAreaScoutResponse = {
|
4056
|
+
areaInfo: TourAreaInfo;
|
4057
|
+
commonResponse: CommonResponse;
|
4058
|
+
};
|
4059
|
+
export declare type TourAreaLiveRequest = {
|
4060
|
+
tourId: string;
|
4061
|
+
step: number;
|
4062
|
+
position: number;
|
4063
|
+
isSkip: boolean;
|
4064
|
+
};
|
4065
|
+
export declare type TourAreaLiveResponse = {
|
4066
|
+
areaInfo: TourAreaInfo;
|
4067
|
+
liveInfo: TourLiveInfo;
|
4068
|
+
resultInfo: TourResultInfo;
|
4069
|
+
commonResponse: CommonResponse;
|
4070
|
+
};
|
4071
|
+
export declare type TourAreaLiveBonusRequest = {
|
4072
|
+
tourId: string;
|
4073
|
+
step: number;
|
4074
|
+
position: number;
|
4075
|
+
liveBonusId: string;
|
4076
|
+
};
|
4077
|
+
export declare type TourAreaLiveBonusResponse = {
|
4078
|
+
areaInfo: TourAreaInfo;
|
4079
|
+
commonResponse: CommonResponse;
|
4080
|
+
};
|
4081
|
+
export declare type TourAreaPvpRequest = {
|
4082
|
+
tourId: string;
|
4083
|
+
step: number;
|
4084
|
+
position: number;
|
4085
|
+
isSkip: boolean;
|
4086
|
+
};
|
4087
|
+
export declare type TourAreaPvpResponse = {
|
4088
|
+
areaInfo: TourAreaInfo;
|
4089
|
+
liveInfo: TourLiveInfo;
|
4090
|
+
resultInfo: TourResultInfo;
|
4091
|
+
commonResponse: CommonResponse;
|
4092
|
+
};
|
4093
|
+
export declare type TourAreaClearRequest = {
|
4094
|
+
tourId: string;
|
4095
|
+
};
|
4096
|
+
export declare type TourAreaClearResponse = {
|
4097
|
+
areaInfo: TourAreaInfo;
|
4098
|
+
areaClearInfo: TourAreaClearInfo;
|
4099
|
+
resultInfo: TourResultInfo;
|
4100
|
+
commonResponse: CommonResponse;
|
4101
|
+
};
|
4102
|
+
export declare type TourAreaNextRequest = {
|
4103
|
+
tourId: string;
|
4104
|
+
};
|
4105
|
+
export declare type TourAreaNextResponse = {
|
4106
|
+
areaInfo: TourAreaInfo;
|
4107
|
+
commonResponse: CommonResponse;
|
4108
|
+
};
|
4109
|
+
export declare type TourAreaRetireRequest = {
|
4110
|
+
tourId: string;
|
4111
|
+
};
|
4112
|
+
export declare type TourAreaRetireResponse = {
|
4113
|
+
areaInfo: TourAreaInfo;
|
4114
|
+
resultInfo: TourResultInfo;
|
4115
|
+
commonResponse: CommonResponse;
|
4116
|
+
};
|
4117
|
+
export declare type TourDeckSaveRequest = {
|
4118
|
+
tourId: string;
|
4119
|
+
deckInfos: TourDeckInfo[];
|
4120
|
+
};
|
4121
|
+
export declare type TourDeckSaveResponse = {
|
4122
|
+
commonResponse: CommonResponse;
|
4123
|
+
};
|
4124
|
+
export declare type TourInfo = {
|
4125
|
+
id: string;
|
4126
|
+
name: string;
|
4127
|
+
type: TourType;
|
4128
|
+
enemyType: TourEnemyType;
|
4129
|
+
startTime: string;
|
4130
|
+
endTime: string;
|
4131
|
+
aggregateEndTime: string;
|
4132
|
+
exchangeEndTime: string;
|
4133
|
+
assetId: string;
|
4134
|
+
bannerAssetId: string;
|
4135
|
+
areaStaminaRecoveryMinutes: number;
|
4136
|
+
initialAreaStamina: number;
|
4137
|
+
initialLife: number;
|
4138
|
+
eventStoryInfo: EventStoryInfo;
|
4139
|
+
eventMissionInfo: EventMissionInfo;
|
4140
|
+
eventExchangeBoothInfo: EventExchangeBoothInfo;
|
4141
|
+
noticeInfo: NoticeInfo;
|
4142
|
+
tourRankingRewardInfos: TourRankingRewardInfo[];
|
4143
|
+
tourDifficultyInfos: TourDifficultyInfo[];
|
4144
|
+
};
|
4145
|
+
export declare type UserTourInfo = {
|
4146
|
+
areaStamina: number;
|
4147
|
+
staminaUpdatedTime: string;
|
4148
|
+
highestScore: string;
|
4149
|
+
highestScoreTime: string;
|
4150
|
+
mostProgressArea: number;
|
4151
|
+
mostProgressAreaName: string;
|
4152
|
+
life: number;
|
4153
|
+
currentScore: string;
|
4154
|
+
currentArea: number;
|
4155
|
+
currentAreaName: string;
|
4156
|
+
rank: string;
|
4157
|
+
isRetired: boolean;
|
4158
|
+
isAreaCleared: boolean;
|
4159
|
+
isLastArea: boolean;
|
4160
|
+
clearedDifficultyNumber: number;
|
4161
|
+
currentDifficultyNumber: number;
|
4162
|
+
};
|
4163
|
+
export declare type TourDeckInfo = {
|
4164
|
+
position: number;
|
4165
|
+
cardId: string;
|
4166
|
+
scoutId: string;
|
4167
|
+
};
|
4168
|
+
export declare type TourAreaInfo = {
|
4169
|
+
areaStamina: number;
|
4170
|
+
staminaUpdatedTime: string;
|
4171
|
+
highestScore: string;
|
4172
|
+
highestScoreTime: string;
|
4173
|
+
mostProgressArea: number;
|
4174
|
+
mostProgressAreaName: string;
|
4175
|
+
life: number;
|
4176
|
+
score: string;
|
4177
|
+
area: number;
|
4178
|
+
areaName: string;
|
4179
|
+
step: number;
|
4180
|
+
position: number;
|
4181
|
+
areaScore: string;
|
4182
|
+
isAreaCleared: boolean;
|
4183
|
+
isRetired: boolean;
|
4184
|
+
stepInfos: TourStepInfo[];
|
4185
|
+
areaRewards: Reward[];
|
4186
|
+
liveBonusInfos: TourLiveBonusInfo[];
|
4187
|
+
cardInfos: TourCardInfo[];
|
4188
|
+
scoutInfos: TourScoutInfo[];
|
4189
|
+
deckInfos: TourDeckInfo[];
|
4190
|
+
isLastArea: boolean;
|
4191
|
+
tourType: TourType;
|
4192
|
+
tourAreaType: TourAreaType;
|
4193
|
+
};
|
4194
|
+
export declare type TourStepInfo = {
|
4195
|
+
step: number;
|
4196
|
+
positionInfos: TourPositionInfo[];
|
4197
|
+
};
|
4198
|
+
export declare type TourPositionInfo = {
|
4199
|
+
position: number;
|
4200
|
+
type: TourStepType;
|
4201
|
+
activityInfo: TourEffectActivity;
|
4202
|
+
refreshInfo: TourEffectRefresh;
|
4203
|
+
scoutInfo: TourEffectScout;
|
4204
|
+
liveInfo: TourEffectLive;
|
4205
|
+
pvpInfo: TourEffectPvp;
|
4206
|
+
liveBonusInfos: TourLiveBonusInfo[];
|
4207
|
+
isPassed: boolean;
|
4208
|
+
};
|
4209
|
+
export declare type TourEffectScout = {
|
4210
|
+
scoutInfos: TourScoutInfo[];
|
4211
|
+
};
|
4212
|
+
export declare type TourOpponentInfo = {
|
4213
|
+
name: string;
|
4214
|
+
managerLevel: number;
|
4215
|
+
cardInfos: LiveBattleCardInfo[];
|
4216
|
+
};
|
4217
|
+
export declare type TourCardInfo = {
|
4218
|
+
cardId: string;
|
4219
|
+
staminaPermil: number;
|
4220
|
+
};
|
4221
|
+
export declare type TourScoutInfo = {
|
4222
|
+
scoutId: string;
|
4223
|
+
cardId: string;
|
4224
|
+
staminaPermil: number;
|
4225
|
+
isRival: boolean;
|
4226
|
+
level: number;
|
4227
|
+
rarity: number;
|
4228
|
+
dance: string;
|
4229
|
+
vocal: string;
|
4230
|
+
visual: string;
|
4231
|
+
stamina: string;
|
4232
|
+
mental: string;
|
4233
|
+
technique: string;
|
4234
|
+
skillLevel1: number;
|
4235
|
+
skillLevel2: number;
|
4236
|
+
skillLevel3: number;
|
4237
|
+
};
|
4238
|
+
export declare type TourLiveInfo = {
|
4239
|
+
result: LiveResult;
|
4240
|
+
rewards: Reward[];
|
4241
|
+
rankType: ResultRankType;
|
4242
|
+
rankPlus: number;
|
4243
|
+
rankPatterns: QuestRankPattern[];
|
4244
|
+
};
|
4245
|
+
export declare type TourAreaClearInfo = {
|
4246
|
+
areaRewards: Reward[];
|
4247
|
+
firstClearRewards: Reward[];
|
4248
|
+
score: string;
|
4249
|
+
areaScore: string;
|
4250
|
+
rank: string;
|
4251
|
+
isBest: boolean;
|
4252
|
+
};
|
4253
|
+
export declare type TourResultInfo = {
|
4254
|
+
score: string;
|
4255
|
+
rank: string;
|
4256
|
+
isBest: boolean;
|
4257
|
+
};
|
4258
|
+
export declare type TutorialInitRequest = {
|
4259
|
+
name: string;
|
4260
|
+
};
|
4261
|
+
export declare type TutorialInitResponse = {
|
4262
|
+
commonResponse: CommonResponse;
|
4263
|
+
};
|
4264
|
+
export declare type TutorialProgressRequest = {
|
4265
|
+
type: TutorialType;
|
4266
|
+
step: number;
|
4267
|
+
};
|
4268
|
+
export declare type TutorialProgressResponse = {
|
4269
|
+
commonResponse: CommonResponse;
|
4270
|
+
};
|
4271
|
+
export declare type TutorialStartQuestRequest = {
|
4272
|
+
questId: string;
|
4273
|
+
};
|
4274
|
+
export declare type TutorialStartQuestResponse = {
|
4275
|
+
result: LiveResult;
|
4276
|
+
rankPatterns: QuestRankPattern[];
|
4277
|
+
commonResponse: CommonResponse;
|
4278
|
+
};
|
4279
|
+
export declare type TutorialActivityStartFanEventResponse = {
|
4280
|
+
progress: FanEventProgress;
|
4281
|
+
commonResponse: CommonResponse;
|
4282
|
+
};
|
4283
|
+
export declare type TutorialActivityReceivePromotionRewardResponse = {
|
4284
|
+
rewards: Reward[];
|
4285
|
+
activityLevelProgress: ActivityLevelProgress;
|
4286
|
+
commonResponse: CommonResponse;
|
4287
|
+
};
|
4288
|
+
export declare type TutorialActivityReceiveLessonRewardResponse = {
|
4289
|
+
rewards: Reward[];
|
4290
|
+
commonResponse: CommonResponse;
|
4291
|
+
};
|
4292
|
+
export declare type TutorialPhotoCreateShootingRequest = {
|
4293
|
+
mainCharacterId: string;
|
4294
|
+
};
|
4295
|
+
export declare type TutorialPhotoCreateShootingResponse = {
|
4296
|
+
photo: UserPhoto;
|
4297
|
+
isGift: boolean;
|
4298
|
+
commonResponse: CommonResponse;
|
4299
|
+
};
|
4300
|
+
export declare type TutorialSkipResponse = {
|
4301
|
+
commonResponse: CommonResponse;
|
4302
|
+
};
|
4303
|
+
export declare type UserGetResponse = {
|
4304
|
+
user: User;
|
4305
|
+
items: UserItem[];
|
4306
|
+
cards: UserCard[];
|
4307
|
+
characters: UserCharacter[];
|
4308
|
+
costumes: UserCostume[];
|
4309
|
+
accessories: UserAccessory[];
|
4310
|
+
photos: UserPhoto[];
|
4311
|
+
decks: UserDeck[];
|
4312
|
+
deckPositions: UserDeckPosition[];
|
4313
|
+
stories: UserStory[];
|
4314
|
+
points: UserPoint[];
|
4315
|
+
staffs: UserStaff[];
|
4316
|
+
messages: UserMessage[];
|
4317
|
+
telephones: UserTelephone[];
|
4318
|
+
missions: UserMission[];
|
4319
|
+
profile: UserProfile;
|
4320
|
+
emblems: UserEmblem[];
|
4321
|
+
characterMusics: UserCharacterMusic[];
|
4322
|
+
balance: UserBalance;
|
4323
|
+
totalCount: UserTotalCount;
|
4324
|
+
areas: UserArea[];
|
4325
|
+
quests: UserQuest[];
|
4326
|
+
gachaButtons: UserGachaButton[];
|
4327
|
+
homeTalks: UserHomeTalk[];
|
4328
|
+
photoReport: UserPhotoReport;
|
4329
|
+
cardSupports: UserCardSupport[];
|
4330
|
+
messageSchedules: UserMessageSchedule[];
|
4331
|
+
notifications: UserNotification[];
|
4332
|
+
hierarchy: UserHierarchy;
|
4333
|
+
tutorials: UserTutorial[];
|
4334
|
+
homePositions: UserHomePosition[];
|
4335
|
+
musics: UserMusic[];
|
4336
|
+
decorations: UserDecoration[];
|
4337
|
+
photoRecipes: UserPhotoRecipe[];
|
4338
|
+
buddy: UserBuddy;
|
4339
|
+
invite: UserInvite;
|
4340
|
+
userPublic: UserPublic;
|
4341
|
+
};
|
4342
|
+
export declare type UserUpdateRequest = {
|
4343
|
+
name: string;
|
4344
|
+
};
|
4345
|
+
export declare type UserUpdateResponse = {
|
4346
|
+
commonResponse: CommonResponse;
|
4347
|
+
};
|
4348
|
+
export declare type UserProvideExternalRewardRequest = {
|
4349
|
+
externalRewardId: string;
|
4350
|
+
};
|
4351
|
+
export declare type UserProvideExternalRewardResponse = {
|
4352
|
+
commonResponse: CommonResponse;
|
4353
|
+
};
|