hoshimi-venus 0.5.1 → 0.6.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 (53) hide show
  1. package/out/concert/concert.d.ts +2 -0
  2. package/out/concert/concert.js +5 -0
  3. package/out/concert/concert.js.map +1 -1
  4. package/out/concert/consts/chart_consts.d.ts +1 -0
  5. package/out/concert/consts/chart_consts.js +4 -1
  6. package/out/concert/consts/chart_consts.js.map +1 -1
  7. package/out/concert/partial/actions/action.d.ts +1 -1
  8. package/out/concert/partial/actions/action.js +2 -0
  9. package/out/concert/partial/actions/action.js.map +1 -1
  10. package/out/concert/partial/assignment_a_skill.d.ts +2 -0
  11. package/out/concert/partial/assignment_a_skill.js +35 -0
  12. package/out/concert/partial/assignment_a_skill.js.map +1 -0
  13. package/out/concert/partial/b_check_existence.d.ts +1 -1
  14. package/out/concert/partial/b_check_existence.js +6 -2
  15. package/out/concert/partial/b_check_existence.js.map +1 -1
  16. package/out/concert/partial/c_check_act_skill_stamina.js +3 -0
  17. package/out/concert/partial/c_check_act_skill_stamina.js.map +1 -1
  18. package/out/concert/partial/d_check_act_skill_cool_time.js +3 -0
  19. package/out/concert/partial/d_check_act_skill_cool_time.js.map +1 -1
  20. package/out/concert/partial/e_check_act_skill_possibility.js +3 -0
  21. package/out/concert/partial/e_check_act_skill_possibility.js.map +1 -1
  22. package/out/concert/partial/init_concert.js +1 -0
  23. package/out/concert/partial/init_concert.js.map +1 -1
  24. package/out/database/Card.json +1 -8585
  25. package/out/database/CardParameter.json +1 -4682
  26. package/out/database/CardRarity.json +1 -62
  27. package/out/database/Character.json +1 -3743
  28. package/out/database/LiveAbility.json +1 -27692
  29. package/out/database/LiveBonus.json +1 -488
  30. package/out/database/LiveBonusGroup.json +1 -490
  31. package/out/database/MarathonQuest.json +1 -1387
  32. package/out/database/Music.json +1 -24029
  33. package/out/database/MusicChartPattern.json +1 -107582
  34. package/out/database/Quest.json +1 -103537
  35. package/out/database/Setting.json +1 -278
  36. package/out/database/Skill.json +1 -104420
  37. package/out/database/SkillEfficacy.json +1 -40962
  38. package/out/database/SkillTarget.json +1 -227
  39. package/out/database/SkillTrigger.json +1 -576
  40. package/out/main.js +1 -1
  41. package/out/types/card_types.d.ts +3 -3
  42. package/out/types/concert_types.d.ts +13 -12
  43. package/out/types/misc_types.d.ts +2 -2
  44. package/out/types/proto/proto_api.d.ts +834 -834
  45. package/out/types/proto/proto_master.d.ts +265 -265
  46. package/out/types/proto/proto_transaction.d.ts +51 -51
  47. package/out/types/quest_types.d.ts +1 -1
  48. package/out/types/trans_types.d.ts +3 -3
  49. package/out/types/wap/card_waps.d.ts +1 -1
  50. package/out/types/wap/misc_waps.d.ts +2 -2
  51. package/out/types/wap/quest_waps.d.ts +2 -2
  52. package/out/types/wap/skill_waps.d.ts +5 -5
  53. package/package.json +4 -3
@@ -1,7 +1,7 @@
1
1
  import type { ResultRankType, LiveSkipType, LinkType, BoxGachaItemType, DokanType, ShopType, ResourceType, ResetTimingType, ActivityFanEventType, GachaContinuousResultType, GachaType, GvgMatchResultType, MarathonType, LadderPanelType, LeagueDeckType, 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, LeagueStatusType, FunctionMaintenanceType, LeagueSeasonResultType, LeagueSeasonCardResultType, MarathonRaidProgressType, RuleType, ProviderType, ErrorCode, PhotoImageRequestType, PhotoShootingActionType, PhotoContestBaseEvaluationType, PhotoContestBaseGuideRankType, ParameterType, TourType, TourEnemyType, TourAreaType, TourStepType, TutorialType } from './proto_enum';
2
2
  import type { Accessory, HelpCategory } from './proto_master';
3
3
  import type { UserPhoto, UserMission, RewardResult, Reward, Payslip, 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, UserHair, ConsumptionResult, UserGift, UserGiftHistory, UserLoginBonus, MasterTag } from './proto_transaction';
