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.
Files changed (269) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +17 -0
  3. package/out/concert/concert.d.ts +69 -0
  4. package/out/concert/concert.js +161 -0
  5. package/out/concert/concert.js.map +1 -0
  6. package/out/concert/consts/chart_consts.d.ts +41 -0
  7. package/out/concert/consts/chart_consts.js +65 -0
  8. package/out/concert/consts/chart_consts.js.map +1 -0
  9. package/out/concert/consts/eff_grades.d.ts +1191 -0
  10. package/out/concert/consts/eff_grades.js +221 -0
  11. package/out/concert/consts/eff_grades.js.map +1 -0
  12. package/out/concert/consts/efficacy_list.d.ts +9 -0
  13. package/out/concert/consts/efficacy_list.js +50 -0
  14. package/out/concert/consts/efficacy_list.js.map +1 -0
  15. package/out/concert/efficacy_analyze.d.ts +11 -0
  16. package/out/concert/efficacy_analyze.js +82 -0
  17. package/out/concert/efficacy_analyze.js.map +1 -0
  18. package/out/concert/efficacy_proc.d.ts +0 -0
  19. package/out/concert/efficacy_proc.js +1 -0
  20. package/out/concert/efficacy_proc.js.map +1 -0
  21. package/out/concert/partial/a_migration.d.ts +2 -0
  22. package/out/concert/partial/a_migration.js +36 -0
  23. package/out/concert/partial/a_migration.js.map +1 -0
  24. package/out/concert/partial/actions/action.d.ts +24 -0
  25. package/out/concert/partial/actions/action.js +130 -0
  26. package/out/concert/partial/actions/action.js.map +1 -0
  27. package/out/concert/partial/actions/active_skill_chance_assignment.d.ts +2 -0
  28. package/out/concert/partial/actions/active_skill_chance_assignment.js +14 -0
  29. package/out/concert/partial/actions/active_skill_chance_assignment.js.map +1 -0
  30. package/out/concert/partial/actions/cool_time_increase.d.ts +4 -0
  31. package/out/concert/partial/actions/cool_time_increase.js +43 -0
  32. package/out/concert/partial/actions/cool_time_increase.js.map +1 -0
  33. package/out/concert/partial/actions/cool_time_reduction.d.ts +4 -0
  34. package/out/concert/partial/actions/cool_time_reduction.js +43 -0
  35. package/out/concert/partial/actions/cool_time_reduction.js.map +1 -0
  36. package/out/concert/partial/actions/dance_boost.d.ts +2 -0
  37. package/out/concert/partial/actions/dance_boost.js +35 -0
  38. package/out/concert/partial/actions/dance_boost.js.map +1 -0
  39. package/out/concert/partial/actions/dance_down.d.ts +2 -0
  40. package/out/concert/partial/actions/dance_down.js +35 -0
  41. package/out/concert/partial/actions/dance_down.js.map +1 -0
  42. package/out/concert/partial/actions/dance_up.d.ts +2 -0
  43. package/out/concert/partial/actions/dance_up.js +35 -0
  44. package/out/concert/partial/actions/dance_up.js.map +1 -0
  45. package/out/concert/partial/actions/fix_stamina_recovery.d.ts +2 -0
  46. package/out/concert/partial/actions/fix_stamina_recovery.js +35 -0
  47. package/out/concert/partial/actions/fix_stamina_recovery.js.map +1 -0
  48. package/out/concert/partial/actions/live_ability_cool_time_reduction.d.ts +2 -0
  49. package/out/concert/partial/actions/live_ability_cool_time_reduction.js +14 -0
  50. package/out/concert/partial/actions/live_ability_cool_time_reduction.js.map +1 -0
  51. package/out/concert/partial/actions/stamina_consumption.d.ts +2 -0
  52. package/out/concert/partial/actions/stamina_consumption.js +34 -0
  53. package/out/concert/partial/actions/stamina_consumption.js.map +1 -0
  54. package/out/concert/partial/actions/strength_effect_assignment.d.ts +2 -0
  55. package/out/concert/partial/actions/strength_effect_assignment.js +14 -0
  56. package/out/concert/partial/actions/strength_effect_assignment.js.map +1 -0
  57. package/out/concert/partial/actions/strength_effect_assignment_all.d.ts +2 -0
  58. package/out/concert/partial/actions/strength_effect_assignment_all.js +40 -0
  59. package/out/concert/partial/actions/strength_effect_assignment_all.js.map +1 -0
  60. package/out/concert/partial/actions/strength_effect_count_increase.d.ts +2 -0
  61. package/out/concert/partial/actions/strength_effect_count_increase.js +40 -0
  62. package/out/concert/partial/actions/strength_effect_count_increase.js.map +1 -0
  63. package/out/concert/partial/actions/strength_effect_erasing.d.ts +2 -0
  64. package/out/concert/partial/actions/strength_effect_erasing.js +41 -0
  65. package/out/concert/partial/actions/strength_effect_erasing.js.map +1 -0
  66. package/out/concert/partial/actions/strength_effect_erasing_all.d.ts +2 -0
  67. package/out/concert/partial/actions/strength_effect_erasing_all.js +34 -0
  68. package/out/concert/partial/actions/strength_effect_erasing_all.js.map +1 -0
  69. package/out/concert/partial/actions/strength_effect_migration_before_active_skill.d.ts +2 -0
  70. package/out/concert/partial/actions/strength_effect_migration_before_active_skill.js +47 -0
  71. package/out/concert/partial/actions/strength_effect_migration_before_active_skill.js.map +1 -0
  72. package/out/concert/partial/actions/strength_effect_migration_before_special_skill.d.ts +2 -0
  73. package/out/concert/partial/actions/strength_effect_migration_before_special_skill.js +47 -0
  74. package/out/concert/partial/actions/strength_effect_migration_before_special_skill.js.map +1 -0
  75. package/out/concert/partial/actions/strength_effect_value_increase.d.ts +2 -0
  76. package/out/concert/partial/actions/strength_effect_value_increase.js +55 -0
  77. package/out/concert/partial/actions/strength_effect_value_increase.js.map +1 -0
  78. package/out/concert/partial/actions/target_stamina_recovery.d.ts +2 -0
  79. package/out/concert/partial/actions/target_stamina_recovery.js +36 -0
  80. package/out/concert/partial/actions/target_stamina_recovery.js.map +1 -0
  81. package/out/concert/partial/actions/visual_boost.d.ts +2 -0
  82. package/out/concert/partial/actions/visual_boost.js +35 -0
  83. package/out/concert/partial/actions/visual_boost.js.map +1 -0
  84. package/out/concert/partial/actions/visual_down.d.ts +2 -0
  85. package/out/concert/partial/actions/visual_down.js +35 -0
  86. package/out/concert/partial/actions/visual_down.js.map +1 -0
  87. package/out/concert/partial/actions/visual_up.d.ts +2 -0
  88. package/out/concert/partial/actions/visual_up.js +35 -0
  89. package/out/concert/partial/actions/visual_up.js.map +1 -0
  90. package/out/concert/partial/actions/vocal_boost.d.ts +2 -0
  91. package/out/concert/partial/actions/vocal_boost.js +35 -0
  92. package/out/concert/partial/actions/vocal_boost.js.map +1 -0
  93. package/out/concert/partial/actions/vocal_down.d.ts +2 -0
  94. package/out/concert/partial/actions/vocal_down.js +35 -0
  95. package/out/concert/partial/actions/vocal_down.js.map +1 -0
  96. package/out/concert/partial/actions/vocal_up.d.ts +2 -0
  97. package/out/concert/partial/actions/vocal_up.js +35 -0
  98. package/out/concert/partial/actions/vocal_up.js.map +1 -0
  99. package/out/concert/partial/actions/weakness_effect_inversion.d.ts +2 -0
  100. package/out/concert/partial/actions/weakness_effect_inversion.js +60 -0
  101. package/out/concert/partial/actions/weakness_effect_inversion.js.map +1 -0
  102. package/out/concert/partial/actions/weakness_effect_recovery.d.ts +2 -0
  103. package/out/concert/partial/actions/weakness_effect_recovery.js +34 -0
  104. package/out/concert/partial/actions/weakness_effect_recovery.js.map +1 -0
  105. package/out/concert/partial/apply_continuous_effects.d.ts +2 -0
  106. package/out/concert/partial/apply_continuous_effects.js +22 -0
  107. package/out/concert/partial/apply_continuous_effects.js.map +1 -0
  108. package/out/concert/partial/b_check_existence.d.ts +2 -0
  109. package/out/concert/partial/b_check_existence.js +37 -0
  110. package/out/concert/partial/b_check_existence.js.map +1 -0
  111. package/out/concert/partial/c_check_act_skill_stamina.d.ts +2 -0
  112. package/out/concert/partial/c_check_act_skill_stamina.js +28 -0
  113. package/out/concert/partial/c_check_act_skill_stamina.js.map +1 -0
  114. package/out/concert/partial/d_check_act_skill_cool_time.d.ts +2 -0
  115. package/out/concert/partial/d_check_act_skill_cool_time.js +24 -0
  116. package/out/concert/partial/d_check_act_skill_cool_time.js.map +1 -0
  117. package/out/concert/partial/e_check_act_skill_possibility.d.ts +2 -0
  118. package/out/concert/partial/e_check_act_skill_possibility.js +21 -0
  119. package/out/concert/partial/e_check_act_skill_possibility.js.map +1 -0
  120. package/out/concert/partial/f_determine_act_skill_privilege.d.ts +2 -0
  121. package/out/concert/partial/f_determine_act_skill_privilege.js +28 -0
  122. package/out/concert/partial/f_determine_act_skill_privilege.js.map +1 -0
  123. package/out/concert/partial/handle_combo.d.ts +16 -0
  124. package/out/concert/partial/handle_combo.js +44 -0
  125. package/out/concert/partial/handle_combo.js.map +1 -0
  126. package/out/concert/partial/impl_efficacy.d.ts +7 -0
  127. package/out/concert/partial/impl_efficacy.js +19 -0
  128. package/out/concert/partial/impl_efficacy.js.map +1 -0
  129. package/out/concert/partial/init_concert.d.ts +7 -0
  130. package/out/concert/partial/init_concert.js +114 -0
  131. package/out/concert/partial/init_concert.js.map +1 -0
  132. package/out/concert/partial/perform_beat.d.ts +2 -0
  133. package/out/concert/partial/perform_beat.js +19 -0
  134. package/out/concert/partial/perform_beat.js.map +1 -0
  135. package/out/concert/partial/perform_skill.d.ts +15 -0
  136. package/out/concert/partial/perform_skill.js +166 -0
  137. package/out/concert/partial/perform_skill.js.map +1 -0
  138. package/out/concert/partial/prepare_p_skill.d.ts +5 -0
  139. package/out/concert/partial/prepare_p_skill.js +68 -0
  140. package/out/concert/partial/prepare_p_skill.js.map +1 -0
  141. package/out/concert/partial/rotate_ct.d.ts +2 -0
  142. package/out/concert/partial/rotate_ct.js +24 -0
  143. package/out/concert/partial/rotate_ct.js.map +1 -0
  144. package/out/concert/partial/rotate_remains.d.ts +2 -0
  145. package/out/concert/partial/rotate_remains.js +14 -0
  146. package/out/concert/partial/rotate_remains.js.map +1 -0
  147. package/out/concert/target_analyze.d.ts +4 -0
  148. package/out/concert/target_analyze.js +32 -0
  149. package/out/concert/target_analyze.js.map +1 -0
  150. package/out/concert/target_proc.d.ts +3 -0
  151. package/out/concert/target_proc.js +200 -0
  152. package/out/concert/target_proc.js.map +1 -0
  153. package/out/concert/trigger_analyze.d.ts +4 -0
  154. package/out/concert/trigger_analyze.js +38 -0
  155. package/out/concert/trigger_analyze.js.map +1 -0
  156. package/out/concert/trigger_proc.d.ts +5 -0
  157. package/out/concert/trigger_proc.js +334 -0
  158. package/out/concert/trigger_proc.js.map +1 -0
  159. package/out/database/Card.json +7641 -0
  160. package/out/database/CardParameter.json +4682 -0
  161. package/out/database/CardRarity.json +62 -0
  162. package/out/database/LiveAbility.json +26906 -0
  163. package/out/database/LiveBonus.json +464 -0
  164. package/out/database/LiveBonusGroup.json +466 -0
  165. package/out/database/Music.json +20282 -0
  166. package/out/database/MusicChartPattern.json +99842 -0
  167. package/out/database/Quest.json +95671 -0
  168. package/out/database/Setting.json +280 -0
  169. package/out/database/Skill.json +94030 -0
  170. package/out/database/SkillEfficacy.json +37042 -0
  171. package/out/database/SkillTarget.json +212 -0
  172. package/out/database/SkillTrigger.json +511 -0
  173. package/out/db/dao/card_dao.d.ts +5 -0
  174. package/out/db/dao/card_dao.js +27 -0
  175. package/out/db/dao/card_dao.js.map +1 -0
  176. package/out/db/dao/quest_dao.d.ts +8 -0
  177. package/out/db/dao/quest_dao.js +49 -0
  178. package/out/db/dao/quest_dao.js.map +1 -0
  179. package/out/db/dao/setting_dao.d.ts +3 -0
  180. package/out/db/dao/setting_dao.js +13 -0
  181. package/out/db/dao/setting_dao.js.map +1 -0
  182. package/out/db/dao/skill_dao.d.ts +6 -0
  183. package/out/db/dao/skill_dao.js +42 -0
  184. package/out/db/dao/skill_dao.js.map +1 -0
  185. package/out/db/repository/card_repository.d.ts +6 -0
  186. package/out/db/repository/card_repository.js +39 -0
  187. package/out/db/repository/card_repository.js.map +1 -0
  188. package/out/db/repository/quest_repository.d.ts +2 -0
  189. package/out/db/repository/quest_repository.js +17 -0
  190. package/out/db/repository/quest_repository.js.map +1 -0
  191. package/out/db/repository/setting_repository.d.ts +2 -0
  192. package/out/db/repository/setting_repository.js +9 -0
  193. package/out/db/repository/setting_repository.js.map +1 -0
  194. package/out/db/repository/skill_repository.d.ts +2 -0
  195. package/out/db/repository/skill_repository.js +31 -0
  196. package/out/db/repository/skill_repository.js.map +1 -0
  197. package/out/db/wrapper/card_wrapper.d.ts +2 -0
  198. package/out/db/wrapper/card_wrapper.js +30 -0
  199. package/out/db/wrapper/card_wrapper.js.map +1 -0
  200. package/out/db/wrapper/quest_wrapper.d.ts +2 -0
  201. package/out/db/wrapper/quest_wrapper.js +47 -0
  202. package/out/db/wrapper/quest_wrapper.js.map +1 -0
  203. package/out/db/wrapper/skill_wrapper.d.ts +5 -0
  204. package/out/db/wrapper/skill_wrapper.js +34 -0
  205. package/out/db/wrapper/skill_wrapper.js.map +1 -0
  206. package/out/index.d.ts +3 -0
  207. package/out/index.js +18 -0
  208. package/out/index.js.map +1 -0
  209. package/out/main.d.ts +1 -0
  210. package/out/main.js +67 -0
  211. package/out/main.js.map +1 -0
  212. package/out/satomi/card.d.ts +4 -0
  213. package/out/satomi/card.js +36 -0
  214. package/out/satomi/card.js.map +1 -0
  215. package/out/satomi/deck.d.ts +3 -0
  216. package/out/satomi/deck.js +28 -0
  217. package/out/satomi/deck.js.map +1 -0
  218. package/out/satomi/live.d.ts +4 -0
  219. package/out/satomi/live.js +14 -0
  220. package/out/satomi/live.js.map +1 -0
  221. package/out/types/card_types.d.ts +40 -0
  222. package/out/types/card_types.js +3 -0
  223. package/out/types/card_types.js.map +1 -0
  224. package/out/types/concert_types.d.ts +134 -0
  225. package/out/types/concert_types.js +3 -0
  226. package/out/types/concert_types.js.map +1 -0
  227. package/out/types/misc_types.d.ts +15 -0
  228. package/out/types/misc_types.js +3 -0
  229. package/out/types/misc_types.js.map +1 -0
  230. package/out/types/proto/proto_api.d.ts +4353 -0
  231. package/out/types/proto/proto_api.js +4 -0
  232. package/out/types/proto/proto_api.js.map +1 -0
  233. package/out/types/proto/proto_enum.d.ts +1607 -0
  234. package/out/types/proto/proto_enum.js +1744 -0
  235. package/out/types/proto/proto_enum.js.map +1 -0
  236. package/out/types/proto/proto_master.d.ts +1963 -0
  237. package/out/types/proto/proto_master.js +4 -0
  238. package/out/types/proto/proto_master.js.map +1 -0
  239. package/out/types/proto/proto_transaction.d.ts +395 -0
  240. package/out/types/proto/proto_transaction.js +4 -0
  241. package/out/types/proto/proto_transaction.js.map +1 -0
  242. package/out/types/trans_types.d.ts +23 -0
  243. package/out/types/trans_types.js +3 -0
  244. package/out/types/trans_types.js.map +1 -0
  245. package/out/types/wap/card_waps.d.ts +9 -0
  246. package/out/types/wap/card_waps.js +3 -0
  247. package/out/types/wap/card_waps.js.map +1 -0
  248. package/out/types/wap/misc_waps.d.ts +11 -0
  249. package/out/types/wap/misc_waps.js +3 -0
  250. package/out/types/wap/misc_waps.js.map +1 -0
  251. package/out/types/wap/quest_waps.d.ts +12 -0
  252. package/out/types/wap/quest_waps.js +3 -0
  253. package/out/types/wap/quest_waps.js.map +1 -0
  254. package/out/types/wap/skill_waps.d.ts +24 -0
  255. package/out/types/wap/skill_waps.js +3 -0
  256. package/out/types/wap/skill_waps.js.map +1 -0
  257. package/out/utils/calc_utils.d.ts +20 -0
  258. package/out/utils/calc_utils.js +137 -0
  259. package/out/utils/calc_utils.js.map +1 -0
  260. package/out/utils/chart_utils.d.ts +49 -0
  261. package/out/utils/chart_utils.js +218 -0
  262. package/out/utils/chart_utils.js.map +1 -0
  263. package/out/utils/console_utils.d.ts +1 -0
  264. package/out/utils/console_utils.js +9 -0
  265. package/out/utils/console_utils.js.map +1 -0
  266. package/out/utils/skill_utils.d.ts +9 -0
  267. package/out/utils/skill_utils.js +86 -0
  268. package/out/utils/skill_utils.js.map +1 -0
  269. package/package.json +32 -0
@@ -0,0 +1,1963 @@
1
+ import type { AccessoryCategoryType, AccessoryParameterType, ActivityFanEventType, AreaType, ItemType, AttributeType, MoodType, CardType, CardImageType, CharacterPersonalityType, SimpleCharacterPersonalityType, CharacterSdPersonalityType, PsylliumColerType, EventMissionType, FunctionLockType, GachaType, ResourceType, GachaLimitType, HierarchyRewardType, HomePositionType, HomeActionType, HomePlaceType, LinkType, LiveAbilityType, LiveAbilityLevelBackgroundRankType, LiveResultType, LoadingType, LoadingDisplayTargetType, LoginBonusType, MessageType, MessageInstantType, MessageRarityType, MissionCategoryType, MissionType, StageType, PhotoAbilityType, LiveType, StatusEffectType, PhotoShootingActionType, LiveSkipType, RacePanelType, RaceActivityLessonRewardType, RaceRankingType, SkillEfficacyType, SkillTriggerType, ParameterType, StoryPartType, PointType, TutorialType, AssetDownloadType, BacksidePanelType, BacksidePanelAttributeType, HelpType, HelpDisplayTargetType, LiveTipType, MusicChartType, PhotoAbilityTargetType, PhotoShootingMotionType, RewardSortTargetType, RewardSortResourceType, SalaryDetailType, SkillCategoryType, SkillTargetType, PlatformType, TitleBackgroundType, ActivityAbilityType, CardLevelReleaseType, DayOfWeekType, JoinedGuildType, ResultRankType, PhotoAbilityGradeType, TutorialNavigationType, TutorialNavigationPositionType } from './proto_enum';
2
+ export declare type PhotoContestSection = {
3
+ id: string;
4
+ name: string;
5
+ theme: string;
6
+ description: string;
7
+ assetId: string;
8
+ backgroundColorCode: string;
9
+ unlockConditionId: string;
10
+ };
11
+ export declare type Accessory = {
12
+ id: string;
13
+ assetId: string;
14
+ classification: string;
15
+ rarity: number;
16
+ name: string;
17
+ categoryType: AccessoryCategoryType;
18
+ param1Type: AccessoryParameterType;
19
+ param1Permil: number;
20
+ param1Value: number;
21
+ param2Type: AccessoryParameterType;
22
+ param2Permil: number;
23
+ param2Value: number;
24
+ salePrice: number;
25
+ limitBreakPhase: number;
26
+ limitBreakConsumptionId: string;
27
+ };
28
+ export declare type ActivityFanEvent = {
29
+ id: string;
30
+ name: string;
31
+ type: ActivityFanEventType;
32
+ viewConditionId: string;
33
+ unlockConditionId: string;
34
+ order: number;
35
+ levels: ActivityFanEventLevel[];
36
+ };
37
+ export declare type ActivityFanEventLevel = {
38
+ level: number;
39
+ name: string;
40
+ unlockConditionId: string;
41
+ };
42
+ export declare type ActivityPerformance = {
43
+ id: string;
44
+ costumeTypeIds: string[];
45
+ forceCostumeTypeId: string;
46
+ fieldId: string;
47
+ existBackground: boolean;
48
+ existForeground: boolean;
49
+ backgroundTopColorCode: string;
50
+ backgroundBottomColorCode: string;
51
+ fieldSpineNumber: number;
52
+ fieldSpineColorSlotId: string;
53
+ fieldSpineColorSlotNumber: number;
54
+ existProp: boolean;
55
+ assistantNpcSpineId: string;
56
+ };
57
+ export declare type ActivityPromotion = {
58
+ id: string;
59
+ name: string;
60
+ viewConditionId: string;
61
+ unlockConditionId: string;
62
+ order: number;
63
+ levels: ActivityPromotionLevel[];
64
+ };
65
+ export declare type ActivityPromotionLevel = {
66
+ level: number;
67
+ name: string;
68
+ unlockConditionId: string;
69
+ };
70
+ export declare type ActivityRefresh = {
71
+ id: string;
72
+ name: string;
73
+ viewConditionId: string;
74
+ unlockConditionId: string;
75
+ order: number;
76
+ levels: ActivityRefreshLevel[];
77
+ };
78
+ export declare type ActivityRefreshLevel = {
79
+ level: number;
80
+ name: string;
81
+ viewConditionId: string;
82
+ unlockConditionId: string;
83
+ };
84
+ export declare type Area = {
85
+ id: string;
86
+ type: AreaType;
87
+ name: string;
88
+ description: string;
89
+ order: number;
90
+ areaGroupId: string;
91
+ viewConditionId: string;
92
+ unlockConditionId: string;
93
+ dailyLimitCount: number;
94
+ dailyTicketItemType: ItemType;
95
+ rewardAssetId: string;
96
+ assetId: string;
97
+ colorCode: string;
98
+ dailySpecialTicketItemId: string;
99
+ dailyRewardName: string;
100
+ questIds: string[];
101
+ };
102
+ export declare type AreaGroup = {
103
+ id: string;
104
+ name: string;
105
+ order: number;
106
+ assetId: string;
107
+ areaIds: string[];
108
+ };
109
+ export declare type BacksidePanelGoalSetting = {
110
+ id: string;
111
+ name: string;
112
+ musicId: string;
113
+ musicChartPatternId: string;
114
+ backsideQuestSettingId: string;
115
+ stageId: string;
116
+ };
117
+ export declare type BacksideQuestSetting = {
118
+ id: string;
119
+ position1AttributeType: AttributeType;
120
+ position2AttributeType: AttributeType;
121
+ position3AttributeType: AttributeType;
122
+ position4AttributeType: AttributeType;
123
+ position5AttributeType: AttributeType;
124
+ activeSkillWeightPermil: number;
125
+ specialSkillWeightPermil: number;
126
+ skillStaminaWeightPermil: number;
127
+ staminaRecoveryWeightPermil: number;
128
+ beatDanceWeightPermil: number;
129
+ beatVocalWeightPermil: number;
130
+ beatVisualWeightPermil: number;
131
+ questPressureId: string;
132
+ questCharacterAdvantageId: string;
133
+ questAudienceAdvantageId: string;
134
+ moodType: MoodType;
135
+ };
136
+ export declare type BoxGacha = {
137
+ id: string;
138
+ boxGachaGroupId: string;
139
+ name: string;
140
+ unlockConditionId: string;
141
+ requiredResourceAmount: number;
142
+ canReset: boolean;
143
+ resetLimitCount: number;
144
+ };
145
+ export declare type Card = {
146
+ id: string;
147
+ assetId: string;
148
+ name: string;
149
+ description: string;
150
+ type: CardType;
151
+ characterId: string;
152
+ initialRarity: number;
153
+ cardParameterId: string;
154
+ vocalRatioPermil: number;
155
+ danceRatioPermil: number;
156
+ visualRatioPermil: number;
157
+ staminaRatioPermil: number;
158
+ cardLevelReleaseId: string;
159
+ skillId1: string;
160
+ skillId2: string;
161
+ skillId3: string;
162
+ liveAbilityId: string;
163
+ activityAbilityId: string;
164
+ order: number;
165
+ releaseDate: string;
166
+ rewardCostumeId: string;
167
+ imageType1: CardImageType;
168
+ displayPositionX1: number;
169
+ displayPositionY1: number;
170
+ displayScale1: number;
171
+ highlightDisplayPositionX1: number;
172
+ highlightDisplayPositionY1: number;
173
+ highlightDisplayScale1: number;
174
+ imageType2: CardImageType;
175
+ displayPositionX2: number;
176
+ displayPositionY2: number;
177
+ displayScale2: number;
178
+ highlightDisplayPositionX2: number;
179
+ highlightDisplayPositionY2: number;
180
+ highlightDisplayScale2: number;
181
+ obtainMessage: string;
182
+ stories: CardStory[];
183
+ messages: CardMessage[];
184
+ homeTalks: CardHomeTalk[];
185
+ };
186
+ export declare type CardDuplicateReward = {
187
+ initialRarity: number;
188
+ currentRarity: number;
189
+ rewardId: string;
190
+ };
191
+ export declare type CardHomeTalk = {
192
+ homeTalkId: string;
193
+ };
194
+ export declare type CardMessage = {
195
+ messageId: string;
196
+ telephoneId: string;
197
+ };
198
+ export declare type CardStory = {
199
+ storyId: string;
200
+ };
201
+ export declare type CardSupportRelease = {
202
+ count: number;
203
+ itemId: string;
204
+ itemAmount: number;
205
+ stoneAmount: number;
206
+ };
207
+ export declare type Character = {
208
+ id: string;
209
+ assetId: string;
210
+ characterGroupId: string;
211
+ order: number;
212
+ name: string;
213
+ enName: string;
214
+ cv: string;
215
+ age: string;
216
+ birthday: string;
217
+ height: string;
218
+ weight: string;
219
+ zodiacSign: string;
220
+ hometown: string;
221
+ favorite: string;
222
+ unfavorite: string;
223
+ profile: string;
224
+ isNpc: boolean;
225
+ costumeIds: string[];
226
+ altCharacters: CharacterDuplicate[];
227
+ defaultCostumeId: string;
228
+ heightCorrectionPermil: number;
229
+ color: string;
230
+ activityFanEventWords: ActivityFanEventWord[];
231
+ talkArrivalMotionAssetId: string;
232
+ talkArrivalAdditionMotionAssetId: string;
233
+ viewConditionId: string;
234
+ personalityType: CharacterPersonalityType;
235
+ simplePersonalityType: SimpleCharacterPersonalityType;
236
+ sdPersonalityType: CharacterSdPersonalityType;
237
+ costumeMotionAssetIds: string[];
238
+ costumeAdditionMotionAssetIds: string[];
239
+ costumeVoiceAssetIds: string[];
240
+ isLeftHanded: boolean;
241
+ psylliumColerType: PsylliumColerType;
242
+ shortProfile: string;
243
+ threeSize: string;
244
+ catchphrase: string;
245
+ firstName: string;
246
+ idiom: string;
247
+ isMemories: boolean;
248
+ defaultLiveCostumeId: string;
249
+ facePositionX: number;
250
+ facePositionY: number;
251
+ groupPositionX: number;
252
+ groupPositionY: number;
253
+ catchphraseColor: string;
254
+ unlockConditionId: string;
255
+ };
256
+ export declare type CharacterCostumeGroup = {
257
+ groupId: string;
258
+ costumeId: string;
259
+ };
260
+ export declare type CharacterDuplicate = {
261
+ characterId: string;
262
+ priority: number;
263
+ };
264
+ export declare type CharacterGroup = {
265
+ id: string;
266
+ assetId: string;
267
+ order: number;
268
+ name: string;
269
+ viewConditionId: string;
270
+ color: string;
271
+ mappings: CharacterGroupMapping[];
272
+ isMemories: boolean;
273
+ backgroundColor: string;
274
+ textColor: string;
275
+ };
276
+ export declare type CharacterGroupMapping = {
277
+ characterId: string;
278
+ description: string;
279
+ assetId: string;
280
+ order: number;
281
+ };
282
+ export declare type ConditionAccessoryAmount = {
283
+ accessoryId: string;
284
+ amountGte: string;
285
+ };
286
+ export declare type ConditionActivityLevel = {
287
+ characterId: string;
288
+ levelGte: number;
289
+ levelLte: number;
290
+ };
291
+ export declare type ConditionCardLevel = {
292
+ cardId: string;
293
+ levelGte: number;
294
+ };
295
+ export declare type ConditionCardRarity = {
296
+ cardId: string;
297
+ rarityGte: number;
298
+ rarityLte: number;
299
+ };
300
+ export declare type ConditionCharacterPhotoAmount = {
301
+ characterId: string;
302
+ amountGte: string;
303
+ };
304
+ export declare type ConditionClearArea = {
305
+ areaId: string;
306
+ };
307
+ export declare type ConditionClearMission = {
308
+ missionId: string;
309
+ threshold: string;
310
+ };
311
+ export declare type ConditionClearQuest = {
312
+ questId: string;
313
+ };
314
+ export declare type ConditionContestQuestHighestRank = {
315
+ questId: string;
316
+ rankLte: number;
317
+ };
318
+ export declare type ConditionDailyAreaClear = {
319
+ areaId: string;
320
+ countGte: number;
321
+ };
322
+ export declare type ConditionDailyQuestClear = {
323
+ questId: string;
324
+ countGte: number;
325
+ };
326
+ export declare type ConditionFanAmount = {
327
+ characterId: string;
328
+ amountGte: string;
329
+ };
330
+ export declare type ConditionFinishedMessage = {
331
+ messageId: string;
332
+ };
333
+ export declare type ConditionHierarchyDetailGradeId = {
334
+ hierarchyDetailGradeId: string;
335
+ };
336
+ export declare type ConditionItemAmount = {
337
+ itemId: string;
338
+ amountGte: string;
339
+ };
340
+ export declare type ConditionLiveCharacterHighestScore = {
341
+ characterId: string;
342
+ scoreGte: string;
343
+ };
344
+ export declare type ConditionMaxQuestScoreRank = {
345
+ questId: string;
346
+ rankGte: number;
347
+ };
348
+ export declare type ConditionNotSatisfyCondition = {
349
+ conditionId: string;
350
+ };
351
+ export declare type ConditionObtainAccessory = {
352
+ accessoryId: string;
353
+ };
354
+ export declare type ConditionObtainCard = {
355
+ cardId: string;
356
+ };
357
+ export declare type ConditionObtainCharacter = {
358
+ characterId: string;
359
+ };
360
+ export declare type ConditionObtainCostume = {
361
+ costumeId: string;
362
+ };
363
+ export declare type ConditionObtainEmblem = {
364
+ emblemId: string;
365
+ };
366
+ export declare type ConditionObtainItem = {
367
+ itemId: string;
368
+ };
369
+ export declare type ConditionOpenGacha = {
370
+ gachaId: string;
371
+ };
372
+ export declare type ConditionReadStory = {
373
+ storyId: string;
374
+ };
375
+ export declare type ConditionReliability = {
376
+ characterId: string;
377
+ reliabilityGte: number;
378
+ };
379
+ export declare type ConditionSatisfyCondition = {
380
+ conditionId: string;
381
+ };
382
+ export declare type ConditionWearCostume = {
383
+ costumeId: string;
384
+ };
385
+ export declare type ConditionWearLiveCostume = {
386
+ costumeId: string;
387
+ };
388
+ export declare type Costume = {
389
+ id: string;
390
+ hairAssetId: string;
391
+ faceAssetId: string;
392
+ bodyAssetId: string;
393
+ characterId: string;
394
+ order: number;
395
+ name: string;
396
+ releaseDate: string;
397
+ costumeTypeId: string;
398
+ sdAssetId: string;
399
+ motifAssetId: string;
400
+ isUserUnavailable: boolean;
401
+ };
402
+ export declare type Decoration = {
403
+ id: string;
404
+ name: string;
405
+ assetId: string;
406
+ autoProvideConditionId: string;
407
+ order: number;
408
+ description: string;
409
+ };
410
+ export declare type Emblem = {
411
+ id: string;
412
+ name: string;
413
+ assetId: string;
414
+ autoProvideConditionId: string;
415
+ isViewableInInactive: boolean;
416
+ order: number;
417
+ description: string;
418
+ };
419
+ export declare type EventMission = {
420
+ id: string;
421
+ eventMissionType: EventMissionType;
422
+ assetId: string;
423
+ name: string;
424
+ order: number;
425
+ viewConditionId: string;
426
+ unlockConditionId: string;
427
+ missionIds: string[];
428
+ };
429
+ export declare type EventStory = {
430
+ id: string;
431
+ assetId: string;
432
+ name: string;
433
+ description: string;
434
+ order: number;
435
+ viewConditionId: string;
436
+ episodes: EventStoryEpisode[];
437
+ };
438
+ export declare type EventStoryEpisode = {
439
+ episode: number;
440
+ assetId: string;
441
+ storyId: string;
442
+ viewConditionId: string;
443
+ unlockConditionId: string;
444
+ isAppeal: boolean;
445
+ };
446
+ export declare type FunctionLock = {
447
+ type: FunctionLockType;
448
+ requiredManagerLevel: number;
449
+ unlockConditionId: string;
450
+ };
451
+ export declare type Gacha = {
452
+ id: string;
453
+ assetId: string;
454
+ bannerAssetId: string;
455
+ appealAssetId: string;
456
+ movieAssetId: string;
457
+ screenAssetId: string;
458
+ name: string;
459
+ description: string;
460
+ precaution: string;
461
+ gachaType: GachaType;
462
+ viewConditionId: string;
463
+ unlockConditionId: string;
464
+ pickupCardIds: string[];
465
+ exchangeResourceType: ResourceType;
466
+ exchangeResourceId: string;
467
+ exchangeBoothId: string;
468
+ order: number;
469
+ isPeriodDisplay: boolean;
470
+ appealText: string;
471
+ selectPickupAmount: number;
472
+ selectCardIds: string[];
473
+ shopId: string;
474
+ buttonIds: string[];
475
+ exchangeIds: string[];
476
+ cardRewards: GachaCardReward[];
477
+ };
478
+ export declare type GachaButton = {
479
+ id: string;
480
+ name: string;
481
+ description: string;
482
+ isAnimation: boolean;
483
+ consumptionId: string;
484
+ discountLimitType: GachaLimitType;
485
+ discountCount: number;
486
+ discountConsumptionId: string;
487
+ drawCount: number;
488
+ limitType: GachaLimitType;
489
+ limitCount: number;
490
+ bonusRewardId: string;
491
+ bonusCount: number;
492
+ order: number;
493
+ gachaId: string;
494
+ };
495
+ export declare type GachaCardReward = {
496
+ cardId: string;
497
+ rewardId: string;
498
+ };
499
+ export declare type GachaExchange = {
500
+ id: string;
501
+ rewardId: string;
502
+ exchangeLimit: number;
503
+ requiredResourceAmount: string;
504
+ order: number;
505
+ gachaId: string;
506
+ };
507
+ export declare type GuildTopMovie = {
508
+ assetId: string;
509
+ musicAssetId: string;
510
+ conditionId: string;
511
+ order: number;
512
+ };
513
+ export declare type HierarchyDetailGrade = {
514
+ id: string;
515
+ hierarchyGradeId: string;
516
+ subName: string;
517
+ requiredHierarchyPoint: string;
518
+ requiredHierarchyRank: number;
519
+ order: number;
520
+ };
521
+ export declare type HierarchyDivisionReward = {
522
+ id: string;
523
+ name: string;
524
+ rewardId: string;
525
+ order: number;
526
+ detailGradeId: string;
527
+ };
528
+ export declare type HierarchyReward = {
529
+ id: string;
530
+ hierarchyRewardType: HierarchyRewardType;
531
+ order: number;
532
+ name: string;
533
+ conditionId: string;
534
+ rewardId: string;
535
+ };
536
+ export declare type HomeAction = {
537
+ homeActionId: string;
538
+ characterId: string;
539
+ motionAssetId: string;
540
+ additionMotionAssetId: string;
541
+ voiceAssetId: string;
542
+ text: string;
543
+ positionType: HomePositionType;
544
+ conditionId: string;
545
+ weight: number;
546
+ actionType: HomeActionType;
547
+ };
548
+ export declare type HomeBackground = {
549
+ homeBackgroundId: string;
550
+ name: string;
551
+ placeType: HomePlaceType;
552
+ backgroundAssetId: string;
553
+ cameraAssetId: string;
554
+ conditionId: string;
555
+ priority: number;
556
+ positions: number[];
557
+ angles: number[];
558
+ characterCostumeGroupId: string;
559
+ };
560
+ export declare type HomeDrama = {
561
+ homeDramaId: string;
562
+ weight: number;
563
+ placeType: HomePlaceType;
564
+ conditionId: string;
565
+ homeDramaPositionGroupId: string;
566
+ cameraAssetIds: string[];
567
+ details: HomeDramaDetail[];
568
+ isBreak: boolean;
569
+ simplePersonalityType: SimpleCharacterPersonalityType;
570
+ };
571
+ export declare type HomeDramaDetail = {
572
+ order: number;
573
+ text: string;
574
+ timing: number;
575
+ characterId: string;
576
+ voiceAssetId: string;
577
+ homeDramaPositionId: string;
578
+ idleMotionAssetId: string;
579
+ properties: string[];
580
+ };
581
+ export declare type HomeDramaFree = {
582
+ homeDramaPositionGroupId: string;
583
+ homeDramaPositionId: string;
584
+ number: number;
585
+ characterId: string;
586
+ weight: number;
587
+ motionAssetIds: string[];
588
+ properties: string[];
589
+ voiceAssetId: string;
590
+ playStartMillisecond: number;
591
+ };
592
+ export declare type HomeNavigation = {
593
+ homeNavigationId: string;
594
+ characterId: string;
595
+ navigationText: string;
596
+ detailText: string;
597
+ linkType: LinkType;
598
+ linkDetail: string;
599
+ viewConditionId: string;
600
+ order: number;
601
+ };
602
+ export declare type HomeTalk = {
603
+ homeTalkId: string;
604
+ characterId: string;
605
+ placeType: HomePlaceType;
606
+ conditionId: string;
607
+ firstPriority: number;
608
+ weight: number;
609
+ callPatternId: string;
610
+ choiceText: string;
611
+ managerText: string;
612
+ reliability: number;
613
+ characterTalks: CharacterTalk[];
614
+ };
615
+ export declare type HomeTalkCallPattern = {
616
+ characterId: string;
617
+ patternId: string;
618
+ managerCallText: string;
619
+ characterArrivalText: string;
620
+ characterArrivalVoiceAssetId: string;
621
+ };
622
+ export declare type InviteSetting = {
623
+ id: string;
624
+ guestRewardId: string;
625
+ guestCodeEnterAllowDays: number;
626
+ hostRewardAmountLimit: number;
627
+ hostGuestLimit: number;
628
+ hostRewardResourceType: ResourceType;
629
+ hostRewardResourceId: string;
630
+ };
631
+ export declare type LiveAbilityLevel = {
632
+ level: number;
633
+ description: string;
634
+ shortDescription: string;
635
+ type: LiveAbilityType;
636
+ requiredItemAmount: number;
637
+ requiredCardLevel: number;
638
+ value: number;
639
+ skillId: string;
640
+ moodType: MoodType;
641
+ backgroundRankType: LiveAbilityLevelBackgroundRankType;
642
+ };
643
+ export declare type LiveBonus = {
644
+ id: string;
645
+ name: string;
646
+ liveAbilityId: string;
647
+ liveAbilityLevel: number;
648
+ };
649
+ export declare type LiveBonusGroup = {
650
+ groupId: string;
651
+ liveBonusIds: string[];
652
+ };
653
+ export declare type LiveResultAnimation = {
654
+ id: string;
655
+ personalityType: CharacterPersonalityType;
656
+ resultType: LiveResultType;
657
+ firstMotionAssetId: string;
658
+ firstVoiceAssetId: string;
659
+ secondMotionAssetId: string;
660
+ secondVoiceAssetId: string;
661
+ ratio: number;
662
+ conditionId: string;
663
+ };
664
+ export declare type LiveStartAnimation = {
665
+ id: string;
666
+ characterAmount: number;
667
+ motionAssetIds: string[];
668
+ voiceAssetGroupId: string;
669
+ characterIds: string[];
670
+ npcCharacterIds: string[];
671
+ npcMotionAssetIds: string[];
672
+ layoutMotionAssetId: string;
673
+ cameraMotionAssetId: string;
674
+ };
675
+ export declare type LiveStartVoiceAssetGroup = {
676
+ id: string;
677
+ characterId: string;
678
+ voiceAssetId1: string;
679
+ voiceAssetId2: string;
680
+ voiceAssetId3: string;
681
+ };
682
+ export declare type Loading = {
683
+ id: string;
684
+ loadingType: LoadingType;
685
+ targets: LoadingDisplayTargetType[];
686
+ viewConditionId: string;
687
+ title: string;
688
+ assetId: string;
689
+ text: string;
690
+ isDownloading: boolean;
691
+ };
692
+ export declare type LoginBonus = {
693
+ id: string;
694
+ name: string;
695
+ description: string;
696
+ type: LoginBonusType;
697
+ assetId: string;
698
+ topColorCode: string;
699
+ bottomColorCode: string;
700
+ priority: number;
701
+ rewardIds: string[];
702
+ openConditionId: string;
703
+ receiveConditionId: string;
704
+ };
705
+ export declare type LoginBonusText = {
706
+ id: string;
707
+ costumeId: string;
708
+ text: string;
709
+ };
710
+ export declare type MarathonBoxGachaSetting = {
711
+ marathonId: string;
712
+ boxGachaId: string;
713
+ order: number;
714
+ unlockRequiredPoint: number;
715
+ guageColorCode: string;
716
+ guageName: string;
717
+ };
718
+ export declare type MarathonLiveBonus = {
719
+ id: string;
720
+ name: string;
721
+ liveAbilityId: string;
722
+ liveAbilityLevel: number;
723
+ powerPermil: number;
724
+ };
725
+ export declare type MarathonLiveBonusGroup = {
726
+ groupId: string;
727
+ liveBonusId: string;
728
+ };
729
+ export declare type MarathonQuest = {
730
+ id: string;
731
+ marathonId: string;
732
+ name: string;
733
+ description: string;
734
+ order: number;
735
+ unlockConditionId: string;
736
+ marathonPointBonusCharacterIds: string[];
737
+ boxGachaId: string;
738
+ stageId: string;
739
+ musicId: string;
740
+ musicChartPatternId: string;
741
+ requiredUnlockItemAmount: number;
742
+ requiredStamina: number;
743
+ position1AttributeType: AttributeType;
744
+ position2AttributeType: AttributeType;
745
+ position3AttributeType: AttributeType;
746
+ position4AttributeType: AttributeType;
747
+ position5AttributeType: AttributeType;
748
+ activeSkillWeightPermil: number;
749
+ specialSkillWeightPermil: number;
750
+ skillStaminaWeightPermil: number;
751
+ staminaRecoveryWeightPermil: number;
752
+ beatDanceWeightPermil: number;
753
+ beatVocalWeightPermil: number;
754
+ beatVisualWeightPermil: number;
755
+ questPressureId: string;
756
+ questCharacterAdvantageId: string;
757
+ questAudienceAdvantageId: string;
758
+ moodType: MoodType;
759
+ maxCapacity: number;
760
+ dailyLimitCount: number;
761
+ assetId: string;
762
+ unlockDescription: string;
763
+ };
764
+ export declare type MarathonQuestDifficulty = {
765
+ marathonQuestId: string;
766
+ difficultyNumber: number;
767
+ difficultyLevel: number;
768
+ marathonId: string;
769
+ mentalThreshold: number;
770
+ clearScore: string;
771
+ rewardManagerExp: number;
772
+ rewardCardExp: number;
773
+ rewardMarathonPoint: number;
774
+ clearRewardId: string;
775
+ rankAdditionalRewardId: string;
776
+ rankSRewardId: string;
777
+ rankARewardId: string;
778
+ rankBRewardId: string;
779
+ rankCRewardId: string;
780
+ unlockConditionId: string;
781
+ liveBonusGroupId: string;
782
+ };
783
+ export declare type Message = {
784
+ id: string;
785
+ messageGroupId: string;
786
+ name: string;
787
+ type: MessageType;
788
+ characterId: string;
789
+ instantType: MessageInstantType;
790
+ rarityType: MessageRarityType;
791
+ unlockConditionId: string;
792
+ details: MessageDetail[];
793
+ };
794
+ export declare type MessageDetail = {
795
+ messageDetailId: string;
796
+ characterId: string;
797
+ text: string;
798
+ stampAssetId: string;
799
+ imageAssetId: string;
800
+ telephoneId: string;
801
+ choiceText: string;
802
+ delayMinutes: number;
803
+ readMinutes: number;
804
+ nextMessageDetailIds: string[];
805
+ reliability: number;
806
+ };
807
+ export declare type MessageGroup = {
808
+ id: string;
809
+ name: string;
810
+ assetId: string;
811
+ characterIds: string[];
812
+ };
813
+ export declare type Mission = {
814
+ id: string;
815
+ categoryType: MissionCategoryType;
816
+ missionType: MissionType;
817
+ targetIds: string[];
818
+ name: string;
819
+ shortDescription: string;
820
+ longDescription: string;
821
+ order: number;
822
+ viewConditionId: string;
823
+ linkType: LinkType;
824
+ linkDetail: string;
825
+ progresses: MissionProgress[];
826
+ eventMissionId: string;
827
+ };
828
+ export declare type MissionProgress = {
829
+ threshold: string;
830
+ rewardSetId: string;
831
+ };
832
+ export declare type Music = {
833
+ id: string;
834
+ assetId: string;
835
+ name: string;
836
+ description: string;
837
+ order: number;
838
+ lyricist: string;
839
+ composer: string;
840
+ arranger: string;
841
+ singer: string;
842
+ is3DAvailable: boolean;
843
+ comboAdvantageId: string;
844
+ volumePermyriads: number[];
845
+ vocalVolumePermyriads: number[];
846
+ bars: number[];
847
+ beats: number[];
848
+ bpms: number[];
849
+ chartStartOffsetMillisecond: number;
850
+ displayCharacterAmount: number;
851
+ colorVariation: string;
852
+ digests: MusicDigest[];
853
+ releaseTime: string;
854
+ originalCharacterIds: string[];
855
+ notSelectableStageTypes: StageType[];
856
+ mvAssetId: string;
857
+ };
858
+ export declare type MusicMasteryReward = {
859
+ musicId: string;
860
+ characterId: string;
861
+ musicMasteryRewardSetId: string;
862
+ };
863
+ export declare type MusicMasteryRewardSet = {
864
+ id: string;
865
+ level: number;
866
+ rewardId: string;
867
+ };
868
+ export declare type PhotoAbility = {
869
+ id: string;
870
+ name: string;
871
+ description: string;
872
+ abilityType: PhotoAbilityType;
873
+ moodType: MoodType;
874
+ skillId: string;
875
+ photoAbilityLevels: PhotoAbilityLevel[];
876
+ photoAbilityGrades: PhotoAbilityGrade[];
877
+ abilityTargetId: string;
878
+ conditionCardType: CardType;
879
+ conditionLiveType: LiveType;
880
+ statusEffectType: StatusEffectType;
881
+ };
882
+ export declare type PhotoAbilityInfo = {
883
+ photoAbilityId: string;
884
+ effectValue: number;
885
+ missionId: string;
886
+ grade: number;
887
+ };
888
+ export declare type PhotoAbilitySet = {
889
+ id: string;
890
+ photoAbilityIds: string[];
891
+ photoRarity: number;
892
+ limited: boolean;
893
+ };
894
+ export declare type PhotoActivity = {
895
+ id: string;
896
+ name: string;
897
+ type: PhotoShootingActionType;
898
+ thumbAssetId: string;
899
+ stageId: string;
900
+ costumeTypeIds: string[];
901
+ forceCostumeTypeId: string;
902
+ photoShootingMotionSetId: string;
903
+ isDeleteCharacter: boolean;
904
+ order: number;
905
+ viewConditionId: string;
906
+ unlockConditionId: string;
907
+ };
908
+ export declare type PhotoAllInOne = {
909
+ id: string;
910
+ assetId: string;
911
+ characterIds: string[];
912
+ name: string;
913
+ rarity: number;
914
+ placeName: string;
915
+ eventName: string;
916
+ level: number;
917
+ abilities: PhotoAbilityInfo[];
918
+ shootingTime: string;
919
+ focusCharacterId: string;
920
+ };
921
+ export declare type PhotoContestActivity = {
922
+ id: string;
923
+ name: string;
924
+ type: PhotoShootingActionType;
925
+ thumbAssetId: string;
926
+ stageId: string;
927
+ costumeTypeIds: string[];
928
+ forceCostumeTypeId: string;
929
+ photoShootingMotionSetId: string;
930
+ isDeleteCharacter: boolean;
931
+ order: number;
932
+ viewConditionId: string;
933
+ unlockConditionId: string;
934
+ };
935
+ export declare type PhotoContestQuestMusic = {
936
+ id: string;
937
+ musicId: string;
938
+ assetId: string;
939
+ name: string;
940
+ description: string;
941
+ order: number;
942
+ lyricist: string;
943
+ composer: string;
944
+ arranger: string;
945
+ singer: string;
946
+ viewConditionId: string;
947
+ unlockConditionId: string;
948
+ };
949
+ export declare type PhotoContestQuestStage = {
950
+ id: string;
951
+ stageId: string;
952
+ assetId: string;
953
+ name: string;
954
+ description: string;
955
+ maxCapacity: number;
956
+ order: number;
957
+ viewConditionId: string;
958
+ unlockConditionId: string;
959
+ };
960
+ export declare type PhotoContestSectionReward = {
961
+ id: string;
962
+ requiredEvaluationPoint: number;
963
+ rewardId: string;
964
+ };
965
+ export declare type PhotoQuestMusic = {
966
+ id: string;
967
+ assetId: string;
968
+ name: string;
969
+ description: string;
970
+ order: number;
971
+ lyricist: string;
972
+ composer: string;
973
+ arranger: string;
974
+ singer: string;
975
+ viewConditionId: string;
976
+ unlockConditionId: string;
977
+ };
978
+ export declare type PhotoQuestStage = {
979
+ id: string;
980
+ assetId: string;
981
+ name: string;
982
+ description: string;
983
+ maxCapacity: number;
984
+ order: number;
985
+ viewConditionId: string;
986
+ unlockConditionId: string;
987
+ };
988
+ export declare type PhotoRecipe = {
989
+ id: string;
990
+ name: string;
991
+ assetId: string;
992
+ description: string;
993
+ level: number;
994
+ photoAbilitySetId: string;
995
+ retouchConsumptionId: string;
996
+ saleRewardId: string;
997
+ photoRetouchEnhanceGroupId: string;
998
+ characterIds: string[];
999
+ order: number;
1000
+ minPhotoLevel: number;
1001
+ maxPhotoLevel: number;
1002
+ };
1003
+ export declare type PhotoRetouchEnhance = {
1004
+ groupId: string;
1005
+ photoLevel: number;
1006
+ consumptionId: string;
1007
+ };
1008
+ export declare type PhotoShootingCharacterMotion = {
1009
+ id: string;
1010
+ characterId: string;
1011
+ motionAssetId: string;
1012
+ propAssetIds: string[];
1013
+ characterPositions: number[];
1014
+ characterAngles: number[];
1015
+ cameraPositions: number[];
1016
+ cameraAngles: number[];
1017
+ motionDelaySec: number;
1018
+ upperLimit: number;
1019
+ lowerLimit: number;
1020
+ };
1021
+ export declare type PhotoShootingSimplePersonalityMotion = {
1022
+ id: string;
1023
+ personalityType: SimpleCharacterPersonalityType;
1024
+ motionAssetId: string;
1025
+ propAssetIds: string[];
1026
+ photoShootingCharacterMotionId: string;
1027
+ characterPositions: number[];
1028
+ characterAngles: number[];
1029
+ cameraPositions: number[];
1030
+ cameraAngles: number[];
1031
+ motionDelaySec: number;
1032
+ upperLimit: number;
1033
+ lowerLimit: number;
1034
+ };
1035
+ export declare type PhotoSituation = {
1036
+ id: string;
1037
+ assetId: string;
1038
+ characterIds: string[];
1039
+ defaultName: string;
1040
+ placeName: string;
1041
+ eventName: string;
1042
+ shootingTime: string;
1043
+ focusCharacterId: string;
1044
+ };
1045
+ export declare type Quest = {
1046
+ id: string;
1047
+ areaId: string;
1048
+ stageId: string;
1049
+ musicId: string;
1050
+ difficultyLevel: number;
1051
+ name: string;
1052
+ description: string;
1053
+ order: number;
1054
+ skipType: LiveSkipType;
1055
+ musicChartPatternId: string;
1056
+ position1AttributeType: AttributeType;
1057
+ position2AttributeType: AttributeType;
1058
+ position3AttributeType: AttributeType;
1059
+ position4AttributeType: AttributeType;
1060
+ position5AttributeType: AttributeType;
1061
+ activeSkillWeightPermil: number;
1062
+ specialSkillWeightPermil: number;
1063
+ skillStaminaWeightPermil: number;
1064
+ staminaRecoveryWeightPermil: number;
1065
+ beatDanceWeightPermil: number;
1066
+ beatVocalWeightPermil: number;
1067
+ beatVisualWeightPermil: number;
1068
+ maxCapacity: number;
1069
+ mentalThreshold: number;
1070
+ questPressureId: string;
1071
+ questCharacterAdvantageId: string;
1072
+ questAudienceAdvantageId: string;
1073
+ moodType: MoodType;
1074
+ clearScore: string;
1075
+ rewardManagerExp: number;
1076
+ rewardCardExp: number;
1077
+ clearRewardId: string;
1078
+ rankAdditionalRewardId: string;
1079
+ rankSRewardId: string;
1080
+ rankARewardId: string;
1081
+ rankBRewardId: string;
1082
+ rankCRewardId: string;
1083
+ rankDRewardId: string;
1084
+ viewConditionId: string;
1085
+ unlockConditionId: string;
1086
+ dailyLimitCount: number;
1087
+ ticketAmount: number;
1088
+ achievedRankRewards: QuestAchievedRankReward[];
1089
+ liveBonusGroupId: string;
1090
+ };
1091
+ export declare type QuestAchievedRankReward = {
1092
+ highRank: number;
1093
+ lowRank: number;
1094
+ rewardId: string;
1095
+ };
1096
+ export declare type QuestCharacterAdvantage = {
1097
+ id: string;
1098
+ characterGroupId: string;
1099
+ characterIds: string[];
1100
+ advantagePermil: number;
1101
+ };
1102
+ export declare type RaceLiveBonus = {
1103
+ id: string;
1104
+ level: number;
1105
+ liveAbilityId: string;
1106
+ liveAbilityLevel: number;
1107
+ powerPermil: number;
1108
+ requiredRaceMedalAmount: number;
1109
+ unlockConditionId: string;
1110
+ };
1111
+ export declare type RaceLiveBonusGroup = {
1112
+ groupId: string;
1113
+ liveBonusId: string;
1114
+ order: number;
1115
+ };
1116
+ export declare type RacePanel = {
1117
+ raceAreaId: string;
1118
+ number: number;
1119
+ type: RacePanelType;
1120
+ raceQuestId: string;
1121
+ eventStoryEpisode: number;
1122
+ requiredRacePointAmount: number;
1123
+ racePanelRewardId: string;
1124
+ };
1125
+ export declare type RacePanelReward = {
1126
+ id: string;
1127
+ raceId: string;
1128
+ rewardId: string;
1129
+ };
1130
+ export declare type RaceQuest = {
1131
+ id: string;
1132
+ groupId: string;
1133
+ name: string;
1134
+ description: string;
1135
+ order: number;
1136
+ unlockConditionId: string;
1137
+ musicId: string;
1138
+ musicChartPatternId: string;
1139
+ position1AttributeType: AttributeType;
1140
+ position2AttributeType: AttributeType;
1141
+ position3AttributeType: AttributeType;
1142
+ position4AttributeType: AttributeType;
1143
+ position5AttributeType: AttributeType;
1144
+ activeSkillWeightPermil: number;
1145
+ specialSkillWeightPermil: number;
1146
+ skillStaminaWeightPermil: number;
1147
+ staminaRecoveryWeightPermil: number;
1148
+ beatDanceWeightPermil: number;
1149
+ beatVocalWeightPermil: number;
1150
+ beatVisualWeightPermil: number;
1151
+ questPressureId: string;
1152
+ questCharacterAdvantageId: string;
1153
+ questAudienceAdvantageId: string;
1154
+ moodType: MoodType;
1155
+ activityLessonRewardType: RaceActivityLessonRewardType;
1156
+ };
1157
+ export declare type RaceQuestDifficulty = {
1158
+ raceQuestId: string;
1159
+ difficultyNumber: number;
1160
+ difficultyLevel: number;
1161
+ mentalThreshold: number;
1162
+ clearScore: string;
1163
+ unlockConditionId: string;
1164
+ unlockDescription: string;
1165
+ stageId: string;
1166
+ maxCapacity: number;
1167
+ liveBonusGroupId: string;
1168
+ };
1169
+ export declare type RaceRankingReward = {
1170
+ rankGradeId: string;
1171
+ type: RaceRankingType;
1172
+ rankFrom: number;
1173
+ rewardId: string;
1174
+ };
1175
+ export declare type Setting = {
1176
+ id: string;
1177
+ deckCountMax: number;
1178
+ accessoryEnhancesRequiredMaterialAmount: number;
1179
+ characterSecondToRecover: number;
1180
+ deckCardStaminaBarMax: number;
1181
+ deckCardParameterBarMax: number;
1182
+ secondsPerActivityPromotionStep: number;
1183
+ overallVocalPermil: number;
1184
+ overallDancePermil: number;
1185
+ overallVisualPermil: number;
1186
+ overallStaminaPermil: number;
1187
+ overallMentalPermil: number;
1188
+ overallTechniquePermil: number;
1189
+ deckAdvantagePermil: number;
1190
+ activityPromotionFetchStepsSize: number;
1191
+ secondsPerActivityFanEventStep: number;
1192
+ activityFanEventMinPointCoefficientPermil: number;
1193
+ activityFanEventIntermediatePointCoefficientPermil: number;
1194
+ activityFanEventReachMaxPointMilliseconds: number;
1195
+ activityFanEventKeepMaxPointMilliseconds: number;
1196
+ liveMaxParameterBonusPermil: number;
1197
+ characterMotifAssetId: string;
1198
+ cardStaminaBarMax: number;
1199
+ cardParameterBarMax: number;
1200
+ questRankingDisplayNum: number;
1201
+ activityFanEventRankingDisplayNum: number;
1202
+ activityFanEventFetchStepsSize: number;
1203
+ activityFanEventSaveIntervalStepsSize: number;
1204
+ secondsPerActivityFanEventBackgroundStep: number;
1205
+ friendLimit: number;
1206
+ friendOfferLimit: number;
1207
+ friendOfferedLimit: number;
1208
+ accessoryLimit: string;
1209
+ photoDeleteAmountLimit: number;
1210
+ firstMessageDetailId: string;
1211
+ cardResetStoneAmount: number;
1212
+ maxHomePromotionRewardAmount: number;
1213
+ cardSupportLevelLimit: number;
1214
+ functionMaintenanceTitle: string;
1215
+ twitterUrl: string;
1216
+ activityFanEventRequiredCheerPoint: number;
1217
+ secondsPerActivityLessonStep: number;
1218
+ forumMaxReplyAmount: number;
1219
+ forumRestrictCreateThreadHours: number;
1220
+ divisionMoveProhibitionDays: number;
1221
+ cardDefaultMental: number;
1222
+ cardDefaultTechnique: number;
1223
+ reviewDisplayConditionId: string;
1224
+ activityLessonPromoteLimitCount: number;
1225
+ activityLessonPromoteRequiredStoneAmount: number;
1226
+ activityLessonPromoteEffectHours: number;
1227
+ activityLessonPromoteFreeLimitCount: number;
1228
+ functionMaintenanceMessage: string;
1229
+ pvpLiveSkipAvailable: boolean;
1230
+ gvgLiveSkipAvailable: boolean;
1231
+ tourLiveSkipAvailable: boolean;
1232
+ gvgChallengeStoneAmount: number;
1233
+ trainingCostumeIds: string[];
1234
+ tutorialActivityLessonPromoteMinutes: number;
1235
+ tutorialActivityLessonRewardGoldPerMinute: number;
1236
+ tutorialActivityLessonRewardManagerExpPerMinute: number;
1237
+ tutorialActivityLessonRewardCardEnhanceItemPerMinute: number;
1238
+ tutorialActivityPromotionRewardGold: number;
1239
+ tutorialActivityPromotionRewardManagerExp: number;
1240
+ tutorialActivityPromotionRewardActivityExp: number;
1241
+ tutorialActivityPromotionRewardCharacterActivityExp: number;
1242
+ tutorialActivityPromotionRewardCardEnhanceItem: number;
1243
+ tutorialActivityPromotionRewardFanAmount: number;
1244
+ tutorialActivityPromotionPerformanceId: string;
1245
+ tutorialActivityPromotionCharacterIds: string[];
1246
+ giftDefaultFetchSize: number;
1247
+ questRankingLiveReplayableNum: number;
1248
+ tutorialPhotoShootingItemId: string;
1249
+ tutorialPhotoShootingMusicId: string;
1250
+ tutorialPhotoShootingStageId: string;
1251
+ tutorialPhotoShootingCharacterIds: string[];
1252
+ activityFanEventCheerEffectValuePermil: number;
1253
+ photoShootingItemThresholds: number[];
1254
+ tutorialShortQuestId: string;
1255
+ tutorialFullQuestId: string;
1256
+ tutorialMessageId: string;
1257
+ tutorialActivityFanEventCharacterIds: string[];
1258
+ entrustReductionPermil: number;
1259
+ forumBlockDays: number;
1260
+ liveLightFanAmountWeightPermil: number;
1261
+ liveMiddleFanAmountWeightPermil: number;
1262
+ liveHeavyFanAmountWeightPermil: number;
1263
+ tutorialAdvAssetId: string;
1264
+ tutorialAdvTitle: string;
1265
+ tutorialAdvSubTitle: string;
1266
+ liveMinimumGuaranteedAudienceAmount: number;
1267
+ messageExcludeTimeStart: string;
1268
+ messageExcludeTimeEnd: string;
1269
+ deckEntrustSpecialSkillPossessionCoefficientPermil: number;
1270
+ deckEntrustSpecialSkillPossessionReductionCoefficientPermil: number;
1271
+ deckEntrustStaminaReductionCoefficientPermil: number;
1272
+ tutorialActivityFanEventCostumeIds: string[];
1273
+ goldLimit: string;
1274
+ itemLimit: string;
1275
+ freeStoneLimit: string;
1276
+ paidStoneLimit: string;
1277
+ cardSupportRemovableMinutes: number;
1278
+ questDailyTicketLimitUseCount: number;
1279
+ salaryRemainingDaysLte: number;
1280
+ activityRefreshOverflowLimitCoefficientPermil: number;
1281
+ comebackValidHours: number;
1282
+ photoLimitExtendAmount: number;
1283
+ photoLimitExtendStone: number;
1284
+ photoLimitExtendLimit: number;
1285
+ photoDefaultLimit: number;
1286
+ photoRecipeLimit: string;
1287
+ photoRecipeSaleAmountLimit: number;
1288
+ statusEffectTypeStrengthList: StatusEffectType[];
1289
+ statusEffectTypeWeaknessDownList: StatusEffectType[];
1290
+ statusEffectTypeWeaknessOtherList: StatusEffectType[];
1291
+ skillEfficacyTypeScoreList: SkillEfficacyType[];
1292
+ skillEfficacyTypeStrengthList: SkillEfficacyType[];
1293
+ skillEfficacyTypeSupportList: SkillEfficacyType[];
1294
+ skillEfficacyTypeWeaknessDownList: SkillEfficacyType[];
1295
+ skillEfficacyTypeWeaknessOtherList: SkillEfficacyType[];
1296
+ backsideRankingDisplayNum: number;
1297
+ backsideLiveSkipAvailable: boolean;
1298
+ photoContestRankingDisplayNum: number;
1299
+ raceRankingDisplayNum: number;
1300
+ raceDailyRankingDisplayNum: number;
1301
+ raceSecondsPerActivityLessonStep: number;
1302
+ tourRankingDisplayNum: number;
1303
+ buddyRentalDailyLimit: number;
1304
+ };
1305
+ export declare type SkillDetail = {
1306
+ efficacyId: string;
1307
+ triggerId: string;
1308
+ };
1309
+ export declare type SkillEfficacy = {
1310
+ id: string;
1311
+ name: string;
1312
+ type: SkillEfficacyType;
1313
+ description: string;
1314
+ shortDescription: string;
1315
+ grade: number;
1316
+ maxGrade: number;
1317
+ skillTargetId: string;
1318
+ };
1319
+ export declare type SkillLevel = {
1320
+ level: number;
1321
+ description: string;
1322
+ shortDescription: string;
1323
+ requiredItemAmount: number;
1324
+ requiredCardLevel: number;
1325
+ stamina: number;
1326
+ triggerId: string;
1327
+ probabilityPermil: number;
1328
+ limitCount: number;
1329
+ coolTime: number;
1330
+ skillDetails: SkillDetail[];
1331
+ staminaPermil: number;
1332
+ };
1333
+ export declare type SkillTrigger = {
1334
+ id: string;
1335
+ type: SkillTriggerType;
1336
+ characterIds: string[];
1337
+ };
1338
+ export declare type StaffLevel = {
1339
+ parameterType: ParameterType;
1340
+ level: number;
1341
+ requiredMedalAmount: number;
1342
+ advantage: number;
1343
+ unlockConditionId: string;
1344
+ };
1345
+ export declare type Story = {
1346
+ id: string;
1347
+ advAssetId: string;
1348
+ sectionName: string;
1349
+ name: string;
1350
+ description: string;
1351
+ rewardId: string;
1352
+ };
1353
+ export declare type StoryEpisode = {
1354
+ episode: number;
1355
+ assetId: string;
1356
+ storyId: string;
1357
+ viewConditionId: string;
1358
+ unlockConditionId: string;
1359
+ isReleased: boolean;
1360
+ };
1361
+ export declare type StoryPart = {
1362
+ id: string;
1363
+ assetId: string;
1364
+ name: string;
1365
+ subTitle: string;
1366
+ order: number;
1367
+ type: StoryPartType;
1368
+ viewConditionId: string;
1369
+ unlockConditionId: string;
1370
+ pointType: PointType;
1371
+ storyEpisodeConsumptionId: string;
1372
+ chapters: StoryChapter[];
1373
+ noteText: string;
1374
+ };
1375
+ export declare type Telephone = {
1376
+ id: string;
1377
+ messageGroupId: string;
1378
+ characterId: string;
1379
+ name: string;
1380
+ assetId: string;
1381
+ unlockConditionId: string;
1382
+ };
1383
+ export declare type TourQuestSetting = {
1384
+ id: string;
1385
+ position1AttributeType: AttributeType;
1386
+ position2AttributeType: AttributeType;
1387
+ position3AttributeType: AttributeType;
1388
+ position4AttributeType: AttributeType;
1389
+ position5AttributeType: AttributeType;
1390
+ activeSkillWeightPermil: number;
1391
+ specialSkillWeightPermil: number;
1392
+ skillStaminaWeightPermil: number;
1393
+ staminaRecoveryWeightPermil: number;
1394
+ beatDanceWeightPermil: number;
1395
+ beatVocalWeightPermil: number;
1396
+ beatVisualWeightPermil: number;
1397
+ questPressureId: string;
1398
+ questCharacterAdvantageId: string;
1399
+ questAudienceAdvantageId: string;
1400
+ moodType: MoodType;
1401
+ };
1402
+ export declare type Tutorial = {
1403
+ type: TutorialType;
1404
+ stepInfo: TutorialStep[];
1405
+ unlockConditionId: string;
1406
+ };
1407
+ export declare type AccessoryEnhancement = {
1408
+ rarity: number;
1409
+ requiredGold: string;
1410
+ };
1411
+ export declare type ActivityAbility = {
1412
+ id: string;
1413
+ name: string;
1414
+ description: string;
1415
+ levels: ActivityAbilityLevel[];
1416
+ };
1417
+ export declare type AssetDownload = {
1418
+ assetId: string;
1419
+ type: AssetDownloadType;
1420
+ };
1421
+ export declare type BacksideAnimation = {
1422
+ panelType: BacksidePanelType;
1423
+ panelAttributeType: BacksidePanelAttributeType;
1424
+ panelRank: number;
1425
+ backgroundAssetId: string;
1426
+ cameraAssetId: string;
1427
+ motionAssetId: string;
1428
+ additionMotionAssetId: string;
1429
+ propAssetIds: string[];
1430
+ voiceAssetId: string;
1431
+ };
1432
+ export declare type BoxGachaGroup = {
1433
+ id: string;
1434
+ requiredResourceType: ResourceType;
1435
+ requiredResourceId: string;
1436
+ };
1437
+ export declare type CardDuplicateExp = {
1438
+ initialRarity: number;
1439
+ exp: number;
1440
+ };
1441
+ export declare type CardLevel = {
1442
+ level: number;
1443
+ requiredExp: string;
1444
+ };
1445
+ export declare type CardLevelRelease = {
1446
+ id: string;
1447
+ level: number;
1448
+ targets: CardLevelReleaseTarget[];
1449
+ };
1450
+ export declare type CardParameter = {
1451
+ id: string;
1452
+ level: number;
1453
+ value: string;
1454
+ staminaValue: string;
1455
+ };
1456
+ export declare type CardRarity = {
1457
+ rarity: number;
1458
+ levelLimit: number;
1459
+ parameterBonusPermil: number;
1460
+ requiredExp: number;
1461
+ };
1462
+ export declare type CharacterActivityLevel = {
1463
+ level: number;
1464
+ requiredExp: number;
1465
+ maxStamina: number;
1466
+ baseActivityPoint: number;
1467
+ };
1468
+ export declare type ComboAdvantage = {
1469
+ id: string;
1470
+ comboCount: number;
1471
+ advantagePermil: number;
1472
+ };
1473
+ export declare type Condition = {
1474
+ id: string;
1475
+ settings: ConditionSetting[];
1476
+ };
1477
+ export declare type ConditionDescription = {
1478
+ id: string;
1479
+ description: string;
1480
+ };
1481
+ export declare type Consumption = {
1482
+ id: string;
1483
+ resources: ConsumptionResource[];
1484
+ };
1485
+ export declare type CostumeType = {
1486
+ id: string;
1487
+ name: string;
1488
+ };
1489
+ export declare type DeckEntrustCoefficient = {
1490
+ position: number;
1491
+ appealPermil: number;
1492
+ technicalPermil: number;
1493
+ supportPermil: number;
1494
+ };
1495
+ export declare type Division = {
1496
+ id: string;
1497
+ order: number;
1498
+ name: string;
1499
+ };
1500
+ export declare type Guild = {
1501
+ id: string;
1502
+ name: string;
1503
+ assetId: string;
1504
+ order: number;
1505
+ };
1506
+ export declare type HelpCategory = {
1507
+ id: string;
1508
+ type: HelpType;
1509
+ title: string;
1510
+ order: number;
1511
+ targetTypes: HelpDisplayTargetType[];
1512
+ contents: HelpContent[];
1513
+ };
1514
+ export declare type HierarchyGrade = {
1515
+ id: string;
1516
+ name: string;
1517
+ order: number;
1518
+ };
1519
+ export declare type HomeDramaPosition = {
1520
+ homeDramaPositionId: string;
1521
+ name: string;
1522
+ placeType: HomePlaceType;
1523
+ positions: number[];
1524
+ angles: number[];
1525
+ simplePersonalityType: SimpleCharacterPersonalityType;
1526
+ };
1527
+ export declare type HomeDramaPositionGroup = {
1528
+ homeDramaPositionGroupId: string;
1529
+ homeDramaPositionId: string;
1530
+ };
1531
+ export declare type InviteHostReward = {
1532
+ id: string;
1533
+ clearQuestMainAreaCount: number;
1534
+ resourceAmount: number;
1535
+ };
1536
+ export declare type Item = {
1537
+ id: string;
1538
+ name: string;
1539
+ assetId: string;
1540
+ description: string;
1541
+ howToGet: string;
1542
+ type: ItemType;
1543
+ value: number;
1544
+ order: number;
1545
+ salePrice: number;
1546
+ };
1547
+ export declare type LiveAbility = {
1548
+ id: string;
1549
+ name: string;
1550
+ description: string;
1551
+ levels: LiveAbilityLevel[];
1552
+ };
1553
+ export declare type LiveTip = {
1554
+ id: string;
1555
+ type: LiveTipType;
1556
+ description: string;
1557
+ priority: number;
1558
+ };
1559
+ export declare type ManagerLevel = {
1560
+ level: number;
1561
+ requiredExp: string;
1562
+ maxCardLevel: number;
1563
+ maxPhotoEnhanceLevel: number;
1564
+ maxPhotoReportLevel: number;
1565
+ };
1566
+ export declare type MusicChartPattern = {
1567
+ id: string;
1568
+ number: number;
1569
+ type: MusicChartType;
1570
+ position: number;
1571
+ };
1572
+ export declare type MusicMasteryLevel = {
1573
+ level: number;
1574
+ requiredMasteryPoint: number;
1575
+ };
1576
+ export declare type PhotoAbilityTarget = {
1577
+ id: string;
1578
+ type: PhotoAbilityTargetType;
1579
+ targetId: string;
1580
+ };
1581
+ export declare type PhotoRarityLevel = {
1582
+ rarity: number;
1583
+ level: number;
1584
+ deleteRewardItem: number;
1585
+ rerollRequiredItem: number;
1586
+ enhanceRequiredItem: number;
1587
+ };
1588
+ export declare type PhotoShootingMotionSet = {
1589
+ id: string;
1590
+ motionType1: PhotoShootingMotionType;
1591
+ photoShootingMotionId1: string;
1592
+ motionType2: PhotoShootingMotionType;
1593
+ photoShootingMotionId2: string;
1594
+ motionType3: PhotoShootingMotionType;
1595
+ photoShootingMotionId3: string;
1596
+ };
1597
+ export declare type QuestAudienceAdvantage = {
1598
+ id: string;
1599
+ audienceAmount: number;
1600
+ advantagePermil: number;
1601
+ };
1602
+ export declare type QuestContestRankingSeason = {
1603
+ id: string;
1604
+ startTime: string;
1605
+ };
1606
+ export declare type QuestPressure = {
1607
+ id: string;
1608
+ name: string;
1609
+ weightPermil: number;
1610
+ };
1611
+ export declare type QuestStaminaConsumption = {
1612
+ remainStaminaRatioPercent: number;
1613
+ skillTargetParameterWeightPermil: number;
1614
+ };
1615
+ export declare type Reward = {
1616
+ id: string;
1617
+ resources: RewardResource[];
1618
+ };
1619
+ export declare type RewardSort = {
1620
+ rewardSortTargetType: RewardSortTargetType;
1621
+ rewardSortResourceType: RewardSortResourceType;
1622
+ order: number;
1623
+ };
1624
+ export declare type Salary = {
1625
+ type: SalaryDetailType;
1626
+ threshold: string;
1627
+ amount: number;
1628
+ };
1629
+ export declare type Skill = {
1630
+ id: string;
1631
+ name: string;
1632
+ categoryType: SkillCategoryType;
1633
+ levels: SkillLevel[];
1634
+ assetId: string;
1635
+ };
1636
+ export declare type SkillTarget = {
1637
+ id: string;
1638
+ type: SkillTargetType;
1639
+ isOpponent: boolean;
1640
+ };
1641
+ export declare type StaffTraining = {
1642
+ parameterType: ParameterType;
1643
+ name: string;
1644
+ };
1645
+ export declare type Stage = {
1646
+ id: string;
1647
+ type: StageType;
1648
+ assetId: string;
1649
+ thumbnailAssetId: string;
1650
+ name: string;
1651
+ description: string;
1652
+ order: number;
1653
+ timeDifference: string;
1654
+ };
1655
+ export declare type StoreProduct = {
1656
+ productId: string;
1657
+ platformType: PlatformType;
1658
+ price: number;
1659
+ stoneAmount: number;
1660
+ };
1661
+ export declare type StoryEpisodeConsumption = {
1662
+ id: string;
1663
+ releaseCount: number;
1664
+ requiredStoryPoint: number;
1665
+ };
1666
+ export declare type TitleBackground = {
1667
+ id: string;
1668
+ assetId: string;
1669
+ type: TitleBackgroundType;
1670
+ voiceAssetIds: string[];
1671
+ bgmAssetId: string;
1672
+ startTime: string;
1673
+ endTime: string;
1674
+ priority: number;
1675
+ };
1676
+ export declare type TotalStaffEnhanceAdvantage = {
1677
+ enhanceCount: number;
1678
+ advantagePermil: number;
1679
+ };
1680
+ export declare type Wording = {
1681
+ key: string;
1682
+ word: string;
1683
+ };
1684
+ export declare type ActivityAbilityLevel = {
1685
+ level: number;
1686
+ description: string;
1687
+ shortDescription: string;
1688
+ type: ActivityAbilityType;
1689
+ requiredItemAmount: number;
1690
+ requiredCardLevel: number;
1691
+ targetId: string;
1692
+ value: number;
1693
+ };
1694
+ export declare type CardLevelReleaseTarget = {
1695
+ type: CardLevelReleaseType;
1696
+ number: number;
1697
+ };
1698
+ export declare type ActivityFanEventWord = {
1699
+ word: string;
1700
+ voiceAssetId: string;
1701
+ };
1702
+ export declare type ConditionSetting = {
1703
+ satisfyCondition: ConditionSatisfyCondition;
1704
+ notSatisfyCondition: ConditionNotSatisfyCondition;
1705
+ startHours: ConditionStartHours;
1706
+ notLoginDays: ConditionNotLoginDays;
1707
+ accumulationLoginDays: ConditionAccumulationLoginDays;
1708
+ managerLevel: ConditionManagerLevel;
1709
+ deckMaxOverallValue: ConditionDeckMaxOverallValue;
1710
+ clearQuest: ConditionClearQuest;
1711
+ maxQuestScoreRank: ConditionMaxQuestScoreRank;
1712
+ dailyQuestClear: ConditionDailyQuestClear;
1713
+ dailyAreaClear: ConditionDailyAreaClear;
1714
+ animeStoryPoint: ConditionAnimeStoryPoint;
1715
+ gameStoryPoint: ConditionGameStoryPoint;
1716
+ groupStoryPoint: ConditionGroupStoryPoint;
1717
+ readStory: ConditionReadStory;
1718
+ clearMission: ConditionClearMission;
1719
+ obtainCharacter: ConditionObtainCharacter;
1720
+ obtainCard: ConditionObtainCard;
1721
+ obtainCostume: ConditionObtainCostume;
1722
+ wearCostume: ConditionWearCostume;
1723
+ cardLevel: ConditionCardLevel;
1724
+ cardRarity: ConditionCardRarity;
1725
+ photoReportPityTimer: ConditionPhotoReportPityTimer;
1726
+ activityLevel: ConditionActivityLevel;
1727
+ exchangeCount: ConditionExchangeCount;
1728
+ term: ConditionTerm;
1729
+ dayOfWeek: ConditionDayOfWeek;
1730
+ time: ConditionTime;
1731
+ obtainItem: ConditionObtainItem;
1732
+ itemAmount: ConditionItemAmount;
1733
+ gold: ConditionGold;
1734
+ stone: ConditionStone;
1735
+ obtainEmblem: ConditionObtainEmblem;
1736
+ openGacha: ConditionOpenGacha;
1737
+ drawGacha: ConditionDrawGacha;
1738
+ purchaseShop: ConditionPurchaseShop;
1739
+ platformType: ConditionPlatformType;
1740
+ division: ConditionDivision;
1741
+ joinedGuild: ConditionJoinedGuild;
1742
+ activityFanEventLevel: ConditionActivityFanEventLevel;
1743
+ activityPromotionLevel: ConditionActivityPromotionLevel;
1744
+ activityRefreshLevel: ConditionActivityRefreshLevel;
1745
+ contestQuestTotalScore: ConditionContestQuestTotalScore;
1746
+ clearArea: ConditionClearArea;
1747
+ reliability: ConditionReliability;
1748
+ hierarchyDetailGradeId: ConditionHierarchyDetailGradeId;
1749
+ hierarchyPointGte: ConditionHierarchyPointGte;
1750
+ diary: ConditionDiary;
1751
+ staffTrainTotalCount: ConditionStaffTrainTotalCount;
1752
+ photoShootTotalCount: ConditionPhotoShootTotalCount;
1753
+ tourAreaProgress: ConditionTourAreaProgress;
1754
+ activityFanEventBestScoreRank: ConditionActivityFanEventBestScoreRank;
1755
+ activityFanEventTotalCount: ConditionActivityFanEventTotalCount;
1756
+ activityPromotionTotalHours: ConditionActivityPromotionTotalHours;
1757
+ activityRefreshTotalCount: ConditionActivityRefreshTotalCount;
1758
+ liveCharacterHighestScore: ConditionLiveCharacterHighestScore;
1759
+ fanAmount: ConditionFanAmount;
1760
+ highestSalary: ConditionHighestSalary;
1761
+ characterPhotoAmount: ConditionCharacterPhotoAmount;
1762
+ tutorialStep: ConditionTutorialStep;
1763
+ forumCreateReplyCount: ConditionForumCreateReplyCount;
1764
+ birthday: ConditionBirthDay;
1765
+ finishedMessage: ConditionFinishedMessage;
1766
+ pvpOpen: ConditionPvpOpen;
1767
+ obtainAccessory: ConditionObtainAccessory;
1768
+ accessoryAmount: ConditionAccessoryAmount;
1769
+ wearLiveCostume: ConditionWearLiveCostume;
1770
+ contestQuestHighestRank: ConditionContestQuestHighestRank;
1771
+ comebackUser: ConditionComebackUser;
1772
+ gameStartTerm: ConditionGameStartTerm;
1773
+ };
1774
+ export declare type ConditionStartHours = {
1775
+ hoursLte: number;
1776
+ };
1777
+ export declare type ConditionNotLoginDays = {
1778
+ daysGte: number;
1779
+ };
1780
+ export declare type ConditionAccumulationLoginDays = {
1781
+ daysGte: number;
1782
+ };
1783
+ export declare type ConditionManagerLevel = {
1784
+ levelLte: number;
1785
+ levelGte: number;
1786
+ };
1787
+ export declare type ConditionDeckMaxOverallValue = {
1788
+ valueLte: number;
1789
+ valueGte: number;
1790
+ };
1791
+ export declare type ConditionAnimeStoryPoint = {
1792
+ pointGte: string;
1793
+ };
1794
+ export declare type ConditionGameStoryPoint = {
1795
+ pointGte: string;
1796
+ };
1797
+ export declare type ConditionGroupStoryPoint = {
1798
+ pointGte: string;
1799
+ };
1800
+ export declare type ConditionPhotoReportPityTimer = {
1801
+ thresholdGte: number;
1802
+ };
1803
+ export declare type ConditionExchangeCount = {
1804
+ exchangeId: string;
1805
+ countGte: number;
1806
+ countLte: number;
1807
+ };
1808
+ export declare type ConditionTerm = {
1809
+ nowAfter: string;
1810
+ nowBefore: string;
1811
+ };
1812
+ export declare type ConditionGameStartTerm = {
1813
+ gameStartDatetimeAfter: string;
1814
+ gameStartDatetimeBefore: string;
1815
+ };
1816
+ export declare type ConditionDayOfWeek = {
1817
+ dayOfWeekType: DayOfWeekType;
1818
+ };
1819
+ export declare type ConditionTime = {
1820
+ nowAfter: string;
1821
+ nowBefore: string;
1822
+ };
1823
+ export declare type ConditionGold = {
1824
+ goldGte: string;
1825
+ };
1826
+ export declare type ConditionStone = {
1827
+ stoneGte: string;
1828
+ };
1829
+ export declare type ConditionDrawGacha = {
1830
+ gachaButtonIds: string[];
1831
+ };
1832
+ export declare type ConditionPurchaseShop = {
1833
+ shopItemId: string;
1834
+ };
1835
+ export declare type ConditionPlatformType = {
1836
+ platformType: PlatformType;
1837
+ };
1838
+ export declare type ConditionDivision = {
1839
+ divisionOrderGte: number;
1840
+ divisionOrderLte: number;
1841
+ };
1842
+ export declare type ConditionJoinedGuild = {
1843
+ joinedGuildType: JoinedGuildType;
1844
+ };
1845
+ export declare type ConditionActivityFanEventLevel = {
1846
+ fanEventId: string;
1847
+ levelGte: number;
1848
+ };
1849
+ export declare type ConditionActivityPromotionLevel = {
1850
+ promotionId: string;
1851
+ levelGte: number;
1852
+ };
1853
+ export declare type ConditionActivityRefreshLevel = {
1854
+ refreshId: string;
1855
+ levelGte: number;
1856
+ };
1857
+ export declare type ConditionContestQuestTotalScore = {
1858
+ scoreGte: string;
1859
+ };
1860
+ export declare type ConditionHierarchyPointGte = {
1861
+ hierarchyPointGte: string;
1862
+ };
1863
+ export declare type ConditionDiary = {
1864
+ isReadAllDiary: boolean;
1865
+ isReadLastDiary: boolean;
1866
+ };
1867
+ export declare type ConditionStaffTrainTotalCount = {
1868
+ countGte: number;
1869
+ };
1870
+ export declare type ConditionPhotoShootTotalCount = {
1871
+ countGte: number;
1872
+ };
1873
+ export declare type ConditionTourAreaProgress = {
1874
+ tourId: string;
1875
+ areaGte: number;
1876
+ };
1877
+ export declare type ConditionActivityFanEventBestScoreRank = {
1878
+ rankType: ResultRankType;
1879
+ plus: number;
1880
+ };
1881
+ export declare type ConditionActivityFanEventTotalCount = {
1882
+ countGte: number;
1883
+ };
1884
+ export declare type ConditionActivityPromotionTotalHours = {
1885
+ hoursGte: number;
1886
+ };
1887
+ export declare type ConditionActivityRefreshTotalCount = {
1888
+ countGte: number;
1889
+ };
1890
+ export declare type ConditionHighestSalary = {
1891
+ highestSalaryGte: string;
1892
+ };
1893
+ export declare type ConditionTutorialStep = {
1894
+ tutorialType: TutorialType;
1895
+ stepGte: number;
1896
+ stepLte: number;
1897
+ };
1898
+ export declare type ConditionForumCreateReplyCount = {
1899
+ createReplyCount: string;
1900
+ };
1901
+ export declare type ConditionBirthDay = {
1902
+ isBirthDay: boolean;
1903
+ };
1904
+ export declare type ConditionPvpOpen = {
1905
+ isPvpOpen: boolean;
1906
+ };
1907
+ export declare type ConditionComebackUser = {
1908
+ isComebackUser: boolean;
1909
+ };
1910
+ export declare type ConsumptionResource = {
1911
+ resourceType: ResourceType;
1912
+ resourceIds: string[];
1913
+ subResourceIds: string[];
1914
+ amount: number;
1915
+ };
1916
+ export declare type HelpContent = {
1917
+ helpContentId: string;
1918
+ title: string;
1919
+ text: string;
1920
+ order: number;
1921
+ targetTypes: HelpDisplayTargetType[];
1922
+ assetIds: string[];
1923
+ };
1924
+ export declare type CharacterTalk = {
1925
+ text: string;
1926
+ voiceAssetId: string;
1927
+ motionAssetId: string;
1928
+ additionMotionAssetId: string;
1929
+ };
1930
+ export declare type MusicDigest = {
1931
+ startMillisecond: number;
1932
+ endMillisecond: number;
1933
+ loop: boolean;
1934
+ };
1935
+ export declare type PhotoAbilityLevel = {
1936
+ level: number;
1937
+ value: number;
1938
+ };
1939
+ export declare type PhotoAbilityGrade = {
1940
+ grade: number;
1941
+ bonusPermil: number;
1942
+ bonusValue: number;
1943
+ type: PhotoAbilityGradeType;
1944
+ };
1945
+ export declare type RewardResource = {
1946
+ resourceType: ResourceType;
1947
+ resourceId: string;
1948
+ amount: number;
1949
+ };
1950
+ export declare type StoryChapter = {
1951
+ chapter: number;
1952
+ route: number;
1953
+ name: string;
1954
+ episodes: StoryEpisode[];
1955
+ };
1956
+ export declare type TutorialStep = {
1957
+ step: number;
1958
+ subStep: number;
1959
+ navigationType: TutorialNavigationType;
1960
+ navigationPositionType: TutorialNavigationPositionType;
1961
+ texts: string[];
1962
+ assetIds: string[];
1963
+ };