4
- export declare type ActiveFanEvent = {
4
+ export type ActiveFanEvent = {
5
5
  characterIds: string[];
6
6
  name: string;
7
7
  subName: string;
@@ -9,7 +9,7 @@ export declare type ActiveFanEvent = {
9
9
  finishTime: string;
10
10
  currentCheerPoint: number;
11
11
  };
12
- export declare type ActivePromotion = {
12
+ export type ActivePromotion = {
13
13
  characterIds: string[];
14
14
  name: string;
15
15
  subName: string;
@@ -17,18 +17,18 @@ export declare type ActivePromotion = {
17
17
  finishTime: string;
18
18
  campaignEffects: ActivityCampaignEffect[];
19
19
  };
20
- export declare type ActiveRefresh = {
20
+ export type ActiveRefresh = {
21
21
  characterIds: string[];
22
22
  name: string;
23
23
  subName: string;
24
24
  finishTime: string;
25
25
  };
26
- export declare type ActivityCharacterInfo = {
26
+ export type ActivityCharacterInfo = {
27
27
  characterId: string;
28
28
  costumeId: string;
29
29
  hairId: string;
30
30
  };
31
- export declare type ActivityLessonProgress = {
31
+ export type ActivityLessonProgress = {
32
32
  stepRewardGold: number;
33
33
  stepRewardManagerExp: number;
34
34
  stepRewardCardEnhanceItem: number;
@@ -40,14 +40,14 @@ export declare type ActivityLessonProgress = {
40
40
  dailyPromoteCount: number;
41
41
  currentAreaId: string;
42
42
  };
43
- export declare type BacksideCardLiveAbilityInfo = {
43
+ export type BacksideCardLiveAbilityInfo = {
44
44
  cardId: string;
45
45
  level: number;
46
46
  rarity: number;
47
47
  liveAbilityLevel: string;
48
48
  liveAbilityId: string;
49
49
  };
50
- export declare type BacksideDeckCardDetailInfo = {
50
+ export type BacksideDeckCardDetailInfo = {
51
51
  position: number;
52
52
  cardId: string;
53
53
  displayCharacterId: string;
@@ -71,18 +71,18 @@ export declare type BacksideDeckCardDetailInfo = {
71
71
  supported: boolean;
72
72
  displayHairId: string;
73
73
  };
74
- export declare type BacksideDeckCardInfo = {
74
+ export type BacksideDeckCardInfo = {
75
75
  position: number;
76
76
  cardId: string;
77
77
  level: number;
78
78
  rarity: number;
79
79
  };
80
- export declare type BacksideDeckCardStaminaInfo = {
80
+ export type BacksideDeckCardStaminaInfo = {
81
81
  cardId: string;
82
82
  currentMaxStamina: string;
83
83
  currentRemainingStamina: string;
84
84
  };
85
- export declare type BacksideDifficultyInfo = {
85
+ export type BacksideDifficultyInfo = {
86
86
  backsideDifficultyNumber: number;
87
87
  managerLevel: number;
88
88
  cleared: boolean;
@@ -94,7 +94,7 @@ export declare type BacksideDifficultyInfo = {
94
94
  rewardReceivedRankType: ResultRankType;
95
95
  rewardReceivedRankPlus: number;
96
96
  };
97
- export declare type BacksideFinalStageInfo = {
97
+ export type BacksideFinalStageInfo = {
98
98
  number: number;
99
99
  name: string;
100
100
  maxActionCount: number;
@@ -103,14 +103,14 @@ export declare type BacksideFinalStageInfo = {
103
103
  stageHalfwayInfo: BacksideFinalStageHalfwayInfo;
104
104
  pickupCharacterIDs: string[];
105
105
  };
106
- export declare type BacksideLiveBonus = {
106
+ export type BacksideLiveBonus = {
107
107
  liveBonusId: string;
108
108
  name: string;
109
109
  liveAbilityId: string;
110
110
  liveAbilityLevel: number;
111
111
  powerPermil: number;
112
112
  };
113
- export declare type BacksidePanelGoalInfo = {
113
+ export type BacksidePanelGoalInfo = {
114
114
  musicId: string;
115
115
  musicChartPatternId: string;
116
116
  name: string;
@@ -121,7 +121,7 @@ export declare type BacksidePanelGoalInfo = {
121
121
  mentalThreshold: number;
122
122
  liveSkipType: LiveSkipType;
123
123
  };
124
- export declare type BacksidePanelLiveInfo = {
124
+ export type BacksidePanelLiveInfo = {
125
125
  musicId: string;
126
126
  musicChartPatternId: string;
127
127
  name: string;
@@ -132,7 +132,7 @@ export declare type BacksidePanelLiveInfo = {
132
132
  mentalThreshold: number;
133
133
  liveSkipType: LiveSkipType;
134
134
  };
135
- export declare type BacksidePanelPvpInfo = {
135
+ export type BacksidePanelPvpInfo = {
136
136
  musicId: string;
137
137
  musicChartPatternId: string;
138
138
  name: string;
@@ -144,7 +144,7 @@ export declare type BacksidePanelPvpInfo = {
144
144
  mentalThreshold: number;
145
145
  liveSkipType: LiveSkipType;
146
146
  };
147
- export declare type BacksidePracticeStageInfo = {
147
+ export type BacksidePracticeStageInfo = {
148
148
  number: number;
149
149
  name: string;
150
150
  maxActionCount: number;
@@ -153,7 +153,7 @@ export declare type BacksidePracticeStageInfo = {
153
153
  stageHalfwayInfo: BacksidePracticeStageHalfwayInfo;
154
154
  pickupCharacterIDs: string[];
155
155
  };
156
- export declare type BacksideRankingInfo = {
156
+ export type BacksideRankingInfo = {
157
157
  userId: string;
158
158
  name: string;
159
159
  managerLevel: number;
@@ -163,11 +163,11 @@ export declare type BacksideRankingInfo = {
163
163
  emblemId: string;
164
164
  deckCardInfos: BacksideDeckCardInfo[];
165
165
  };
166
- export declare type BacksideRankingRewardInfo = {
166
+ export type BacksideRankingRewardInfo = {
167
167
  rankFrom: number;
168
168
  rewardId: string;
169
169
  };
170
- export declare type Banner = {
170
+ export type Banner = {
171
171
  id: string;
172
172
  assetId: string;
173
173
  text: string;
@@ -176,7 +176,7 @@ export declare type Banner = {
176
176
  order: number;
177
177
  viewConditionId: string;
178
178
  };
179
- export declare type BoxGachaItem = {
179
+ export type BoxGachaItem = {
180
180
  order: number;
181
181
  itemType: BoxGachaItemType;
182
182
  rewardId: string;
@@ -187,23 +187,23 @@ export declare type BoxGachaItem = {
187
187
  assetId: string;
188
188
  description: string;
189
189
  };
190
- export declare type BuddyCardInfo = {
190
+ export type BuddyCardInfo = {
191
191
  cardId: string;
192
192
  rarity: number;
193
193
  level: number;
194
194
  };
195
- export declare type DeckPositionCharacter = {
195
+ export type DeckPositionCharacter = {
196
196
  userDeckPosition: UserDeckPosition;
197
197
  characterId: string;
198
198
  displayCharacterId: string;
199
199
  displayCostumeId: string;
200
200
  displayHairId: string;
201
201
  };
202
- export declare type DivisionInfo = {
202
+ export type DivisionInfo = {
203
203
  id: string;
204
204
  levelAvg: number;
205
205
  };
206
- export declare type DokanInfo = {
206
+ export type DokanInfo = {
207
207
  id: string;
208
208
  type: DokanType;
209
209
  advAssetId: string;
@@ -218,21 +218,21 @@ export declare type DokanInfo = {
218
218
  linkType: LinkType;
219
219
  linkDetail: string;
220
220
  };
221
- export declare type EventButtonDisplayInfo = {
221
+ export type EventButtonDisplayInfo = {
222
222
  conditionId: string;
223
223
  priority: number;
224
224
  assetId: string;
225
225
  };
226
- export declare type EventMissionInfo = {
226
+ export type EventMissionInfo = {
227
227
  id: string;
228
228
  unlocked: boolean;
229
229
  userMissions: UserMission[];
230
230
  };
231
- export declare type EventStoryInfo = {
231
+ export type EventStoryInfo = {
232
232
  id: string;
233
233
  episodes: EventStoryEpisodeInfo[];
234
234
  };
235
- export declare type ExchangeBooth = {
235
+ export type ExchangeBooth = {
236
236
  id: string;
237
237
  name: string;
238
238
  bannerAssetId: string;
@@ -254,7 +254,7 @@ export declare type ExchangeBooth = {
254
254
  viewConditionId: string;
255
255
  unlockConditionId: string;
256
256
  };
257
- export declare type ExchangeItem = {
257
+ export type ExchangeItem = {
258
258
  id: string;
259
259
  assetId: string;
260
260
  rewardId: string;
@@ -270,20 +270,20 @@ export declare type ExchangeItem = {
270
270
  viewConditionId: string;
271
271
  unlockConditionId: string;
272
272
  };
273
- export declare type ExerciseDeckPosition = {
273
+ export type ExerciseDeckPosition = {
274
274
  position: number;
275
275
  cardId: string;
276
276
  part1AccessoryId: string;
277
277
  part2AccessoryId: string;
278
278
  photoAllInOneIds: string[];
279
279
  };
280
- export declare type ExerciseInfo = {
280
+ export type ExerciseInfo = {
281
281
  exerciseId: string;
282
282
  unlocked: boolean;
283
283
  positions: ExerciseDeckPosition[];
284
284
  opponentInfo: QuestOpponentInfo;
285
285
  };
286
- export declare type ExerciseStartResponse = {
286
+ export type ExerciseStartResponse = {
287
287
  questId: string;
288
288
  result: LiveResult;
289
289
  rankType: ResultRankType;
@@ -292,22 +292,22 @@ export declare type ExerciseStartResponse = {
292
292
  clearRewards: RewardResult[];
293
293
  commonResponse: CommonResponse;
294
294
  };
295
- export declare type ExternalRewardInfo = {
295
+ export type ExternalRewardInfo = {
296
296
  externalRewardId: string;
297
297
  rewardId: string;
298
298
  isReceived: boolean;
299
299
  };
300
- export declare type ExtraStoryInfo = {
300
+ export type ExtraStoryInfo = {
301
301
  id: string;
302
302
  unlocked: boolean;
303
303
  episodes: ExtraStoryEpisodeInfo[];
304
304
  };
305
- export declare type ExtraStoryPartInfo = {
305
+ export type ExtraStoryPartInfo = {
306
306
  id: string;
307
307
  unlocked: boolean;
308
308
  stories: ExtraStoryInfo[];
309
309
  };
310
- export declare type FanEvent = {
310
+ export type FanEvent = {
311
311
  id: string;
312
312
  name: string;
313
313
  subName: string;
@@ -332,7 +332,7 @@ export declare type FanEvent = {
332
332
  viewConditionId: string;
333
333
  campaignDropRewardIds: string[];
334
334
  };
335
- export declare type FanEventCharacterInfo = {
335
+ export type FanEventCharacterInfo = {
336
336
  characterId: string;
337
337
  costumeId: string;
338
338
  activityStamina: number;
@@ -343,7 +343,7 @@ export declare type FanEventCharacterInfo = {
343
343
  lastSavedActivityPoint: number;
344
344
  hairId: string;
345
345
  };
346
- export declare type FanEventProgress = {
346
+ export type FanEventProgress = {
347
347
  activityFanEventId: string;
348
348
  activityFanEventName: string;
349
349
  activityFanEventSubName: string;
@@ -363,7 +363,7 @@ export declare type FanEventProgress = {
363
363
  newSpecialFansCount: number;
364
364
  speedRate: number;
365
365
  };
366
- export declare type FanEventRankingInfo = {
366
+ export type FanEventRankingInfo = {
367
367
  rank: string;
368
368
  score: string;
369
369
  userId: string;
@@ -372,34 +372,34 @@ export declare type FanEventRankingInfo = {
372
372
  characterIds: string[];
373
373
  emblemId: string;
374
374
  };
375
- export declare type FavoriteCardInfo = {
375
+ export type FavoriteCardInfo = {
376
376
  cardId: string;
377
377
  rarity: number;
378
378
  };
379
- export declare type GachaButtonInfo = {
379
+ export type GachaButtonInfo = {
380
380
  id: string;
381
381
  todayCount: number;
382
382
  totalCount: number;
383
383
  drawTime: string;
384
384
  };
385
- export declare type GachaContinuousInfo = {
385
+ export type GachaContinuousInfo = {
386
386
  totalDrawCount: number;
387
387
  cardIds: string[];
388
388
  isFinished: boolean;
389
389
  externalRewardInfo: ExternalRewardInfo;
390
390
  };
391
- export declare type GachaContinuousResult = {
391
+ export type GachaContinuousResult = {
392
392
  totalDrawCount: number;
393
393
  cardIds: string[];
394
394
  resultType: GachaContinuousResultType;
395
395
  externalRewardInfo: ExternalRewardInfo;
396
396
  };
397
- export declare type GachaExchangeInfo = {
397
+ export type GachaExchangeInfo = {
398
398
  id: string;
399
399
  exchangedCount: number;
400
400
  exchangedTime: string;
401
401
  };
402
- export declare type GachaHistory = {
402
+ export type GachaHistory = {
403
403
  gachaType: GachaType;
404
404
  drawTime: string;
405
405
  gachaId: string;
@@ -407,7 +407,7 @@ export declare type GachaHistory = {
407
407
  resourceId: string;
408
408
  amount: number;
409
409
  };
410
- export declare type GachaInfo = {
410
+ export type GachaInfo = {
411
411
  id: string;
412
412
  unlocked: boolean;
413
413
  buttons: GachaButtonInfo[];
@@ -419,19 +419,19 @@ export declare type GachaInfo = {
419
419
  continuousInfo: GachaContinuousInfo;
420
420
  stampInfo: GachaStampInfo;
421
421
  };
422
- export declare type GachaPremiumInfo = {
422
+ export type GachaPremiumInfo = {
423
423
  fixedPremiumRewardRequiredDrawCount: number;
424
424
  premiumRewardIds: string[];
425
425
  featuredRewards: Reward[];
426
426
  };
427
- export declare type GuildGvgMatchRankInfo = {
427
+ export type GuildGvgMatchRankInfo = {
428
428
  name: string;
429
429
  managerLevel: number;
430
430
  point: string;
431
431
  rank: number;
432
432
  emblemId: string;
433
433
  };
434
- export declare type GuildGvgSeasonInfo = {
434
+ export type GuildGvgSeasonInfo = {
435
435
  name: string;
436
436
  matchNumber: number;
437
437
  matchEndTime: string;
@@ -444,7 +444,7 @@ export declare type GuildGvgSeasonInfo = {
444
444
  winRewardId: string;
445
445
  isCurrentMatchWin: boolean;
446
446
  };
447
- export declare type GuildGvgSeasonMatchResult = {
447
+ export type GuildGvgSeasonMatchResult = {
448
448
  matchNumber: number;
449
449
  opponentGuildId: string;
450
450
  point: string;
@@ -452,13 +452,13 @@ export declare type GuildGvgSeasonMatchResult = {
452
452
  resultType: GvgMatchResultType;
453
453
  mvpInfo: GuildGvgMatchRankInfo;
454
454
  };
455
- export declare type GuildParam = {
455
+ export type GuildParam = {
456
456
  id: string;
457
457
  weaknessRank: number;
458
458
  memberAmountRank: number;
459
459
  prevSeasonResult: GuildGvgSeasonResult;
460
460
  };
461
- export declare type GvgCurrentSeasonMatchInfo = {
461
+ export type GvgCurrentSeasonMatchInfo = {
462
462
  matchNumber: number;
463
463
  endTime: string;
464
464
  opponentGuildId: string;
@@ -468,18 +468,18 @@ export declare type GvgCurrentSeasonMatchInfo = {
468
468
  opponentLoseCount: number;
469
469
  opponentDrawCount: number;
470
470
  };
471
- export declare type GvgGuildRankingRewardInfo = {
471
+ export type GvgGuildRankingRewardInfo = {
472
472
  rankFrom: number;
473
473
  rewardId: string;
474
474
  };
475
- export declare type GvgRankingRewardInfo = {
475
+ export type GvgRankingRewardInfo = {
476
476
  order: number;
477
477
  rankRateFromPercent: number;
478
478
  rankFrom: number;
479
479
  rewardId: string;
480
480
  hierarchyVariablePoint: string;
481
481
  };
482
- export declare type GvgSeasonInfo = {
482
+ export type GvgSeasonInfo = {
483
483
  id: string;
484
484
  name: string;
485
485
  startTime: string;
@@ -488,7 +488,7 @@ export declare type GvgSeasonInfo = {
488
488
  challengeItemId: string;
489
489
  winRewardId: string;
490
490
  };
491
- export declare type GvgSeasonMatchInfo = {
491
+ export type GvgSeasonMatchInfo = {
492
492
  matchNumber: number;
493
493
  opponentGuildId: string;
494
494
  point: string;
@@ -497,29 +497,29 @@ export declare type GvgSeasonMatchInfo = {
497
497
  memberAmountWeightPermil: number;
498
498
  opponentMemberAmountWeightPermil: number;
499
499
  };
500
- export declare type HierarchyChangeInfo = {
500
+ export type HierarchyChangeInfo = {
501
501
  addHierarchyPoint: string;
502
502
  oldDetailGradeId: string;
503
503
  newDetailGradeId: string;
504
504
  currentRank: number;
505
505
  };
506
- export declare type HierarchyDivisionRewardInfo = {
506
+ export type HierarchyDivisionRewardInfo = {
507
507
  hierarchyDivisionRewardId: string;
508
508
  canReceive: boolean;
509
509
  haveReceived: boolean;
510
510
  firstUserInfo: ProfileInfo;
511
511
  };
512
- export declare type HierarchyNotiInfo = {
512
+ export type HierarchyNotiInfo = {
513
513
  rewardIds: string[];
514
514
  divisionRewardIds: string[];
515
515
  currentDetailGradeId: string;
516
516
  currentRank: number;
517
517
  };
518
- export declare type HierarchyProfileInfo = {
518
+ export type HierarchyProfileInfo = {
519
519
  detailGradeId: string;
520
520
  rank: number;
521
521
  };
522
- export declare type HierarchyRankUserInfo = {
522
+ export type HierarchyRankUserInfo = {
523
523
  userId: string;
524
524
  currentRank: number;
525
525
  managerName: string;
@@ -530,12 +530,12 @@ export declare type HierarchyRankUserInfo = {
530
530
  deckName: string;
531
531
  cardInfos: LastCardInfo[];
532
532
  };
533
- export declare type HierarchyRewardInfo = {
533
+ export type HierarchyRewardInfo = {
534
534
  hierarchyRewardId: string;
535
535
  canReceive: boolean;
536
536
  haveReceived: boolean;
537
537
  };
538
- export declare type HomeBacksideInfo = {
538
+ export type HomeBacksideInfo = {
539
539
  id: string;
540
540
  name: string;
541
541
  startTime: string;
@@ -549,7 +549,7 @@ export declare type HomeBacksideInfo = {
549
549
  isUnlocked: boolean;
550
550
  eventMissionId: string;
551
551
  };
552
- export declare type HomeEnterResponse = {
552
+ export type HomeEnterResponse = {
553
553
  gachaInfos: GachaInfo[];
554
554
  fanEventInfo: FanEventInfo;
555
555
  promotionInfo: PromotionInfo;
@@ -595,11 +595,11 @@ export declare type HomeEnterResponse = {
595
595
  leagueRewardResultInfo: LeagueRewardResultInfo;
596
596
  commonResponse: CommonResponse;
597
597
  };
598
- export declare type HomeEventMissionInfo = {
598
+ export type HomeEventMissionInfo = {
599
599
  id: string;
600
600
  unlocked: boolean;
601
601
  };
602
- export declare type HomeLadderInfo = {
602
+ export type HomeLadderInfo = {
603
603
  id: string;
604
604
  name: string;
605
605
  startTime: string;
@@ -613,7 +613,7 @@ export declare type HomeLadderInfo = {
613
613
  messageGroupId: string;
614
614
  reachablePanelCount: number;
615
615
  };
616
- export declare type HomeMarathonInfo = {
616
+ export type HomeMarathonInfo = {
617
617
  id: string;
618
618
  name: string;
619
619
  startTime: string;
@@ -632,7 +632,7 @@ export declare type HomeMarathonInfo = {
632
632
  reachableLadderPanelCount: number;
633
633
  type: MarathonType;
634
634
  };
635
- export declare type HomePhotoContestInfo = {
635
+ export type HomePhotoContestInfo = {
636
636
  id: string;
637
637
  name: string;
638
638
  startTime: string;
@@ -646,7 +646,7 @@ export declare type HomePhotoContestInfo = {
646
646
  isUnlocked: boolean;
647
647
  hasReceivableSectionReward: boolean;
648
648
  };
649
- export declare type HomeRaceInfo = {
649
+ export type HomeRaceInfo = {
650
650
  id: string;
651
651
  name: string;
652
652
  startTime: string;
@@ -661,7 +661,7 @@ export declare type HomeRaceInfo = {
661
661
  eventMissionId: string;
662
662
  isLessenRewardMax: boolean;
663
663
  };
664
- export declare type HomeTourInfo = {
664
+ export type HomeTourInfo = {
665
665
  id: string;
666
666
  name: string;
667
667
  startTime: string;
@@ -675,7 +675,7 @@ export declare type HomeTourInfo = {
675
675
  isUnlocked: boolean;
676
676
  eventMissionId: string;
677
677
  };
678
- export declare type InviteGuestInfo = {
678
+ export type InviteGuestInfo = {
679
679
  userId: string;
680
680
  name: string;
681
681
  receivedHostRewardIds: string[];
@@ -683,7 +683,7 @@ export declare type InviteGuestInfo = {
683
683
  clearQuestMainAreaCount: string;
684
684
  invitedTime: string;
685
685
  };
686
- export declare type LadderInfo = {
686
+ export type LadderInfo = {
687
687
  id: string;
688
688
  name: string;
689
689
  startTime: string;
@@ -698,7 +698,7 @@ export declare type LadderInfo = {
698
698
  bgmAssetId: string;
699
699
  backgroundAssetId: string;
700
700
  };
701
- export declare type LadderPanel = {
701
+ export type LadderPanel = {
702
702
  type: LadderPanelType;
703
703
  messageId: string;
704
704
  rewardId: string;
@@ -708,18 +708,18 @@ export declare type LadderPanel = {
708
708
  reached: boolean;
709
709
  reachable: boolean;
710
710
  };
711
- export declare type LastCardInfo = {
711
+ export type LastCardInfo = {
712
712
  position: number;
713
713
  cardId: string;
714
714
  level: number;
715
715
  rarity: number;
716
716
  };
717
- export declare type LeagueCardInfo = {
717
+ export type LeagueCardInfo = {
718
718
  cardId: string;
719
719
  level: number;
720
720
  rarity: number;
721
721
  };
722
- export declare type LeagueCardRanking = {
722
+ export type LeagueCardRanking = {
723
723
  userId: string;
724
724
  name: string;
725
725
  cardInfo: LeagueCardInfo;
@@ -727,7 +727,7 @@ export declare type LeagueCardRanking = {
727
727
  rank: number;
728
728
  emblemId: string;
729
729
  };
730
- export declare type LeagueDailyResultInfo = {
730
+ export type LeagueDailyResultInfo = {
731
731
  date: string;
732
732
  point: string;
733
733
  rank: number;
@@ -736,7 +736,7 @@ export declare type LeagueDailyResultInfo = {
736
736
  headline: string;
737
737
  mvpCardId: string;
738
738
  };
739
- export declare type LeagueNewsInfo = {
739
+ export type LeagueNewsInfo = {
740
740
  date: string;
741
741
  deckACards: LiveCardInfo[];
742
742
  deckAWinCount: number;
@@ -759,7 +759,7 @@ export declare type LeagueNewsInfo = {
759
759
  mvpStageId: string;
760
760
  displayPositionCharacters: DeckPositionCharacter[];
761
761
  };
762
- export declare type LeaguePointRanking = {
762
+ export type LeaguePointRanking = {
763
763
  userId: string;
764
764
  name: string;
765
765
  point: string;
@@ -768,17 +768,17 @@ export declare type LeaguePointRanking = {
768
768
  deckBCards: LiveCardInfo[];
769
769
  emblemId: string;
770
770
  };
771
- export declare type LeagueSeasonRewardInfo = {
771
+ export type LeagueSeasonRewardInfo = {
772
772
  upgradeRewardId: string;
773
773
  stayRewardId: string;
774
774
  downgradeRewardId: string;
775
775
  };
776
- export declare type LessonInfo = {
776
+ export type LessonInfo = {
777
777
  lessonProgress: ActivityLessonProgress;
778
778
  campaignEffects: ActivityCampaignEffect[];
779
779
  campaignDropRewardIds: string[];
780
780
  };
781
- export declare type LiveBattleCardInfo = {
781
+ export type LiveBattleCardInfo = {
782
782
  position: number;
783
783
  cardId: string;
784
784
  level: number;
@@ -787,7 +787,7 @@ export declare type LiveBattleCardInfo = {
787
787
  middleFanAmount: number;
788
788
  heavyFanAmount: number;
789
789
  };
790
- export declare type LiveBattleQuestInfo = {
790
+ export type LiveBattleQuestInfo = {
791
791
  id: string;
792
792
  stageId: string;
793
793
  musicId: string;
@@ -813,22 +813,22 @@ export declare type LiveBattleQuestInfo = {
813
813
  liveBonusGroupId: string;
814
814
  liveSkipType: LiveSkipType;
815
815
  };
816
- export declare type LiveCardInfo = {
816
+ export type LiveCardInfo = {
817
817
  position: number;
818
818
  cardId: string;
819
819
  level: number;
820
820
  rarity: number;
821
821
  };
822
- export declare type LiveCardResult = {
822
+ export type LiveCardResult = {
823
823
  cardId: string;
824
824
  totalScore: string;
825
825
  };
826
- export declare type LiveCharacterAssetInfo = {
826
+ export type LiveCharacterAssetInfo = {
827
827
  characterId: string;
828
828
  costumeId: string;
829
829
  hairId: string;
830
830
  };
831
- export declare type LiveDeckCard = {
831
+ export type LiveDeckCard = {
832
832
  index: number;
833
833
  cardId: string;
834
834
  displayCharacterId: string;
@@ -852,7 +852,7 @@ export declare type LiveDeckCard = {
852
852
  displayHairId: string;
853
853
  isTourScout: boolean;
854
854
  };
855
- export declare type LiveDeckCardSkill = {
855
+ export type LiveDeckCardSkill = {
856
856
  index: number;
857
857
  skillId: string;
858
858
  skillLevel: number;
@@ -861,7 +861,7 @@ export declare type LiveDeckCardSkill = {
861
861
  liveAbilityLevel: number;
862
862
  rewrittenEfficacyIds: string[];
863
863
  };
864
- export declare type LiveRankingInfo = {
864
+ export type LiveRankingInfo = {
865
865
  userId: string;
866
866
  name: string;
867
867
  managerLevel: number;
@@ -871,7 +871,7 @@ export declare type LiveRankingInfo = {
871
871
  emblemId: string;
872
872
  deckName: string;
873
873
  };
874
- export declare type LiveUserInfo = {
874
+ export type LiveUserInfo = {
875
875
  index: number;
876
876
  userId: string;
877
877
  name: string;
@@ -880,7 +880,7 @@ export declare type LiveUserInfo = {
880
880
  userResult: LiveUserResult;
881
881
  isNpc: boolean;
882
882
  };
883
- export declare type MarathonAccessoryInfo = {
883
+ export type MarathonAccessoryInfo = {
884
884
  accessoryId: string;
885
885
  categoryType: AccessoryCategoryType;
886
886
  param1Permil: number;
@@ -888,7 +888,7 @@ export declare type MarathonAccessoryInfo = {
888
888
  param2Permil: number;
889
889
  param2Value: number;
890
890
  };
891
- export declare type MarathonBoxGachaInfo = {
891
+ export type MarathonBoxGachaInfo = {
892
892
  boxGachaId: string;
893
893
  boxGachaItems: BoxGachaItem[];
894
894
  isFull: boolean;
@@ -896,7 +896,7 @@ export declare type MarathonBoxGachaInfo = {
896
896
  unlocked: boolean;
897
897
  remainResetCount: number;
898
898
  };
899
- export declare type MarathonInfo = {
899
+ export type MarathonInfo = {
900
900
  id: string;
901
901
  name: string;
902
902
  startTime: string;
@@ -920,15 +920,15 @@ export declare type MarathonInfo = {
920
920
  raidLimitHours: number;
921
921
  ladderInfo: LadderInfo;
922
922
  };
923
- export declare type MarathonLiveBonusInfo = {
923
+ export type MarathonLiveBonusInfo = {
924
924
  liveBonusId: string;
925
925
  amount: number;
926
926
  };
927
- export declare type MarathonPhotoAbilityInfo = {
927
+ export type MarathonPhotoAbilityInfo = {
928
928
  photoAbilityId: string;
929
929
  effectValue: string;
930
930
  };
931
- export declare type MarathonQuestInfo = {
931
+ export type MarathonQuestInfo = {
932
932
  marathonQuestId: string;
933
933
  unlocked: boolean;
934
934
  difficultyLevelInfos: MarathonQuestDifficultyLevelInfo[];
@@ -937,7 +937,7 @@ export declare type MarathonQuestInfo = {
937
937
  isPlayable: boolean;
938
938
  playableCount: number;
939
939
  };
940
- export declare type MarathonQuestStartResponse = {
940
+ export type MarathonQuestStartResponse = {
941
941
  marathonId: string;
942
942
  marathonQuestId: string;
943
943
  marathonQuestDifficultyNumber: number;
@@ -952,7 +952,7 @@ export declare type MarathonQuestStartResponse = {
952
952
  friendApplyToBuddyInfo: FriendApplyToBuddyInfo;
953
953
  commonResponse: CommonResponse;
954
954
  };
955
- export declare type MarathonRaidHostUser = {
955
+ export type MarathonRaidHostUser = {
956
956
  name: string;
957
957
  isFriend: boolean;
958
958
  favoriteCard: FavoriteCardInfo;
@@ -960,7 +960,7 @@ export declare type MarathonRaidHostUser = {
960
960
  decorationId: string;
961
961
  userId: string;
962
962
  };
963
- export declare type MarathonRaidQuest = {
963
+ export type MarathonRaidQuest = {
964
964
  id: string;
965
965
  stageId: string;
966
966
  name: string;
@@ -990,7 +990,7 @@ export declare type MarathonRaidQuest = {
990
990
  unlocked: boolean;
991
991
  difficulties: MarathonRaidQuestDifficulty[];
992
992
  };
993
- export declare type MarathonRaidQuestDifficulty = {
993
+ export type MarathonRaidQuestDifficulty = {
994
994
  raidQuestId: string;
995
995
  difficultyNumber: number;
996
996
  difficultyLevel: number;
@@ -1007,7 +1007,7 @@ export declare type MarathonRaidQuestDifficulty = {
1007
1007
  unlocked: boolean;
1008
1008
  liveSkipType: LiveSkipType;
1009
1009
  };
1010
- export declare type MarathonRaidRankedUser = {
1010
+ export type MarathonRaidRankedUser = {
1011
1011
  rank: number;
1012
1012
  userName: string;
1013
1013
  managerLevel: number;
@@ -1015,7 +1015,7 @@ export declare type MarathonRaidRankedUser = {
1015
1015
  emblemId: string;
1016
1016
  userId: string;
1017
1017
  };
1018
- export declare type MarketItem = {
1018
+ export type MarketItem = {
1019
1019
  number: number;
1020
1020
  consumptionResourceType: ResourceType;
1021
1021
  baseAmount: number;
@@ -1025,19 +1025,19 @@ export declare type MarketItem = {
1025
1025
  soldOut: boolean;
1026
1026
  unlockConditionId: string;
1027
1027
  };
1028
- export declare type MessageGroupInfo = {
1028
+ export type MessageGroupInfo = {
1029
1029
  messageGroupId: string;
1030
1030
  latestTimelineInfo: TimelineInfo;
1031
1031
  };
1032
- export declare type PhotoActivity = {
1032
+ export type PhotoActivity = {
1033
1033
  photoActivityId: string;
1034
1034
  isUnlocked: boolean;
1035
1035
  };
1036
- export declare type PhotoContestActivity = {
1036
+ export type PhotoContestActivity = {
1037
1037
  id: string;
1038
1038
  isUnlocked: boolean;
1039
1039
  };
1040
- export declare type PhotoContestInfo = {
1040
+ export type PhotoContestInfo = {
1041
1041
  id: string;
1042
1042
  name: string;
1043
1043
  startTime: string;
@@ -1062,7 +1062,7 @@ export declare type PhotoContestInfo = {
1062
1062
  submittingItemId: string;
1063
1063
  creatingItemId: string;
1064
1064
  };
1065
- export declare type PhotoContestPhotoInfo = {
1065
+ export type PhotoContestPhotoInfo = {
1066
1066
  assetId: string;
1067
1067
  sectionId: string;
1068
1068
  evaluationPoint: string;
@@ -1071,15 +1071,15 @@ export declare type PhotoContestPhotoInfo = {
1071
1071
  fixedCreatePhotoRarity: string;
1072
1072
  evaluationRankType: PhotoContestEvaluationRankType;
1073
1073
  };
1074
- export declare type PhotoContestQuestMusic = {
1074
+ export type PhotoContestQuestMusic = {
1075
1075
  id: string;
1076
1076
  isUnlocked: boolean;
1077
1077
  };
1078
- export declare type PhotoContestQuestStage = {
1078
+ export type PhotoContestQuestStage = {
1079
1079
  id: string;
1080
1080
  isUnlocked: boolean;
1081
1081
  };
1082
- export declare type PhotoContestRankingInfo = {
1082
+ export type PhotoContestRankingInfo = {
1083
1083
  userId: string;
1084
1084
  name: string;
1085
1085
  managerLevel: number;
@@ -1088,11 +1088,11 @@ export declare type PhotoContestRankingInfo = {
1088
1088
  emblemId: string;
1089
1089
  bestPhotoInfos: PhotoContestPhotoInfo[];
1090
1090
  };
1091
- export declare type PhotoContestRankingRewardInfo = {
1091
+ export type PhotoContestRankingRewardInfo = {
1092
1092
  rankFrom: number;
1093
1093
  rewardId: string;
1094
1094
  };
1095
- export declare type PhotoContestSectionInfo = {
1095
+ export type PhotoContestSectionInfo = {
1096
1096
  id: string;
1097
1097
  sectionRewardInfos: PhotoContestSectionRewardInfo[];
1098
1098
  bestShootAssetId: string;
@@ -1101,12 +1101,12 @@ export declare type PhotoContestSectionInfo = {
1101
1101
  isUnlocked: boolean;
1102
1102
  advanceGuideInfos: PhotoContestSectionAdvanceGuideInfo[];
1103
1103
  };
1104
- export declare type PhotoContestSectionRewardInfo = {
1104
+ export type PhotoContestSectionRewardInfo = {
1105
1105
  sectionRewardId: string;
1106
1106
  canReceive: boolean;
1107
1107
  haveReceived: boolean;
1108
1108
  };
1109
- export declare type PhotoContestSubmitShootingResponse = {
1109
+ export type PhotoContestSubmitShootingResponse = {
1110
1110
  evaluationPoint: string;
1111
1111
  isBest: boolean;
1112
1112
  totalSectionEvaluationPoint: string;
@@ -1120,15 +1120,15 @@ export declare type PhotoContestSubmitShootingResponse = {
1120
1120
  fixedCreatePhotoRarity: string;
1121
1121
  commonResponse: CommonResponse;
1122
1122
  };
1123
- export declare type PhotoMusic = {
1123
+ export type PhotoMusic = {
1124
1124
  musicId: string;
1125
1125
  isUnlocked: boolean;
1126
1126
  };
1127
- export declare type PhotoStage = {
1127
+ export type PhotoStage = {
1128
1128
  stageId: string;
1129
1129
  isUnlocked: boolean;
1130
1130
  };
1131
- export declare type ProfileFindUserResponse = {
1131
+ export type ProfileFindUserResponse = {
1132
1132
  userId: string;
1133
1133
  name: string;
1134
1134
  managerExp: string;
@@ -1151,7 +1151,7 @@ export declare type ProfileFindUserResponse = {
1151
1151
  colorType: ProfileColorType;
1152
1152
  commonResponse: CommonResponse;
1153
1153
  };
1154
- export declare type ProfileInfo = {
1154
+ export type ProfileInfo = {
1155
1155
  userId: string;
1156
1156
  name: string;
1157
1157
  managerExp: string;
@@ -1168,13 +1168,13 @@ export declare type ProfileInfo = {
1168
1168
  colorType: ProfileColorType;
1169
1169
  buddyCardInfo: BuddyCardInfo;
1170
1170
  };
1171
- export declare type ProfileTopResponse = {
1171
+ export type ProfileTopResponse = {
1172
1172
  hierarchyCurrentDetailGradeId: string;
1173
1173
  hierarchyCurrentRank: number;
1174
1174
  friendProfiles: ProfileInfo[];
1175
1175
  commonResponse: CommonResponse;
1176
1176
  };
1177
- export declare type Promotion = {
1177
+ export type Promotion = {
1178
1178
  id: string;
1179
1179
  name: string;
1180
1180
  subName: string;
@@ -1197,7 +1197,7 @@ export declare type Promotion = {
1197
1197
  subGenre: string;
1198
1198
  multiStepCampaignDropRewardIds: string[];
1199
1199
  };
1200
- export declare type PromotionProgress = {
1200
+ export type PromotionProgress = {
1201
1201
  activityPromotionId: string;
1202
1202
  activityPromotionName: string;
1203
1203
  activityPromotionSubName: string;
@@ -1223,32 +1223,32 @@ export declare type PromotionProgress = {
1223
1223
  subGenre: string;
1224
1224
  multiStepCampaignDropRewardIds: string[];
1225
1225
  };
1226
- export declare type PvpRewardInfo = {
1226
+ export type PvpRewardInfo = {
1227
1227
  rankFrom: string;
1228
1228
  rankingRewardId: string;
1229
1229
  challengeRewardId: string;
1230
1230
  hierarchyVariablePoint: string;
1231
1231
  };
1232
- export declare type QuestAreaGroupInfo = {
1232
+ export type QuestAreaGroupInfo = {
1233
1233
  areaGroupId: string;
1234
1234
  areas: QuestAreaInfo[];
1235
1235
  };
1236
- export declare type QuestAreaInfo = {
1236
+ export type QuestAreaInfo = {
1237
1237
  areaId: string;
1238
1238
  unlocked: boolean;
1239
1239
  quests: QuestInfo[];
1240
1240
  };
1241
- export declare type QuestBulkDailyDeckPositionInfo = {
1241
+ export type QuestBulkDailyDeckPositionInfo = {
1242
1242
  position: number;
1243
1243
  cardId: string;
1244
1244
  };
1245
- export declare type QuestBulkDailyInfo = {
1245
+ export type QuestBulkDailyInfo = {
1246
1246
  questId: string;
1247
1247
  deckPositions: QuestBulkDailyDeckPositionInfo[];
1248
1248
  rankType: ResultRankType;
1249
1249
  rankPlus: number;
1250
1250
  };
1251
- export declare type QuestBulkDailyResultInfo = {
1251
+ export type QuestBulkDailyResultInfo = {
1252
1252
  questId: string;
1253
1253
  playCount: number;
1254
1254
  deckPositions: QuestBulkDailyDeckPositionInfo[];
@@ -1256,7 +1256,7 @@ export declare type QuestBulkDailyResultInfo = {
1256
1256
  rankType: ResultRankType;
1257
1257
  rankPlus: number;
1258
1258
  };
1259
- export declare type QuestClearInfo = {
1259
+ export type QuestClearInfo = {
1260
1260
  score: string;
1261
1261
  userName: string;
1262
1262
  deckName: string;
@@ -1266,7 +1266,7 @@ export declare type QuestClearInfo = {
1266
1266
  rankType: ResultRankType;
1267
1267
  plus: number;
1268
1268
  };
1269
- export declare type QuestContestRankInfo = {
1269
+ export type QuestContestRankInfo = {
1270
1270
  rank: number;
1271
1271
  isNPC: boolean;
1272
1272
  score: string;
@@ -1276,7 +1276,7 @@ export declare type QuestContestRankInfo = {
1276
1276
  emblemId: string;
1277
1277
  userId: string;
1278
1278
  };
1279
- export declare type QuestInfo = {
1279
+ export type QuestInfo = {
1280
1280
  questId: string;
1281
1281
  cleared: boolean;
1282
1282
  highestScore: string;
@@ -1288,20 +1288,20 @@ export declare type QuestInfo = {
1288
1288
  opponentInfo: QuestOpponentInfo;
1289
1289
  campaignDropRewardIds: string[];
1290
1290
  };
1291
- export declare type QuestListTowerRankingResponse = {
1291
+ export type QuestListTowerRankingResponse = {
1292
1292
  selfHighestRank: number;
1293
1293
  selfQuestId: string;
1294
1294
  ranks: QuestTowerRankInfo[];
1295
1295
  totalQuestNum: number;
1296
1296
  commonResponse: CommonResponse;
1297
1297
  };
1298
- export declare type QuestRewardCard = {
1298
+ export type QuestRewardCard = {
1299
1299
  cardId: string;
1300
1300
  funAmount: string;
1301
1301
  exp: number;
1302
1302
  isExpTruncated: boolean;
1303
1303
  };
1304
- export declare type QuestStartResponse = {
1304
+ export type QuestStartResponse = {
1305
1305
  questId: string;
1306
1306
  result: LiveResult;
1307
1307
  reward: QuestReward;
@@ -1314,7 +1314,7 @@ export declare type QuestStartResponse = {
1314
1314
  friendApplyToBuddyInfo: FriendApplyToBuddyInfo;
1315
1315
  commonResponse: CommonResponse;
1316
1316
  };
1317
- export declare type QuestTopResponse = {
1317
+ export type QuestTopResponse = {
1318
1318
  mainAreaGroups: QuestAreaGroupInfo[];
1319
1319
  contestTotalScore: string;
1320
1320
  hasUnplayedContest: boolean;
@@ -1330,11 +1330,11 @@ export declare type QuestTopResponse = {
1330
1330
  bulkDailyInfos: QuestBulkDailyInfo[];
1331
1331
  commonResponse: CommonResponse;
1332
1332
  };
1333
- export declare type QuestTowerAreaInfo = {
1333
+ export type QuestTowerAreaInfo = {
1334
1334
  area: QuestAreaInfo;
1335
1335
  currentTowerQuestId: string;
1336
1336
  };
1337
- export declare type QuestTowerRankInfo = {
1337
+ export type QuestTowerRankInfo = {
1338
1338
  rank: number;
1339
1339
  questId: string;
1340
1340
  userName: string;
@@ -1343,7 +1343,7 @@ export declare type QuestTowerRankInfo = {
1343
1343
  emblemId: string;
1344
1344
  userId: string;
1345
1345
  };
1346
- export declare type RaceAccessoryInfo = {
1346
+ export type RaceAccessoryInfo = {
1347
1347
  accessoryId: string;
1348
1348
  categoryType: AccessoryCategoryType;
1349
1349
  param1Permil: number;
@@ -1351,14 +1351,14 @@ export declare type RaceAccessoryInfo = {
1351
1351
  param2Permil: number;
1352
1352
  param2Value: number;
1353
1353
  };
1354
- export declare type RaceDailyRankingUserInfo = {
1354
+ export type RaceDailyRankingUserInfo = {
1355
1355
  userId: string;
1356
1356
  userName: string;
1357
1357
  score: string;
1358
1358
  emblemId: string;
1359
1359
  rank: number;
1360
1360
  };
1361
- export declare type RaceInfo = {
1361
+ export type RaceInfo = {
1362
1362
  id: string;
1363
1363
  name: string;
1364
1364
  startTime: string;
@@ -1379,17 +1379,17 @@ export declare type RaceInfo = {
1379
1379
  cardCoolTimeMinutes: number;
1380
1380
  raceLiveBonusGroupId: string;
1381
1381
  };
1382
- export declare type RaceLiveBonusInfo = {
1382
+ export type RaceLiveBonusInfo = {
1383
1383
  liveBonusId: string;
1384
1384
  level: number;
1385
1385
  };
1386
- export declare type RaceLiveQuestInfo = {
1386
+ export type RaceLiveQuestInfo = {
1387
1387
  raceQuestId: string;
1388
1388
  currentClearDifficultyNumber: number;
1389
1389
  beforeClearDifficultyNumber: number;
1390
1390
  difficultyLevelInfos: RaceLiveQuestDifficultyLevelInfo[];
1391
1391
  };
1392
- export declare type RaceOpponentProgressInfo = {
1392
+ export type RaceOpponentProgressInfo = {
1393
1393
  userId: string;
1394
1394
  name: string;
1395
1395
  displayCharacterId: string;
@@ -1397,11 +1397,11 @@ export declare type RaceOpponentProgressInfo = {
1397
1397
  rank: number;
1398
1398
  liveBonusInfos: RaceLiveBonusInfo[];
1399
1399
  };
1400
- export declare type RacePhotoAbilityInfo = {
1400
+ export type RacePhotoAbilityInfo = {
1401
1401
  photoAbilityId: string;
1402
1402
  effectValue: string;
1403
1403
  };
1404
- export declare type RaceRankingInfo = {
1404
+ export type RaceRankingInfo = {
1405
1405
  userId: string;
1406
1406
  name: string;
1407
1407
  managerLevel: number;
@@ -1409,11 +1409,11 @@ export declare type RaceRankingInfo = {
1409
1409
  rank: number;
1410
1410
  emblemId: string;
1411
1411
  };
1412
- export declare type RaceUserCardCoolTimeInfo = {
1412
+ export type RaceUserCardCoolTimeInfo = {
1413
1413
  cardId: string;
1414
1414
  coolTime: string;
1415
1415
  };
1416
- export declare type Refresh = {
1416
+ export type Refresh = {
1417
1417
  id: string;
1418
1418
  name: string;
1419
1419
  requiredMinutes: number;
@@ -1425,7 +1425,7 @@ export declare type Refresh = {
1425
1425
  levels: RefreshLevel[];
1426
1426
  viewConditionId: string;
1427
1427
  };
1428
- export declare type RefreshLevel = {
1428
+ export type RefreshLevel = {
1429
1429
  level: number;
1430
1430
  name: string;
1431
1431
  requiredGold: number;
@@ -1436,7 +1436,7 @@ export declare type RefreshLevel = {
1436
1436
  viewConditionId: string;
1437
1437
  subGenre: string;
1438
1438
  };
1439
- export declare type RefreshProgress = {
1439
+ export type RefreshProgress = {
1440
1440
  activityRefreshId: string;
1441
1441
  activityRefreshName: string;
1442
1442
  activityRefreshSubName: string;
@@ -1449,13 +1449,13 @@ export declare type RefreshProgress = {
1449
1449
  activityPerformanceId: string;
1450
1450
  subGenre: string;
1451
1451
  };
1452
- export declare type ShopConditionReward = {
1452
+ export type ShopConditionReward = {
1453
1453
  number: number;
1454
1454
  conditionId: string;
1455
1455
  rewardId: string;
1456
1456
  statusType: ShopConditionRewardStatusType;
1457
1457
  };
1458
- export declare type ShopInfo = {
1458
+ export type ShopInfo = {
1459
1459
  id: string;
1460
1460
  name: string;
1461
1461
  type: ShopType;
@@ -1473,7 +1473,7 @@ export declare type ShopInfo = {
1473
1473
  maxProgress: number;
1474
1474
  bannerAssetId: string;
1475
1475
  };
1476
- export declare type ShopItem = {
1476
+ export type ShopItem = {
1477
1477
  id: string;
1478
1478
  name: string;
1479
1479
  description: string;
@@ -1493,12 +1493,12 @@ export declare type ShopItem = {
1493
1493
  colorCode: string;
1494
1494
  backgroundColorCode: string;
1495
1495
  };
1496
- export declare type ShopLoginBonus = {
1496
+ export type ShopLoginBonus = {
1497
1497
  day: number;
1498
1498
  rewardId: string;
1499
1499
  isReceived: boolean;
1500
1500
  };
1501
- export declare type TimelineInfo = {
1501
+ export type TimelineInfo = {
1502
1502
  messageGroupId: string;
1503
1503
  timelineId: string;
1504
1504
  messageId: string;
@@ -1508,20 +1508,20 @@ export declare type TimelineInfo = {
1508
1508
  lastMessageDetailTime: string;
1509
1509
  finished: boolean;
1510
1510
  };
1511
- export declare type TourDifficultyInfo = {
1511
+ export type TourDifficultyInfo = {
1512
1512
  tourDifficultyId: string;
1513
1513
  tourDifficultyNumber: number;
1514
1514
  managerLevel: number;
1515
1515
  unlockConditionId: string;
1516
1516
  unlocked: boolean;
1517
1517
  };
1518
- export declare type TourEffectActivity = {
1518
+ export type TourEffectActivity = {
1519
1519
  itemId: string;
1520
1520
  amount: number;
1521
1521
  activityPerformanceId: string;
1522
1522
  activityPromotionSubGenre: string;
1523
1523
  };
1524
- export declare type TourEffectLive = {
1524
+ export type TourEffectLive = {
1525
1525
  musicId: string;
1526
1526
  name: string;
1527
1527
  stageId: string;
@@ -1534,7 +1534,7 @@ export declare type TourEffectLive = {
1534
1534
  tourQuestSettingId: string;
1535
1535
  liveSkipType: LiveSkipType;
1536
1536
  };
1537
- export declare type TourEffectPvp = {
1537
+ export type TourEffectPvp = {
1538
1538
  musicId: string;
1539
1539
  name: string;
1540
1540
  stageId: string;
@@ -1548,19 +1548,19 @@ export declare type TourEffectPvp = {
1548
1548
  tourQuestSettingId: string;
1549
1549
  liveSkipType: LiveSkipType;
1550
1550
  };
1551
- export declare type TourEffectRefresh = {
1551
+ export type TourEffectRefresh = {
1552
1552
  amountPermil: number;
1553
1553
  activityPerformanceId: string;
1554
1554
  activityRefreshSubGenre: string;
1555
1555
  };
1556
- export declare type TourLiveBonusInfo = {
1556
+ export type TourLiveBonusInfo = {
1557
1557
  liveBonusId: string;
1558
1558
  name: string;
1559
1559
  liveAbilityId: string;
1560
1560
  liveAbilityLevel: number;
1561
1561
  powerPermil: number;
1562
1562
  };
1563
- export declare type TourRankingInfo = {
1563
+ export type TourRankingInfo = {
1564
1564
  userId: string;
1565
1565
  name: string;
1566
1566
  managerLevel: number;
@@ -1568,68 +1568,68 @@ export declare type TourRankingInfo = {
1568
1568
  rank: number;
1569
1569
  emblemId: string;
1570
1570
  };
1571
- export declare type TourRankingRewardInfo = {
1571
+ export type TourRankingRewardInfo = {
1572
1572
  rankFrom: number;
1573
1573
  rewardId: string;
1574
1574
  };
1575
- export declare type UserHierarchyInfo = {
1575
+ export type UserHierarchyInfo = {
1576
1576
  currentDetailGradeId: string;
1577
1577
  currentRank: number;
1578
1578
  currentPoint: string;
1579
1579
  };
1580
- export declare type AccessoryEnhanceRequest = {
1580
+ export type AccessoryEnhanceRequest = {
1581
1581
  accessoryId: string;
1582
1582
  count: number;
1583
1583
  };
1584
- export declare type AccessoryEnhanceResponse = {
1584
+ export type AccessoryEnhanceResponse = {
1585
1585
  commonResponse: CommonResponse;
1586
1586
  };
1587
- export declare type AccessoryLimitBreakRequest = {
1587
+ export type AccessoryLimitBreakRequest = {
1588
1588
  accessoryId: string;
1589
1589
  isInUse: boolean;
1590
1590
  };
1591
- export declare type AccessoryLimitBreakResponse = {
1591
+ export type AccessoryLimitBreakResponse = {
1592
1592
  commonResponse: CommonResponse;
1593
1593
  };
1594
- export declare type AccessorySellRequest = {
1594
+ export type AccessorySellRequest = {
1595
1595
  accessoryId: string;
1596
1596
  count: number;
1597
1597
  };
1598
- export declare type AccessorySellResponse = {
1598
+ export type AccessorySellResponse = {
1599
1599
  commonResponse: CommonResponse;
1600
1600
  };
1601
- export declare type ActivityStartFanEventRequest = {
1601
+ export type ActivityStartFanEventRequest = {
1602
1602
  activityFanEventId: string;
1603
1603
  characterIds: string[];
1604
1604
  costumeIds: string[];
1605
1605
  itemIds: string[];
1606
1606
  hairIds: string[];
1607
1607
  };
1608
- export declare type ActivityStartFanEventResponse = {
1608
+ export type ActivityStartFanEventResponse = {
1609
1609
  progress: FanEventProgress;
1610
1610
  commonResponse: CommonResponse;
1611
1611
  };
1612
- export declare type ActivityLoadFanEventResponse = {
1612
+ export type ActivityLoadFanEventResponse = {
1613
1613
  progress: FanEventProgress;
1614
1614
  commonResponse: CommonResponse;
1615
1615
  };
1616
- export declare type ActivityFetchFanEventStepsRequest = {
1616
+ export type ActivityFetchFanEventStepsRequest = {
1617
1617
  steps: number[];
1618
1618
  };
1619
- export declare type ActivityFetchFanEventStepsResponse = {
1619
+ export type ActivityFetchFanEventStepsResponse = {
1620
1620
  characterSteps: FanEventCharacterSteps[];
1621
1621
  commonResponse: CommonResponse;
1622
1622
  };
1623
- export declare type ActivitySaveFanEventRequest = {
1623
+ export type ActivitySaveFanEventRequest = {
1624
1624
  characterResults: FanEventCharacterResult[];
1625
1625
  useItemId: string;
1626
1626
  execCheer: boolean;
1627
1627
  };
1628
- export declare type ActivitySaveFanEventResponse = {
1628
+ export type ActivitySaveFanEventResponse = {
1629
1629
  characterSteps: FanEventCharacterSteps[];
1630
1630
  commonResponse: CommonResponse;
1631
1631
  };
1632
- export declare type ActivityFinishFanEventResponse = {
1632
+ export type ActivityFinishFanEventResponse = {
1633
1633
  activityPoint: number;
1634
1634
  rankType: ResultRankType;
1635
1635
  plus: number;
@@ -1641,38 +1641,38 @@ export declare type ActivityFinishFanEventResponse = {
1641
1641
  campaignDropRewards: Reward[];
1642
1642
  commonResponse: CommonResponse;
1643
1643
  };
1644
- export declare type ActivityGetFanEventRankingRequest = {
1644
+ export type ActivityGetFanEventRankingRequest = {
1645
1645
  activityFanEventId: string;
1646
1646
  };
1647
- export declare type ActivityGetFanEventRankingResponse = {
1647
+ export type ActivityGetFanEventRankingResponse = {
1648
1648
  selfRank: string;
1649
1649
  selfScore: string;
1650
1650
  rankInfos: FanEventRankingInfo[];
1651
1651
  commonResponse: CommonResponse;
1652
1652
  };
1653
- export declare type ActivityStartPromotionRequest = {
1653
+ export type ActivityStartPromotionRequest = {
1654
1654
  activityPromotionId: string;
1655
1655
  characterIds: string[];
1656
1656
  costumeIds: string[];
1657
1657
  hairIds: string[];
1658
1658
  };
1659
- export declare type ActivityStartPromotionResponse = {
1659
+ export type ActivityStartPromotionResponse = {
1660
1660
  progress: PromotionProgress;
1661
1661
  commonResponse: CommonResponse;
1662
1662
  };
1663
- export declare type ActivityLoadPromotionResponse = {
1663
+ export type ActivityLoadPromotionResponse = {
1664
1664
  progress: PromotionProgress;
1665
1665
  commonResponse: CommonResponse;
1666
1666
  };
1667
- export declare type ActivityUsePromotionItemRequest = {
1667
+ export type ActivityUsePromotionItemRequest = {
1668
1668
  itemId: string;
1669
1669
  amount: number;
1670
1670
  };
1671
- export declare type ActivityUsePromotionItemResponse = {
1671
+ export type ActivityUsePromotionItemResponse = {
1672
1672
  progress: PromotionProgress;
1673
1673
  commonResponse: CommonResponse;
1674
1674
  };
1675
- export declare type ActivityReceivePromotionRewardResponse = {
1675
+ export type ActivityReceivePromotionRewardResponse = {
1676
1676
  rewards: Reward[];
1677
1677
  bonusRewards: Reward[];
1678
1678
  completedStep: number;
@@ -1682,14 +1682,14 @@ export declare type ActivityReceivePromotionRewardResponse = {
1682
1682
  campaignDropRewards: Reward[];
1683
1683
  commonResponse: CommonResponse;
1684
1684
  };
1685
- export declare type ActivityFetchPromotionStepsRequest = {
1685
+ export type ActivityFetchPromotionStepsRequest = {
1686
1686
  step: number;
1687
1687
  };
1688
- export declare type ActivityFetchPromotionStepsResponse = {
1688
+ export type ActivityFetchPromotionStepsResponse = {
1689
1689
  steps: PromotionStep[];
1690
1690
  commonResponse: CommonResponse;
1691
1691
  };
1692
- export declare type ActivityFinishPromotionResponse = {
1692
+ export type ActivityFinishPromotionResponse = {
1693
1693
  rewards: Reward[];
1694
1694
  bonusRewards: Reward[];
1695
1695
  activityLevelProgress: ActivityLevelProgress;
@@ -1699,121 +1699,121 @@ export declare type ActivityFinishPromotionResponse = {
1699
1699
  campaignDropRewards: Reward[];
1700
1700
  commonResponse: CommonResponse;
1701
1701
  };
1702
- export declare type ActivityStartRefreshRequest = {
1702
+ export type ActivityStartRefreshRequest = {
1703
1703
  activityRefreshId: string;
1704
1704
  activityRefreshLevel: number;
1705
1705
  characterIds: string[];
1706
1706
  costumeIds: string[];
1707
1707
  hairIds: string[];
1708
1708
  };
1709
- export declare type ActivityStartRefreshResponse = {
1709
+ export type ActivityStartRefreshResponse = {
1710
1710
  progress: RefreshProgress;
1711
1711
  commonResponse: CommonResponse;
1712
1712
  };
1713
- export declare type ActivityLoadRefreshResponse = {
1713
+ export type ActivityLoadRefreshResponse = {
1714
1714
  progress: RefreshProgress;
1715
1715
  commonResponse: CommonResponse;
1716
1716
  };
1717
- export declare type ActivityUseRefreshItemRequest = {
1717
+ export type ActivityUseRefreshItemRequest = {
1718
1718
  itemId: string;
1719
1719
  amount: number;
1720
1720
  };
1721
- export declare type ActivityUseRefreshItemResponse = {
1721
+ export type ActivityUseRefreshItemResponse = {
1722
1722
  progress: RefreshProgress;
1723
1723
  commonResponse: CommonResponse;
1724
1724
  };
1725
- export declare type ActivityFinishRefreshResponse = {
1725
+ export type ActivityFinishRefreshResponse = {
1726
1726
  activityLevelProgress: ActivityLevelProgress;
1727
1727
  characters: ActivityCharacterInfo[];
1728
1728
  commonResponse: CommonResponse;
1729
1729
  };
1730
- export declare type ActivityReceiveLessonRewardResponse = {
1730
+ export type ActivityReceiveLessonRewardResponse = {
1731
1731
  rewards: Reward[];
1732
1732
  progress: ActivityLessonProgress;
1733
1733
  campaignEffects: ActivityCampaignEffect[];
1734
1734
  campaignDropRewards: Reward[];
1735
1735
  commonResponse: CommonResponse;
1736
1736
  };
1737
- export declare type ActivityPromoteLessonRequest = {
1737
+ export type ActivityPromoteLessonRequest = {
1738
1738
  isFree: boolean;
1739
1739
  useItemId: string;
1740
1740
  };
1741
- export declare type ActivityPromoteLessonResponse = {
1741
+ export type ActivityPromoteLessonResponse = {
1742
1742
  rewards: Reward[];
1743
1743
  progress: ActivityLessonProgress;
1744
1744
  campaignEffects: ActivityCampaignEffect[];
1745
1745
  campaignDropRewards: Reward[];
1746
1746
  commonResponse: CommonResponse;
1747
1747
  };
1748
- export declare type FanEventCharacterSteps = {
1748
+ export type FanEventCharacterSteps = {
1749
1749
  characterId: string;
1750
1750
  steps: FanEventStep[];
1751
1751
  };
1752
- export declare type FanEventStep = {
1752
+ export type FanEventStep = {
1753
1753
  step: number;
1754
1754
  happenings: FanEventHappening[];
1755
1755
  itemEffects: FanEventItemEffect[];
1756
1756
  };
1757
- export declare type FanEventHappening = {
1757
+ export type FanEventHappening = {
1758
1758
  type: ActivityFanEventHappeningType;
1759
1759
  characterId: string;
1760
1760
  };
1761
- export declare type FanEventItemEffect = {
1761
+ export type FanEventItemEffect = {
1762
1762
  type: ItemType;
1763
1763
  value: number;
1764
1764
  };
1765
- export declare type FanEventCharacterResult = {
1765
+ export type FanEventCharacterResult = {
1766
1766
  characterId: string;
1767
1767
  stepResults: FanEventStepResult[];
1768
1768
  };
1769
- export declare type FanEventStepResult = {
1769
+ export type FanEventStepResult = {
1770
1770
  step: number;
1771
1771
  reductionMilliSeconds: string;
1772
1772
  activityPoint: number;
1773
1773
  };
1774
- export declare type PromotionStep = {
1774
+ export type PromotionStep = {
1775
1775
  step: number;
1776
1776
  rewards: ActivityPromotionReward[];
1777
1777
  };
1778
- export declare type AuthCreateRequest = {
1778
+ export type AuthCreateRequest = {
1779
1779
  firebaseUID: string;
1780
1780
  };
1781
- export declare type AuthCreateResponse = {
1781
+ export type AuthCreateResponse = {
1782
1782
  firebaseCustomToken: string;
1783
1783
  };
1784
- export declare type AuthLoginRequest = {
1784
+ export type AuthLoginRequest = {
1785
1785
  firebaseIDToken: string;
1786
1786
  };
1787
- export declare type AuthLoginResponse = {
1787
+ export type AuthLoginResponse = {
1788
1788
  gameAuthToken: string;
1789
1789
  userPublic: UserPublic;
1790
1790
  requiredFirebaseReauthenticate: boolean;
1791
1791
  };
1792
- export declare type AuthDeleteResponse = {};
1793
- export declare type BacksideTopRequest = {
1792
+ export type AuthDeleteResponse = {};
1793
+ export type BacksideTopRequest = {
1794
1794
  backsideId: string;
1795
1795
  };
1796
- export declare type BacksideTopResponse = {
1796
+ export type BacksideTopResponse = {
1797
1797
  backsideInfo: BacksideInfo;
1798
1798
  dokanInfos: DokanInfo[];
1799
1799
  commonResponse: CommonResponse;
1800
1800
  };
1801
- export declare type BacksideRankingRequest = {
1801
+ export type BacksideRankingRequest = {
1802
1802
  backsideId: string;
1803
1803
  };
1804
- export declare type BacksideRankingResponse = {
1804
+ export type BacksideRankingResponse = {
1805
1805
  rankingInfos: BacksideRankingInfo[];
1806
1806
  selfFinalScore: string;
1807
1807
  selfRank: number;
1808
1808
  commonResponse: CommonResponse;
1809
1809
  };
1810
- export declare type BacksideStageStartRequest = {
1810
+ export type BacksideStageStartRequest = {
1811
1811
  backsideId: string;
1812
1812
  number: number;
1813
1813
  deckNumber: string;
1814
1814
  difficultyNumber: number;
1815
1815
  };
1816
- export declare type BacksideStageStartResponse = {
1816
+ export type BacksideStageStartResponse = {
1817
1817
  stageInfo: BacksideStageInfo;
1818
1818
  execPanelLocationInfo: BacksideExecPanelLocationInfo;
1819
1819
  halfwayLiveBonusChoices: BacksideLiveBonus[];
@@ -1822,14 +1822,14 @@ export declare type BacksideStageStartResponse = {
1822
1822
  isForceRetired: boolean;
1823
1823
  commonResponse: CommonResponse;
1824
1824
  };
1825
- export declare type BacksideStageActionRequest = {
1825
+ export type BacksideStageActionRequest = {
1826
1826
  backsideId: string;
1827
1827
  pieceNumber: number;
1828
1828
  radiusNumber: number;
1829
1829
  panelNumber: number;
1830
1830
  isSkip: boolean;
1831
1831
  };
1832
- export declare type BacksideStageActionResponse = {
1832
+ export type BacksideStageActionResponse = {
1833
1833
  stageProgressInfo: BacksideStageProgressInfo;
1834
1834
  liveBonusChoices: BacksideLiveBonus[];
1835
1835
  isScheduled: boolean;
@@ -1840,47 +1840,47 @@ export declare type BacksideStageActionResponse = {
1840
1840
  isForceRetired: boolean;
1841
1841
  commonResponse: CommonResponse;
1842
1842
  };
1843
- export declare type BacksideStageLiveBonusRequest = {
1843
+ export type BacksideStageLiveBonusRequest = {
1844
1844
  backsideId: string;
1845
1845
  liveBonusId: string;
1846
1846
  };
1847
- export declare type BacksideStageLiveBonusResponse = {
1847
+ export type BacksideStageLiveBonusResponse = {
1848
1848
  stageProgressInfo: BacksideStageProgressInfo;
1849
1849
  commonResponse: CommonResponse;
1850
1850
  };
1851
- export declare type BacksideStagePracticeUpdateRequest = {
1851
+ export type BacksideStagePracticeUpdateRequest = {
1852
1852
  backsideId: string;
1853
1853
  isUpdate: boolean;
1854
1854
  };
1855
- export declare type BacksideStagePracticeUpdateResponse = {
1855
+ export type BacksideStagePracticeUpdateResponse = {
1856
1856
  commonResponse: CommonResponse;
1857
1857
  };
1858
- export declare type BacksideStageResetRequest = {
1858
+ export type BacksideStageResetRequest = {
1859
1859
  backsideId: string;
1860
1860
  isInGame: boolean;
1861
1861
  };
1862
- export declare type BacksideStageResetResponse = {
1862
+ export type BacksideStageResetResponse = {
1863
1863
  commonResponse: CommonResponse;
1864
1864
  };
1865
- export declare type BacksideStageSurpriseFinishRequest = {
1865
+ export type BacksideStageSurpriseFinishRequest = {
1866
1866
  backsideId: string;
1867
1867
  };
1868
- export declare type BacksideStageSurpriseFinishResponse = {
1868
+ export type BacksideStageSurpriseFinishResponse = {
1869
1869
  stageProgressInfo: BacksideStageProgressInfo;
1870
1870
  commonResponse: CommonResponse;
1871
1871
  };
1872
- export declare type BacksideStageDeckPositionChangeRequest = {
1872
+ export type BacksideStageDeckPositionChangeRequest = {
1873
1873
  backsideId: string;
1874
1874
  deckPositionInfos: BacksideDeckPositionInfo[];
1875
1875
  };
1876
- export declare type BacksideStageDeckPositionChangeResponse = {
1876
+ export type BacksideStageDeckPositionChangeResponse = {
1877
1877
  deckUserCharacters: UserCharacter[];
1878
1878
  deckDetailInfo: BacksideStageDeckDetailInfo;
1879
1879
  scoreLiveDeckDetailInfo: BacksideStageDeckDetailInfo;
1880
1880
  battleLiveDeckDetailInfo: BacksideStageDeckDetailInfo;
1881
1881
  commonResponse: CommonResponse;
1882
1882
  };
1883
- export declare type BacksideInfo = {
1883
+ export type BacksideInfo = {
1884
1884
  id: string;
1885
1885
  name: string;
1886
1886
  type: BacksideType;
@@ -1902,7 +1902,7 @@ export declare type BacksideInfo = {
1902
1902
  stageStaminaUpdatedTime: string;
1903
1903
  stageStaminaRecoveryMinutes: number;
1904
1904
  };
1905
- export declare type BacksideAreaInfo = {
1905
+ export type BacksideAreaInfo = {
1906
1906
  areaId: string;
1907
1907
  name: string;
1908
1908
  type: BacksideAreaType;
@@ -1912,20 +1912,20 @@ export declare type BacksideAreaInfo = {
1912
1912
  lastChallengeDifficultyNumber: number;
1913
1913
  difficultyType: BacksideDifficultyType;
1914
1914
  };
1915
- export declare type BacksidePracticeStageTotalResultInfo = {
1915
+ export type BacksidePracticeStageTotalResultInfo = {
1916
1916
  practiceRankType: BacksidePracticeRankType;
1917
1917
  practiceRankPlus: number;
1918
1918
  practiceScore: string;
1919
1919
  practiceLiveBonusInfos: BacksideLiveBonusInfo[];
1920
1920
  };
1921
- export declare type BacksidePracticeStageResultInfo = {
1921
+ export type BacksidePracticeStageResultInfo = {
1922
1922
  practiceRankType: BacksidePracticeRankType;
1923
1923
  practiceRankPlus: number;
1924
1924
  practiceScore: string;
1925
1925
  deckCardInfos: BacksideDeckCardInfo[];
1926
1926
  liveBonuses: BacksideLiveBonus[];
1927
1927
  };
1928
- export declare type BacksideFinalStageResultInfo = {
1928
+ export type BacksideFinalStageResultInfo = {
1929
1929
  totalPracticeRankType: BacksidePracticeRankType;
1930
1930
  totalPracticeRankPlus: number;
1931
1931
  totalPracticeScore: string;
@@ -1936,31 +1936,31 @@ export declare type BacksideFinalStageResultInfo = {
1936
1936
  allLiveBonusInfos: BacksideLiveBonusInfo[];
1937
1937
  practiceScore: string;
1938
1938
  };
1939
- export declare type BacksidePracticeStageHalfwayInfo = {
1939
+ export type BacksidePracticeStageHalfwayInfo = {
1940
1940
  passedActionCount: number;
1941
1941
  practiceScore: string;
1942
1942
  deckCardInfos: BacksideDeckCardInfo[];
1943
1943
  liveBonuses: BacksideLiveBonus[];
1944
1944
  };
1945
- export declare type BacksideFinalStageHalfwayInfo = {
1945
+ export type BacksideFinalStageHalfwayInfo = {
1946
1946
  passedActionCount: number;
1947
1947
  deckCardInfos: BacksideDeckCardInfo[];
1948
1948
  allLiveBonusInfos: BacksideLiveBonusInfo[];
1949
1949
  practiceScore: string;
1950
1950
  totalPracticeScore: string;
1951
1951
  };
1952
- export declare type BacksideLiveBonusInfo = {
1952
+ export type BacksideLiveBonusInfo = {
1953
1953
  stageNumber: number;
1954
1954
  stageType: BacksideStageType;
1955
1955
  stageName: string;
1956
1956
  liveBonuses: BacksideLiveBonus[];
1957
1957
  };
1958
- export declare type BacksideStageDeckDetailInfo = {
1958
+ export type BacksideStageDeckDetailInfo = {
1959
1959
  deckCardDetailInfos: BacksideDeckCardDetailInfo[];
1960
1960
  deckCardStaminaInfos: BacksideDeckCardStaminaInfo[];
1961
1961
  baseDeckOverallValue: string;
1962
1962
  };
1963
- export declare type BacksideStageInfo = {
1963
+ export type BacksideStageInfo = {
1964
1964
  panelInfos: BacksidePanelInfo[];
1965
1965
  scheduleInfos: BacksideScheduleInfo[];
1966
1966
  nextActionCount: string;
@@ -1974,7 +1974,7 @@ export declare type BacksideStageInfo = {
1974
1974
  scoreLiveDeckDetailInfo: BacksideStageDeckDetailInfo;
1975
1975
  battleLiveDeckDetailInfo: BacksideStageDeckDetailInfo;
1976
1976
  };
1977
- export declare type BacksideStageProgressInfo = {
1977
+ export type BacksideStageProgressInfo = {
1978
1978
  panelInfos: BacksidePanelInfo[];
1979
1979
  nextActionCount: string;
1980
1980
  practiceScore: string;
@@ -1986,7 +1986,7 @@ export declare type BacksideStageProgressInfo = {
1986
1986
  scoreLiveDeckDetailInfo: BacksideStageDeckDetailInfo;
1987
1987
  battleLiveDeckDetailInfo: BacksideStageDeckDetailInfo;
1988
1988
  };
1989
- export declare type BacksidePanelInfo = {
1989
+ export type BacksidePanelInfo = {
1990
1990
  pieceNumber: number;
1991
1991
  radiusNumber: number;
1992
1992
  panelNumber: number;
@@ -2000,26 +2000,26 @@ export declare type BacksidePanelInfo = {
2000
2000
  haveExecuted: boolean;
2001
2001
  canAction: boolean;
2002
2002
  };
2003
- export declare type BacksideOpponentInfo = {
2003
+ export type BacksideOpponentInfo = {
2004
2004
  name: string;
2005
2005
  managerLevel: number;
2006
2006
  cardInfos: LiveBattleCardInfo[];
2007
2007
  };
2008
- export declare type BacksidePanelStaminaInfo = {
2008
+ export type BacksidePanelStaminaInfo = {
2009
2009
  staminaConsumptionAmount: number;
2010
2010
  staminaRecoveryAmount: number;
2011
2011
  };
2012
- export declare type BacksideScheduleInfo = {
2012
+ export type BacksideScheduleInfo = {
2013
2013
  actionCount: number;
2014
2014
  panelType: BacksidePanelType;
2015
2015
  };
2016
- export declare type BacksideLiveInfo = {
2016
+ export type BacksideLiveInfo = {
2017
2017
  result: LiveResult;
2018
2018
  rankType: ResultRankType;
2019
2019
  rankPlus: number;
2020
2020
  rankPatterns: QuestRankPattern[];
2021
2021
  };
2022
- export declare type BacksidePracticeStageClearInfo = {
2022
+ export type BacksidePracticeStageClearInfo = {
2023
2023
  name: string;
2024
2024
  practiceRankType: BacksidePracticeRankType;
2025
2025
  practiceRankPlus: number;
@@ -2033,7 +2033,7 @@ export declare type BacksidePracticeStageClearInfo = {
2033
2033
  firstPracticeRankRewardResults: RewardResult[];
2034
2034
  loopPracticeRankRewardResults: RewardResult[];
2035
2035
  };
2036
- export declare type BacksideFinalStageClearInfo = {
2036
+ export type BacksideFinalStageClearInfo = {
2037
2037
  name: string;
2038
2038
  finalRankType: ResultRankType;
2039
2039
  finalRankPlus: number;
@@ -2047,111 +2047,111 @@ export declare type BacksideFinalStageClearInfo = {
2047
2047
  loopFinalRankRewardResults: RewardResult[];
2048
2048
  difficultyAreaRewardResults: RewardResult[];
2049
2049
  };
2050
- export declare type BacksideSurpriseInfo = {
2050
+ export type BacksideSurpriseInfo = {
2051
2051
  advAssetId: string;
2052
2052
  liveBonus: BacksideLiveBonus;
2053
2053
  };
2054
- export declare type BacksideExecPanelLocationInfo = {
2054
+ export type BacksideExecPanelLocationInfo = {
2055
2055
  pieceNumber: number;
2056
2056
  radiusNumber: number;
2057
2057
  panelNumber: number;
2058
2058
  };
2059
- export declare type BacksideDeckPositionInfo = {
2059
+ export type BacksideDeckPositionInfo = {
2060
2060
  cardId: string;
2061
2061
  newPosition: number;
2062
2062
  };
2063
- export declare type CardEnhanceRequest = {
2063
+ export type CardEnhanceRequest = {
2064
2064
  cardId: string;
2065
2065
  level: number;
2066
2066
  };
2067
- export declare type CardEnhanceResponse = {
2067
+ export type CardEnhanceResponse = {
2068
2068
  commonResponse: CommonResponse;
2069
2069
  };
2070
- export declare type CardLimitBreakRequest = {
2070
+ export type CardLimitBreakRequest = {
2071
2071
  cardId: string;
2072
2072
  rarity: number;
2073
2073
  };
2074
- export declare type CardLimitBreakResponse = {
2074
+ export type CardLimitBreakResponse = {
2075
2075
  commonResponse: CommonResponse;
2076
2076
  };
2077
- export declare type CardSkillEnhanceRequest = {
2077
+ export type CardSkillEnhanceRequest = {
2078
2078
  cardId: string;
2079
2079
  skillId: string;
2080
2080
  };
2081
- export declare type CardSkillEnhanceResponse = {
2081
+ export type CardSkillEnhanceResponse = {
2082
2082
  commonResponse: CommonResponse;
2083
2083
  };
2084
- export declare type CardLiveAbilityEnhanceRequest = {
2084
+ export type CardLiveAbilityEnhanceRequest = {
2085
2085
  cardId: string;
2086
2086
  abilityId: string;
2087
2087
  };
2088
- export declare type CardLiveAbilityEnhanceResponse = {
2088
+ export type CardLiveAbilityEnhanceResponse = {
2089
2089
  commonResponse: CommonResponse;
2090
2090
  };
2091
- export declare type CardActivityAbilityEnhanceRequest = {
2091
+ export type CardActivityAbilityEnhanceRequest = {
2092
2092
  cardId: string;
2093
2093
  abilityId: string;
2094
2094
  };
2095
- export declare type CardActivityAbilityEnhanceResponse = {
2095
+ export type CardActivityAbilityEnhanceResponse = {
2096
2096
  commonResponse: CommonResponse;
2097
2097
  };
2098
- export declare type CardResetRequest = {
2098
+ export type CardResetRequest = {
2099
2099
  cardId: string;
2100
2100
  };
2101
- export declare type CardResetResponse = {
2101
+ export type CardResetResponse = {
2102
2102
  rewards: Reward[];
2103
2103
  commonResponse: CommonResponse;
2104
2104
  };
2105
- export declare type CardSetSupportRequest = {
2105
+ export type CardSetSupportRequest = {
2106
2106
  number: number;
2107
2107
  cardId: string;
2108
2108
  };
2109
- export declare type CardSetSupportResponse = {
2109
+ export type CardSetSupportResponse = {
2110
2110
  commonResponse: CommonResponse;
2111
2111
  };
2112
- export declare type CardRemoveSupportRequest = {
2112
+ export type CardRemoveSupportRequest = {
2113
2113
  number: number;
2114
2114
  };
2115
- export declare type CardRemoveSupportResponse = {
2115
+ export type CardRemoveSupportResponse = {
2116
2116
  rewards: Reward[];
2117
2117
  commonResponse: CommonResponse;
2118
2118
  };
2119
- export declare type CardReleaseSupportRequest = {
2119
+ export type CardReleaseSupportRequest = {
2120
2120
  useStone: boolean;
2121
2121
  };
2122
- export declare type CardReleaseSupportResponse = {
2122
+ export type CardReleaseSupportResponse = {
2123
2123
  commonResponse: CommonResponse;
2124
2124
  };
2125
- export declare type CardRankUpRequest = {
2125
+ export type CardRankUpRequest = {
2126
2126
  cardId: string;
2127
2127
  rank: number;
2128
2128
  };
2129
- export declare type CardRankUpResponse = {
2129
+ export type CardRankUpResponse = {
2130
2130
  commonResponse: CommonResponse;
2131
2131
  };
2132
- export declare type LoginBonusPackageItem = {
2132
+ export type LoginBonusPackageItem = {
2133
2133
  shopItem: ShopItem;
2134
2134
  loginBonuses: ShopLoginBonus[];
2135
2135
  isPurchased: boolean;
2136
2136
  };
2137
- export declare type ConditionRewardPackageItem = {
2137
+ export type ConditionRewardPackageItem = {
2138
2138
  shopItem: ShopItem;
2139
2139
  conditionRewards: ShopConditionReward[];
2140
2140
  isPurchased: boolean;
2141
2141
  };
2142
- export declare type LiveResult = {
2142
+ export type LiveResult = {
2143
2143
  userInfos: LiveUserInfo[];
2144
2144
  activatedPassiveSkills: LiveSkill[];
2145
2145
  charts: LiveChart[];
2146
2146
  totalAudienceAmount: number;
2147
2147
  cleared: boolean;
2148
2148
  };
2149
- export declare type LiveUserDeck = {
2149
+ export type LiveUserDeck = {
2150
2150
  deckName: string;
2151
2151
  cards: LiveDeckCard[];
2152
2152
  bonusSkills: LiveDeckCardSkill[];
2153
2153
  };
2154
- export declare type LiveChart = {
2154
+ export type LiveChart = {
2155
2155
  number: number;
2156
2156
  chartType: MusicChartType;
2157
2157
  attributeType: AttributeType;
@@ -2161,13 +2161,13 @@ export declare type LiveChart = {
2161
2161
  userStatuses: LiveUserStatus[];
2162
2162
  cardStatuses: LiveCardStatus[];
2163
2163
  };
2164
- export declare type LiveBeat = {
2164
+ export type LiveBeat = {
2165
2165
  order: number;
2166
2166
  cardIndex: number;
2167
2167
  score: string;
2168
2168
  isCritical: boolean;
2169
2169
  };
2170
- export declare type LiveSkill = {
2170
+ export type LiveSkill = {
2171
2171
  order: number;
2172
2172
  cardIndex: number;
2173
2173
  skillIndex: number;
@@ -2180,26 +2180,26 @@ export declare type LiveSkill = {
2180
2180
  isComboBreak: boolean;
2181
2181
  descriptions: LiveLogDescription[];
2182
2182
  };
2183
- export declare type LiveSkillFailure = {
2183
+ export type LiveSkillFailure = {
2184
2184
  cardIndex: number;
2185
2185
  type: SkillFailureType;
2186
2186
  eachFailureTypes: SkillFailureType[];
2187
2187
  };
2188
- export declare type LiveSkillDetail = {
2188
+ export type LiveSkillDetail = {
2189
2189
  efficacyIndex: number;
2190
2190
  value: string;
2191
2191
  statusType: StatusEffectType;
2192
2192
  targetCardIndexes: number[];
2193
2193
  };
2194
- export declare type LiveLogDescription = {
2194
+ export type LiveLogDescription = {
2195
2195
  message: string;
2196
2196
  };
2197
- export declare type LiveUserStatus = {
2197
+ export type LiveUserStatus = {
2198
2198
  userIndex: number;
2199
2199
  currentComboCount: number;
2200
2200
  totalScore: string;
2201
2201
  };
2202
- export declare type LiveCardStatus = {
2202
+ export type LiveCardStatus = {
2203
2203
  cardIndex: number;
2204
2204
  stamina: string;
2205
2205
  dance: string;
@@ -2208,7 +2208,7 @@ export declare type LiveCardStatus = {
2208
2208
  effects: LiveCardStatusEffect[];
2209
2209
  skillStatuses: LiveSkillStatus[];
2210
2210
  };
2211
- export declare type LiveCardStatusEffect = {
2211
+ export type LiveCardStatusEffect = {
2212
2212
  statusType: StatusEffectType;
2213
2213
  skillEfficacyType: SkillEfficacyType;
2214
2214
  value: string;
@@ -2217,12 +2217,12 @@ export declare type LiveCardStatusEffect = {
2217
2217
  maxGrade: number;
2218
2218
  value2: string;
2219
2219
  };
2220
- export declare type LiveSkillStatus = {
2220
+ export type LiveSkillStatus = {
2221
2221
  skillIndex: number;
2222
2222
  remainCount: number;
2223
2223
  coolTime: number;
2224
2224
  };
2225
- export declare type LiveUserResult = {
2225
+ export type LiveUserResult = {
2226
2226
  score: string;
2227
2227
  criticalCount: number;
2228
2228
  hitCount: number;
@@ -2230,7 +2230,7 @@ export declare type LiveUserResult = {
2230
2230
  maxComboCount: number;
2231
2231
  cardResults: LiveCardResult[];
2232
2232
  };
2233
- export declare type PvpOpponentInfo = {
2233
+ export type PvpOpponentInfo = {
2234
2234
  opponentId: string;
2235
2235
  name: string;
2236
2236
  managerLevel: number;
@@ -2238,33 +2238,33 @@ export declare type PvpOpponentInfo = {
2238
2238
  rank: number;
2239
2239
  cardInfos: LiveBattleCardInfo[];
2240
2240
  };
2241
- export declare type GvgOpponentInfo = {
2241
+ export type GvgOpponentInfo = {
2242
2242
  opponentId: string;
2243
2243
  name: string;
2244
2244
  managerLevel: number;
2245
2245
  cardInfos: LiveBattleCardInfo[];
2246
2246
  };
2247
- export declare type QuestRankPattern = {
2247
+ export type QuestRankPattern = {
2248
2248
  rankType: ResultRankType;
2249
2249
  plus: number;
2250
2250
  thresholdScore: string;
2251
2251
  };
2252
- export declare type ActivityPromotionReward = {
2252
+ export type ActivityPromotionReward = {
2253
2253
  resourceType: ResourceType;
2254
2254
  resourceId: string;
2255
2255
  amount: string;
2256
2256
  isRare: boolean;
2257
2257
  };
2258
- export declare type AllProfileInfo = {
2258
+ export type AllProfileInfo = {
2259
2259
  profile: ProfileInfo;
2260
2260
  hierarchy: HierarchyProfileInfo;
2261
2261
  };
2262
- export declare type FavoritePhotoInfo = {
2262
+ export type FavoritePhotoInfo = {
2263
2263
  photoId: string;
2264
2264
  assetId: string;
2265
2265
  imageType: PhotoImageType;
2266
2266
  };
2267
- export declare type NoticeInfo = {
2267
+ export type NoticeInfo = {
2268
2268
  id: string;
2269
2269
  title: string;
2270
2270
  bannerAssetId: string;
@@ -2275,45 +2275,45 @@ export declare type NoticeInfo = {
2275
2275
  listTitle: string;
2276
2276
  notificationRestartTime: string;
2277
2277
  };
2278
- export declare type PaidJpy = {
2278
+ export type PaidJpy = {
2279
2279
  amount: number;
2280
2280
  };
2281
- export declare type FanEventRankPattern = {
2281
+ export type FanEventRankPattern = {
2282
2282
  rankType: ResultRankType;
2283
2283
  plus: number;
2284
2284
  thresholdPoint: number;
2285
2285
  };
2286
- export declare type ActivityLevelProgress = {
2286
+ export type ActivityLevelProgress = {
2287
2287
  maxActivityLevel: number;
2288
2288
  before: ActivityLevelInfo;
2289
2289
  after: ActivityLevelInfo;
2290
2290
  };
2291
- export declare type ActivityLevelInfo = {
2291
+ export type ActivityLevelInfo = {
2292
2292
  exp: number;
2293
2293
  level: number;
2294
2294
  nextLevelLocked: boolean;
2295
2295
  };
2296
- export declare type ActivityCampaignEffect = {
2296
+ export type ActivityCampaignEffect = {
2297
2297
  type: ActivityCampaignEffectType;
2298
2298
  value: number;
2299
2299
  endTime: string;
2300
2300
  };
2301
- export declare type EventStoryEpisodeInfo = {
2301
+ export type EventStoryEpisodeInfo = {
2302
2302
  episode: number;
2303
2303
  unlocked: boolean;
2304
2304
  };
2305
- export declare type ExtraStoryEpisodeInfo = {
2305
+ export type ExtraStoryEpisodeInfo = {
2306
2306
  episode: number;
2307
2307
  unlocked: boolean;
2308
2308
  };
2309
- export declare type EventExchangeBoothInfo = {
2309
+ export type EventExchangeBoothInfo = {
2310
2310
  id: string;
2311
2311
  name: string;
2312
2312
  bannerAssetId: string;
2313
2313
  requiredResourceType: ResourceType;
2314
2314
  requiredResourceId: string;
2315
2315
  };
2316
- export declare type PvpSeasonInfo = {
2316
+ export type PvpSeasonInfo = {
2317
2317
  id: string;
2318
2318
  name: string;
2319
2319
  startTime: string;
@@ -2322,15 +2322,15 @@ export declare type PvpSeasonInfo = {
2322
2322
  challengeCount: number;
2323
2323
  nextStartTime: string;
2324
2324
  };
2325
- export declare type CurrentGvgInfo = {
2325
+ export type CurrentGvgInfo = {
2326
2326
  gvgSeason: GvgSeasonInfo;
2327
2327
  isRemainingChallenge: boolean;
2328
2328
  };
2329
- export declare type GachaStampInfo = {
2329
+ export type GachaStampInfo = {
2330
2330
  currentSheetNumber: number;
2331
2331
  currentStampNumber: number;
2332
2332
  };
2333
- export declare type HomeEventInfo = {
2333
+ export type HomeEventInfo = {
2334
2334
  eventMissionInfos: HomeEventMissionInfo[];
2335
2335
  tourInfos: HomeTourInfo[];
2336
2336
  backsideInfos: HomeBacksideInfo[];
@@ -2339,7 +2339,7 @@ export declare type HomeEventInfo = {
2339
2339
  raceInfos: HomeRaceInfo[];
2340
2340
  ladderInfos: HomeLadderInfo[];
2341
2341
  };
2342
- export declare type QuestReward = {
2342
+ export type QuestReward = {
2343
2343
  clearRewards: RewardResult[];
2344
2344
  scoreRankRewards: RewardResult[];
2345
2345
  scoreRankAdditionalRewards: RewardResult[];
@@ -2348,17 +2348,17 @@ export declare type QuestReward = {
2348
2348
  rewardCards: QuestRewardCard[];
2349
2349
  campaignDropRewards: RewardResult[];
2350
2350
  };
2351
- export declare type QuestOpponentInfo = {
2351
+ export type QuestOpponentInfo = {
2352
2352
  name: string;
2353
2353
  managerLevel: number;
2354
2354
  cardInfos: LiveBattleCardInfo[];
2355
2355
  };
2356
- export declare type BoxGachaDrawResult = {
2356
+ export type BoxGachaDrawResult = {
2357
2357
  itemType: BoxGachaItemType;
2358
2358
  rewards: Reward[];
2359
2359
  liveBonusId: string;
2360
2360
  };
2361
- export declare type UserDeckPosition = {
2361
+ export type UserDeckPosition = {
2362
2362
  position: number;
2363
2363
  cardId: string;
2364
2364
  part1AccessoryId: string;
@@ -2368,24 +2368,24 @@ export declare type UserDeckPosition = {
2368
2368
  buddyUserId: string;
2369
2369
  hairId: string;
2370
2370
  };
2371
- export declare type LadderProgressInfo = {
2371
+ export type LadderProgressInfo = {
2372
2372
  steps: LadderStep[];
2373
2373
  };
2374
- export declare type LadderStep = {
2374
+ export type LadderStep = {
2375
2375
  step: number;
2376
2376
  lane1Panel: LadderPanel;
2377
2377
  lane2Panel: LadderPanel;
2378
2378
  lane3Panel: LadderPanel;
2379
2379
  };
2380
- export declare type FriendApplyToBuddyInfo = {
2380
+ export type FriendApplyToBuddyInfo = {
2381
2381
  isActive: boolean;
2382
2382
  isAlreadyOffered: boolean;
2383
2383
  };
2384
- export declare type CommonResponse = {
2384
+ export type CommonResponse = {
2385
2385
  updatedData: UpdatedData;
2386
2386
  deletedData: DeletedData;
2387
2387
  };
2388
- export declare type UpdatedData = {
2388
+ export type UpdatedData = {
2389
2389
  user: User;
2390
2390
  items: UserItem[];
2391
2391
  cards: UserCard[];
@@ -2424,7 +2424,7 @@ export declare type UpdatedData = {
2424
2424
  invite: UserInvite;
2425
2425
  hairs: UserHair[];
2426
2426
  };
2427
- export declare type DeletedData = {
2427
+ export type DeletedData = {
2428
2428
  items: UserItem[];
2429
2429
  accessories: UserAccessory[];
2430
2430
  photos: UserPhoto[];
@@ -2435,63 +2435,63 @@ export declare type DeletedData = {
2435
2435
  stories: UserStory[];
2436
2436
  photoRecipes: UserPhotoRecipe[];
2437
2437
  };
2438
- export declare type CostumeSetRequest = {
2438
+ export type CostumeSetRequest = {
2439
2439
  costumeId: string;
2440
2440
  hairId: string;
2441
2441
  };
2442
- export declare type CostumeSetResponse = {
2442
+ export type CostumeSetResponse = {
2443
2443
  commonResponse: CommonResponse;
2444
2444
  };
2445
- export declare type CostumeLiveSetRequest = {
2445
+ export type CostumeLiveSetRequest = {
2446
2446
  costumeId: string;
2447
2447
  hairId: string;
2448
2448
  };
2449
- export declare type CostumeLiveSetResponse = {
2449
+ export type CostumeLiveSetResponse = {
2450
2450
  commonResponse: CommonResponse;
2451
2451
  };
2452
- export declare type CostumeCheckRequest = {
2452
+ export type CostumeCheckRequest = {
2453
2453
  costumeId: string;
2454
2454
  };
2455
- export declare type CostumeCheckResponse = {
2455
+ export type CostumeCheckResponse = {
2456
2456
  commonResponse: CommonResponse;
2457
2457
  };
2458
- export declare type DeckSaveRequest = {
2458
+ export type DeckSaveRequest = {
2459
2459
  number: number;
2460
2460
  name: string;
2461
2461
  userDeckPositions: UserDeckPosition[];
2462
2462
  deckEditType: DeckEditType;
2463
2463
  questId: string;
2464
2464
  };
2465
- export declare type DeckSaveResponse = {
2465
+ export type DeckSaveResponse = {
2466
2466
  commonResponse: CommonResponse;
2467
2467
  };
2468
- export declare type DeckDeleteRequest = {
2468
+ export type DeckDeleteRequest = {
2469
2469
  number: number;
2470
2470
  };
2471
- export declare type DeckDeleteResponse = {
2471
+ export type DeckDeleteResponse = {
2472
2472
  commonResponse: CommonResponse;
2473
2473
  };
2474
- export declare type DeckBuddyListResponse = {
2474
+ export type DeckBuddyListResponse = {
2475
2475
  friendBuddyUserCardInfos: DeckBuddyUserCardInfo[];
2476
2476
  notFriendBuddyUserCardInfos: DeckBuddyUserCardInfo[];
2477
2477
  commonResponse: CommonResponse;
2478
2478
  };
2479
- export declare type DeckBuddyUserCardInfo = {
2479
+ export type DeckBuddyUserCardInfo = {
2480
2480
  userId: string;
2481
2481
  userCard: UserCard;
2482
2482
  managerName: string;
2483
2483
  };
2484
- export declare type DiaryGetInfosResponse = {
2484
+ export type DiaryGetInfosResponse = {
2485
2485
  infos: DiaryInfo[];
2486
2486
  commonResponse: CommonResponse;
2487
2487
  };
2488
- export declare type DiaryReadRequest = {
2488
+ export type DiaryReadRequest = {
2489
2489
  diaryIds: string[];
2490
2490
  };
2491
- export declare type DiaryReadResponse = {
2491
+ export type DiaryReadResponse = {
2492
2492
  commonResponse: CommonResponse;
2493
2493
  };
2494
- export declare type DiaryInfo = {
2494
+ export type DiaryInfo = {
2495
2495
  id: string;
2496
2496
  year: number;
2497
2497
  month: number;
@@ -2499,134 +2499,134 @@ export declare type DiaryInfo = {
2499
2499
  assetId: string;
2500
2500
  isRead: boolean;
2501
2501
  };
2502
- export declare type DivisionListResponse = {
2502
+ export type DivisionListResponse = {
2503
2503
  divisions: DivisionInfo[];
2504
2504
  reasonType: DivisionCannotMoveReasonType;
2505
2505
  commonResponse: CommonResponse;
2506
2506
  };
2507
- export declare type DivisionMoveRequest = {
2507
+ export type DivisionMoveRequest = {
2508
2508
  divisionId: string;
2509
2509
  };
2510
- export declare type DivisionMoveResponse = {
2510
+ export type DivisionMoveResponse = {
2511
2511
  commonResponse: CommonResponse;
2512
2512
  };
2513
- export declare type DokanListResponse = {
2513
+ export type DokanListResponse = {
2514
2514
  dokanInfos: DokanInfo[];
2515
2515
  commonResponse: CommonResponse;
2516
2516
  };
2517
- export declare type DokanSetWatchedRequest = {
2517
+ export type DokanSetWatchedRequest = {
2518
2518
  dokanIds: string[];
2519
2519
  skippedDokanIds: string[];
2520
2520
  };
2521
- export declare type DokanSetWathcedResponse = {
2521
+ export type DokanSetWathcedResponse = {
2522
2522
  commonResponse: CommonResponse;
2523
2523
  };
2524
- export declare type ExchangeListResponse = {
2524
+ export type ExchangeListResponse = {
2525
2525
  booths: ExchangeBooth[];
2526
2526
  commonResponse: CommonResponse;
2527
2527
  };
2528
- export declare type ExchangeExecuteRequest = {
2528
+ export type ExchangeExecuteRequest = {
2529
2529
  exchangeId: string;
2530
2530
  count: number;
2531
2531
  };
2532
- export declare type ExchangeExecuteResponse = {
2532
+ export type ExchangeExecuteResponse = {
2533
2533
  results: RewardResult[];
2534
2534
  afterExchangeItem: ExchangeItem;
2535
2535
  booth: ExchangeBooth;
2536
2536
  commonResponse: CommonResponse;
2537
2537
  };
2538
- export declare type ExchangeTryOnRequest = {
2538
+ export type ExchangeTryOnRequest = {
2539
2539
  exchangeId: string;
2540
2540
  costumeId: string;
2541
2541
  hairId: string;
2542
2542
  };
2543
- export declare type ExchangeTryOnResponse = {
2543
+ export type ExchangeTryOnResponse = {
2544
2544
  commonResponse: CommonResponse;
2545
2545
  };
2546
- export declare type ExerciseTopResponse = {
2546
+ export type ExerciseTopResponse = {
2547
2547
  exercises: ExerciseInfo[];
2548
2548
  commonResponse: CommonResponse;
2549
2549
  };
2550
- export declare type ExerciseSaveDeckRequest = {
2550
+ export type ExerciseSaveDeckRequest = {
2551
2551
  exerciseId: string;
2552
2552
  positions: ExerciseDeckPosition[];
2553
2553
  };
2554
- export declare type ExerciseSaveDeckResponse = {
2554
+ export type ExerciseSaveDeckResponse = {
2555
2555
  commonResponse: CommonResponse;
2556
2556
  };
2557
- export declare type ExerciseStartRequest = {
2557
+ export type ExerciseStartRequest = {
2558
2558
  exerciseId: string;
2559
2559
  isSkip: boolean;
2560
2560
  };
2561
- export declare type ExerciseListAssetRequest = {
2561
+ export type ExerciseListAssetRequest = {
2562
2562
  exerciseId: string;
2563
2563
  };
2564
- export declare type ExerciseListAssetResponse = {
2564
+ export type ExerciseListAssetResponse = {
2565
2565
  characterAssets: LiveCharacterAssetInfo[];
2566
2566
  commonResponse: CommonResponse;
2567
2567
  };
2568
- export declare type ForumListThreadReplyRequest = {
2568
+ export type ForumListThreadReplyRequest = {
2569
2569
  threadId: string;
2570
2570
  requestType: ForumListReplyRequestType;
2571
2571
  replyId: number;
2572
2572
  };
2573
- export declare type ForumCreateThreadRequest = {
2573
+ export type ForumCreateThreadRequest = {
2574
2574
  title: string;
2575
2575
  firstReplyContent: string;
2576
2576
  };
2577
- export declare type ForumSendThreadReplyRequest = {
2577
+ export type ForumSendThreadReplyRequest = {
2578
2578
  threadId: string;
2579
2579
  replyContent: string;
2580
2580
  };
2581
- export declare type ForumLikeReplyRequest = {
2581
+ export type ForumLikeReplyRequest = {
2582
2582
  threadId: string;
2583
2583
  replyId: number;
2584
2584
  };
2585
- export declare type ForumDislikeReplyRequest = {
2585
+ export type ForumDislikeReplyRequest = {
2586
2586
  threadId: string;
2587
2587
  replyId: number;
2588
2588
  };
2589
- export declare type ForumBookmarkThreadRequest = {
2589
+ export type ForumBookmarkThreadRequest = {
2590
2590
  threadId: string;
2591
2591
  };
2592
- export declare type ForumUnbookmarkThreadRequest = {
2592
+ export type ForumUnbookmarkThreadRequest = {
2593
2593
  threadId: string;
2594
2594
  };
2595
- export declare type ForumBlockUserRequest = {
2595
+ export type ForumBlockUserRequest = {
2596
2596
  userId: string;
2597
2597
  };
2598
- export declare type ForumListThreadResponse = {
2598
+ export type ForumListThreadResponse = {
2599
2599
  threads: ForumThreadInfo[];
2600
2600
  commonResponse: CommonResponse;
2601
2601
  };
2602
- export declare type ForumListThreadReplyResponse = {
2602
+ export type ForumListThreadReplyResponse = {
2603
2603
  threadReplies: ForumThreadReplyInfo[];
2604
2604
  thread: ForumThreadInfo;
2605
2605
  commonResponse: CommonResponse;
2606
2606
  };
2607
- export declare type ForumCreateThreadResponse = {
2607
+ export type ForumCreateThreadResponse = {
2608
2608
  threadId: string;
2609
2609
  commonResponse: CommonResponse;
2610
2610
  };
2611
- export declare type ForumSendThreadReplyResponse = {
2611
+ export type ForumSendThreadReplyResponse = {
2612
2612
  commonResponse: CommonResponse;
2613
2613
  };
2614
- export declare type ForumLikeReplyResponse = {
2614
+ export type ForumLikeReplyResponse = {
2615
2615
  commonResponse: CommonResponse;
2616
2616
  };
2617
- export declare type ForumDislikeReplyResponse = {
2617
+ export type ForumDislikeReplyResponse = {
2618
2618
  commonResponse: CommonResponse;
2619
2619
  };
2620
- export declare type ForumBookmarkThreadResponse = {
2620
+ export type ForumBookmarkThreadResponse = {
2621
2621
  commonResponse: CommonResponse;
2622
2622
  };
2623
- export declare type ForumUnbookmarkThreadResponse = {
2623
+ export type ForumUnbookmarkThreadResponse = {
2624
2624
  commonResponse: CommonResponse;
2625
2625
  };
2626
- export declare type ForumBlockUserResponse = {
2626
+ export type ForumBlockUserResponse = {
2627
2627
  commonResponse: CommonResponse;
2628
2628
  };
2629
- export declare type ForumThreadInfo = {
2629
+ export type ForumThreadInfo = {
2630
2630
  id: string;
2631
2631
  title: string;
2632
2632
  replyCount: number;
@@ -2634,7 +2634,7 @@ export declare type ForumThreadInfo = {
2634
2634
  lastUpdatedTime: string;
2635
2635
  power: number;
2636
2636
  };
2637
- export declare type ForumThreadReplyInfo = {
2637
+ export type ForumThreadReplyInfo = {
2638
2638
  id: number;
2639
2639
  threadId: string;
2640
2640
  userId: string;
@@ -2646,20 +2646,20 @@ export declare type ForumThreadReplyInfo = {
2646
2646
  isBlocked: boolean;
2647
2647
  isDeleted: boolean;
2648
2648
  };
2649
- export declare type FriendListResponse = {
2649
+ export type FriendListResponse = {
2650
2650
  profiles: ProfileInfo[];
2651
2651
  commonResponse: CommonResponse;
2652
2652
  };
2653
- export declare type FriendDeleteRequest = {
2653
+ export type FriendDeleteRequest = {
2654
2654
  userIds: string[];
2655
2655
  };
2656
- export declare type FriendDeleteResponse = {
2656
+ export type FriendDeleteResponse = {
2657
2657
  commonResponse: CommonResponse;
2658
2658
  };
2659
- export declare type FriendApplyRequest = {
2659
+ export type FriendApplyRequest = {
2660
2660
  userId: string;
2661
2661
  };
2662
- export declare type FriendApplyResponse = {
2662
+ export type FriendApplyResponse = {
2663
2663
  isTargetOfferedLimit: boolean;
2664
2664
  isAlreadyFriend: boolean;
2665
2665
  isAlreadyOffering: boolean;
@@ -2669,10 +2669,10 @@ export declare type FriendApplyResponse = {
2669
2669
  isAccountDeleted: boolean;
2670
2670
  commonResponse: CommonResponse;
2671
2671
  };
2672
- export declare type FriendApproveRequest = {
2672
+ export type FriendApproveRequest = {
2673
2673
  userId: string;
2674
2674
  };
2675
- export declare type FriendApproveResponse = {
2675
+ export type FriendApproveResponse = {
2676
2676
  isFriendLimit: boolean;
2677
2677
  isTargetFriendLimit: boolean;
2678
2678
  isOfferDeleted: boolean;
@@ -2681,43 +2681,43 @@ export declare type FriendApproveResponse = {
2681
2681
  isAccountDeleted: boolean;
2682
2682
  commonResponse: CommonResponse;
2683
2683
  };
2684
- export declare type FriendCancelRequest = {
2684
+ export type FriendCancelRequest = {
2685
2685
  userId: string;
2686
2686
  };
2687
- export declare type FriendCancelResponse = {
2687
+ export type FriendCancelResponse = {
2688
2688
  commonResponse: CommonResponse;
2689
2689
  };
2690
- export declare type FriendCancelAllResponse = {
2690
+ export type FriendCancelAllResponse = {
2691
2691
  commonResponse: CommonResponse;
2692
2692
  };
2693
- export declare type FriendRejectRequest = {
2693
+ export type FriendRejectRequest = {
2694
2694
  userId: string;
2695
2695
  };
2696
- export declare type FriendRejectResponse = {
2696
+ export type FriendRejectResponse = {
2697
2697
  isOfferDeleted: boolean;
2698
2698
  commonResponse: CommonResponse;
2699
2699
  };
2700
- export declare type FriendListApplyingResponse = {
2700
+ export type FriendListApplyingResponse = {
2701
2701
  profiles: ProfileInfo[];
2702
2702
  commonResponse: CommonResponse;
2703
2703
  };
2704
- export declare type FriendListAppliedResponse = {
2704
+ export type FriendListAppliedResponse = {
2705
2705
  profiles: ProfileInfo[];
2706
2706
  commonResponse: CommonResponse;
2707
2707
  };
2708
- export declare type FriendSearchResponse = {
2708
+ export type FriendSearchResponse = {
2709
2709
  profiles: ProfileInfo[];
2710
2710
  commonResponse: CommonResponse;
2711
2711
  };
2712
- export declare type GachaListResponse = {
2712
+ export type GachaListResponse = {
2713
2713
  gachas: GachaInfo[];
2714
2714
  commonResponse: CommonResponse;
2715
2715
  };
2716
- export declare type GachaDrawRequest = {
2716
+ export type GachaDrawRequest = {
2717
2717
  gachaButtonId: string;
2718
2718
  execCount: number;
2719
2719
  };
2720
- export declare type GachaDrawResponse = {
2720
+ export type GachaDrawResponse = {
2721
2721
  button: GachaButtonInfo;
2722
2722
  rewards: Reward[];
2723
2723
  consumptionResults: ConsumptionResult[];
@@ -2731,90 +2731,90 @@ export declare type GachaDrawResponse = {
2731
2731
  stampRewards: Reward[];
2732
2732
  commonResponse: CommonResponse;
2733
2733
  };
2734
- export declare type GachaExchangeRequest = {
2734
+ export type GachaExchangeRequest = {
2735
2735
  gachaExchangeId: string;
2736
2736
  count: number;
2737
2737
  };
2738
- export declare type GachaExchangeResponse = {
2738
+ export type GachaExchangeResponse = {
2739
2739
  exchange: GachaExchangeInfo;
2740
2740
  rewardResults: RewardResult[];
2741
2741
  consumptionResults: ConsumptionResult[];
2742
2742
  commonResponse: CommonResponse;
2743
2743
  };
2744
- export declare type GachaProbabilityRequest = {
2744
+ export type GachaProbabilityRequest = {
2745
2745
  gachaId: string;
2746
2746
  };
2747
- export declare type GachaProbabilityResponse = {
2747
+ export type GachaProbabilityResponse = {
2748
2748
  rarityProbabilityInfos: RarityProbabilityInfo[];
2749
2749
  fixProbabilityInfos: FixProbabilityInfo[];
2750
2750
  probabilityInfos: ProbabilityInfo[];
2751
2751
  commonResponse: CommonResponse;
2752
2752
  };
2753
- export declare type GachaHistoryRequest = {
2753
+ export type GachaHistoryRequest = {
2754
2754
  gachaType: GachaType;
2755
2755
  };
2756
- export declare type GachaHistoryResponse = {
2756
+ export type GachaHistoryResponse = {
2757
2757
  histories: GachaHistory[];
2758
2758
  commonResponse: CommonResponse;
2759
2759
  };
2760
- export declare type GachaSelectCardRequest = {
2760
+ export type GachaSelectCardRequest = {
2761
2761
  gachaId: string;
2762
2762
  selectedCardIds: string[];
2763
2763
  };
2764
- export declare type GachaSelectCardResponse = {
2764
+ export type GachaSelectCardResponse = {
2765
2765
  commonResponse: CommonResponse;
2766
2766
  };
2767
- export declare type RarityProbabilityInfo = {
2767
+ export type RarityProbabilityInfo = {
2768
2768
  rarity: number;
2769
2769
  probability: number;
2770
2770
  probabilityInfos: ProbabilityInfo[];
2771
2771
  gachaRewardPatternType: GachaRewardPatternType;
2772
2772
  individualProbability: number;
2773
2773
  };
2774
- export declare type FixProbabilityInfo = {
2774
+ export type FixProbabilityInfo = {
2775
2775
  gachaButtonId: string;
2776
2776
  rarityProbabilityInfos: RarityProbabilityInfo[];
2777
2777
  };
2778
- export declare type ProbabilityInfo = {
2778
+ export type ProbabilityInfo = {
2779
2779
  resourceType: ResourceType;
2780
2780
  resourceId: string;
2781
2781
  amount: string;
2782
2782
  probability: number;
2783
2783
  isRatioUp: boolean;
2784
2784
  };
2785
- export declare type GachaAnimation = {
2785
+ export type GachaAnimation = {
2786
2786
  id: string;
2787
2787
  embeddedType: GachaAnimationEmbeddedType;
2788
2788
  assetId: string;
2789
2789
  };
2790
- export declare type GachaMovie = {
2790
+ export type GachaMovie = {
2791
2791
  assetId: string;
2792
2792
  bgmAssetId: string;
2793
2793
  isForce: boolean;
2794
2794
  };
2795
- export declare type GiftListRequest = {
2795
+ export type GiftListRequest = {
2796
2796
  offset: number;
2797
2797
  sortType: GiftSortType;
2798
2798
  filters: GiftFilterType[];
2799
2799
  desc: boolean;
2800
2800
  };
2801
- export declare type GiftListResponse = {
2801
+ export type GiftListResponse = {
2802
2802
  gifts: UserGift[];
2803
2803
  hasNext: boolean;
2804
2804
  count: number;
2805
2805
  commonResponse: CommonResponse;
2806
2806
  };
2807
- export declare type GiftCountRequest = {
2807
+ export type GiftCountRequest = {
2808
2808
  filters: GiftFilterType[];
2809
2809
  };
2810
- export declare type GiftCountResponse = {
2810
+ export type GiftCountResponse = {
2811
2811
  count: number;
2812
2812
  commonResponse: CommonResponse;
2813
2813
  };
2814
- export declare type GiftReceiveRequest = {
2814
+ export type GiftReceiveRequest = {
2815
2815
  giftIds: string[];
2816
2816
  };
2817
- export declare type GiftReceiveResponse = {
2817
+ export type GiftReceiveResponse = {
2818
2818
  results: RewardResult[];
2819
2819
  hasUnreceivedGift: boolean;
2820
2820
  receivedGiftIds: string[];
@@ -2822,44 +2822,44 @@ export declare type GiftReceiveResponse = {
2822
2822
  hierarchyChangeInfo: HierarchyChangeInfo;
2823
2823
  commonResponse: CommonResponse;
2824
2824
  };
2825
- export declare type GiftHistoryListResponse = {
2825
+ export type GiftHistoryListResponse = {
2826
2826
  gifts: UserGiftHistory[];
2827
2827
  commonResponse: CommonResponse;
2828
2828
  };
2829
- export declare type GuildListResponse = {
2829
+ export type GuildListResponse = {
2830
2830
  guilds: GuildParam[];
2831
2831
  commonResponse: CommonResponse;
2832
2832
  };
2833
- export declare type GuildGvgSeasonResult = {
2833
+ export type GuildGvgSeasonResult = {
2834
2834
  seasonRank: number;
2835
2835
  seasonWinCount: number;
2836
2836
  seasonLoseCount: number;
2837
2837
  seasonDrawCount: number;
2838
2838
  seasonTotalPoint: string;
2839
2839
  };
2840
- export declare type GuildTopResponse = {
2840
+ export type GuildTopResponse = {
2841
2841
  rewardGuildMedalAmount: number;
2842
2842
  gvgSeasonInfo: GuildGvgSeasonInfo;
2843
2843
  exchangeBoothId: string;
2844
2844
  commonResponse: CommonResponse;
2845
2845
  };
2846
- export declare type GuildGvgRankInfo = {
2846
+ export type GuildGvgRankInfo = {
2847
2847
  name: string;
2848
2848
  point: string;
2849
2849
  rank: number;
2850
2850
  };
2851
- export declare type GuildJoinRequest = {
2851
+ export type GuildJoinRequest = {
2852
2852
  guildId: string;
2853
2853
  isRecommended: boolean;
2854
2854
  };
2855
- export declare type GuildJoinResponse = {
2855
+ export type GuildJoinResponse = {
2856
2856
  commonResponse: CommonResponse;
2857
2857
  };
2858
- export declare type GvgTopResponse = {
2858
+ export type GvgTopResponse = {
2859
2859
  topResult: GvgTopInfo;
2860
2860
  commonResponse: CommonResponse;
2861
2861
  };
2862
- export declare type GvgTopInfo = {
2862
+ export type GvgTopInfo = {
2863
2863
  gvgSeason: GvgSeasonInfo;
2864
2864
  currentMatch: GvgCurrentSeasonMatchInfo;
2865
2865
  seasonMatches: GvgSeasonMatchInfo[];
@@ -2868,7 +2868,7 @@ export declare type GvgTopInfo = {
2868
2868
  gvgQuest: LiveBattleQuestInfo;
2869
2869
  userGvgSeason: UserGvgSeasonInfo;
2870
2870
  };
2871
- export declare type UserGvgSeasonInfo = {
2871
+ export type UserGvgSeasonInfo = {
2872
2872
  points: string[];
2873
2873
  totalPoint: string;
2874
2874
  rankRatePercent: number;
@@ -2881,23 +2881,23 @@ export declare type UserGvgSeasonInfo = {
2881
2881
  drawCount: number;
2882
2882
  isCurrentMatchWin: boolean;
2883
2883
  };
2884
- export declare type GvgListOpponentRequest = {
2884
+ export type GvgListOpponentRequest = {
2885
2885
  gvgSeasonId: string;
2886
2886
  };
2887
- export declare type GvgListOpponentResponse = {
2887
+ export type GvgListOpponentResponse = {
2888
2888
  opponentInfos: GvgOpponentInfo[];
2889
2889
  commonResponse: CommonResponse;
2890
2890
  };
2891
- export declare type GvgListRankingRequest = {
2891
+ export type GvgListRankingRequest = {
2892
2892
  gvgSeasonId: string;
2893
2893
  };
2894
- export declare type GvgListRankingResponse = {
2894
+ export type GvgListRankingResponse = {
2895
2895
  rankingInfos: LiveRankingInfo[];
2896
2896
  selfPoint: string;
2897
2897
  selfRank: number;
2898
2898
  commonResponse: CommonResponse;
2899
2899
  };
2900
- export declare type GvgStartRequest = {
2900
+ export type GvgStartRequest = {
2901
2901
  gvgSeasonId: string;
2902
2902
  opponentId: string;
2903
2903
  deckNumber: number;
@@ -2906,7 +2906,7 @@ export declare type GvgStartRequest = {
2906
2906
  matchNumber: number;
2907
2907
  challengeConsumptionType: GvgChallengeConsumptionType;
2908
2908
  };
2909
- export declare type GvgStartResponse = {
2909
+ export type GvgStartResponse = {
2910
2910
  result: LiveResult;
2911
2911
  point: string;
2912
2912
  addPoint: string;
@@ -2921,63 +2921,63 @@ export declare type GvgStartResponse = {
2921
2921
  winRewards: RewardResult[];
2922
2922
  commonResponse: CommonResponse;
2923
2923
  };
2924
- export declare type GvgListAssetRequest = {
2924
+ export type GvgListAssetRequest = {
2925
2925
  gvgSeasonId: string;
2926
2926
  opponentId: string;
2927
2927
  deckNumber: number;
2928
2928
  matchNumber: number;
2929
2929
  };
2930
- export declare type GvgListAssetResponse = {
2930
+ export type GvgListAssetResponse = {
2931
2931
  characterAssets: LiveCharacterAssetInfo[];
2932
2932
  opponentCharacterAssets: LiveCharacterAssetInfo[];
2933
2933
  commonResponse: CommonResponse;
2934
2934
  };
2935
- export declare type HairCheckRequest = {
2935
+ export type HairCheckRequest = {
2936
2936
  hairId: string;
2937
2937
  };
2938
- export declare type HairCheckResponse = {
2938
+ export type HairCheckResponse = {
2939
2939
  commonResponse: CommonResponse;
2940
2940
  };
2941
- export declare type HealthCheckRequest = {
2941
+ export type HealthCheckRequest = {
2942
2942
  service: string;
2943
2943
  };
2944
- export declare type HealthCheckResponse = {};
2945
- export declare type HierarchyRewardsReceiveRequest = {
2944
+ export type HealthCheckResponse = {};
2945
+ export type HierarchyRewardsReceiveRequest = {
2946
2946
  hierarchyRewardIds: string[];
2947
2947
  };
2948
- export declare type HierarchyDivisionRewardsReceiveRequest = {
2948
+ export type HierarchyDivisionRewardsReceiveRequest = {
2949
2949
  hierarchyDivisionRewardIds: string[];
2950
2950
  };
2951
- export declare type HierarchyTopResponse = {
2951
+ export type HierarchyTopResponse = {
2952
2952
  userHierarchyInfo: UserHierarchyInfo;
2953
2953
  rewardInfos: HierarchyRewardInfo[];
2954
2954
  divisionRewardInfos: HierarchyDivisionRewardInfo[];
2955
2955
  highestGradeUserNames: string[];
2956
2956
  commonResponse: CommonResponse;
2957
2957
  };
2958
- export declare type HierarchyRankingResponse = {
2958
+ export type HierarchyRankingResponse = {
2959
2959
  rankUserInfos: HierarchyRankUserInfo[];
2960
2960
  commonResponse: CommonResponse;
2961
2961
  };
2962
- export declare type HierarchyRewardsReceiveResponse = {
2962
+ export type HierarchyRewardsReceiveResponse = {
2963
2963
  results: RewardResult[];
2964
2964
  commonResponse: CommonResponse;
2965
2965
  };
2966
- export declare type HierarchyDivisionRewardsReceiveResponse = {
2966
+ export type HierarchyDivisionRewardsReceiveResponse = {
2967
2967
  results: RewardResult[];
2968
2968
  commonResponse: CommonResponse;
2969
2969
  };
2970
- export declare type HomeEnterRequest = {
2970
+ export type HomeEnterRequest = {
2971
2971
  skipUpdate: boolean;
2972
2972
  };
2973
- export declare type NotiShopItem = {
2973
+ export type NotiShopItem = {
2974
2974
  shopId: string;
2975
2975
  shopItemIds: string[];
2976
2976
  };
2977
- export declare type HomeLoginRequest = {
2977
+ export type HomeLoginRequest = {
2978
2978
  settingInfo: SettingInfo;
2979
2979
  };
2980
- export declare type SettingInfo = {
2980
+ export type SettingInfo = {
2981
2981
  soundBgm: number;
2982
2982
  soundEffect: number;
2983
2983
  soundVoice: number;
@@ -2988,36 +2988,36 @@ export declare type SettingInfo = {
2988
2988
  nightMode: boolean;
2989
2989
  notLoginNotification: boolean;
2990
2990
  };
2991
- export declare type HomeLoginResponse = {
2991
+ export type HomeLoginResponse = {
2992
2992
  paidJpy: PaidJpy;
2993
2993
  purchasedLoginBonusShopInfos: PurchasedLoginBonusShopInfo[];
2994
2994
  commonResponse: CommonResponse;
2995
2995
  };
2996
- export declare type HomeReadTalkRequest = {
2996
+ export type HomeReadTalkRequest = {
2997
2997
  homeTalkId: string;
2998
2998
  };
2999
- export declare type HomeReadTalkResponse = {
2999
+ export type HomeReadTalkResponse = {
3000
3000
  isReliabilityUp: boolean;
3001
3001
  commonResponse: CommonResponse;
3002
3002
  };
3003
- export declare type HomeSetReviewResponse = {
3003
+ export type HomeSetReviewResponse = {
3004
3004
  commonResponse: CommonResponse;
3005
3005
  };
3006
- export declare type HomeSetCharacterPositionRequest = {
3006
+ export type HomeSetCharacterPositionRequest = {
3007
3007
  positions: HomeCharacterPosition[];
3008
3008
  };
3009
- export declare type HomeCharacterPosition = {
3009
+ export type HomeCharacterPosition = {
3010
3010
  type: HomePositionType;
3011
3011
  characterId: string;
3012
3012
  };
3013
- export declare type HomeSetCharacterPositionResponse = {
3013
+ export type HomeSetCharacterPositionResponse = {
3014
3014
  commonResponse: CommonResponse;
3015
3015
  };
3016
- export declare type HomePvpInfo = {
3016
+ export type HomePvpInfo = {
3017
3017
  remainingChallengeCount: number;
3018
3018
  latestPvpSeason: PvpSeasonInfo;
3019
3019
  };
3020
- export declare type HomeLeagueInfo = {
3020
+ export type HomeLeagueInfo = {
3021
3021
  nextBattleStartTime: string;
3022
3022
  battleEndTime: string;
3023
3023
  nextSeasonStartTime: string;
@@ -3026,14 +3026,14 @@ export declare type HomeLeagueInfo = {
3026
3026
  isNewSeasonNotJoined: boolean;
3027
3027
  isRemainingImperfectDeck: boolean;
3028
3028
  };
3029
- export declare type PvpRewardResultInfo = {
3029
+ export type PvpRewardResultInfo = {
3030
3030
  name: string;
3031
3031
  point: string;
3032
3032
  rank: string;
3033
3033
  rankingRewards: Reward[];
3034
3034
  hierarchyChangeInfo: HierarchyChangeInfo;
3035
3035
  };
3036
- export declare type GvgRewardResultInfo = {
3036
+ export type GvgRewardResultInfo = {
3037
3037
  name: string;
3038
3038
  point: string;
3039
3039
  rank: number;
@@ -3043,42 +3043,42 @@ export declare type GvgRewardResultInfo = {
3043
3043
  guildRankingRewards: Reward[];
3044
3044
  hierarchyChangeInfo: HierarchyChangeInfo;
3045
3045
  };
3046
- export declare type TourRewardResultInfo = {
3046
+ export type TourRewardResultInfo = {
3047
3047
  name: string;
3048
3048
  score: string;
3049
3049
  rank: number;
3050
3050
  rankingRewards: Reward[];
3051
3051
  };
3052
- export declare type BacksideRewardResultInfo = {
3052
+ export type BacksideRewardResultInfo = {
3053
3053
  name: string;
3054
3054
  score: string;
3055
3055
  rank: number;
3056
3056
  rankingRewards: Reward[];
3057
3057
  };
3058
- export declare type PhotoContestRewardResultInfo = {
3058
+ export type PhotoContestRewardResultInfo = {
3059
3059
  name: string;
3060
3060
  score: string;
3061
3061
  rank: number;
3062
3062
  rankingRewards: Reward[];
3063
3063
  };
3064
- export declare type RaceRewardResultInfo = {
3064
+ export type RaceRewardResultInfo = {
3065
3065
  name: string;
3066
3066
  score: string;
3067
3067
  rank: number;
3068
3068
  rankingRewards: Reward[];
3069
3069
  };
3070
- export declare type RaceDailyRewardResultInfo = {
3070
+ export type RaceDailyRewardResultInfo = {
3071
3071
  score: string;
3072
3072
  rank: number;
3073
3073
  rankingRewards: Reward[];
3074
3074
  rankingUserInfos: RaceDailyRankingUserInfo[];
3075
3075
  days: number;
3076
3076
  };
3077
- export declare type BuddyUsedRewardResultInfo = {
3077
+ export type BuddyUsedRewardResultInfo = {
3078
3078
  usedCount: string;
3079
3079
  rewards: Reward[];
3080
3080
  };
3081
- export declare type HomeActiveFanEvent = {
3081
+ export type HomeActiveFanEvent = {
3082
3082
  characterIds: string[];
3083
3083
  finishTime: string;
3084
3084
  activityPoint: number;
@@ -3086,7 +3086,7 @@ export declare type HomeActiveFanEvent = {
3086
3086
  rankPlus: number;
3087
3087
  currentCheerPoint: number;
3088
3088
  };
3089
- export declare type HomeActivePromotion = {
3089
+ export type HomeActivePromotion = {
3090
3090
  characterIds: string[];
3091
3091
  finishTime: string;
3092
3092
  rewardGoldAmount: number;
@@ -3094,17 +3094,17 @@ export declare type HomeActivePromotion = {
3094
3094
  rewards: ActivityPromotionReward[];
3095
3095
  hasMoreRewards: boolean;
3096
3096
  };
3097
- export declare type HomeActiveRefresh = {
3097
+ export type HomeActiveRefresh = {
3098
3098
  characterIds: string[];
3099
3099
  finishTime: string;
3100
3100
  };
3101
- export declare type FunctionMaintenanceInfo = {
3101
+ export type FunctionMaintenanceInfo = {
3102
3102
  type: FunctionMaintenanceType;
3103
3103
  targetIds: string[];
3104
3104
  isTwitter: boolean;
3105
3105
  websiteUrl: string;
3106
3106
  };
3107
- export declare type BannerInfo = {
3107
+ export type BannerInfo = {
3108
3108
  menuBanners: Banner[];
3109
3109
  messageBanners: Banner[];
3110
3110
  boardBanners: Banner[];
@@ -3112,30 +3112,30 @@ export declare type BannerInfo = {
3112
3112
  inviteBanners: Banner[];
3113
3113
  exerciseBanners: Banner[];
3114
3114
  };
3115
- export declare type FanEventInfo = {
3115
+ export type FanEventInfo = {
3116
3116
  fanEvents: FanEvent[];
3117
3117
  activeFanEvent: ActiveFanEvent;
3118
3118
  campaignEffects: ActivityCampaignEffect[];
3119
3119
  };
3120
- export declare type PromotionInfo = {
3120
+ export type PromotionInfo = {
3121
3121
  promotions: Promotion[];
3122
3122
  activePromotion: ActivePromotion;
3123
3123
  campaignEffects: ActivityCampaignEffect[];
3124
3124
  };
3125
- export declare type RefreshInfo = {
3125
+ export type RefreshInfo = {
3126
3126
  refreshes: Refresh[];
3127
3127
  activeRefresh: ActiveRefresh;
3128
3128
  campaignEffects: ActivityCampaignEffect[];
3129
3129
  };
3130
- export declare type PurchasedLoginBonusShopInfo = {
3130
+ export type PurchasedLoginBonusShopInfo = {
3131
3131
  shopInfo: ShopInfo;
3132
3132
  loginBonusPackageItem: LoginBonusPackageItem;
3133
3133
  };
3134
- export declare type PurchasedConditionRewardShopInfo = {
3134
+ export type PurchasedConditionRewardShopInfo = {
3135
3135
  shopInfo: ShopInfo;
3136
3136
  conditionRewardPackageItem: ConditionRewardPackageItem;
3137
3137
  };
3138
- export declare type LeagueRewardResultInfo = {
3138
+ export type LeagueRewardResultInfo = {
3139
3139
  leagueSeasonName: string;
3140
3140
  leagueGradeName: string;
3141
3141
  seasonResultType: LeagueSeasonResultType;
@@ -3146,7 +3146,7 @@ export declare type LeagueRewardResultInfo = {
3146
3146
  rewards: Reward[];
3147
3147
  highestLeagueGradeName: string;
3148
3148
  };
3149
- export declare type InviteTopResponse = {
3149
+ export type InviteTopResponse = {
3150
3150
  inviteCode: string;
3151
3151
  guestInfos: InviteGuestInfo[];
3152
3152
  noticeInfo: NoticeInfo;
@@ -3154,47 +3154,47 @@ export declare type InviteTopResponse = {
3154
3154
  exchangeBoothId: string;
3155
3155
  commonResponse: CommonResponse;
3156
3156
  };
3157
- export declare type InviteReceiveHostRewardsRequest = {
3157
+ export type InviteReceiveHostRewardsRequest = {
3158
3158
  userIds: string[];
3159
3159
  };
3160
- export declare type InviteReceiveHostRewardsResponse = {
3160
+ export type InviteReceiveHostRewardsResponse = {
3161
3161
  results: RewardResult[];
3162
3162
  commonResponse: CommonResponse;
3163
3163
  };
3164
- export declare type InviteEnterCodeRequest = {
3164
+ export type InviteEnterCodeRequest = {
3165
3165
  inviteCode: string;
3166
3166
  };
3167
- export declare type InviteEnterCodeResponse = {
3167
+ export type InviteEnterCodeResponse = {
3168
3168
  commonResponse: CommonResponse;
3169
3169
  };
3170
- export declare type ItemSellRequest = {
3170
+ export type ItemSellRequest = {
3171
3171
  itemId: string;
3172
3172
  amount: string;
3173
3173
  };
3174
- export declare type ItemSellResponse = {
3174
+ export type ItemSellResponse = {
3175
3175
  commonResponse: CommonResponse;
3176
3176
  };
3177
- export declare type LadderTopRequest = {
3177
+ export type LadderTopRequest = {
3178
3178
  ladderId: string;
3179
3179
  };
3180
- export declare type LadderTopResponse = {
3180
+ export type LadderTopResponse = {
3181
3181
  ladderInfo: LadderInfo;
3182
3182
  progressInfo: LadderProgressInfo;
3183
3183
  dokanInfos: DokanInfo[];
3184
3184
  commonResponse: CommonResponse;
3185
3185
  };
3186
- export declare type LadderPanelReachRequest = {
3186
+ export type LadderPanelReachRequest = {
3187
3187
  ladderId: string;
3188
3188
  step: number;
3189
3189
  lane: number;
3190
3190
  };
3191
- export declare type LadderPanelReachResponse = {
3191
+ export type LadderPanelReachResponse = {
3192
3192
  rewardResults: RewardResult[];
3193
3193
  progressInfo: LadderProgressInfo;
3194
3194
  reachablePanelCount: number;
3195
3195
  commonResponse: CommonResponse;
3196
3196
  };
3197
- export declare type LeagueTopResponse = {
3197
+ export type LeagueTopResponse = {
3198
3198
  seasonInfo: LeagueSeasonInfo;
3199
3199
  newsInfo: LeagueNewsInfo;
3200
3200
  seasonResultInfo: LeagueSeasonResultInfo;
@@ -3205,7 +3205,7 @@ export declare type LeagueTopResponse = {
3205
3205
  rankExistInfo: LeagueRankExistInfo;
3206
3206
  commonResponse: CommonResponse;
3207
3207
  };
3208
- export declare type LeagueSeasonInfo = {
3208
+ export type LeagueSeasonInfo = {
3209
3209
  id: string;
3210
3210
  name: string;
3211
3211
  endTime: string;
@@ -3219,7 +3219,7 @@ export declare type LeagueSeasonInfo = {
3219
3219
  nextId: string;
3220
3220
  preId: string;
3221
3221
  };
3222
- export declare type LeagueSeasonResultInfo = {
3222
+ export type LeagueSeasonResultInfo = {
3223
3223
  leagueGradeName: string;
3224
3224
  point: string;
3225
3225
  rank: number;
@@ -3234,7 +3234,7 @@ export declare type LeagueSeasonResultInfo = {
3234
3234
  lowestLeagueGradeName: string;
3235
3235
  memberAmount: number;
3236
3236
  };
3237
- export declare type LeagueSeasonCardResultInfo = {
3237
+ export type LeagueSeasonCardResultInfo = {
3238
3238
  cardInfo: LeagueCardInfo;
3239
3239
  highestScore: string;
3240
3240
  skillActivationRatePermil: number;
@@ -3247,11 +3247,11 @@ export declare type LeagueSeasonCardResultInfo = {
3247
3247
  mvpCountLeagueRank: number;
3248
3248
  joinCount: number;
3249
3249
  };
3250
- export declare type LeagueGetDailyDetailRequest = {
3250
+ export type LeagueGetDailyDetailRequest = {
3251
3251
  seasonId: string;
3252
3252
  date: string;
3253
3253
  };
3254
- export declare type LeagueGetDailyDetailResponse = {
3254
+ export type LeagueGetDailyDetailResponse = {
3255
3255
  deckACards: LiveCardInfo[];
3256
3256
  deckBCards: LiveCardInfo[];
3257
3257
  battleResultInfos: LeagueBattleResultInfo[];
@@ -3261,7 +3261,7 @@ export declare type LeagueGetDailyDetailResponse = {
3261
3261
  rank: number;
3262
3262
  commonResponse: CommonResponse;
3263
3263
  };
3264
- export declare type LeagueBattleResultInfo = {
3264
+ export type LeagueBattleResultInfo = {
3265
3265
  opponentUserId: string;
3266
3266
  opponentUserName: string;
3267
3267
  opponentDeckACards: LiveCardInfo[];
@@ -3271,33 +3271,33 @@ export declare type LeagueBattleResultInfo = {
3271
3271
  deckBSelfScore: string;
3272
3272
  deckBOpponentScore: string;
3273
3273
  };
3274
- export declare type LeagueOpponentInfo = {
3274
+ export type LeagueOpponentInfo = {
3275
3275
  userId: string;
3276
3276
  name: string;
3277
3277
  deckACards: LiveCardInfo[];
3278
3278
  deckBCards: LiveCardInfo[];
3279
3279
  };
3280
- export declare type LeagueGetLiveResultRequest = {
3280
+ export type LeagueGetLiveResultRequest = {
3281
3281
  seasonId: string;
3282
3282
  date: string;
3283
3283
  userId: string;
3284
3284
  deckType: LeagueDeckType;
3285
3285
  };
3286
- export declare type LeagueGetLiveResultResponse = {
3286
+ export type LeagueGetLiveResultResponse = {
3287
3287
  result: LiveResult;
3288
3288
  commonResponse: CommonResponse;
3289
3289
  };
3290
- export declare type LeagueSaveDeckRequest = {
3290
+ export type LeagueSaveDeckRequest = {
3291
3291
  seasonId: string;
3292
3292
  deckType: LeagueDeckType;
3293
3293
  deckPositions: UserDeckPosition[];
3294
3294
  deckEditType: DeckEditType;
3295
3295
  };
3296
- export declare type LeagueSaveDeckResponse = {
3296
+ export type LeagueSaveDeckResponse = {
3297
3297
  deckPositions: UserDeckPosition[];
3298
3298
  commonResponse: CommonResponse;
3299
3299
  };
3300
- export declare type LeagueDeckInfo = {
3300
+ export type LeagueDeckInfo = {
3301
3301
  seasonId: string;
3302
3302
  deckType: LeagueDeckType;
3303
3303
  deckPositions: UserDeckPosition[];
@@ -3305,7 +3305,7 @@ export declare type LeagueDeckInfo = {
3305
3305
  loseCount: number;
3306
3306
  consecutiveWinCount: number;
3307
3307
  };
3308
- export declare type LeagueDeckHistoryInfo = {
3308
+ export type LeagueDeckHistoryInfo = {
3309
3309
  date: string;
3310
3310
  deckACards: LiveCardInfo[];
3311
3311
  deckAWinCount: number;
@@ -3314,7 +3314,7 @@ export declare type LeagueDeckHistoryInfo = {
3314
3314
  deckBWinCount: number;
3315
3315
  deckBLoseCount: number;
3316
3316
  };
3317
- export declare type LeagueGetLastSeasonResultResponse = {
3317
+ export type LeagueGetLastSeasonResultResponse = {
3318
3318
  seasonName: string;
3319
3319
  seasonResultInfo: LeagueSeasonResultInfo;
3320
3320
  dailyResultInfos: LeagueDailyResultInfo[];
@@ -3323,62 +3323,62 @@ export declare type LeagueGetLastSeasonResultResponse = {
3323
3323
  rankExistInfo: LeagueRankExistInfo;
3324
3324
  commonResponse: CommonResponse;
3325
3325
  };
3326
- export declare type LeagueListPointRankingRequest = {
3326
+ export type LeagueListPointRankingRequest = {
3327
3327
  seasonId: string;
3328
3328
  };
3329
- export declare type LeagueListPointRankingResponse = {
3329
+ export type LeagueListPointRankingResponse = {
3330
3330
  rankings: LeaguePointRanking[];
3331
3331
  commonResponse: CommonResponse;
3332
3332
  };
3333
- export declare type LeagueListCardHighestScoreRankingRequest = {
3333
+ export type LeagueListCardHighestScoreRankingRequest = {
3334
3334
  seasonId: string;
3335
3335
  };
3336
- export declare type LeagueListCardHighestScoreRankingResponse = {
3336
+ export type LeagueListCardHighestScoreRankingResponse = {
3337
3337
  rankings: LeagueCardRanking[];
3338
3338
  commonResponse: CommonResponse;
3339
3339
  };
3340
- export declare type LeagueListCardSkillRateRankingRequest = {
3340
+ export type LeagueListCardSkillRateRankingRequest = {
3341
3341
  seasonId: string;
3342
3342
  };
3343
- export declare type LeagueListCardSkillRateRankingResponse = {
3343
+ export type LeagueListCardSkillRateRankingResponse = {
3344
3344
  rankings: LeagueCardRanking[];
3345
3345
  commonResponse: CommonResponse;
3346
3346
  };
3347
- export declare type LeagueListCardMvpRankingRequest = {
3347
+ export type LeagueListCardMvpRankingRequest = {
3348
3348
  seasonId: string;
3349
3349
  };
3350
- export declare type LeagueListCardMvpRankingResponse = {
3350
+ export type LeagueListCardMvpRankingResponse = {
3351
3351
  rankings: LeagueCardRanking[];
3352
3352
  commonResponse: CommonResponse;
3353
3353
  };
3354
- export declare type LeagueRankExistInfo = {
3354
+ export type LeagueRankExistInfo = {
3355
3355
  isPointExist: boolean;
3356
3356
  cardRankExistInfos: LeagueCardRankExistInfo[];
3357
3357
  };
3358
- export declare type LeagueCardRankExistInfo = {
3358
+ export type LeagueCardRankExistInfo = {
3359
3359
  resultType: LeagueSeasonCardResultType;
3360
3360
  isExist: boolean;
3361
3361
  };
3362
- export declare type LoginBonusListResponse = {
3362
+ export type LoginBonusListResponse = {
3363
3363
  infos: LoginBonusInfo[];
3364
3364
  commonResponse: CommonResponse;
3365
3365
  };
3366
- export declare type LoginBonusReceiveRequest = {
3366
+ export type LoginBonusReceiveRequest = {
3367
3367
  loginBonusId: string;
3368
3368
  };
3369
- export declare type LoginBonusReceiveResponse = {
3369
+ export type LoginBonusReceiveResponse = {
3370
3370
  userLoginBonus: UserLoginBonus;
3371
3371
  rewards: RewardResult[];
3372
3372
  commonResponse: CommonResponse;
3373
3373
  };
3374
- export declare type LoginBonusInfo = {
3374
+ export type LoginBonusInfo = {
3375
3375
  userLoginBonus: UserLoginBonus;
3376
3376
  noticeInfo: NoticeInfo;
3377
3377
  };
3378
- export declare type MarathonTopRequest = {
3378
+ export type MarathonTopRequest = {
3379
3379
  marathonId: string;
3380
3380
  };
3381
- export declare type MarathonTopResponse = {
3381
+ export type MarathonTopResponse = {
3382
3382
  marathonInfo: MarathonInfo;
3383
3383
  userMarathonInfo: UserMarathonInfo;
3384
3384
  questInfos: MarathonQuestInfo[];
@@ -3386,14 +3386,14 @@ export declare type MarathonTopResponse = {
3386
3386
  dokanInfos: DokanInfo[];
3387
3387
  commonResponse: CommonResponse;
3388
3388
  };
3389
- export declare type MarathonQuestUnlockRequest = {
3389
+ export type MarathonQuestUnlockRequest = {
3390
3390
  marathonQuestId: string;
3391
3391
  };
3392
- export declare type MarathonQuestUnlockResponse = {
3392
+ export type MarathonQuestUnlockResponse = {
3393
3393
  unlockedQuestInfo: MarathonQuestInfo;
3394
3394
  commonResponse: CommonResponse;
3395
3395
  };
3396
- export declare type MarathonQuestStartRequest = {
3396
+ export type MarathonQuestStartRequest = {
3397
3397
  marathonQuestId: string;
3398
3398
  marathonQuestDifficultyNumber: number;
3399
3399
  deckNumber: number;
@@ -3402,126 +3402,126 @@ export declare type MarathonQuestStartRequest = {
3402
3402
  userBuddyDeckPositions: UserDeckPosition[];
3403
3403
  buddyDeckName: string;
3404
3404
  };
3405
- export declare type MarathonQuestListAssetRequest = {
3405
+ export type MarathonQuestListAssetRequest = {
3406
3406
  marathonId: string;
3407
3407
  deckNumber: number;
3408
3408
  userBuddyDeckPositions: UserDeckPosition[];
3409
3409
  buddyDeckName: string;
3410
3410
  };
3411
- export declare type MarathonQuestListAssetResponse = {
3411
+ export type MarathonQuestListAssetResponse = {
3412
3412
  characterAssets: LiveCharacterAssetInfo[];
3413
3413
  commonResponse: CommonResponse;
3414
3414
  };
3415
- export declare type MarathonUseQuestStaminaRecoveryItemRequest = {
3415
+ export type MarathonUseQuestStaminaRecoveryItemRequest = {
3416
3416
  marathonId: string;
3417
3417
  amount: number;
3418
3418
  };
3419
- export declare type MarathonUseQuestStaminaRecoveryItemResponse = {
3419
+ export type MarathonUseQuestStaminaRecoveryItemResponse = {
3420
3420
  userMarathonInfo: UserMarathonInfo;
3421
3421
  commonResponse: CommonResponse;
3422
3422
  };
3423
- export declare type MarathonListDeckRequest = {
3423
+ export type MarathonListDeckRequest = {
3424
3424
  marathonId: string;
3425
3425
  marathonQuestId: string;
3426
3426
  marathonQuestDifficultyNumber: number;
3427
3427
  marathonBuddyDecks: MarathonBuddyDeck[];
3428
3428
  };
3429
- export declare type MarathonListDeckResponse = {
3429
+ export type MarathonListDeckResponse = {
3430
3430
  deckInfos: MarathonDeckInfo[];
3431
3431
  buddyDeckInfos: MarathonDeckInfo[];
3432
3432
  commonResponse: CommonResponse;
3433
3433
  };
3434
- export declare type MarathonDeckSaveRequest = {
3434
+ export type MarathonDeckSaveRequest = {
3435
3435
  marathonQuestId: string;
3436
3436
  number: number;
3437
3437
  name: string;
3438
3438
  userDeckPositions: UserDeckPosition[];
3439
3439
  marathonQuestDifficultyNumber: number;
3440
3440
  };
3441
- export declare type MarathonDeckSaveResponse = {
3441
+ export type MarathonDeckSaveResponse = {
3442
3442
  deckInfo: MarathonDeckInfo;
3443
3443
  commonResponse: CommonResponse;
3444
3444
  };
3445
- export declare type MarathonBuddyDeckRequest = {
3445
+ export type MarathonBuddyDeckRequest = {
3446
3446
  marathonQuestId: string;
3447
3447
  marathonQuestDifficultyNumber: number;
3448
3448
  marathonBuddyDecks: MarathonBuddyDeck[];
3449
3449
  };
3450
- export declare type MarathonBuddyDeck = {
3450
+ export type MarathonBuddyDeck = {
3451
3451
  deckNumber: number;
3452
3452
  deckName: string;
3453
3453
  userBuddyDeckPositions: UserDeckPosition[];
3454
3454
  };
3455
- export declare type MarathonBuddyDeckResponse = {
3455
+ export type MarathonBuddyDeckResponse = {
3456
3456
  buddyDeckInfos: MarathonDeckInfo[];
3457
3457
  commonResponse: CommonResponse;
3458
3458
  };
3459
- export declare type MarathonBoxGachaDrawRequest = {
3459
+ export type MarathonBoxGachaDrawRequest = {
3460
3460
  marathonId: string;
3461
3461
  boxGachaId: string;
3462
3462
  execCount: number;
3463
3463
  };
3464
- export declare type MarathonBoxGachaDrawResponse = {
3464
+ export type MarathonBoxGachaDrawResponse = {
3465
3465
  drawResults: BoxGachaDrawResult[];
3466
3466
  commonResponse: CommonResponse;
3467
3467
  };
3468
- export declare type MarathonBoxGachaResetRequest = {
3468
+ export type MarathonBoxGachaResetRequest = {
3469
3469
  marathonId: string;
3470
3470
  boxGachaId: string;
3471
3471
  };
3472
- export declare type MarathonBoxGachaResetResponse = {
3472
+ export type MarathonBoxGachaResetResponse = {
3473
3473
  boxGachaInfo: MarathonBoxGachaInfo;
3474
3474
  commonResponse: CommonResponse;
3475
3475
  };
3476
- export declare type MarathonRaidListRequest = {
3476
+ export type MarathonRaidListRequest = {
3477
3477
  marathonId: string;
3478
3478
  };
3479
- export declare type MarathonRaidListResponse = {
3479
+ export type MarathonRaidListResponse = {
3480
3480
  joinableQuests: MarathonRaidQuestProgress[];
3481
3481
  progressingQuests: MarathonRaidQuestProgress[];
3482
3482
  finishedQuests: MarathonRaidQuestProgress[];
3483
3483
  updateEnableTime: string;
3484
3484
  commonResponse: CommonResponse;
3485
3485
  };
3486
- export declare type MarathonRaidCheckProgressRequest = {
3486
+ export type MarathonRaidCheckProgressRequest = {
3487
3487
  marathonId: string;
3488
3488
  raidId: string;
3489
3489
  };
3490
- export declare type MarathonRaidCheckProgressResponse = {
3490
+ export type MarathonRaidCheckProgressResponse = {
3491
3491
  finished: boolean;
3492
3492
  commonResponse: CommonResponse;
3493
3493
  };
3494
- export declare type MarathonRaidListHistoryRequest = {
3494
+ export type MarathonRaidListHistoryRequest = {
3495
3495
  marathonId: string;
3496
3496
  };
3497
- export declare type MarathonRaidListHistoryResponse = {
3497
+ export type MarathonRaidListHistoryResponse = {
3498
3498
  quests: MarathonRaidQuestProgress[];
3499
3499
  commonResponse: CommonResponse;
3500
3500
  };
3501
- export declare type MarathonRaidGetHistoryDetailRequest = {
3501
+ export type MarathonRaidGetHistoryDetailRequest = {
3502
3502
  marathonId: string;
3503
3503
  raidId: string;
3504
3504
  };
3505
- export declare type MarathonRaidGetHistoryDetailResponse = {
3505
+ export type MarathonRaidGetHistoryDetailResponse = {
3506
3506
  raidResult: MarathonRaidResult;
3507
3507
  commonResponse: CommonResponse;
3508
3508
  };
3509
- export declare type MarathonRaidListRankingRequest = {
3509
+ export type MarathonRaidListRankingRequest = {
3510
3510
  marathonId: string;
3511
3511
  raidId: string;
3512
3512
  };
3513
- export declare type MarathonRaidListRankingResponse = {
3513
+ export type MarathonRaidListRankingResponse = {
3514
3514
  rankedUsers: MarathonRaidRankedUser[];
3515
3515
  selfScore: string;
3516
3516
  commonResponse: CommonResponse;
3517
3517
  };
3518
- export declare type MarathonRaidStartRequest = {
3518
+ export type MarathonRaidStartRequest = {
3519
3519
  marathonId: string;
3520
3520
  difficultyNumber: number;
3521
3521
  deckNumber: number;
3522
3522
  isSkip: boolean;
3523
3523
  };
3524
- export declare type MarathonRaidStartResponse = {
3524
+ export type MarathonRaidStartResponse = {
3525
3525
  marathonId: string;
3526
3526
  difficultyNumber: number;
3527
3527
  difficultyLevel: number;
@@ -3534,14 +3534,14 @@ export declare type MarathonRaidStartResponse = {
3534
3534
  rankPatterns: QuestRankPattern[];
3535
3535
  commonResponse: CommonResponse;
3536
3536
  };
3537
- export declare type MarathonRaidJoinRequest = {
3537
+ export type MarathonRaidJoinRequest = {
3538
3538
  marathonId: string;
3539
3539
  raidId: string;
3540
3540
  deckNumber: number;
3541
3541
  isSkip: boolean;
3542
3542
  difficultyNumber: number;
3543
3543
  };
3544
- export declare type MarathonRaidJoinResponse = {
3544
+ export type MarathonRaidJoinResponse = {
3545
3545
  marathonId: string;
3546
3546
  difficultyNumber: number;
3547
3547
  difficultyLevel: number;
@@ -3553,44 +3553,44 @@ export declare type MarathonRaidJoinResponse = {
3553
3553
  rankPatterns: QuestRankPattern[];
3554
3554
  commonResponse: CommonResponse;
3555
3555
  };
3556
- export declare type MarathonRaidFinishRequest = {
3556
+ export type MarathonRaidFinishRequest = {
3557
3557
  marathonId: string;
3558
3558
  raidId: string;
3559
3559
  };
3560
- export declare type MarathonRaidFinishResponse = {
3560
+ export type MarathonRaidFinishResponse = {
3561
3561
  raidResult: MarathonRaidResult;
3562
3562
  commonResponse: CommonResponse;
3563
3563
  };
3564
- export declare type MarathonUseRaidStaminaRecoveryItemRequest = {
3564
+ export type MarathonUseRaidStaminaRecoveryItemRequest = {
3565
3565
  marathonId: string;
3566
3566
  amount: number;
3567
3567
  };
3568
- export declare type MarathonUseRaidStaminaRecoveryItemResponse = {
3568
+ export type MarathonUseRaidStaminaRecoveryItemResponse = {
3569
3569
  userMarathonInfo: UserMarathonInfo;
3570
3570
  commonResponse: CommonResponse;
3571
3571
  };
3572
- export declare type MarathonListRaidDeckRequest = {
3572
+ export type MarathonListRaidDeckRequest = {
3573
3573
  marathonId: string;
3574
3574
  difficultyNumber: number;
3575
3575
  raidId: string;
3576
3576
  };
3577
- export declare type MarathonListRaidDeckResponse = {
3577
+ export type MarathonListRaidDeckResponse = {
3578
3578
  deckInfos: MarathonDeckInfo[];
3579
3579
  rankedUsers: MarathonRaidSimpleRankedUser[];
3580
3580
  commonResponse: CommonResponse;
3581
3581
  };
3582
- export declare type MarathonRaidDeckSaveRequest = {
3582
+ export type MarathonRaidDeckSaveRequest = {
3583
3583
  marathonId: string;
3584
3584
  number: number;
3585
3585
  name: string;
3586
3586
  userDeckPositions: UserDeckPosition[];
3587
3587
  difficultyNumber: number;
3588
3588
  };
3589
- export declare type MarathonRaidDeckSaveResponse = {
3589
+ export type MarathonRaidDeckSaveResponse = {
3590
3590
  deckInfo: MarathonDeckInfo;
3591
3591
  commonResponse: CommonResponse;
3592
3592
  };
3593
- export declare type UserMarathonInfo = {
3593
+ export type UserMarathonInfo = {
3594
3594
  currentStamina: number;
3595
3595
  staminaUpdatedTime: string;
3596
3596
  liveBonusInfos: MarathonLiveBonusInfo[];
@@ -3603,7 +3603,7 @@ export declare type UserMarathonInfo = {
3603
3603
  isRaidHostEnable: boolean;
3604
3604
  reachableLadderPanelCount: number;
3605
3605
  };
3606
- export declare type MarathonQuestDifficultyLevelInfo = {
3606
+ export type MarathonQuestDifficultyLevelInfo = {
3607
3607
  marathonQuestDifficultyNumber: number;
3608
3608
  cleared: boolean;
3609
3609
  rankType: ResultRankType;
@@ -3613,12 +3613,12 @@ export declare type MarathonQuestDifficultyLevelInfo = {
3613
3613
  highestScore: string;
3614
3614
  liveSkipType: LiveSkipType;
3615
3615
  };
3616
- export declare type MarathonDeckInfo = {
3616
+ export type MarathonDeckInfo = {
3617
3617
  number: number;
3618
3618
  cardDetailInfo: MarathonDeckCardDetailInfo[];
3619
3619
  deckOverallValue: string;
3620
3620
  };
3621
- export declare type MarathonDeckCardDetailInfo = {
3621
+ export type MarathonDeckCardDetailInfo = {
3622
3622
  position: number;
3623
3623
  vocal: string;
3624
3624
  dance: string;
@@ -3629,12 +3629,12 @@ export declare type MarathonDeckCardDetailInfo = {
3629
3629
  accessoryInfos: MarathonAccessoryInfo[];
3630
3630
  photoInfos: MarathonPhotoInfo[];
3631
3631
  };
3632
- export declare type MarathonPhotoInfo = {
3632
+ export type MarathonPhotoInfo = {
3633
3633
  photoId: string;
3634
3634
  level: number;
3635
3635
  abilities: MarathonPhotoAbilityInfo[];
3636
3636
  };
3637
- export declare type MarathonRaidResult = {
3637
+ export type MarathonRaidResult = {
3638
3638
  isClear: boolean;
3639
3639
  score: string;
3640
3640
  clearScore: string;
@@ -3645,12 +3645,12 @@ export declare type MarathonRaidResult = {
3645
3645
  mvpRewards: RewardResult[];
3646
3646
  rankedUsers: MarathonRaidRankedUser[];
3647
3647
  };
3648
- export declare type MarathonRaidSimpleRankedUser = {
3648
+ export type MarathonRaidSimpleRankedUser = {
3649
3649
  rank: number;
3650
3650
  userName: string;
3651
3651
  userId: string;
3652
3652
  };
3653
- export declare type MarathonRaidQuestProgress = {
3653
+ export type MarathonRaidQuestProgress = {
3654
3654
  raidId: string;
3655
3655
  hostUser: MarathonRaidHostUser;
3656
3656
  raidEndTime: string;
@@ -3662,7 +3662,7 @@ export declare type MarathonRaidQuestProgress = {
3662
3662
  progressType: MarathonRaidProgressType;
3663
3663
  liveSkipType: LiveSkipType;
3664
3664
  };
3665
- export declare type MarketListItemResponse = {
3665
+ export type MarketListItemResponse = {
3666
3666
  marketItems: MarketItem[];
3667
3667
  nextResetTime: string;
3668
3668
  freeResetRemainCount: number;
@@ -3670,80 +3670,80 @@ export declare type MarketListItemResponse = {
3670
3670
  requiredResetStoneAmount: number;
3671
3671
  commonResponse: CommonResponse;
3672
3672
  };
3673
- export declare type MarketResetRequest = {
3673
+ export type MarketResetRequest = {
3674
3674
  isFree: boolean;
3675
3675
  };
3676
- export declare type MarketResetResponse = {
3676
+ export type MarketResetResponse = {
3677
3677
  marketItems: MarketItem[];
3678
3678
  freeResetRemainCount: number;
3679
3679
  resetRemainCount: number;
3680
3680
  requiredResetStoneAmount: number;
3681
3681
  commonResponse: CommonResponse;
3682
3682
  };
3683
- export declare type MarketPurchaseRequest = {
3683
+ export type MarketPurchaseRequest = {
3684
3684
  number: number;
3685
3685
  };
3686
- export declare type MarketPurchaseResponse = {
3686
+ export type MarketPurchaseResponse = {
3687
3687
  marketItems: MarketItem[];
3688
3688
  commonResponse: CommonResponse;
3689
3689
  };
3690
- export declare type MasterGetResponse = {
3690
+ export type MasterGetResponse = {
3691
3691
  masterTag: MasterTag;
3692
3692
  };
3693
- export declare type MasterFaqResponse = {
3693
+ export type MasterFaqResponse = {
3694
3694
  helpCategories: HelpCategory[];
3695
3695
  };
3696
- export declare type MasterRuleRequest = {
3696
+ export type MasterRuleRequest = {
3697
3697
  ruleType: RuleType;
3698
3698
  };
3699
- export declare type MasterRuleResponse = {
3699
+ export type MasterRuleResponse = {
3700
3700
  text: string;
3701
3701
  };
3702
- export declare type MessageListGroupResponse = {
3702
+ export type MessageListGroupResponse = {
3703
3703
  infos: MessageGroupInfo[];
3704
3704
  commonResponse: CommonResponse;
3705
3705
  };
3706
- export declare type MessageTimelineRequest = {
3706
+ export type MessageTimelineRequest = {
3707
3707
  messageGroupId: string;
3708
3708
  timelineId: string;
3709
3709
  };
3710
- export declare type MessageTimelineResponse = {
3710
+ export type MessageTimelineResponse = {
3711
3711
  infos: TimelineInfo[];
3712
3712
  hasNext: boolean;
3713
3713
  commonResponse: CommonResponse;
3714
3714
  };
3715
- export declare type MessageReceiveRequest = {
3715
+ export type MessageReceiveRequest = {
3716
3716
  messageIds: string[];
3717
3717
  };
3718
- export declare type MessageReceiveResponse = {
3718
+ export type MessageReceiveResponse = {
3719
3719
  commonResponse: CommonResponse;
3720
3720
  };
3721
- export declare type MessageSaveRequest = {
3721
+ export type MessageSaveRequest = {
3722
3722
  messageGroupId: string;
3723
3723
  timelineId: string;
3724
3724
  messageDetailId: string;
3725
3725
  selectMessageDetailIds: string[];
3726
3726
  };
3727
- export declare type MessageSaveResponse = {
3727
+ export type MessageSaveResponse = {
3728
3728
  commonResponse: CommonResponse;
3729
3729
  };
3730
- export declare type MessageFinishRequest = {
3730
+ export type MessageFinishRequest = {
3731
3731
  messageGroupId: string;
3732
3732
  timelineId: string;
3733
3733
  selectMessageDetailIds: string[];
3734
3734
  };
3735
- export declare type MessageFinishResponse = {
3735
+ export type MessageFinishResponse = {
3736
3736
  isReliabilityUp: boolean;
3737
3737
  commonResponse: CommonResponse;
3738
3738
  };
3739
- export declare type MessageSaveHistoryRequest = {
3739
+ export type MessageSaveHistoryRequest = {
3740
3740
  messageId: string;
3741
3741
  selectMessageDetailIds: string[];
3742
3742
  };
3743
- export declare type MessageSaveHistoryResponse = {
3743
+ export type MessageSaveHistoryResponse = {
3744
3744
  commonResponse: CommonResponse;
3745
3745
  };
3746
- export declare type MigrationListResponse = {
3746
+ export type MigrationListResponse = {
3747
3747
  apple: boolean;
3748
3748
  google: boolean;
3749
3749
  facebook: boolean;
@@ -3751,100 +3751,100 @@ export declare type MigrationListResponse = {
3751
3751
  password: boolean;
3752
3752
  commonResponse: CommonResponse;
3753
3753
  };
3754
- export declare type MigrationExecuteRequest = {
3754
+ export type MigrationExecuteRequest = {
3755
3755
  onetimeToken: string;
3756
3756
  };
3757
- export declare type MigrationExecuteResponse = {
3757
+ export type MigrationExecuteResponse = {
3758
3758
  token: string;
3759
3759
  };
3760
- export declare type MigrationSetPasswordRequest = {
3760
+ export type MigrationSetPasswordRequest = {
3761
3761
  password: string;
3762
3762
  };
3763
- export declare type MigrationSetPasswordResponse = {
3763
+ export type MigrationSetPasswordResponse = {
3764
3764
  commonResponse: CommonResponse;
3765
3765
  };
3766
- export declare type MigrationMigratePasswordRequest = {
3766
+ export type MigrationMigratePasswordRequest = {
3767
3767
  userId: string;
3768
3768
  password: string;
3769
3769
  };
3770
- export declare type MigrationProviderAppleInfo = {
3770
+ export type MigrationProviderAppleInfo = {
3771
3771
  idToken: string;
3772
3772
  };
3773
- export declare type MigrationLinkAppleRequest = {
3773
+ export type MigrationLinkAppleRequest = {
3774
3774
  info: MigrationProviderAppleInfo;
3775
3775
  };
3776
- export declare type MigrationMigrateAppleRequest = {
3776
+ export type MigrationMigrateAppleRequest = {
3777
3777
  info: MigrationProviderAppleInfo;
3778
3778
  };
3779
- export declare type MigrationProviderGoogleInfo = {
3779
+ export type MigrationProviderGoogleInfo = {
3780
3780
  idToken: string;
3781
3781
  };
3782
- export declare type MigrationLinkGoogleRequest = {
3782
+ export type MigrationLinkGoogleRequest = {
3783
3783
  info: MigrationProviderGoogleInfo;
3784
3784
  };
3785
- export declare type MigrationMigrateGoogleRequest = {
3785
+ export type MigrationMigrateGoogleRequest = {
3786
3786
  info: MigrationProviderGoogleInfo;
3787
3787
  };
3788
- export declare type RequestTwitterOAuthTokenRequest = {
3788
+ export type RequestTwitterOAuthTokenRequest = {
3789
3789
  bundleId: string;
3790
3790
  };
3791
- export declare type RequestTwitterOAuthTokenResponse = {
3791
+ export type RequestTwitterOAuthTokenResponse = {
3792
3792
  oauthToken: string;
3793
3793
  };
3794
- export declare type MigrationProviderTwitterInfo = {
3794
+ export type MigrationProviderTwitterInfo = {
3795
3795
  oauthToken: string;
3796
3796
  oauthVerifier: string;
3797
3797
  };
3798
- export declare type MigrationLinkTwitterRequest = {
3798
+ export type MigrationLinkTwitterRequest = {
3799
3799
  info: MigrationProviderTwitterInfo;
3800
3800
  };
3801
- export declare type MigrationMigrateTwitterRequest = {
3801
+ export type MigrationMigrateTwitterRequest = {
3802
3802
  info: MigrationProviderTwitterInfo;
3803
3803
  };
3804
- export declare type MigrationLinkResponse = {
3804
+ export type MigrationLinkResponse = {
3805
3805
  success: boolean;
3806
3806
  linkedUserId: string;
3807
3807
  linkedUser: User;
3808
3808
  onetimeToken: string;
3809
3809
  commonResponse: CommonResponse;
3810
3810
  };
3811
- export declare type MigrationMigrateResponse = {
3811
+ export type MigrationMigrateResponse = {
3812
3812
  success: boolean;
3813
3813
  linkedUserId: string;
3814
3814
  linkedUser: User;
3815
3815
  onetimeToken: string;
3816
3816
  };
3817
- export declare type MigrationUnlinkRequest = {
3817
+ export type MigrationUnlinkRequest = {
3818
3818
  providerType: ProviderType;
3819
3819
  };
3820
- export declare type MigrationUnlinkResponse = {
3820
+ export type MigrationUnlinkResponse = {
3821
3821
  commonResponse: CommonResponse;
3822
3822
  };
3823
- export declare type MissionListResponse = {
3823
+ export type MissionListResponse = {
3824
3824
  userMissions: UserMission[];
3825
3825
  commonResponse: CommonResponse;
3826
3826
  };
3827
- export declare type MissionReceiveRequest = {
3827
+ export type MissionReceiveRequest = {
3828
3828
  missionIds: string[];
3829
3829
  };
3830
- export declare type MissionReceiveResponse = {
3830
+ export type MissionReceiveResponse = {
3831
3831
  results: RewardResult[];
3832
3832
  commonResponse: CommonResponse;
3833
3833
  };
3834
- export declare type MissionURLTransitionRequest = {
3834
+ export type MissionURLTransitionRequest = {
3835
3835
  url: string;
3836
3836
  };
3837
- export declare type MissionURLTransitionResponse = {
3837
+ export type MissionURLTransitionResponse = {
3838
3838
  commonResponse: CommonResponse;
3839
3839
  };
3840
- export declare type MissionEventRequest = {
3840
+ export type MissionEventRequest = {
3841
3841
  eventMissionId: string;
3842
3842
  };
3843
- export declare type MissionEventResponse = {
3843
+ export type MissionEventResponse = {
3844
3844
  info: EventMissionInfo;
3845
3845
  commonResponse: CommonResponse;
3846
3846
  };
3847
- export declare type CheckOption = {
3847
+ export type CheckOption = {
3848
3848
  disableGameAuthToken: boolean;
3849
3849
  disableMasterVersion: boolean;
3850
3850
  enableResponseCache: boolean;
@@ -3853,10 +3853,10 @@ export declare type CheckOption = {
3853
3853
  disableCheckMaintenance: boolean;
3854
3854
  disableCheckAppVersion: boolean;
3855
3855
  };
3856
- export declare type ErrorOption = {
3856
+ export type ErrorOption = {
3857
3857
  errorCodes: ErrorCode[];
3858
3858
  };
3859
- export declare type NoticeListResponse = {
3859
+ export type NoticeListResponse = {
3860
3860
  notices: NoticeInfo[];
3861
3861
  malfunctionNotices: NoticeInfo[];
3862
3862
  prNotices: NoticeInfo[];
@@ -3866,81 +3866,81 @@ export declare type NoticeListResponse = {
3866
3866
  roootAssociateToken: string;
3867
3867
  commonResponse: CommonResponse;
3868
3868
  };
3869
- export declare type NoticeFetchRequest = {
3869
+ export type NoticeFetchRequest = {
3870
3870
  noticeCategoryType: number;
3871
3871
  offset: number;
3872
3872
  };
3873
- export declare type NoticeFetchResponse = {
3873
+ export type NoticeFetchResponse = {
3874
3874
  notices: NoticeInfo[];
3875
3875
  hasNext: boolean;
3876
3876
  roootAssociateToken: string;
3877
3877
  commonResponse: CommonResponse;
3878
3878
  };
3879
- export declare type NoticeGetRequest = {
3879
+ export type NoticeGetRequest = {
3880
3880
  noticeId: string;
3881
3881
  };
3882
- export declare type NoticeGetResponse = {
3882
+ export type NoticeGetResponse = {
3883
3883
  notice: NoticeInfo;
3884
3884
  roootAssociateToken: string;
3885
3885
  commonResponse: CommonResponse;
3886
3886
  };
3887
- export declare type PhotoSwitchLockRequest = {
3887
+ export type PhotoSwitchLockRequest = {
3888
3888
  photoIds: string[];
3889
3889
  };
3890
- export declare type PhotoSwitchLockResponse = {
3890
+ export type PhotoSwitchLockResponse = {
3891
3891
  commonResponse: CommonResponse;
3892
3892
  };
3893
- export declare type PhotoDeleteRequest = {
3893
+ export type PhotoDeleteRequest = {
3894
3894
  photoIds: string[];
3895
3895
  };
3896
- export declare type PhotoDeleteResponse = {
3896
+ export type PhotoDeleteResponse = {
3897
3897
  rewardResults: RewardResult[];
3898
3898
  commonResponse: CommonResponse;
3899
3899
  };
3900
- export declare type PhotoEnhanceRequest = {
3900
+ export type PhotoEnhanceRequest = {
3901
3901
  photoId: string;
3902
3902
  level: number;
3903
3903
  };
3904
- export declare type PhotoEnhanceResponse = {
3904
+ export type PhotoEnhanceResponse = {
3905
3905
  commonResponse: CommonResponse;
3906
3906
  };
3907
- export declare type PhotoRerollRequest = {
3907
+ export type PhotoRerollRequest = {
3908
3908
  photoId: string;
3909
3909
  };
3910
- export declare type PhotoRerollResponse = {
3910
+ export type PhotoRerollResponse = {
3911
3911
  commonResponse: CommonResponse;
3912
3912
  };
3913
- export declare type PhotoRetouchRequest = {
3913
+ export type PhotoRetouchRequest = {
3914
3914
  photoRecipeId: string;
3915
3915
  photoId: string;
3916
3916
  };
3917
- export declare type PhotoRetouchResponse = {
3917
+ export type PhotoRetouchResponse = {
3918
3918
  commonResponse: CommonResponse;
3919
3919
  };
3920
- export declare type PhotoUpdateRequest = {
3920
+ export type PhotoUpdateRequest = {
3921
3921
  photoId: string;
3922
3922
  name: string;
3923
3923
  };
3924
- export declare type PhotoUpdateResponse = {
3924
+ export type PhotoUpdateResponse = {
3925
3925
  commonResponse: CommonResponse;
3926
3926
  };
3927
- export declare type PhotoReportResponse = {
3927
+ export type PhotoReportResponse = {
3928
3928
  isGift: boolean;
3929
3929
  commonResponse: CommonResponse;
3930
3930
  };
3931
- export declare type PhotoGetImageUrlRequest = {
3931
+ export type PhotoGetImageUrlRequest = {
3932
3932
  type: PhotoImageRequestType;
3933
3933
  assetIds: string[];
3934
3934
  };
3935
- export declare type PhotoGetImageUrlResponse = {
3935
+ export type PhotoGetImageUrlResponse = {
3936
3936
  urlList: PhotoImageUrl[];
3937
3937
  };
3938
- export declare type PhotoImageUrl = {
3938
+ export type PhotoImageUrl = {
3939
3939
  assetId: string;
3940
3940
  origUrl: string;
3941
3941
  tmbUrl: string;
3942
3942
  };
3943
- export declare type PhotoCheckShootingRequest = {
3943
+ export type PhotoCheckShootingRequest = {
3944
3944
  actionType: PhotoShootingActionType;
3945
3945
  photoActivityId: string;
3946
3946
  photoMusicId: string;
@@ -3949,10 +3949,10 @@ export declare type PhotoCheckShootingRequest = {
3949
3949
  costumeIds: string[];
3950
3950
  hairIds: string[];
3951
3951
  };
3952
- export declare type PhotoCheckShootingResponse = {
3952
+ export type PhotoCheckShootingResponse = {
3953
3953
  commonResponse: CommonResponse;
3954
3954
  };
3955
- export declare type PhotoCreateShootingRequest = {
3955
+ export type PhotoCreateShootingRequest = {
3956
3956
  itemId: string;
3957
3957
  actionType: PhotoShootingActionType;
3958
3958
  photoActivityId: string;
@@ -3964,12 +3964,12 @@ export declare type PhotoCreateShootingRequest = {
3964
3964
  manualCount: number;
3965
3965
  hairIds: string[];
3966
3966
  };
3967
- export declare type PhotoCreateShootingResponse = {
3967
+ export type PhotoCreateShootingResponse = {
3968
3968
  photo: UserPhoto;
3969
3969
  isGift: boolean;
3970
3970
  commonResponse: CommonResponse;
3971
3971
  };
3972
- export declare type PhotoCreateShootingsRequest = {
3972
+ export type PhotoCreateShootingsRequest = {
3973
3973
  actionType: PhotoShootingActionType;
3974
3974
  photoActivityId: string;
3975
3975
  photoMusicId: string;
@@ -3980,66 +3980,66 @@ export declare type PhotoCreateShootingsRequest = {
3980
3980
  createShootingParams: PhotoCreateShootingParam[];
3981
3981
  manualCount: number;
3982
3982
  };
3983
- export declare type PhotoCreateShootingParam = {
3983
+ export type PhotoCreateShootingParam = {
3984
3984
  photoImageId: string;
3985
3985
  itemId: string;
3986
3986
  mainCharacterId: string;
3987
3987
  };
3988
- export declare type PhotoCreateShootingsResponse = {
3988
+ export type PhotoCreateShootingsResponse = {
3989
3989
  photos: UserPhoto[];
3990
3990
  isGift: boolean;
3991
3991
  commonResponse: CommonResponse;
3992
3992
  };
3993
- export declare type PhotoListShootingResponse = {
3993
+ export type PhotoListShootingResponse = {
3994
3994
  activities: PhotoActivity[];
3995
3995
  musics: PhotoMusic[];
3996
3996
  stages: PhotoStage[];
3997
3997
  commonResponse: CommonResponse;
3998
3998
  };
3999
- export declare type PhotoExtendLimitResponse = {
3999
+ export type PhotoExtendLimitResponse = {
4000
4000
  commonResponse: CommonResponse;
4001
4001
  };
4002
- export declare type PhotoSaleRecipeRequest = {
4002
+ export type PhotoSaleRecipeRequest = {
4003
4003
  photoRecipeIds: string[];
4004
4004
  };
4005
- export declare type PhotoSaleRecipeResponse = {
4005
+ export type PhotoSaleRecipeResponse = {
4006
4006
  rewardResults: RewardResult[];
4007
4007
  commonResponse: CommonResponse;
4008
4008
  };
4009
- export declare type PhotoContestTopRequest = {
4009
+ export type PhotoContestTopRequest = {
4010
4010
  photoContestId: string;
4011
4011
  };
4012
- export declare type PhotoContestTopResponse = {
4012
+ export type PhotoContestTopResponse = {
4013
4013
  photoContestInfo: PhotoContestInfo;
4014
4014
  dokanInfos: DokanInfo[];
4015
4015
  commonResponse: CommonResponse;
4016
4016
  };
4017
- export declare type PhotoContestListPhotoRequest = {
4017
+ export type PhotoContestListPhotoRequest = {
4018
4018
  photoContestId: string;
4019
4019
  };
4020
- export declare type PhotoContestListPhotoResponse = {
4020
+ export type PhotoContestListPhotoResponse = {
4021
4021
  photoInfos: PhotoContestPhotoInfo[];
4022
4022
  commonResponse: CommonResponse;
4023
4023
  };
4024
- export declare type PhotoContestRankingRequest = {
4024
+ export type PhotoContestRankingRequest = {
4025
4025
  photoContestId: string;
4026
4026
  };
4027
- export declare type PhotoContestRankingResponse = {
4027
+ export type PhotoContestRankingResponse = {
4028
4028
  rankingInfos: PhotoContestRankingInfo[];
4029
4029
  selfPoint: string;
4030
4030
  selfRank: number;
4031
4031
  commonResponse: CommonResponse;
4032
4032
  };
4033
- export declare type PhotoContestReceiveSectionRewardsRequest = {
4033
+ export type PhotoContestReceiveSectionRewardsRequest = {
4034
4034
  photoContestId: string;
4035
4035
  sectionRewardIds: string[];
4036
4036
  sectionId: string;
4037
4037
  };
4038
- export declare type PhotoContestReceiveSectionRewardsResponse = {
4038
+ export type PhotoContestReceiveSectionRewardsResponse = {
4039
4039
  results: RewardResult[];
4040
4040
  commonResponse: CommonResponse;
4041
4041
  };
4042
- export declare type PhotoContestCheckShootingRequest = {
4042
+ export type PhotoContestCheckShootingRequest = {
4043
4043
  photoContestId: string;
4044
4044
  actionType: PhotoShootingActionType;
4045
4045
  photoContestActivityId: string;
@@ -4050,11 +4050,11 @@ export declare type PhotoContestCheckShootingRequest = {
4050
4050
  sectionId: string;
4051
4051
  selectedHairIds: string[];
4052
4052
  };
4053
- export declare type PhotoContestCheckShootingResponse = {
4053
+ export type PhotoContestCheckShootingResponse = {
4054
4054
  nextPhotoImageId: string;
4055
4055
  commonResponse: CommonResponse;
4056
4056
  };
4057
- export declare type PhotoContestSubmitShootingRequest = {
4057
+ export type PhotoContestSubmitShootingRequest = {
4058
4058
  photoContestId: string;
4059
4059
  sectionId: string;
4060
4060
  itemId: string;
@@ -4077,89 +4077,89 @@ export declare type PhotoContestSubmitShootingRequest = {
4077
4077
  hairIds: string[];
4078
4078
  selectedHairIds: string[];
4079
4079
  };
4080
- export declare type PhotoContestCreateShootingRequest = {
4080
+ export type PhotoContestCreateShootingRequest = {
4081
4081
  photoContestId: string;
4082
4082
  assetId: string;
4083
4083
  itemId: string;
4084
4084
  };
4085
- export declare type PhotoContestCreateShootingResponse = {
4085
+ export type PhotoContestCreateShootingResponse = {
4086
4086
  photo: UserPhoto;
4087
4087
  isGift: boolean;
4088
4088
  commonResponse: CommonResponse;
4089
4089
  };
4090
- export declare type PhotoContestSectionBaseGuideInfo = {
4090
+ export type PhotoContestSectionBaseGuideInfo = {
4091
4091
  baseEvaluationType: PhotoContestBaseEvaluationType;
4092
4092
  baseGuideRankType: PhotoContestBaseGuideRankType;
4093
4093
  };
4094
- export declare type PhotoContestSectionAdvanceGuideInfo = {
4094
+ export type PhotoContestSectionAdvanceGuideInfo = {
4095
4095
  number: number;
4096
4096
  description: string;
4097
4097
  isSatisfied: boolean;
4098
4098
  };
4099
- export declare type ProfileFindUserRequest = {
4099
+ export type ProfileFindUserRequest = {
4100
4100
  userId: string;
4101
4101
  };
4102
- export declare type ProfileUpdateNameRequest = {
4102
+ export type ProfileUpdateNameRequest = {
4103
4103
  name: string;
4104
4104
  };
4105
- export declare type ProfileUpdateNameResponse = {
4105
+ export type ProfileUpdateNameResponse = {
4106
4106
  commonResponse: CommonResponse;
4107
4107
  };
4108
- export declare type ProfileUpdateMessageRequest = {
4108
+ export type ProfileUpdateMessageRequest = {
4109
4109
  message: string;
4110
4110
  };
4111
- export declare type ProfileUpdateMessageResponse = {
4111
+ export type ProfileUpdateMessageResponse = {
4112
4112
  commonResponse: CommonResponse;
4113
4113
  };
4114
- export declare type ProfileUpdateBackgroundRequest = {
4114
+ export type ProfileUpdateBackgroundRequest = {
4115
4115
  backgroundType: ProfileBackgroundType;
4116
4116
  favoriteCardId: string;
4117
4117
  favoritePhotoId: string;
4118
4118
  };
4119
- export declare type ProfileUpdateBackgroundResponse = {
4119
+ export type ProfileUpdateBackgroundResponse = {
4120
4120
  commonResponse: CommonResponse;
4121
4121
  };
4122
- export declare type ProfileUpdateFavoriteCharactersRequest = {
4122
+ export type ProfileUpdateFavoriteCharactersRequest = {
4123
4123
  favoriteCharacterIds: string[];
4124
4124
  };
4125
- export declare type ProfileUpdateFavoriteCharactersResponse = {
4125
+ export type ProfileUpdateFavoriteCharactersResponse = {
4126
4126
  commonResponse: CommonResponse;
4127
4127
  };
4128
- export declare type ProfileUpdateDecorationRequest = {
4128
+ export type ProfileUpdateDecorationRequest = {
4129
4129
  decorationId: string;
4130
4130
  };
4131
- export declare type ProfileUpdateDecorationResponse = {
4131
+ export type ProfileUpdateDecorationResponse = {
4132
4132
  commonResponse: CommonResponse;
4133
4133
  };
4134
- export declare type ProfileUpdateEmblemRequest = {
4134
+ export type ProfileUpdateEmblemRequest = {
4135
4135
  emblemId: string;
4136
4136
  };
4137
- export declare type ProfileUpdateEmblemResponse = {
4137
+ export type ProfileUpdateEmblemResponse = {
4138
4138
  commonResponse: CommonResponse;
4139
4139
  };
4140
- export declare type ProfileUpdateLayoutRequest = {
4140
+ export type ProfileUpdateLayoutRequest = {
4141
4141
  layoutType: ProfileLayoutType;
4142
4142
  informationType: ProfileInformationType;
4143
4143
  colorType: ProfileColorType;
4144
4144
  };
4145
- export declare type ProfileUpdateLayoutResponse = {
4145
+ export type ProfileUpdateLayoutResponse = {
4146
4146
  commonResponse: CommonResponse;
4147
4147
  };
4148
- export declare type ProfileClearTwitterMissionResponse = {
4148
+ export type ProfileClearTwitterMissionResponse = {
4149
4149
  commonResponse: CommonResponse;
4150
4150
  };
4151
- export declare type ProfileUpdateBuddyCardRequest = {
4151
+ export type ProfileUpdateBuddyCardRequest = {
4152
4152
  cardId: string;
4153
4153
  };
4154
- export declare type ProfileUpdateBuddyCardResponse = {
4154
+ export type ProfileUpdateBuddyCardResponse = {
4155
4155
  commonResponse: CommonResponse;
4156
4156
  };
4157
- export declare type PvpTopResponse = {
4157
+ export type PvpTopResponse = {
4158
4158
  topResult: PvpTopResultInfo;
4159
4159
  opponentInfos: PvpOpponentInfo[];
4160
4160
  commonResponse: CommonResponse;
4161
4161
  };
4162
- export declare type PvpTopResultInfo = {
4162
+ export type PvpTopResultInfo = {
4163
4163
  pvpSeason: PvpSeasonInfo;
4164
4164
  pvpRewards: PvpRewardInfo[];
4165
4165
  pvpQuest: LiveBattleQuestInfo;
@@ -4167,34 +4167,34 @@ export declare type PvpTopResultInfo = {
4167
4167
  rank: string;
4168
4168
  pvpTicketAvailableAmount: number;
4169
4169
  };
4170
- export declare type UserPvpSeasonInfo = {
4170
+ export type UserPvpSeasonInfo = {
4171
4171
  point: string;
4172
4172
  challengeCount: number;
4173
4173
  };
4174
- export declare type PvpListOpponentRequest = {
4174
+ export type PvpListOpponentRequest = {
4175
4175
  pvpSeasonId: string;
4176
4176
  };
4177
- export declare type PvpListOpponentResponse = {
4177
+ export type PvpListOpponentResponse = {
4178
4178
  opponentInfos: PvpOpponentInfo[];
4179
4179
  commonResponse: CommonResponse;
4180
4180
  };
4181
- export declare type PvpListRankingRequest = {
4181
+ export type PvpListRankingRequest = {
4182
4182
  pvpSeasonId: string;
4183
4183
  };
4184
- export declare type PvpListRankingResponse = {
4184
+ export type PvpListRankingResponse = {
4185
4185
  rankingInfos: LiveRankingInfo[];
4186
4186
  selfPoint: string;
4187
4187
  selfRank: number;
4188
4188
  commonResponse: CommonResponse;
4189
4189
  };
4190
- export declare type PvpStartRequest = {
4190
+ export type PvpStartRequest = {
4191
4191
  pvpSeasonId: string;
4192
4192
  opponentId: string;
4193
4193
  deckNumber: number;
4194
4194
  usePvpTicket: boolean;
4195
4195
  isSkip: boolean;
4196
4196
  };
4197
- export declare type PvpStartResponse = {
4197
+ export type PvpStartResponse = {
4198
4198
  result: LiveResult;
4199
4199
  point: string;
4200
4200
  addPoint: string;
@@ -4205,34 +4205,34 @@ export declare type PvpStartResponse = {
4205
4205
  opponentProfile: AllProfileInfo;
4206
4206
  commonResponse: CommonResponse;
4207
4207
  };
4208
- export declare type PvpListAssetRequest = {
4208
+ export type PvpListAssetRequest = {
4209
4209
  pvpSeasonId: string;
4210
4210
  opponentId: string;
4211
4211
  deckNumber: number;
4212
4212
  };
4213
- export declare type PvpListAssetResponse = {
4213
+ export type PvpListAssetResponse = {
4214
4214
  characterAssets: LiveCharacterAssetInfo[];
4215
4215
  opponentCharacterAssets: LiveCharacterAssetInfo[];
4216
4216
  commonResponse: CommonResponse;
4217
4217
  };
4218
- export declare type QuestListMainResponse = {
4218
+ export type QuestListMainResponse = {
4219
4219
  areaGroups: QuestAreaGroupInfo[];
4220
4220
  commonResponse: CommonResponse;
4221
4221
  };
4222
- export declare type QuestListDailyResponse = {
4222
+ export type QuestListDailyResponse = {
4223
4223
  areas: QuestAreaInfo[];
4224
4224
  bulkDailyInfos: QuestBulkDailyInfo[];
4225
4225
  commonResponse: CommonResponse;
4226
4226
  };
4227
- export declare type QuestListContestResponse = {
4227
+ export type QuestListContestResponse = {
4228
4228
  area: QuestAreaInfo;
4229
4229
  commonResponse: CommonResponse;
4230
4230
  };
4231
- export declare type QuestListTowerResponse = {
4231
+ export type QuestListTowerResponse = {
4232
4232
  area: QuestAreaInfo;
4233
4233
  commonResponse: CommonResponse;
4234
4234
  };
4235
- export declare type QuestStartRequest = {
4235
+ export type QuestStartRequest = {
4236
4236
  questId: string;
4237
4237
  deckNumber: number;
4238
4238
  useDailyTicket: boolean;
@@ -4241,71 +4241,71 @@ export declare type QuestStartRequest = {
4241
4241
  userBuddyDeckPositions: UserDeckPosition[];
4242
4242
  buddyDeckName: string;
4243
4243
  };
4244
- export declare type QuestStartBulkDailyResponse = {
4244
+ export type QuestStartBulkDailyResponse = {
4245
4245
  results: QuestBulkDailyResultInfo[];
4246
4246
  commonResponse: CommonResponse;
4247
4247
  };
4248
- export declare type QuestListTowerRankingRequest = {
4248
+ export type QuestListTowerRankingRequest = {
4249
4249
  areaId: string;
4250
4250
  };
4251
- export declare type QuestListContestRankingRequest = {
4251
+ export type QuestListContestRankingRequest = {
4252
4252
  questId: string;
4253
4253
  };
4254
- export declare type QuestListContestRankingResponse = {
4254
+ export type QuestListContestRankingResponse = {
4255
4255
  selfHighestRank: number;
4256
4256
  selfScore: string;
4257
4257
  ranks: QuestContestRankInfo[];
4258
4258
  commonResponse: CommonResponse;
4259
4259
  };
4260
- export declare type QuestListLatestClearRequest = {
4260
+ export type QuestListLatestClearRequest = {
4261
4261
  questId: string;
4262
4262
  };
4263
- export declare type QuestListLatestClearResponse = {
4263
+ export type QuestListLatestClearResponse = {
4264
4264
  clears: QuestClearInfo[];
4265
4265
  commonResponse: CommonResponse;
4266
4266
  };
4267
- export declare type QuestListAssetRequest = {
4267
+ export type QuestListAssetRequest = {
4268
4268
  questId: string;
4269
4269
  deckNumber: number;
4270
4270
  userBuddyDeckPositions: UserDeckPosition[];
4271
4271
  buddyDeckName: string;
4272
4272
  };
4273
- export declare type QuestListAssetResponse = {
4273
+ export type QuestListAssetResponse = {
4274
4274
  characterAssets: LiveCharacterAssetInfo[];
4275
4275
  commonResponse: CommonResponse;
4276
4276
  };
4277
- export declare type QuestGetLatestClearLiveResultRequest = {
4277
+ export type QuestGetLatestClearLiveResultRequest = {
4278
4278
  questId: string;
4279
4279
  userId: string;
4280
4280
  };
4281
- export declare type QuestGetLatestClearLiveResultResponse = {
4281
+ export type QuestGetLatestClearLiveResultResponse = {
4282
4282
  result: LiveResult;
4283
4283
  rankPatterns: QuestRankPattern[];
4284
4284
  commonResponse: CommonResponse;
4285
4285
  };
4286
- export declare type QuestGetRankingLiveResultRequest = {
4286
+ export type QuestGetRankingLiveResultRequest = {
4287
4287
  questId: string;
4288
4288
  userId: string;
4289
4289
  };
4290
- export declare type QuestGetRankingLiveResultResponse = {
4290
+ export type QuestGetRankingLiveResultResponse = {
4291
4291
  result: LiveResult;
4292
4292
  rankPatterns: QuestRankPattern[];
4293
4293
  commonResponse: CommonResponse;
4294
4294
  };
4295
- export declare type QuestTowerTopResponse = {
4295
+ export type QuestTowerTopResponse = {
4296
4296
  towerArea: QuestTowerAreaInfo;
4297
4297
  subTowerAreas: QuestTowerAreaInfo[];
4298
4298
  hierarchyNotiInfo: HierarchyNotiInfo;
4299
4299
  };
4300
- export declare type QuestTopPvpInfo = {
4300
+ export type QuestTopPvpInfo = {
4301
4301
  rank: number;
4302
4302
  remainingChallengeCount: number;
4303
4303
  latestPvpSeason: PvpSeasonInfo;
4304
4304
  };
4305
- export declare type RaceTopRequest = {
4305
+ export type RaceTopRequest = {
4306
4306
  raceId: string;
4307
4307
  };
4308
- export declare type RaceTopResponse = {
4308
+ export type RaceTopResponse = {
4309
4309
  raceInfo: RaceInfo;
4310
4310
  userRaceInfo: UserRaceInfo;
4311
4311
  liveQuestInfos: RaceLiveQuestInfo[];
@@ -4316,46 +4316,46 @@ export declare type RaceTopResponse = {
4316
4316
  nextDailyAggregationTime: string;
4317
4317
  commonResponse: CommonResponse;
4318
4318
  };
4319
- export declare type RaceMovePanelRequest = {
4319
+ export type RaceMovePanelRequest = {
4320
4320
  raceId: string;
4321
4321
  };
4322
- export declare type RaceMovePanelResponse = {
4322
+ export type RaceMovePanelResponse = {
4323
4323
  rewardResults: RewardResult[];
4324
4324
  userRaceInfo: UserRaceInfo;
4325
4325
  opponentProgressInfos: RaceOpponentProgressInfo[];
4326
4326
  liveQuestInfos: RaceLiveQuestInfo[];
4327
4327
  commonResponse: CommonResponse;
4328
4328
  };
4329
- export declare type RaceReceiveActivityLessonRequest = {
4329
+ export type RaceReceiveActivityLessonRequest = {
4330
4330
  raceId: string;
4331
4331
  };
4332
- export declare type RaceReceiveActivityLessonResponse = {
4332
+ export type RaceReceiveActivityLessonResponse = {
4333
4333
  rewards: Reward[];
4334
4334
  userRaceInfo: UserRaceInfo;
4335
4335
  commonResponse: CommonResponse;
4336
4336
  };
4337
- export declare type RaceEnhanceLiveBonusRequest = {
4337
+ export type RaceEnhanceLiveBonusRequest = {
4338
4338
  raceId: string;
4339
4339
  liveBonusId: string;
4340
4340
  level: number;
4341
4341
  };
4342
- export declare type RaceEnhanceLiveBonusResponse = {
4342
+ export type RaceEnhanceLiveBonusResponse = {
4343
4343
  userRaceInfo: UserRaceInfo;
4344
4344
  commonResponse: CommonResponse;
4345
4345
  };
4346
- export declare type RaceResetLiveBonusRequest = {
4346
+ export type RaceResetLiveBonusRequest = {
4347
4347
  raceId: string;
4348
4348
  };
4349
- export declare type RaceResetLiveBonusResponse = {
4349
+ export type RaceResetLiveBonusResponse = {
4350
4350
  userRaceInfo: UserRaceInfo;
4351
4351
  commonResponse: CommonResponse;
4352
4352
  };
4353
- export declare type RaceStartLivePanelQuestRequest = {
4353
+ export type RaceStartLivePanelQuestRequest = {
4354
4354
  raceId: string;
4355
4355
  deckNumber: number;
4356
4356
  isSkip: boolean;
4357
4357
  };
4358
- export declare type RaceStartLivePanelQuestResponse = {
4358
+ export type RaceStartLivePanelQuestResponse = {
4359
4359
  result: LiveResult;
4360
4360
  userRaceInfo: UserRaceInfo;
4361
4361
  opponentProgressInfos: RaceOpponentProgressInfo[];
@@ -4363,37 +4363,37 @@ export declare type RaceStartLivePanelQuestResponse = {
4363
4363
  rankPatterns: QuestRankPattern[];
4364
4364
  commonResponse: CommonResponse;
4365
4365
  };
4366
- export declare type RaceStartLiveAreaQuestRequest = {
4366
+ export type RaceStartLiveAreaQuestRequest = {
4367
4367
  raceId: string;
4368
4368
  raceQuestId: string;
4369
4369
  difficultyNumber: number;
4370
4370
  deckNumber: number;
4371
4371
  isSkip: boolean;
4372
4372
  };
4373
- export declare type RaceStartLiveAreaQuestResponse = {
4373
+ export type RaceStartLiveAreaQuestResponse = {
4374
4374
  result: LiveResult;
4375
4375
  userRaceInfo: UserRaceInfo;
4376
4376
  rankPatterns: QuestRankPattern[];
4377
4377
  commonResponse: CommonResponse;
4378
4378
  };
4379
- export declare type RaceQuestListAssetRequest = {
4379
+ export type RaceQuestListAssetRequest = {
4380
4380
  raceId: string;
4381
4381
  raceQuestId: string;
4382
4382
  deckNumber: number;
4383
4383
  };
4384
- export declare type RaceQuestListAssetResponse = {
4384
+ export type RaceQuestListAssetResponse = {
4385
4385
  characterAssets: LiveCharacterAssetInfo[];
4386
4386
  commonResponse: CommonResponse;
4387
4387
  };
4388
- export declare type RaceListDeckRequest = {
4388
+ export type RaceListDeckRequest = {
4389
4389
  raceId: string;
4390
4390
  raceQuestId: string;
4391
4391
  difficultyNumber: number;
4392
4392
  };
4393
- export declare type RaceListDeckResponse = {
4393
+ export type RaceListDeckResponse = {
4394
4394
  deckInfos: RaceDeckInfo[];
4395
4395
  };
4396
- export declare type RaceSaveDeckRequest = {
4396
+ export type RaceSaveDeckRequest = {
4397
4397
  raceId: string;
4398
4398
  number: number;
4399
4399
  name: string;
@@ -4401,39 +4401,39 @@ export declare type RaceSaveDeckRequest = {
4401
4401
  raceQuestId: string;
4402
4402
  difficultyNumber: number;
4403
4403
  };
4404
- export declare type RaceSaveDeckResponse = {
4404
+ export type RaceSaveDeckResponse = {
4405
4405
  deckInfo: RaceDeckInfo;
4406
4406
  commonResponse: CommonResponse;
4407
4407
  };
4408
- export declare type RaceResetCardCoolTimeRequest = {
4408
+ export type RaceResetCardCoolTimeRequest = {
4409
4409
  raceId: string;
4410
4410
  cardId: string;
4411
4411
  };
4412
- export declare type RaceResetCardCoolTimeResponse = {
4412
+ export type RaceResetCardCoolTimeResponse = {
4413
4413
  userRaceInfo: UserRaceInfo;
4414
4414
  commonResponse: CommonResponse;
4415
4415
  };
4416
- export declare type RaceRankingRequest = {
4416
+ export type RaceRankingRequest = {
4417
4417
  raceId: string;
4418
4418
  };
4419
- export declare type RaceRankingResponse = {
4419
+ export type RaceRankingResponse = {
4420
4420
  rankingInfos: RaceRankingInfo[];
4421
4421
  selfClearPanelCount: string;
4422
4422
  selfRank: number;
4423
4423
  };
4424
- export declare type RaceAreaInfo = {
4424
+ export type RaceAreaInfo = {
4425
4425
  raceAreaId: string;
4426
4426
  order: number;
4427
4427
  panelCount: number;
4428
4428
  };
4429
- export declare type RaceRankGradeInfo = {
4429
+ export type RaceRankGradeInfo = {
4430
4430
  id: string;
4431
4431
  hierarchyPointFrom: string;
4432
4432
  name: string;
4433
4433
  topColorCode: string;
4434
4434
  bottomColorCode: string;
4435
4435
  };
4436
- export declare type UserRaceInfo = {
4436
+ export type UserRaceInfo = {
4437
4437
  rankGradeId: string;
4438
4438
  rankGradeNumber: number;
4439
4439
  currnentRank: number;
@@ -4445,25 +4445,25 @@ export declare type UserRaceInfo = {
4445
4445
  totalClearPanelCount: number;
4446
4446
  currentLivePanelScore: string;
4447
4447
  };
4448
- export declare type RaceActivityLessonProgress = {
4448
+ export type RaceActivityLessonProgress = {
4449
4449
  stepRewardRacePoint: number;
4450
4450
  stepRewardRaceMedal: number;
4451
4451
  lastReceiveTime: string;
4452
4452
  maxRewardTime: string;
4453
4453
  };
4454
- export declare type RaceLiveQuestDifficultyLevelInfo = {
4454
+ export type RaceLiveQuestDifficultyLevelInfo = {
4455
4455
  raceLiveQuestDifficultyNumber: number;
4456
4456
  cleared: boolean;
4457
4457
  opponentInfo: QuestOpponentInfo;
4458
4458
  highestScore: string;
4459
4459
  unlocked: boolean;
4460
4460
  };
4461
- export declare type RaceDeckInfo = {
4461
+ export type RaceDeckInfo = {
4462
4462
  number: number;
4463
4463
  cardDetailInfos: RaceDeckCardDetailInfo[];
4464
4464
  deckOverallValue: string;
4465
4465
  };
4466
- export declare type RaceDeckCardDetailInfo = {
4466
+ export type RaceDeckCardDetailInfo = {
4467
4467
  position: number;
4468
4468
  vocal: string;
4469
4469
  dance: string;
@@ -4474,74 +4474,74 @@ export declare type RaceDeckCardDetailInfo = {
4474
4474
  accessoryInfos: RaceAccessoryInfo[];
4475
4475
  photoInfos: RacePhotoInfo[];
4476
4476
  };
4477
- export declare type RacePhotoInfo = {
4477
+ export type RacePhotoInfo = {
4478
4478
  photoId: string;
4479
4479
  level: number;
4480
4480
  abilities: RacePhotoAbilityInfo[];
4481
4481
  };
4482
- export declare type SalaryGetPayslipRequest = {
4482
+ export type SalaryGetPayslipRequest = {
4483
4483
  yearMonths: number[];
4484
4484
  };
4485
- export declare type SalaryGetPayslipResponse = {
4485
+ export type SalaryGetPayslipResponse = {
4486
4486
  payslips: Payslip[];
4487
4487
  commonResponse: CommonResponse;
4488
4488
  };
4489
- export declare type SalaryPayRequest = {
4489
+ export type SalaryPayRequest = {
4490
4490
  year: number;
4491
4491
  month: number;
4492
4492
  };
4493
- export declare type SalaryPayResponse = {
4493
+ export type SalaryPayResponse = {
4494
4494
  payslip: Payslip;
4495
4495
  commonResponse: CommonResponse;
4496
4496
  };
4497
- export declare type ShopListResponse = {
4497
+ export type ShopListResponse = {
4498
4498
  shops: ShopInfo[];
4499
4499
  dokanInfos: DokanInfo[];
4500
4500
  commonResponse: CommonResponse;
4501
4501
  };
4502
- export declare type ShopListItemRequest = {
4502
+ export type ShopListItemRequest = {
4503
4503
  shopId: string;
4504
4504
  };
4505
- export declare type ShopListItemResponse = {
4505
+ export type ShopListItemResponse = {
4506
4506
  shopItems: ShopItem[];
4507
4507
  commonResponse: CommonResponse;
4508
4508
  };
4509
- export declare type ShopGetLoginBonusPackageItemRequest = {
4509
+ export type ShopGetLoginBonusPackageItemRequest = {
4510
4510
  shopId: string;
4511
4511
  };
4512
- export declare type ShopGetLoginBonusPackageItemResponse = {
4512
+ export type ShopGetLoginBonusPackageItemResponse = {
4513
4513
  loginBonusPackageItem: LoginBonusPackageItem;
4514
4514
  commonResponse: CommonResponse;
4515
4515
  };
4516
- export declare type ShopGetConditionRewardPackageItemRequest = {
4516
+ export type ShopGetConditionRewardPackageItemRequest = {
4517
4517
  shopId: string;
4518
4518
  };
4519
- export declare type ShopGetConditionRewardPackageItemResponse = {
4519
+ export type ShopGetConditionRewardPackageItemResponse = {
4520
4520
  conditionRewardPackageItem: ConditionRewardPackageItem;
4521
4521
  commonResponse: CommonResponse;
4522
4522
  };
4523
- export declare type ShopPurchaseRequest = {
4523
+ export type ShopPurchaseRequest = {
4524
4524
  shopItemId: string;
4525
4525
  };
4526
- export declare type ShopPurchaseResponse = {
4526
+ export type ShopPurchaseResponse = {
4527
4527
  rewards: RewardResult[];
4528
4528
  commonResponse: CommonResponse;
4529
4529
  };
4530
- export declare type ShopRegisterPurchaseTransactionRequest = {
4530
+ export type ShopRegisterPurchaseTransactionRequest = {
4531
4531
  shopItemId: string;
4532
4532
  };
4533
- export declare type ShopRegisterPurchaseTransactionResponse = {
4533
+ export type ShopRegisterPurchaseTransactionResponse = {
4534
4534
  transactionId: string;
4535
4535
  commonResponse: CommonResponse;
4536
4536
  };
4537
- export declare type ShopCancelPurchaseTransactionRequest = {
4537
+ export type ShopCancelPurchaseTransactionRequest = {
4538
4538
  shopItemId: string;
4539
4539
  transactionId: string;
4540
4540
  };
4541
- export declare type ShopCancelPurchaseTransactionResponse = {
4541
+ export type ShopCancelPurchaseTransactionResponse = {
4542
4542
  commonResponse: CommonResponse;
4543
4543
  };
4544
- export declare type ShopPurchaseStoneRequest = {
4544
+ export type ShopPurchaseStoneRequest = {
4545
4545
  productId: string;
4546
4546
  transactionId: string;
4547
4547
  receipt: string;
@@ -4549,109 +4549,109 @@ export declare type ShopPurchaseStoneRequest = {
4549
4549
  currencyCode: string;
4550
4550
  localizedPricePermyriad: string;
4551
4551
  };
4552
- export declare type ShopPurchaseStoneResponse = {
4552
+ export type ShopPurchaseStoneResponse = {
4553
4553
  rewards: RewardResult[];
4554
4554
  paidJpy: PaidJpy;
4555
4555
  commonResponse: CommonResponse;
4556
4556
  };
4557
- export declare type ShopRecoverPurchaseStoneRequest = {
4557
+ export type ShopRecoverPurchaseStoneRequest = {
4558
4558
  productId: string;
4559
4559
  receipt: string;
4560
4560
  signature: string;
4561
4561
  currencyCode: string;
4562
4562
  localizedPricePermyriad: string;
4563
4563
  };
4564
- export declare type ShopRecoverPurchaseStoneResponse = {
4564
+ export type ShopRecoverPurchaseStoneResponse = {
4565
4565
  rewards: RewardResult[];
4566
4566
  shopItemName: string;
4567
4567
  commonResponse: CommonResponse;
4568
4568
  };
4569
- export declare type ShopCheckPurchaseStoneRequest = {
4569
+ export type ShopCheckPurchaseStoneRequest = {
4570
4570
  shopItemId: string;
4571
4571
  };
4572
- export declare type ShopCheckPurchaseStoneResponse = {
4572
+ export type ShopCheckPurchaseStoneResponse = {
4573
4573
  birthdayNotRegistered: boolean;
4574
4574
  exceedMaxStoneAmount: boolean;
4575
4575
  exceedPurchaseThreshold: boolean;
4576
4576
  exceedAlertThreshold: boolean;
4577
4577
  commonResponse: CommonResponse;
4578
4578
  };
4579
- export declare type ShopRegisterBirthdayRequest = {
4579
+ export type ShopRegisterBirthdayRequest = {
4580
4580
  year: number;
4581
4581
  month: number;
4582
4582
  };
4583
- export declare type ShopRegisterBirthdayResponse = {
4583
+ export type ShopRegisterBirthdayResponse = {
4584
4584
  commonResponse: CommonResponse;
4585
4585
  };
4586
- export declare type ShopReceiveConditionRewardRequest = {
4586
+ export type ShopReceiveConditionRewardRequest = {
4587
4587
  shopId: string;
4588
4588
  numbers: number[];
4589
4589
  };
4590
- export declare type ShopReceiveConditionRewardResponse = {
4590
+ export type ShopReceiveConditionRewardResponse = {
4591
4591
  rewards: RewardResult[];
4592
4592
  commonResponse: CommonResponse;
4593
4593
  };
4594
- export declare type ShopTryOnRequest = {
4594
+ export type ShopTryOnRequest = {
4595
4595
  shopItemId: string;
4596
4596
  costumeId: string;
4597
4597
  hairId: string;
4598
4598
  };
4599
- export declare type ShopTryOnResponse = {
4599
+ export type ShopTryOnResponse = {
4600
4600
  commonResponse: CommonResponse;
4601
4601
  };
4602
- export declare type StaffTrainRequest = {
4602
+ export type StaffTrainRequest = {
4603
4603
  parameterType: ParameterType;
4604
4604
  };
4605
- export declare type StaffTrainResponse = {
4605
+ export type StaffTrainResponse = {
4606
4606
  commonResponse: CommonResponse;
4607
4607
  };
4608
- export declare type StoryReadRequest = {
4608
+ export type StoryReadRequest = {
4609
4609
  storyId: string;
4610
4610
  isLast: boolean;
4611
4611
  };
4612
- export declare type StoryReadResponse = {
4612
+ export type StoryReadResponse = {
4613
4613
  rewards: RewardResult[];
4614
4614
  commonResponse: CommonResponse;
4615
4615
  };
4616
- export declare type StoryReleaseEpisodeRequest = {
4616
+ export type StoryReleaseEpisodeRequest = {
4617
4617
  storyPartId: string;
4618
4618
  chapter: number;
4619
4619
  route: number;
4620
4620
  episode: number;
4621
4621
  };
4622
- export declare type StoryReleaseEpisodeResponse = {
4622
+ export type StoryReleaseEpisodeResponse = {
4623
4623
  commonResponse: CommonResponse;
4624
4624
  };
4625
- export declare type StoryListEventResponse = {
4625
+ export type StoryListEventResponse = {
4626
4626
  infos: EventStoryInfo[];
4627
4627
  commonResponse: CommonResponse;
4628
4628
  };
4629
- export declare type StoryReadEventRequest = {
4629
+ export type StoryReadEventRequest = {
4630
4630
  eventStoryId: string;
4631
4631
  episode: number;
4632
4632
  isLast: boolean;
4633
4633
  };
4634
- export declare type StoryReadEventResponse = {
4634
+ export type StoryReadEventResponse = {
4635
4635
  rewards: RewardResult[];
4636
4636
  commonResponse: CommonResponse;
4637
4637
  };
4638
- export declare type StoryListExtraResponse = {
4638
+ export type StoryListExtraResponse = {
4639
4639
  infos: ExtraStoryPartInfo[];
4640
4640
  commonResponse: CommonResponse;
4641
4641
  };
4642
- export declare type StoryReadExtraRequest = {
4642
+ export type StoryReadExtraRequest = {
4643
4643
  extraStoryId: string;
4644
4644
  episode: number;
4645
4645
  isLast: boolean;
4646
4646
  };
4647
- export declare type StoryReadExtraResponse = {
4647
+ export type StoryReadExtraResponse = {
4648
4648
  rewards: RewardResult[];
4649
4649
  commonResponse: CommonResponse;
4650
4650
  };
4651
- export declare type SystemCheckRequest = {
4651
+ export type SystemCheckRequest = {
4652
4652
  firebaseIDToken: string;
4653
4653
  };
4654
- export declare type SystemCheckResponse = {
4654
+ export type SystemCheckResponse = {
4655
4655
  maintenanceInfo: MaintenanceInfo;
4656
4656
  reviewInfo: ReviewInfo;
4657
4657
  keepAliveTimeMilliseconds: number;
@@ -4660,7 +4660,7 @@ export declare type SystemCheckResponse = {
4660
4660
  enableUnityLogErrorToLogException: boolean;
4661
4661
  enableApiParallelExecutionSuppression: boolean;
4662
4662
  };
4663
- export declare type MaintenanceInfo = {
4663
+ export type MaintenanceInfo = {
4664
4664
  inMaintenance: boolean;
4665
4665
  topMessage: string;
4666
4666
  bottomMessage: string;
@@ -4671,150 +4671,150 @@ export declare type MaintenanceInfo = {
4671
4671
  mvUrl: string;
4672
4672
  gamePvUrl: string;
4673
4673
  };
4674
- export declare type ReviewInfo = {
4674
+ export type ReviewInfo = {
4675
4675
  inReview: boolean;
4676
4676
  alternativeApiHost: string;
4677
4677
  };
4678
- export declare type TelephoneReceiveRequest = {
4678
+ export type TelephoneReceiveRequest = {
4679
4679
  telephoneIds: string[];
4680
4680
  };
4681
- export declare type TelephoneReceiveResponse = {
4681
+ export type TelephoneReceiveResponse = {
4682
4682
  commonResponse: CommonResponse;
4683
4683
  };
4684
- export declare type TelephoneFinishesRequest = {
4684
+ export type TelephoneFinishesRequest = {
4685
4685
  telephoneIds: string[];
4686
4686
  };
4687
- export declare type TelephoneFinishesResponse = {
4687
+ export type TelephoneFinishesResponse = {
4688
4688
  isReliabilityUp: boolean;
4689
4689
  commonResponse: CommonResponse;
4690
4690
  };
4691
- export declare type TelephoneCallHistoryRequest = {
4691
+ export type TelephoneCallHistoryRequest = {
4692
4692
  telephoneId: string;
4693
4693
  };
4694
- export declare type TelephoneCallHistoryResponse = {
4694
+ export type TelephoneCallHistoryResponse = {
4695
4695
  commonResponse: CommonResponse;
4696
4696
  };
4697
- export declare type TourTopRequest = {
4697
+ export type TourTopRequest = {
4698
4698
  tourId: string;
4699
4699
  };
4700
- export declare type TourTopResponse = {
4700
+ export type TourTopResponse = {
4701
4701
  tourInfo: TourInfo;
4702
4702
  userTourInfo: UserTourInfo;
4703
4703
  dokanInfos: DokanInfo[];
4704
4704
  commonResponse: CommonResponse;
4705
4705
  };
4706
- export declare type TourRankingRequest = {
4706
+ export type TourRankingRequest = {
4707
4707
  tourId: string;
4708
4708
  };
4709
- export declare type TourRankingResponse = {
4709
+ export type TourRankingResponse = {
4710
4710
  rankingInfos: TourRankingInfo[];
4711
4711
  selfPoint: string;
4712
4712
  selfRank: number;
4713
4713
  commonResponse: CommonResponse;
4714
4714
  };
4715
- export declare type TourAreaTopRequest = {
4715
+ export type TourAreaTopRequest = {
4716
4716
  tourId: string;
4717
4717
  isCurrentAreaRestart: boolean;
4718
4718
  tourDifficultyNumber: number;
4719
4719
  };
4720
- export declare type TourAreaTopResponse = {
4720
+ export type TourAreaTopResponse = {
4721
4721
  areaInfo: TourAreaInfo;
4722
4722
  commonResponse: CommonResponse;
4723
4723
  };
4724
- export declare type TourAreaActivityRequest = {
4724
+ export type TourAreaActivityRequest = {
4725
4725
  tourId: string;
4726
4726
  step: number;
4727
4727
  position: number;
4728
4728
  };
4729
- export declare type TourAreaActivityResponse = {
4729
+ export type TourAreaActivityResponse = {
4730
4730
  areaInfo: TourAreaInfo;
4731
4731
  commonResponse: CommonResponse;
4732
4732
  };
4733
- export declare type TourAreaRefreshRequest = {
4733
+ export type TourAreaRefreshRequest = {
4734
4734
  tourId: string;
4735
4735
  step: number;
4736
4736
  position: number;
4737
4737
  };
4738
- export declare type TourAreaRefreshResponse = {
4738
+ export type TourAreaRefreshResponse = {
4739
4739
  areaInfo: TourAreaInfo;
4740
4740
  commonResponse: CommonResponse;
4741
4741
  };
4742
- export declare type TourAreaScoutRequest = {
4742
+ export type TourAreaScoutRequest = {
4743
4743
  tourId: string;
4744
4744
  step: number;
4745
4745
  position: number;
4746
4746
  cardId: string;
4747
4747
  };
4748
- export declare type TourAreaScoutResponse = {
4748
+ export type TourAreaScoutResponse = {
4749
4749
  areaInfo: TourAreaInfo;
4750
4750
  commonResponse: CommonResponse;
4751
4751
  };
4752
- export declare type TourAreaLiveRequest = {
4752
+ export type TourAreaLiveRequest = {
4753
4753
  tourId: string;
4754
4754
  step: number;
4755
4755
  position: number;
4756
4756
  isSkip: boolean;
4757
4757
  };
4758
- export declare type TourAreaLiveResponse = {
4758
+ export type TourAreaLiveResponse = {
4759
4759
  areaInfo: TourAreaInfo;
4760
4760
  liveInfo: TourLiveInfo;
4761
4761
  resultInfo: TourResultInfo;
4762
4762
  commonResponse: CommonResponse;
4763
4763
  };
4764
- export declare type TourAreaLiveBonusRequest = {
4764
+ export type TourAreaLiveBonusRequest = {
4765
4765
  tourId: string;
4766
4766
  step: number;
4767
4767
  position: number;
4768
4768
  liveBonusId: string;
4769
4769
  };
4770
- export declare type TourAreaLiveBonusResponse = {
4770
+ export type TourAreaLiveBonusResponse = {
4771
4771
  areaInfo: TourAreaInfo;
4772
4772
  commonResponse: CommonResponse;
4773
4773
  };
4774
- export declare type TourAreaPvpRequest = {
4774
+ export type TourAreaPvpRequest = {
4775
4775
  tourId: string;
4776
4776
  step: number;
4777
4777
  position: number;
4778
4778
  isSkip: boolean;
4779
4779
  };
4780
- export declare type TourAreaPvpResponse = {
4780
+ export type TourAreaPvpResponse = {
4781
4781
  areaInfo: TourAreaInfo;
4782
4782
  liveInfo: TourLiveInfo;
4783
4783
  resultInfo: TourResultInfo;
4784
4784
  commonResponse: CommonResponse;
4785
4785
  };
4786
- export declare type TourAreaClearRequest = {
4786
+ export type TourAreaClearRequest = {
4787
4787
  tourId: string;
4788
4788
  };
4789
- export declare type TourAreaClearResponse = {
4789
+ export type TourAreaClearResponse = {
4790
4790
  areaInfo: TourAreaInfo;
4791
4791
  areaClearInfo: TourAreaClearInfo;
4792
4792
  resultInfo: TourResultInfo;
4793
4793
  commonResponse: CommonResponse;
4794
4794
  };
4795
- export declare type TourAreaNextRequest = {
4795
+ export type TourAreaNextRequest = {
4796
4796
  tourId: string;
4797
4797
  };
4798
- export declare type TourAreaNextResponse = {
4798
+ export type TourAreaNextResponse = {
4799
4799
  areaInfo: TourAreaInfo;
4800
4800
  commonResponse: CommonResponse;
4801
4801
  };
4802
- export declare type TourAreaRetireRequest = {
4802
+ export type TourAreaRetireRequest = {
4803
4803
  tourId: string;
4804
4804
  };
4805
- export declare type TourAreaRetireResponse = {
4805
+ export type TourAreaRetireResponse = {
4806
4806
  areaInfo: TourAreaInfo;
4807
4807
  resultInfo: TourResultInfo;
4808
4808
  commonResponse: CommonResponse;
4809
4809
  };
4810
- export declare type TourDeckSaveRequest = {
4810
+ export type TourDeckSaveRequest = {
4811
4811
  tourId: string;
4812
4812
  deckInfos: TourDeckInfo[];
4813
4813
  };
4814
- export declare type TourDeckSaveResponse = {
4814
+ export type TourDeckSaveResponse = {
4815
4815
  commonResponse: CommonResponse;
4816
4816
  };
4817
- export declare type TourInfo = {
4817
+ export type TourInfo = {
4818
4818
  id: string;
4819
4819
  name: string;
4820
4820
  type: TourType;
@@ -4835,7 +4835,7 @@ export declare type TourInfo = {
4835
4835
  tourRankingRewardInfos: TourRankingRewardInfo[];
4836
4836
  tourDifficultyInfos: TourDifficultyInfo[];
4837
4837
  };
4838
- export declare type UserTourInfo = {
4838
+ export type UserTourInfo = {
4839
4839
  areaStamina: number;
4840
4840
  staminaUpdatedTime: string;
4841
4841
  highestScore: string;
@@ -4853,12 +4853,12 @@ export declare type UserTourInfo = {
4853
4853
  clearedDifficultyNumber: number;
4854
4854
  currentDifficultyNumber: number;
4855
4855
  };
4856
- export declare type TourDeckInfo = {
4856
+ export type TourDeckInfo = {
4857
4857
  position: number;
4858
4858
  cardId: string;
4859
4859
  scoutId: string;
4860
4860
  };
4861
- export declare type TourAreaInfo = {
4861
+ export type TourAreaInfo = {
4862
4862
  areaStamina: number;
4863
4863
  staminaUpdatedTime: string;
4864
4864
  highestScore: string;
@@ -4884,11 +4884,11 @@ export declare type TourAreaInfo = {
4884
4884
  tourType: TourType;
4885
4885
  tourAreaType: TourAreaType;
4886
4886
  };
4887
- export declare type TourStepInfo = {
4887
+ export type TourStepInfo = {
4888
4888
  step: number;
4889
4889
  positionInfos: TourPositionInfo[];
4890
4890
  };
4891
- export declare type TourPositionInfo = {
4891
+ export type TourPositionInfo = {
4892
4892
  position: number;
4893
4893
  type: TourStepType;
4894
4894
  activityInfo: TourEffectActivity;
@@ -4899,19 +4899,19 @@ export declare type TourPositionInfo = {
4899
4899
  liveBonusInfos: TourLiveBonusInfo[];
4900
4900
  isPassed: boolean;
4901
4901
  };
4902
- export declare type TourEffectScout = {
4902
+ export type TourEffectScout = {
4903
4903
  scoutInfos: TourScoutInfo[];
4904
4904
  };
4905
- export declare type TourOpponentInfo = {
4905
+ export type TourOpponentInfo = {
4906
4906
  name: string;
4907
4907
  managerLevel: number;
4908
4908
  cardInfos: LiveBattleCardInfo[];
4909
4909
  };
4910
- export declare type TourCardInfo = {
4910
+ export type TourCardInfo = {
4911
4911
  cardId: string;
4912
4912
  staminaPermil: number;
4913
4913
  };
4914
- export declare type TourScoutInfo = {
4914
+ export type TourScoutInfo = {
4915
4915
  scoutId: string;
4916
4916
  cardId: string;
4917
4917
  staminaPermil: number;
@@ -4928,14 +4928,14 @@ export declare type TourScoutInfo = {
4928
4928
  skillLevel2: number;
4929
4929
  skillLevel3: number;
4930
4930
  };
4931
- export declare type TourLiveInfo = {
4931
+ export type TourLiveInfo = {
4932
4932
  result: LiveResult;
4933
4933
  rewards: Reward[];
4934
4934
  rankType: ResultRankType;
4935
4935
  rankPlus: number;
4936
4936
  rankPatterns: QuestRankPattern[];
4937
4937
  };
4938
- export declare type TourAreaClearInfo = {
4938
+ export type TourAreaClearInfo = {
4939
4939
  areaRewards: Reward[];
4940
4940
  firstClearRewards: Reward[];
4941
4941
  score: string;
@@ -4943,58 +4943,58 @@ export declare type TourAreaClearInfo = {
4943
4943
  rank: string;
4944
4944
  isBest: boolean;
4945
4945
  };
4946
- export declare type TourResultInfo = {
4946
+ export type TourResultInfo = {
4947
4947
  score: string;
4948
4948
  rank: string;
4949
4949
  isBest: boolean;
4950
4950
  };
4951
- export declare type TutorialInitRequest = {
4951
+ export type TutorialInitRequest = {
4952
4952
  name: string;
4953
4953
  };
4954
- export declare type TutorialInitResponse = {
4954
+ export type TutorialInitResponse = {
4955
4955
  commonResponse: CommonResponse;
4956
4956
  };
4957
- export declare type TutorialProgressRequest = {
4957
+ export type TutorialProgressRequest = {
4958
4958
  type: TutorialType;
4959
4959
  step: number;
4960
4960
  };
4961
- export declare type TutorialProgressResponse = {
4961
+ export type TutorialProgressResponse = {
4962
4962
  commonResponse: CommonResponse;
4963
4963
  };
4964
- export declare type TutorialStartQuestRequest = {
4964
+ export type TutorialStartQuestRequest = {
4965
4965
  questId: string;
4966
4966
  };
4967
- export declare type TutorialStartQuestResponse = {
4967
+ export type TutorialStartQuestResponse = {
4968
4968
  result: LiveResult;
4969
4969
  rankPatterns: QuestRankPattern[];
4970
4970
  commonResponse: CommonResponse;
4971
4971
  };
4972
- export declare type TutorialActivityStartFanEventResponse = {
4972
+ export type TutorialActivityStartFanEventResponse = {
4973
4973
  progress: FanEventProgress;
4974
4974
  commonResponse: CommonResponse;
4975
4975
  };
4976
- export declare type TutorialActivityReceivePromotionRewardResponse = {
4976
+ export type TutorialActivityReceivePromotionRewardResponse = {
4977
4977
  rewards: Reward[];
4978
4978
  activityLevelProgress: ActivityLevelProgress;
4979
4979
  commonResponse: CommonResponse;
4980
4980
  };
4981
- export declare type TutorialActivityReceiveLessonRewardResponse = {
4981
+ export type TutorialActivityReceiveLessonRewardResponse = {
4982
4982
  rewards: Reward[];
4983
4983
  commonResponse: CommonResponse;
4984
4984
  };
4985
- export declare type TutorialPhotoCreateShootingRequest = {
4985
+ export type TutorialPhotoCreateShootingRequest = {
4986
4986
  mainCharacterId: string;
4987
4987
  photoImageId: string;
4988
4988
  };
4989
- export declare type TutorialPhotoCreateShootingResponse = {
4989
+ export type TutorialPhotoCreateShootingResponse = {
4990
4990
  photo: UserPhoto;
4991
4991
  isGift: boolean;
4992
4992
  commonResponse: CommonResponse;
4993
4993
  };
4994
- export declare type TutorialSkipResponse = {
4994
+ export type TutorialSkipResponse = {
4995
4995
  commonResponse: CommonResponse;
4996
4996
  };
4997
- export declare type UserGetResponse = {
4997
+ export type UserGetResponse = {
4998
4998
  user: User;
4999
4999
  items: UserItem[];
5000
5000
  cards: UserCard[];
@@ -5034,15 +5034,15 @@ export declare type UserGetResponse = {
5034
5034
  hairs: UserHair[];
5035
5035
  userPublic: UserPublic;
5036
5036
  };
5037
- export declare type UserUpdateRequest = {
5037
+ export type UserUpdateRequest = {
5038
5038
  name: string;
5039
5039
  };
5040
- export declare type UserUpdateResponse = {
5040
+ export type UserUpdateResponse = {
5041
5041
  commonResponse: CommonResponse;
5042
5042
  };
5043
- export declare type UserProvideExternalRewardRequest = {
5043
+ export type UserProvideExternalRewardRequest = {
5044
5044
  externalRewardId: string;
5045
5045
  };
5046
- export declare type UserProvideExternalRewardResponse = {
5046
+ export type UserProvideExternalRewardResponse = {
5047
5047
  commonResponse: CommonResponse;
5048
5048
  };