hoshimi-venus 0.5.2 → 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 (37) 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/main.js +1 -1
  25. package/out/types/card_types.d.ts +3 -3
  26. package/out/types/concert_types.d.ts +13 -12
  27. package/out/types/misc_types.d.ts +2 -2
  28. package/out/types/proto/proto_api.d.ts +834 -834
  29. package/out/types/proto/proto_master.d.ts +265 -265
  30. package/out/types/proto/proto_transaction.d.ts +51 -51
  31. package/out/types/quest_types.d.ts +1 -1
  32. package/out/types/trans_types.d.ts +3 -3
  33. package/out/types/wap/card_waps.d.ts +1 -1
  34. package/out/types/wap/misc_waps.d.ts +2 -2
  35. package/out/types/wap/quest_waps.d.ts +2 -2
  36. package/out/types/wap/skill_waps.d.ts +5 -5
  37. package/package.json +4 -3
@@ -1,5 +1,5 @@
1
1
  import type { AccessoryCategoryType, AccessoryParameterType, ActivityFanEventType, AreaType, ItemType, AttributeType, MoodType, CardType, CardImageType, CharacterPersonalityType, SimpleCharacterPersonalityType, CharacterSdPersonalityType, PsylliumColorType, CharacterType, EventMissionType, ExtraStoryPartType, FunctionLockType, GachaType, ResourceType, GachaLimitType, HierarchyRewardType, HomePositionType, HomeActionType, HomePlaceType, LinkType, LiveAbilityType, LiveAbilityLevelBackgroundRankType, LiveResultType, LoadingType, LoadingDisplayTargetType, LoginBonusType, MessageType, MessageInstantType, MessageRarityType, MissionCategoryType, MissionType, StageType, PhotoAbilityType, LiveType, StatusEffectType, PhotoShootingActionType, LiveSkipType, RacePanelType, RaceActivityLessonRewardType, RaceRankingType, SkillEfficacyType, SkillTriggerType, ParameterType, StoryAdvPlayType, StoryPartType, PointType, TutorialType, AssetDownloadType, BacksidePanelType, BacksidePanelAttributeType, HelpType, HelpDisplayTargetType, LiveTipType, MusicChartType, PhotoAbilityTargetType, PhotoShootingMotionType, RewardSortTargetType, RewardSortResourceType, SalaryDetailType, SkillCategoryType, SkillTargetType, PlatformType, TitleBackgroundType, ActivityAbilityType, CardLevelReleaseType, DayOfWeekType, JoinedGuildType, ResultRankType, ExerciseHintType, PhotoAbilityGradeType, TutorialNavigationType, TutorialNavigationPositionType } from './proto_enum';
2
- export declare type PhotoContestSection = {
2
+ export type PhotoContestSection = {
3
3
  id: string;
4
4
  name: string;
5
5
  theme: string;
@@ -8,7 +8,7 @@ export declare type PhotoContestSection = {
8
8
  backgroundColorCode: string;
9
9
  unlockConditionId: string;
10
10
  };
11
- export declare type Accessory = {
11
+ export type Accessory = {
12
12
  id: string;
13
13
  assetId: string;
14
14
  classification: string;
@@ -25,7 +25,7 @@ export declare type Accessory = {
25
25
  limitBreakPhase: number;
26
26
  limitBreakConsumptionId: string;
27
27
  };
28
- export declare type ActivityFanEvent = {
28
+ export type ActivityFanEvent = {
29
29
  id: string;
30
30
  name: string;
31
31
  type: ActivityFanEventType;
@@ -34,12 +34,12 @@ export declare type ActivityFanEvent = {
34
34
  order: number;
35
35
  levels: ActivityFanEventLevel[];
36
36
  };
37
- export declare type ActivityFanEventLevel = {
37
+ export type ActivityFanEventLevel = {
38
38
  level: number;
39
39
  name: string;
40
40
  unlockConditionId: string;
41
41
  };
42
- export declare type ActivityPerformance = {
42
+ export type ActivityPerformance = {
43
43
  id: string;
44
44
  costumeTypeIds: string[];
45
45
  forceCostumeTypeId: string;
@@ -54,7 +54,7 @@ export declare type ActivityPerformance = {
54
54
  existProp: boolean;
55
55
  assistantNpcSpineId: string;
56
56
  };
57
- export declare type ActivityPromotion = {
57
+ export type ActivityPromotion = {
58
58
  id: string;
59
59
  name: string;
60
60
  viewConditionId: string;
@@ -62,12 +62,12 @@ export declare type ActivityPromotion = {
62
62
  order: number;
63
63
  levels: ActivityPromotionLevel[];
64
64
  };
65
- export declare type ActivityPromotionLevel = {
65
+ export type ActivityPromotionLevel = {
66
66
  level: number;
67
67
  name: string;
68
68
  unlockConditionId: string;
69
69
  };
70
- export declare type ActivityRefresh = {
70
+ export type ActivityRefresh = {
71
71
  id: string;
72
72
  name: string;
73
73
  viewConditionId: string;
@@ -75,13 +75,13 @@ export declare type ActivityRefresh = {
75
75
  order: number;
76
76
  levels: ActivityRefreshLevel[];
77
77
  };
78
- export declare type ActivityRefreshLevel = {
78
+ export type ActivityRefreshLevel = {
79
79
  level: number;
80
80
  name: string;
81
81
  viewConditionId: string;
82
82
  unlockConditionId: string;
83
83
  };
84
- export declare type AdvLiveMovie = {
84
+ export type AdvLiveMovie = {
85
85
  id: string;
86
86
  musicId: string;
87
87
  stageId: string;
@@ -90,7 +90,7 @@ export declare type AdvLiveMovie = {
90
90
  playStartMillisecond: number;
91
91
  playEndMillisecond: number;
92
92
  };
93
- export declare type Area = {
93
+ export type Area = {
94
94
  id: string;
95
95
  type: AreaType;
96
96
  name: string;
@@ -108,14 +108,14 @@ export declare type Area = {
108
108
  dailyRewardName: string;
109
109
  questIds: string[];
110
110
  };
111
- export declare type AreaGroup = {
111
+ export type AreaGroup = {
112
112
  id: string;
113
113
  name: string;
114
114
  order: number;
115
115
  assetId: string;
116
116
  areaIds: string[];
117
117
  };
118
- export declare type BacksidePanelGoalSetting = {
118
+ export type BacksidePanelGoalSetting = {
119
119
  id: string;
120
120
  name: string;
121
121
  musicId: string;
@@ -123,7 +123,7 @@ export declare type BacksidePanelGoalSetting = {
123
123
  backsideQuestSettingId: string;
124
124
  stageId: string;
125
125
  };
126
- export declare type BacksideQuestSetting = {
126
+ export type BacksideQuestSetting = {
127
127
  id: string;
128
128
  position1AttributeType: AttributeType;
129
129
  position2AttributeType: AttributeType;
@@ -142,7 +142,7 @@ export declare type BacksideQuestSetting = {
142
142
  questAudienceAdvantageId: string;
143
143
  moodType: MoodType;
144
144
  };
145
- export declare type BoxGacha = {
145
+ export type BoxGacha = {
146
146
  id: string;
147
147
  boxGachaGroupId: string;
148
148
  name: string;
@@ -151,7 +151,7 @@ export declare type BoxGacha = {
151
151
  canReset: boolean;
152
152
  resetLimitCount: number;
153
153
  };
154
- export declare type Card = {
154
+ export type Card = {
155
155
  id: string;
156
156
  assetId: string;
157
157
  name: string;
@@ -192,28 +192,28 @@ export declare type Card = {
192
192
  messages: CardMessage[];
193
193
  homeTalks: CardHomeTalk[];
194
194
  };
195
- export declare type CardDuplicateReward = {
195
+ export type CardDuplicateReward = {
196
196
  initialRarity: number;
197
197
  currentRarity: number;
198
198
  rewardId: string;
199
199
  };
200
- export declare type CardHomeTalk = {
200
+ export type CardHomeTalk = {
201
201
  homeTalkId: string;
202
202
  };
203
- export declare type CardMessage = {
203
+ export type CardMessage = {
204
204
  messageId: string;
205
205
  telephoneId: string;
206
206
  };
207
- export declare type CardStory = {
207
+ export type CardStory = {
208
208
  storyId: string;
209
209
  };
210
- export declare type CardSupportRelease = {
210
+ export type CardSupportRelease = {
211
211
  count: number;
212
212
  itemId: string;
213
213
  itemAmount: number;
214
214
  stoneAmount: number;
215
215
  };
216
- export declare type Character = {
216
+ export type Character = {
217
217
  id: string;
218
218
  assetId: string;
219
219
  characterGroupId: string;
@@ -263,15 +263,15 @@ export declare type Character = {
263
263
  type: CharacterType;
264
264
  groupName: string;
265
265
  };
266
- export declare type CharacterCostumeGroup = {
266
+ export type CharacterCostumeGroup = {
267
267
  groupId: string;
268
268
  costumeId: string;
269
269
  };
270
- export declare type CharacterDuplicate = {
270
+ export type CharacterDuplicate = {
271
271
  characterId: string;
272
272
  priority: number;
273
273
  };
274
- export declare type CharacterGroup = {
274
+ export type CharacterGroup = {
275
275
  id: string;
276
276
  assetId: string;
277
277
  order: number;
@@ -284,128 +284,128 @@ export declare type CharacterGroup = {
284
284
  nameColor: string;
285
285
  characterType: CharacterType;
286
286
  };
287
- export declare type CharacterGroupMapping = {
287
+ export type CharacterGroupMapping = {
288
288
  characterId: string;
289
289
  description: string;
290
290
  assetId: string;
291
291
  order: number;
292
292
  };
293
- export declare type ConditionAccessoryAmount = {
293
+ export type ConditionAccessoryAmount = {
294
294
  accessoryId: string;
295
295
  amountGte: string;
296
296
  };
297
- export declare type ConditionActivityLevel = {
297
+ export type ConditionActivityLevel = {
298
298
  characterId: string;
299
299
  levelGte: number;
300
300
  levelLte: number;
301
301
  };
302
- export declare type ConditionCardLevel = {
302
+ export type ConditionCardLevel = {
303
303
  cardId: string;
304
304
  levelGte: number;
305
305
  };
306
- export declare type ConditionCardRarity = {
306
+ export type ConditionCardRarity = {
307
307
  cardId: string;
308
308
  rarityGte: number;
309
309
  rarityLte: number;
310
310
  };
311
- export declare type ConditionCharacterPhotoAmount = {
311
+ export type ConditionCharacterPhotoAmount = {
312
312
  characterId: string;
313
313
  amountGte: string;
314
314
  };
315
- export declare type ConditionClearArea = {
315
+ export type ConditionClearArea = {
316
316
  areaId: string;
317
317
  };
318
- export declare type ConditionClearMission = {
318
+ export type ConditionClearMission = {
319
319
  missionId: string;
320
320
  threshold: string;
321
321
  };
322
- export declare type ConditionClearQuest = {
322
+ export type ConditionClearQuest = {
323
323
  questId: string;
324
324
  };
325
- export declare type ConditionContestQuestHighestRank = {
325
+ export type ConditionContestQuestHighestRank = {
326
326
  questId: string;
327
327
  rankLte: number;
328
328
  };
329
- export declare type ConditionDailyAreaClear = {
329
+ export type ConditionDailyAreaClear = {
330
330
  areaId: string;
331
331
  countGte: number;
332
332
  };
333
- export declare type ConditionDailyQuestClear = {
333
+ export type ConditionDailyQuestClear = {
334
334
  questId: string;
335
335
  countGte: number;
336
336
  };
337
- export declare type ConditionFanAmount = {
337
+ export type ConditionFanAmount = {
338
338
  characterId: string;
339
339
  amountGte: string;
340
340
  };
341
- export declare type ConditionFinishedMessage = {
341
+ export type ConditionFinishedMessage = {
342
342
  messageId: string;
343
343
  };
344
- export declare type ConditionHierarchyDetailGradeId = {
344
+ export type ConditionHierarchyDetailGradeId = {
345
345
  hierarchyDetailGradeId: string;
346
346
  };
347
- export declare type ConditionItemAmount = {
347
+ export type ConditionItemAmount = {
348
348
  itemId: string;
349
349
  amountGte: string;
350
350
  };
351
- export declare type ConditionLiveCharacterHighestScore = {
351
+ export type ConditionLiveCharacterHighestScore = {
352
352
  characterId: string;
353
353
  scoreGte: string;
354
354
  };
355
- export declare type ConditionMaxQuestScoreRank = {
355
+ export type ConditionMaxQuestScoreRank = {
356
356
  questId: string;
357
357
  rankGte: number;
358
358
  };
359
- export declare type ConditionNotSatisfyCondition = {
359
+ export type ConditionNotSatisfyCondition = {
360
360
  conditionId: string;
361
361
  };
362
- export declare type ConditionObtainAccessory = {
362
+ export type ConditionObtainAccessory = {
363
363
  accessoryId: string;
364
364
  };
365
- export declare type ConditionObtainCard = {
365
+ export type ConditionObtainCard = {
366
366
  cardId: string;
367
367
  };
368
- export declare type ConditionObtainCharacter = {
368
+ export type ConditionObtainCharacter = {
369
369
  characterId: string;
370
370
  };
371
- export declare type ConditionObtainCostume = {
371
+ export type ConditionObtainCostume = {
372
372
  costumeId: string;
373
373
  };
374
- export declare type ConditionObtainEmblem = {
374
+ export type ConditionObtainEmblem = {
375
375
  emblemId: string;
376
376
  };
377
- export declare type ConditionObtainHair = {
377
+ export type ConditionObtainHair = {
378
378
  hairId: string;
379
379
  };
380
- export declare type ConditionObtainItem = {
380
+ export type ConditionObtainItem = {
381
381
  itemId: string;
382
382
  };
383
- export declare type ConditionOpenGacha = {
383
+ export type ConditionOpenGacha = {
384
384
  gachaId: string;
385
385
  };
386
- export declare type ConditionReadStory = {
386
+ export type ConditionReadStory = {
387
387
  storyId: string;
388
388
  };
389
- export declare type ConditionReliability = {
389
+ export type ConditionReliability = {
390
390
  characterId: string;
391
391
  reliabilityGte: number;
392
392
  };
393
- export declare type ConditionSatisfyCondition = {
393
+ export type ConditionSatisfyCondition = {
394
394
  conditionId: string;
395
395
  };
396
- export declare type ConditionWearCostume = {
396
+ export type ConditionWearCostume = {
397
397
  costumeId: string;
398
398
  };
399
- export declare type ConditionWearHair = {
399
+ export type ConditionWearHair = {
400
400
  hairId: string;
401
401
  };
402
- export declare type ConditionWearLiveCostume = {
402
+ export type ConditionWearLiveCostume = {
403
403
  costumeId: string;
404
404
  };
405
- export declare type ConditionWearLiveHair = {
405
+ export type ConditionWearLiveHair = {
406
406
  hairId: string;
407
407
  };
408
- export declare type Costume = {
408
+ export type Costume = {
409
409
  id: string;
410
410
  bodyAssetId: string;
411
411
  characterId: string;
@@ -418,7 +418,7 @@ export declare type Costume = {
418
418
  isUserUnavailable: boolean;
419
419
  defaultHairId: string;
420
420
  };
421
- export declare type Decoration = {
421
+ export type Decoration = {
422
422
  id: string;
423
423
  name: string;
424
424
  assetId: string;
@@ -426,7 +426,7 @@ export declare type Decoration = {
426
426
  order: number;
427
427
  description: string;
428
428
  };
429
- export declare type Emblem = {
429
+ export type Emblem = {
430
430
  id: string;
431
431
  name: string;
432
432
  assetId: string;
@@ -435,7 +435,7 @@ export declare type Emblem = {
435
435
  order: number;
436
436
  description: string;
437
437
  };
438
- export declare type EventMission = {
438
+ export type EventMission = {
439
439
  id: string;
440
440
  eventMissionType: EventMissionType;
441
441
  assetId: string;
@@ -445,7 +445,7 @@ export declare type EventMission = {
445
445
  unlockConditionId: string;
446
446
  missionIds: string[];
447
447
  };
448
- export declare type EventStory = {
448
+ export type EventStory = {
449
449
  id: string;
450
450
  assetId: string;
451
451
  name: string;
@@ -454,7 +454,7 @@ export declare type EventStory = {
454
454
  viewConditionId: string;
455
455
  episodes: EventStoryEpisode[];
456
456
  };
457
- export declare type EventStoryEpisode = {
457
+ export type EventStoryEpisode = {
458
458
  episode: number;
459
459
  assetId: string;
460
460
  storyId: string;
@@ -462,7 +462,7 @@ export declare type EventStoryEpisode = {
462
462
  unlockConditionId: string;
463
463
  isAppeal: boolean;
464
464
  };
465
- export declare type Exercise = {
465
+ export type Exercise = {
466
466
  id: string;
467
467
  name: string;
468
468
  description: string;
@@ -476,19 +476,19 @@ export declare type Exercise = {
476
476
  exerciseAccessoryGroupId: string;
477
477
  order: number;
478
478
  };
479
- export declare type ExerciseAccessory = {
479
+ export type ExerciseAccessory = {
480
480
  accessoryId: string;
481
481
  amount: number;
482
482
  };
483
- export declare type ExerciseCardGroup = {
483
+ export type ExerciseCardGroup = {
484
484
  groupId: string;
485
485
  cardIds: string[];
486
486
  };
487
- export declare type ExerciseCostume = {
487
+ export type ExerciseCostume = {
488
488
  characterId: string;
489
489
  costumeId: string;
490
490
  };
491
- export declare type ExerciseDeckPosition = {
491
+ export type ExerciseDeckPosition = {
492
492
  position: number;
493
493
  cardId: string;
494
494
  addVocal: number;
@@ -498,11 +498,11 @@ export declare type ExerciseDeckPosition = {
498
498
  addMental: number;
499
499
  addTechnique: number;
500
500
  };
501
- export declare type ExercisePhoto = {
501
+ export type ExercisePhoto = {
502
502
  photoAllInOneId: string;
503
503
  amount: number;
504
504
  };
505
- export declare type ExtraStory = {
505
+ export type ExtraStory = {
506
506
  id: string;
507
507
  extraStoryPartId: string;
508
508
  assetId: string;
@@ -513,14 +513,14 @@ export declare type ExtraStory = {
513
513
  unlockConditionId: string;
514
514
  episodes: ExtraStoryEpisode[];
515
515
  };
516
- export declare type ExtraStoryEpisode = {
516
+ export type ExtraStoryEpisode = {
517
517
  episode: number;
518
518
  assetId: string;
519
519
  storyId: string;
520
520
  viewConditionId: string;
521
521
  unlockConditionId: string;
522
522
  };
523
- export declare type ExtraStoryPart = {
523
+ export type ExtraStoryPart = {
524
524
  id: string;
525
525
  assetId: string;
526
526
  name: string;
@@ -532,12 +532,12 @@ export declare type ExtraStoryPart = {
532
532
  unlockConditionId: string;
533
533
  extraStoryIds: string[];
534
534
  };
535
- export declare type FunctionLock = {
535
+ export type FunctionLock = {
536
536
  type: FunctionLockType;
537
537
  requiredManagerLevel: number;
538
538
  unlockConditionId: string;
539
539
  };
540
- export declare type Gacha = {
540
+ export type Gacha = {
541
541
  id: string;
542
542
  assetId: string;
543
543
  bannerAssetId: string;
@@ -565,7 +565,7 @@ export declare type Gacha = {
565
565
  exchangeIds: string[];
566
566
  cardRewards: GachaCardReward[];
567
567
  };
568
- export declare type GachaButton = {
568
+ export type GachaButton = {
569
569
  id: string;
570
570
  name: string;
571
571
  description: string;
@@ -583,11 +583,11 @@ export declare type GachaButton = {
583
583
  gachaId: string;
584
584
  gachaStampSheetGroupId: string;
585
585
  };
586
- export declare type GachaCardReward = {
586
+ export type GachaCardReward = {
587
587
  cardId: string;
588
588
  rewardId: string;
589
589
  };
590
- export declare type GachaExchange = {
590
+ export type GachaExchange = {
591
591
  id: string;
592
592
  rewardId: string;
593
593
  exchangeLimit: number;
@@ -595,7 +595,7 @@ export declare type GachaExchange = {
595
595
  order: number;
596
596
  gachaId: string;
597
597
  };
598
- export declare type GachaStamp = {
598
+ export type GachaStamp = {
599
599
  groupId: string;
600
600
  sheetNumber: number;
601
601
  stampNumber: number;
@@ -605,18 +605,18 @@ export declare type GachaStamp = {
605
605
  description: string;
606
606
  isFeatured: boolean;
607
607
  };
608
- export declare type GachaStampSheet = {
608
+ export type GachaStampSheet = {
609
609
  groupId: string;
610
610
  sheetNumber: number;
611
611
  costumeIds: string[];
612
612
  };
613
- export declare type GuildTopMovie = {
613
+ export type GuildTopMovie = {
614
614
  assetId: string;
615
615
  musicAssetId: string;
616
616
  conditionId: string;
617
617
  order: number;
618
618
  };
619
- export declare type Hair = {
619
+ export type Hair = {
620
620
  id: string;
621
621
  hairAssetId: string;
622
622
  faceAssetId: string;
@@ -629,7 +629,7 @@ export declare type Hair = {
629
629
  name: string;
630
630
  releaseTime: string;
631
631
  };
632
- export declare type HierarchyDetailGrade = {
632
+ export type HierarchyDetailGrade = {
633
633
  id: string;
634
634
  hierarchyGradeId: string;
635
635
  subName: string;
@@ -637,14 +637,14 @@ export declare type HierarchyDetailGrade = {
637
637
  requiredHierarchyRank: number;
638
638
  order: number;
639
639
  };
640
- export declare type HierarchyDivisionReward = {
640
+ export type HierarchyDivisionReward = {
641
641
  id: string;
642
642
  name: string;
643
643
  rewardId: string;
644
644
  order: number;
645
645
  detailGradeId: string;
646
646
  };
647
- export declare type HierarchyReward = {
647
+ export type HierarchyReward = {
648
648
  id: string;
649
649
  hierarchyRewardType: HierarchyRewardType;
650
650
  order: number;
@@ -652,7 +652,7 @@ export declare type HierarchyReward = {
652
652
  conditionId: string;
653
653
  rewardId: string;
654
654
  };
655
- export declare type HomeAction = {
655
+ export type HomeAction = {
656
656
  homeActionId: string;
657
657
  characterId: string;
658
658
  motionAssetId: string;
@@ -664,7 +664,7 @@ export declare type HomeAction = {
664
664
  weight: number;
665
665
  actionType: HomeActionType;
666
666
  };
667
- export declare type HomeBackground = {
667
+ export type HomeBackground = {
668
668
  homeBackgroundId: string;
669
669
  name: string;
670
670
  placeType: HomePlaceType;
@@ -676,7 +676,7 @@ export declare type HomeBackground = {
676
676
  angles: number[];
677
677
  characterCostumeGroupId: string;
678
678
  };
679
- export declare type HomeDrama = {
679
+ export type HomeDrama = {
680
680
  homeDramaId: string;
681
681
  weight: number;
682
682
  placeType: HomePlaceType;
@@ -687,7 +687,7 @@ export declare type HomeDrama = {
687
687
  isBreak: boolean;
688
688
  simplePersonalityType: SimpleCharacterPersonalityType;
689
689
  };
690
- export declare type HomeDramaDetail = {
690
+ export type HomeDramaDetail = {
691
691
  order: number;
692
692
  text: string;
693
693
  timing: number;
@@ -697,7 +697,7 @@ export declare type HomeDramaDetail = {
697
697
  idleMotionAssetId: string;
698
698
  properties: string[];
699
699
  };
700
- export declare type HomeDramaFree = {
700
+ export type HomeDramaFree = {
701
701
  homeDramaPositionGroupId: string;
702
702
  homeDramaPositionId: string;
703
703
  number: number;
@@ -708,7 +708,7 @@ export declare type HomeDramaFree = {
708
708
  voiceAssetId: string;
709
709
  playStartMillisecond: number;
710
710
  };
711
- export declare type HomeNavigation = {
711
+ export type HomeNavigation = {
712
712
  homeNavigationId: string;
713
713
  characterId: string;
714
714
  navigationText: string;
@@ -718,7 +718,7 @@ export declare type HomeNavigation = {
718
718
  viewConditionId: string;
719
719
  order: number;
720
720
  };
721
- export declare type HomeTalk = {
721
+ export type HomeTalk = {
722
722
  homeTalkId: string;
723
723
  characterId: string;
724
724
  placeType: HomePlaceType;
@@ -731,14 +731,14 @@ export declare type HomeTalk = {
731
731
  reliability: number;
732
732
  characterTalks: CharacterTalk[];
733
733
  };
734
- export declare type HomeTalkCallPattern = {
734
+ export type HomeTalkCallPattern = {
735
735
  characterId: string;
736
736
  patternId: string;
737
737
  managerCallText: string;
738
738
  characterArrivalText: string;
739
739
  characterArrivalVoiceAssetId: string;
740
740
  };
741
- export declare type InviteSetting = {
741
+ export type InviteSetting = {
742
742
  id: string;
743
743
  guestRewardId: string;
744
744
  guestCodeEnterAllowDays: number;
@@ -747,7 +747,7 @@ export declare type InviteSetting = {
747
747
  hostRewardResourceType: ResourceType;
748
748
  hostRewardResourceId: string;
749
749
  };
750
- export declare type LiveAbilityLevel = {
750
+ export type LiveAbilityLevel = {
751
751
  level: number;
752
752
  description: string;
753
753
  shortDescription: string;
@@ -759,17 +759,17 @@ export declare type LiveAbilityLevel = {
759
759
  moodType: MoodType;
760
760
  backgroundRankType: LiveAbilityLevelBackgroundRankType;
761
761
  };
762
- export declare type LiveBonus = {
762
+ export type LiveBonus = {
763
763
  id: string;
764
764
  name: string;
765
765
  liveAbilityId: string;
766
766
  liveAbilityLevel: number;
767
767
  };
768
- export declare type LiveBonusGroup = {
768
+ export type LiveBonusGroup = {
769
769
  groupId: string;
770
770
  liveBonusIds: string[];
771
771
  };
772
- export declare type LiveResultAnimation = {
772
+ export type LiveResultAnimation = {
773
773
  id: string;
774
774
  personalityType: CharacterPersonalityType;
775
775
  resultType: LiveResultType;
@@ -780,7 +780,7 @@ export declare type LiveResultAnimation = {
780
780
  ratio: number;
781
781
  conditionId: string;
782
782
  };
783
- export declare type LiveStartAnimation = {
783
+ export type LiveStartAnimation = {
784
784
  id: string;
785
785
  characterAmount: number;
786
786
  motionAssetIds: string[];
@@ -791,14 +791,14 @@ export declare type LiveStartAnimation = {
791
791
  layoutMotionAssetId: string;
792
792
  cameraMotionAssetId: string;
793
793
  };
794
- export declare type LiveStartVoiceAssetGroup = {
794
+ export type LiveStartVoiceAssetGroup = {
795
795
  id: string;
796
796
  characterId: string;
797
797
  voiceAssetId1: string;
798
798
  voiceAssetId2: string;
799
799
  voiceAssetId3: string;
800
800
  };
801
- export declare type Loading = {
801
+ export type Loading = {
802
802
  id: string;
803
803
  loadingType: LoadingType;
804
804
  targets: LoadingDisplayTargetType[];
@@ -808,7 +808,7 @@ export declare type Loading = {
808
808
  text: string;
809
809
  isDownloading: boolean;
810
810
  };
811
- export declare type LoginBonus = {
811
+ export type LoginBonus = {
812
812
  id: string;
813
813
  name: string;
814
814
  description: string;
@@ -821,12 +821,12 @@ export declare type LoginBonus = {
821
821
  openConditionId: string;
822
822
  receiveConditionId: string;
823
823
  };
824
- export declare type LoginBonusText = {
824
+ export type LoginBonusText = {
825
825
  id: string;
826
826
  costumeId: string;
827
827
  text: string;
828
828
  };
829
- export declare type MarathonBoxGachaSetting = {
829
+ export type MarathonBoxGachaSetting = {
830
830
  marathonId: string;
831
831
  boxGachaId: string;
832
832
  order: number;
@@ -834,18 +834,18 @@ export declare type MarathonBoxGachaSetting = {
834
834
  guageColorCode: string;
835
835
  guageName: string;
836
836
  };
837
- export declare type MarathonLiveBonus = {
837
+ export type MarathonLiveBonus = {
838
838
  id: string;
839
839
  name: string;
840
840
  liveAbilityId: string;
841
841
  liveAbilityLevel: number;
842
842
  powerPermil: number;
843
843
  };
844
- export declare type MarathonLiveBonusGroup = {
844
+ export type MarathonLiveBonusGroup = {
845
845
  groupId: string;
846
846
  liveBonusId: string;
847
847
  };
848
- export declare type MarathonQuest = {
848
+ export type MarathonQuest = {
849
849
  id: string;
850
850
  marathonId: string;
851
851
  name: string;
@@ -880,7 +880,7 @@ export declare type MarathonQuest = {
880
880
  assetId: string;
881
881
  unlockDescription: string;
882
882
  };
883
- export declare type MarathonQuestDifficulty = {
883
+ export type MarathonQuestDifficulty = {
884
884
  marathonQuestId: string;
885
885
  difficultyNumber: number;
886
886
  difficultyLevel: number;
@@ -899,7 +899,7 @@ export declare type MarathonQuestDifficulty = {
899
899
  unlockConditionId: string;
900
900
  liveBonusGroupId: string;
901
901
  };
902
- export declare type Message = {
902
+ export type Message = {
903
903
  id: string;
904
904
  messageGroupId: string;
905
905
  name: string;
@@ -910,7 +910,7 @@ export declare type Message = {
910
910
  unlockConditionId: string;
911
911
  details: MessageDetail[];
912
912
  };
913
- export declare type MessageDetail = {
913
+ export type MessageDetail = {
914
914
  messageDetailId: string;
915
915
  characterId: string;
916
916
  text: string;
@@ -923,13 +923,13 @@ export declare type MessageDetail = {
923
923
  nextMessageDetailIds: string[];
924
924
  reliability: number;
925
925
  };
926
- export declare type MessageGroup = {
926
+ export type MessageGroup = {
927
927
  id: string;
928
928
  name: string;
929
929
  assetId: string;
930
930
  characterIds: string[];
931
931
  };
932
- export declare type Mission = {
932
+ export type Mission = {
933
933
  id: string;
934
934
  categoryType: MissionCategoryType;
935
935
  missionType: MissionType;
@@ -944,11 +944,11 @@ export declare type Mission = {
944
944
  progresses: MissionProgress[];
945
945
  eventMissionId: string;
946
946
  };
947
- export declare type MissionProgress = {
947
+ export type MissionProgress = {
948
948
  threshold: string;
949
949
  rewardSetId: string;
950
950
  };
951
- export declare type Music = {
951
+ export type Music = {
952
952
  id: string;
953
953
  assetId: string;
954
954
  name: string;
@@ -975,17 +975,17 @@ export declare type Music = {
975
975
  mvAssetId: string;
976
976
  selectableStageIds: string[];
977
977
  };
978
- export declare type MusicMasteryReward = {
978
+ export type MusicMasteryReward = {
979
979
  musicId: string;
980
980
  characterId: string;
981
981
  musicMasteryRewardSetId: string;
982
982
  };
983
- export declare type MusicMasteryRewardSet = {
983
+ export type MusicMasteryRewardSet = {
984
984
  id: string;
985
985
  level: number;
986
986
  rewardId: string;
987
987
  };
988
- export declare type PhotoAbility = {
988
+ export type PhotoAbility = {
989
989
  id: string;
990
990
  name: string;
991
991
  description: string;
@@ -999,19 +999,19 @@ export declare type PhotoAbility = {
999
999
  conditionLiveType: LiveType;
1000
1000
  statusEffectType: StatusEffectType;
1001
1001
  };
1002
- export declare type PhotoAbilityInfo = {
1002
+ export type PhotoAbilityInfo = {
1003
1003
  photoAbilityId: string;
1004
1004
  effectValue: number;
1005
1005
  missionId: string;
1006
1006
  grade: number;
1007
1007
  };
1008
- export declare type PhotoAbilitySet = {
1008
+ export type PhotoAbilitySet = {
1009
1009
  id: string;
1010
1010
  photoAbilityIds: string[];
1011
1011
  photoRarity: number;
1012
1012
  limited: boolean;
1013
1013
  };
1014
- export declare type PhotoActivity = {
1014
+ export type PhotoActivity = {
1015
1015
  id: string;
1016
1016
  name: string;
1017
1017
  type: PhotoShootingActionType;
@@ -1026,7 +1026,7 @@ export declare type PhotoActivity = {
1026
1026
  unlockConditionId: string;
1027
1027
  impossibleShootingCharacterIds: string[];
1028
1028
  };
1029
- export declare type PhotoAllInOne = {
1029
+ export type PhotoAllInOne = {
1030
1030
  id: string;
1031
1031
  assetId: string;
1032
1032
  characterIds: string[];
@@ -1039,7 +1039,7 @@ export declare type PhotoAllInOne = {
1039
1039
  shootingTime: string;
1040
1040
  focusCharacterId: string;
1041
1041
  };
1042
- export declare type PhotoContestActivity = {
1042
+ export type PhotoContestActivity = {
1043
1043
  id: string;
1044
1044
  name: string;
1045
1045
  type: PhotoShootingActionType;
@@ -1054,7 +1054,7 @@ export declare type PhotoContestActivity = {
1054
1054
  unlockConditionId: string;
1055
1055
  impossibleShootingCharacterIds: string[];
1056
1056
  };
1057
- export declare type PhotoContestQuestMusic = {
1057
+ export type PhotoContestQuestMusic = {
1058
1058
  id: string;
1059
1059
  musicId: string;
1060
1060
  assetId: string;
@@ -1068,7 +1068,7 @@ export declare type PhotoContestQuestMusic = {
1068
1068
  viewConditionId: string;
1069
1069
  unlockConditionId: string;
1070
1070
  };
1071
- export declare type PhotoContestQuestStage = {
1071
+ export type PhotoContestQuestStage = {
1072
1072
  id: string;
1073
1073
  stageId: string;
1074
1074
  assetId: string;
@@ -1079,12 +1079,12 @@ export declare type PhotoContestQuestStage = {
1079
1079
  viewConditionId: string;
1080
1080
  unlockConditionId: string;
1081
1081
  };
1082
- export declare type PhotoContestSectionReward = {
1082
+ export type PhotoContestSectionReward = {
1083
1083
  id: string;
1084
1084
  requiredEvaluationPoint: number;
1085
1085
  rewardId: string;
1086
1086
  };
1087
- export declare type PhotoQuestMusic = {
1087
+ export type PhotoQuestMusic = {
1088
1088
  id: string;
1089
1089
  assetId: string;
1090
1090
  name: string;
@@ -1097,7 +1097,7 @@ export declare type PhotoQuestMusic = {
1097
1097
  viewConditionId: string;
1098
1098
  unlockConditionId: string;
1099
1099
  };
1100
- export declare type PhotoQuestStage = {
1100
+ export type PhotoQuestStage = {
1101
1101
  id: string;
1102
1102
  assetId: string;
1103
1103
  name: string;
@@ -1107,7 +1107,7 @@ export declare type PhotoQuestStage = {
1107
1107
  viewConditionId: string;
1108
1108
  unlockConditionId: string;
1109
1109
  };
1110
- export declare type PhotoRecipe = {
1110
+ export type PhotoRecipe = {
1111
1111
  id: string;
1112
1112
  name: string;
1113
1113
  assetId: string;
@@ -1122,12 +1122,12 @@ export declare type PhotoRecipe = {
1122
1122
  minPhotoLevel: number;
1123
1123
  maxPhotoLevel: number;
1124
1124
  };
1125
- export declare type PhotoRetouchEnhance = {
1125
+ export type PhotoRetouchEnhance = {
1126
1126
  groupId: string;
1127
1127
  photoLevel: number;
1128
1128
  consumptionId: string;
1129
1129
  };
1130
- export declare type PhotoShootingCharacterMotion = {
1130
+ export type PhotoShootingCharacterMotion = {
1131
1131
  id: string;
1132
1132
  characterId: string;
1133
1133
  motionAssetId: string;
@@ -1140,7 +1140,7 @@ export declare type PhotoShootingCharacterMotion = {
1140
1140
  upperLimit: number;
1141
1141
  lowerLimit: number;
1142
1142
  };
1143
- export declare type PhotoShootingSimplePersonalityMotion = {
1143
+ export type PhotoShootingSimplePersonalityMotion = {
1144
1144
  id: string;
1145
1145
  personalityType: SimpleCharacterPersonalityType;
1146
1146
  motionAssetId: string;
@@ -1154,7 +1154,7 @@ export declare type PhotoShootingSimplePersonalityMotion = {
1154
1154
  upperLimit: number;
1155
1155
  lowerLimit: number;
1156
1156
  };
1157
- export declare type PhotoSituation = {
1157
+ export type PhotoSituation = {
1158
1158
  id: string;
1159
1159
  assetId: string;
1160
1160
  characterIds: string[];
@@ -1164,7 +1164,7 @@ export declare type PhotoSituation = {
1164
1164
  shootingTime: string;
1165
1165
  focusCharacterId: string;
1166
1166
  };
1167
- export declare type Quest = {
1167
+ export type Quest = {
1168
1168
  id: string;
1169
1169
  areaId: string;
1170
1170
  stageId: string;
@@ -1210,18 +1210,18 @@ export declare type Quest = {
1210
1210
  liveBonusGroupId: string;
1211
1211
  liveSkipType: LiveSkipType;
1212
1212
  };
1213
- export declare type QuestAchievedRankReward = {
1213
+ export type QuestAchievedRankReward = {
1214
1214
  highRank: number;
1215
1215
  lowRank: number;
1216
1216
  rewardId: string;
1217
1217
  };
1218
- export declare type QuestCharacterAdvantage = {
1218
+ export type QuestCharacterAdvantage = {
1219
1219
  id: string;
1220
1220
  characterGroupId: string;
1221
1221
  characterIds: string[];
1222
1222
  advantagePermil: number;
1223
1223
  };
1224
- export declare type RaceLiveBonus = {
1224
+ export type RaceLiveBonus = {
1225
1225
  id: string;
1226
1226
  level: number;
1227
1227
  liveAbilityId: string;
@@ -1230,12 +1230,12 @@ export declare type RaceLiveBonus = {
1230
1230
  requiredRaceMedalAmount: number;
1231
1231
  unlockConditionId: string;
1232
1232
  };
1233
- export declare type RaceLiveBonusGroup = {
1233
+ export type RaceLiveBonusGroup = {
1234
1234
  groupId: string;
1235
1235
  liveBonusId: string;
1236
1236
  order: number;
1237
1237
  };
1238
- export declare type RacePanel = {
1238
+ export type RacePanel = {
1239
1239
  raceAreaId: string;
1240
1240
  number: number;
1241
1241
  type: RacePanelType;
@@ -1244,12 +1244,12 @@ export declare type RacePanel = {
1244
1244
  requiredRacePointAmount: number;
1245
1245
  racePanelRewardId: string;
1246
1246
  };
1247
- export declare type RacePanelReward = {
1247
+ export type RacePanelReward = {
1248
1248
  id: string;
1249
1249
  raceId: string;
1250
1250
  rewardId: string;
1251
1251
  };
1252
- export declare type RaceQuest = {
1252
+ export type RaceQuest = {
1253
1253
  id: string;
1254
1254
  groupId: string;
1255
1255
  name: string;
@@ -1277,7 +1277,7 @@ export declare type RaceQuest = {
1277
1277
  activityLessonRewardType: RaceActivityLessonRewardType;
1278
1278
  liveSkipType: LiveSkipType;
1279
1279
  };
1280
- export declare type RaceQuestDifficulty = {
1280
+ export type RaceQuestDifficulty = {
1281
1281
  raceQuestId: string;
1282
1282
  difficultyNumber: number;
1283
1283
  difficultyLevel: number;
@@ -1289,13 +1289,13 @@ export declare type RaceQuestDifficulty = {
1289
1289
  maxCapacity: number;
1290
1290
  liveBonusGroupId: string;
1291
1291
  };
1292
- export declare type RaceRankingReward = {
1292
+ export type RaceRankingReward = {
1293
1293
  rankGradeId: string;
1294
1294
  type: RaceRankingType;
1295
1295
  rankFrom: number;
1296
1296
  rewardId: string;
1297
1297
  };
1298
- export declare type Setting = {
1298
+ export type Setting = {
1299
1299
  id: string;
1300
1300
  deckCountMax: number;
1301
1301
  accessoryEnhancesRequiredMaterialAmount: number;
@@ -1425,11 +1425,11 @@ export declare type Setting = {
1425
1425
  buddyRentalDailyLimit: number;
1426
1426
  leagueRankingDisplayRankLimit: number;
1427
1427
  };
1428
- export declare type SkillDetail = {
1428
+ export type SkillDetail = {
1429
1429
  efficacyId: string;
1430
1430
  triggerId: string;
1431
1431
  };
1432
- export declare type SkillEfficacy = {
1432
+ export type SkillEfficacy = {
1433
1433
  id: string;
1434
1434
  name: string;
1435
1435
  type: SkillEfficacyType;
@@ -1439,7 +1439,7 @@ export declare type SkillEfficacy = {
1439
1439
  maxGrade: number;
1440
1440
  skillTargetId: string;
1441
1441
  };
1442
- export declare type SkillLevel = {
1442
+ export type SkillLevel = {
1443
1443
  level: number;
1444
1444
  description: string;
1445
1445
  shortDescription: string;
@@ -1453,19 +1453,19 @@ export declare type SkillLevel = {
1453
1453
  skillDetails: SkillDetail[];
1454
1454
  staminaPermil: number;
1455
1455
  };
1456
- export declare type SkillTrigger = {
1456
+ export type SkillTrigger = {
1457
1457
  id: string;
1458
1458
  type: SkillTriggerType;
1459
1459
  characterIds: string[];
1460
1460
  };
1461
- export declare type StaffLevel = {
1461
+ export type StaffLevel = {
1462
1462
  parameterType: ParameterType;
1463
1463
  level: number;
1464
1464
  requiredMedalAmount: number;
1465
1465
  advantage: number;
1466
1466
  unlockConditionId: string;
1467
1467
  };
1468
- export declare type Story = {
1468
+ export type Story = {
1469
1469
  id: string;
1470
1470
  sectionName: string;
1471
1471
  name: string;
@@ -1474,7 +1474,7 @@ export declare type Story = {
1474
1474
  advPlayTypes: StoryAdvPlayType[];
1475
1475
  advAssetIds: string[];
1476
1476
  };
1477
- export declare type StoryEpisode = {
1477
+ export type StoryEpisode = {
1478
1478
  episode: number;
1479
1479
  assetId: string;
1480
1480
  storyId: string;
@@ -1482,7 +1482,7 @@ export declare type StoryEpisode = {
1482
1482
  unlockConditionId: string;
1483
1483
  isReleased: boolean;
1484
1484
  };
1485
- export declare type StoryPart = {
1485
+ export type StoryPart = {
1486
1486
  id: string;
1487
1487
  assetId: string;
1488
1488
  name: string;
@@ -1496,7 +1496,7 @@ export declare type StoryPart = {
1496
1496
  chapters: StoryChapter[];
1497
1497
  noteText: string;
1498
1498
  };
1499
- export declare type Telephone = {
1499
+ export type Telephone = {
1500
1500
  id: string;
1501
1501
  messageGroupId: string;
1502
1502
  characterId: string;
@@ -1504,7 +1504,7 @@ export declare type Telephone = {
1504
1504
  assetId: string;
1505
1505
  unlockConditionId: string;
1506
1506
  };
1507
- export declare type TourQuestSetting = {
1507
+ export type TourQuestSetting = {
1508
1508
  id: string;
1509
1509
  position1AttributeType: AttributeType;
1510
1510
  position2AttributeType: AttributeType;
@@ -1523,26 +1523,26 @@ export declare type TourQuestSetting = {
1523
1523
  questAudienceAdvantageId: string;
1524
1524
  moodType: MoodType;
1525
1525
  };
1526
- export declare type Tutorial = {
1526
+ export type Tutorial = {
1527
1527
  type: TutorialType;
1528
1528
  stepInfo: TutorialStep[];
1529
1529
  unlockConditionId: string;
1530
1530
  };
1531
- export declare type AccessoryEnhancement = {
1531
+ export type AccessoryEnhancement = {
1532
1532
  rarity: number;
1533
1533
  requiredGold: string;
1534
1534
  };
1535
- export declare type ActivityAbility = {
1535
+ export type ActivityAbility = {
1536
1536
  id: string;
1537
1537
  name: string;
1538
1538
  description: string;
1539
1539
  levels: ActivityAbilityLevel[];
1540
1540
  };
1541
- export declare type AssetDownload = {
1541
+ export type AssetDownload = {
1542
1542
  assetId: string;
1543
1543
  type: AssetDownloadType;
1544
1544
  };
1545
- export declare type BacksideAnimation = {
1545
+ export type BacksideAnimation = {
1546
1546
  panelType: BacksidePanelType;
1547
1547
  panelAttributeType: BacksidePanelAttributeType;
1548
1548
  panelRank: number;
@@ -1553,97 +1553,97 @@ export declare type BacksideAnimation = {
1553
1553
  propAssetIds: string[];
1554
1554
  voiceAssetId: string;
1555
1555
  };
1556
- export declare type BoxGachaGroup = {
1556
+ export type BoxGachaGroup = {
1557
1557
  id: string;
1558
1558
  requiredResourceType: ResourceType;
1559
1559
  requiredResourceId: string;
1560
1560
  };
1561
- export declare type CardDuplicateExp = {
1561
+ export type CardDuplicateExp = {
1562
1562
  initialRarity: number;
1563
1563
  exp: number;
1564
1564
  };
1565
- export declare type CardLevel = {
1565
+ export type CardLevel = {
1566
1566
  level: number;
1567
1567
  requiredExp: string;
1568
1568
  };
1569
- export declare type CardLevelRelease = {
1569
+ export type CardLevelRelease = {
1570
1570
  id: string;
1571
1571
  level: number;
1572
1572
  targets: CardLevelReleaseTarget[];
1573
1573
  };
1574
- export declare type CardParameter = {
1574
+ export type CardParameter = {
1575
1575
  id: string;
1576
1576
  level: number;
1577
1577
  value: string;
1578
1578
  staminaValue: string;
1579
1579
  };
1580
- export declare type CardRank = {
1580
+ export type CardRank = {
1581
1581
  rank: number;
1582
1582
  levelLimitUpAmount: number;
1583
1583
  requiredExp: number;
1584
1584
  isDataExist: boolean;
1585
1585
  };
1586
- export declare type CardRarity = {
1586
+ export type CardRarity = {
1587
1587
  rarity: number;
1588
1588
  levelLimit: number;
1589
1589
  parameterBonusPermil: number;
1590
1590
  requiredExp: number;
1591
1591
  };
1592
- export declare type CharacterActivityLevel = {
1592
+ export type CharacterActivityLevel = {
1593
1593
  level: number;
1594
1594
  requiredExp: number;
1595
1595
  maxStamina: number;
1596
1596
  baseActivityPoint: number;
1597
1597
  };
1598
- export declare type ComboAdvantage = {
1598
+ export type ComboAdvantage = {
1599
1599
  id: string;
1600
1600
  comboCount: number;
1601
1601
  advantagePermil: number;
1602
1602
  };
1603
- export declare type Condition = {
1603
+ export type Condition = {
1604
1604
  id: string;
1605
1605
  settings: ConditionSetting[];
1606
1606
  };
1607
- export declare type ConditionDescription = {
1607
+ export type ConditionDescription = {
1608
1608
  id: string;
1609
1609
  description: string;
1610
1610
  };
1611
- export declare type Consumption = {
1611
+ export type Consumption = {
1612
1612
  id: string;
1613
1613
  resources: ConsumptionResource[];
1614
1614
  };
1615
- export declare type CostumeType = {
1615
+ export type CostumeType = {
1616
1616
  id: string;
1617
1617
  name: string;
1618
1618
  };
1619
- export declare type DeckEntrustCoefficient = {
1619
+ export type DeckEntrustCoefficient = {
1620
1620
  position: number;
1621
1621
  appealPermil: number;
1622
1622
  technicalPermil: number;
1623
1623
  supportPermil: number;
1624
1624
  };
1625
- export declare type Division = {
1625
+ export type Division = {
1626
1626
  id: string;
1627
1627
  order: number;
1628
1628
  name: string;
1629
1629
  };
1630
- export declare type ExerciseAccessoryGroup = {
1630
+ export type ExerciseAccessoryGroup = {
1631
1631
  groupId: string;
1632
1632
  accessories: ExerciseAccessory[];
1633
1633
  };
1634
- export declare type ExerciseDeck = {
1634
+ export type ExerciseDeck = {
1635
1635
  id: string;
1636
1636
  positions: ExerciseDeckPosition[];
1637
1637
  };
1638
- export declare type ExerciseHint = {
1638
+ export type ExerciseHint = {
1639
1639
  exerciseId: string;
1640
1640
  contents: ExerciseHintContent[];
1641
1641
  };
1642
- export declare type ExercisePhotoGroup = {
1642
+ export type ExercisePhotoGroup = {
1643
1643
  groupId: string;
1644
1644
  photos: ExercisePhoto[];
1645
1645
  };
1646
- export declare type ExerciseUser = {
1646
+ export type ExerciseUser = {
1647
1647
  id: string;
1648
1648
  managerLevel: number;
1649
1649
  cardLevel: number;
@@ -1661,17 +1661,17 @@ export declare type ExerciseUser = {
1661
1661
  skillLevel2: number;
1662
1662
  skillLevel3: number;
1663
1663
  };
1664
- export declare type GachaStampSheetGroup = {
1664
+ export type GachaStampSheetGroup = {
1665
1665
  groupId: string;
1666
1666
  assetId: string;
1667
1667
  };
1668
- export declare type Guild = {
1668
+ export type Guild = {
1669
1669
  id: string;
1670
1670
  name: string;
1671
1671
  assetId: string;
1672
1672
  order: number;
1673
1673
  };
1674
- export declare type HelpCategory = {
1674
+ export type HelpCategory = {
1675
1675
  id: string;
1676
1676
  type: HelpType;
1677
1677
  title: string;
@@ -1679,12 +1679,12 @@ export declare type HelpCategory = {
1679
1679
  targetTypes: HelpDisplayTargetType[];
1680
1680
  contents: HelpContent[];
1681
1681
  };
1682
- export declare type HierarchyGrade = {
1682
+ export type HierarchyGrade = {
1683
1683
  id: string;
1684
1684
  name: string;
1685
1685
  order: number;
1686
1686
  };
1687
- export declare type HomeDramaPosition = {
1687
+ export type HomeDramaPosition = {
1688
1688
  homeDramaPositionId: string;
1689
1689
  name: string;
1690
1690
  placeType: HomePlaceType;
@@ -1692,16 +1692,16 @@ export declare type HomeDramaPosition = {
1692
1692
  angles: number[];
1693
1693
  simplePersonalityType: SimpleCharacterPersonalityType;
1694
1694
  };
1695
- export declare type HomeDramaPositionGroup = {
1695
+ export type HomeDramaPositionGroup = {
1696
1696
  homeDramaPositionGroupId: string;
1697
1697
  homeDramaPositionId: string;
1698
1698
  };
1699
- export declare type InviteHostReward = {
1699
+ export type InviteHostReward = {
1700
1700
  id: string;
1701
1701
  clearQuestMainAreaCount: number;
1702
1702
  resourceAmount: number;
1703
1703
  };
1704
- export declare type Item = {
1704
+ export type Item = {
1705
1705
  id: string;
1706
1706
  name: string;
1707
1707
  assetId: string;
@@ -1712,48 +1712,48 @@ export declare type Item = {
1712
1712
  order: number;
1713
1713
  salePrice: number;
1714
1714
  };
1715
- export declare type LiveAbility = {
1715
+ export type LiveAbility = {
1716
1716
  id: string;
1717
1717
  name: string;
1718
1718
  description: string;
1719
1719
  levels: LiveAbilityLevel[];
1720
1720
  };
1721
- export declare type LiveTip = {
1721
+ export type LiveTip = {
1722
1722
  id: string;
1723
1723
  type: LiveTipType;
1724
1724
  description: string;
1725
1725
  priority: number;
1726
1726
  };
1727
- export declare type ManagerLevel = {
1727
+ export type ManagerLevel = {
1728
1728
  level: number;
1729
1729
  requiredExp: string;
1730
1730
  maxCardLevel: number;
1731
1731
  maxPhotoEnhanceLevel: number;
1732
1732
  maxPhotoReportLevel: number;
1733
1733
  };
1734
- export declare type MusicChartPattern = {
1734
+ export type MusicChartPattern = {
1735
1735
  id: string;
1736
1736
  number: number;
1737
1737
  type: MusicChartType;
1738
1738
  position: number;
1739
1739
  };
1740
- export declare type MusicMasteryLevel = {
1740
+ export type MusicMasteryLevel = {
1741
1741
  level: number;
1742
1742
  requiredMasteryPoint: number;
1743
1743
  };
1744
- export declare type PhotoAbilityTarget = {
1744
+ export type PhotoAbilityTarget = {
1745
1745
  id: string;
1746
1746
  type: PhotoAbilityTargetType;
1747
1747
  targetId: string;
1748
1748
  };
1749
- export declare type PhotoRarityLevel = {
1749
+ export type PhotoRarityLevel = {
1750
1750
  rarity: number;
1751
1751
  level: number;
1752
1752
  deleteRewardItem: number;
1753
1753
  rerollRequiredItem: number;
1754
1754
  enhanceRequiredItem: number;
1755
1755
  };
1756
- export declare type PhotoShootingMotionSet = {
1756
+ export type PhotoShootingMotionSet = {
1757
1757
  id: string;
1758
1758
  motionType1: PhotoShootingMotionType;
1759
1759
  photoShootingMotionId1: string;
@@ -1762,55 +1762,55 @@ export declare type PhotoShootingMotionSet = {
1762
1762
  motionType3: PhotoShootingMotionType;
1763
1763
  photoShootingMotionId3: string;
1764
1764
  };
1765
- export declare type QuestAudienceAdvantage = {
1765
+ export type QuestAudienceAdvantage = {
1766
1766
  id: string;
1767
1767
  audienceAmount: number;
1768
1768
  advantagePermil: number;
1769
1769
  };
1770
- export declare type QuestContestRankingSeason = {
1770
+ export type QuestContestRankingSeason = {
1771
1771
  id: string;
1772
1772
  startTime: string;
1773
1773
  };
1774
- export declare type QuestPressure = {
1774
+ export type QuestPressure = {
1775
1775
  id: string;
1776
1776
  name: string;
1777
1777
  weightPermil: number;
1778
1778
  };
1779
- export declare type QuestStaminaConsumption = {
1779
+ export type QuestStaminaConsumption = {
1780
1780
  remainStaminaRatioPercent: number;
1781
1781
  skillTargetParameterWeightPermil: number;
1782
1782
  };
1783
- export declare type Reward = {
1783
+ export type Reward = {
1784
1784
  id: string;
1785
1785
  resources: RewardResource[];
1786
1786
  };
1787
- export declare type RewardSort = {
1787
+ export type RewardSort = {
1788
1788
  rewardSortTargetType: RewardSortTargetType;
1789
1789
  rewardSortResourceType: RewardSortResourceType;
1790
1790
  order: number;
1791
1791
  };
1792
- export declare type Salary = {
1792
+ export type Salary = {
1793
1793
  type: SalaryDetailType;
1794
1794
  threshold: string;
1795
1795
  amount: number;
1796
1796
  };
1797
- export declare type Skill = {
1797
+ export type Skill = {
1798
1798
  id: string;
1799
1799
  name: string;
1800
1800
  categoryType: SkillCategoryType;
1801
1801
  levels: SkillLevel[];
1802
1802
  assetId: string;
1803
1803
  };
1804
- export declare type SkillTarget = {
1804
+ export type SkillTarget = {
1805
1805
  id: string;
1806
1806
  type: SkillTargetType;
1807
1807
  isOpponent: boolean;
1808
1808
  };
1809
- export declare type StaffTraining = {
1809
+ export type StaffTraining = {
1810
1810
  parameterType: ParameterType;
1811
1811
  name: string;
1812
1812
  };
1813
- export declare type Stage = {
1813
+ export type Stage = {
1814
1814
  id: string;
1815
1815
  type: StageType;
1816
1816
  assetId: string;
@@ -1821,18 +1821,18 @@ export declare type Stage = {
1821
1821
  timeDifference: string;
1822
1822
  isHideWithPhotoShooting: boolean;
1823
1823
  };
1824
- export declare type StoreProduct = {
1824
+ export type StoreProduct = {
1825
1825
  productId: string;
1826
1826
  platformType: PlatformType;
1827
1827
  price: number;
1828
1828
  stoneAmount: number;
1829
1829
  };
1830
- export declare type StoryEpisodeConsumption = {
1830
+ export type StoryEpisodeConsumption = {
1831
1831
  id: string;
1832
1832
  releaseCount: number;
1833
1833
  requiredStoryPoint: number;
1834
1834
  };
1835
- export declare type TitleBackground = {
1835
+ export type TitleBackground = {
1836
1836
  id: string;
1837
1837
  assetId: string;
1838
1838
  type: TitleBackgroundType;
@@ -1842,15 +1842,15 @@ export declare type TitleBackground = {
1842
1842
  endTime: string;
1843
1843
  priority: number;
1844
1844
  };
1845
- export declare type TotalStaffEnhanceAdvantage = {
1845
+ export type TotalStaffEnhanceAdvantage = {
1846
1846
  enhanceCount: number;
1847
1847
  advantagePermil: number;
1848
1848
  };
1849
- export declare type Wording = {
1849
+ export type Wording = {
1850
1850
  key: string;
1851
1851
  word: string;
1852
1852
  };
1853
- export declare type ActivityAbilityLevel = {
1853
+ export type ActivityAbilityLevel = {
1854
1854
  level: number;
1855
1855
  description: string;
1856
1856
  shortDescription: string;
@@ -1860,15 +1860,15 @@ export declare type ActivityAbilityLevel = {
1860
1860
  targetId: string;
1861
1861
  value: number;
1862
1862
  };
1863
- export declare type CardLevelReleaseTarget = {
1863
+ export type CardLevelReleaseTarget = {
1864
1864
  type: CardLevelReleaseType;
1865
1865
  number: number;
1866
1866
  };
1867
- export declare type ActivityFanEventWord = {
1867
+ export type ActivityFanEventWord = {
1868
1868
  word: string;
1869
1869
  voiceAssetId: string;
1870
1870
  };
1871
- export declare type ConditionSetting = {
1871
+ export type ConditionSetting = {
1872
1872
  satisfyCondition: ConditionSatisfyCondition;
1873
1873
  notSatisfyCondition: ConditionNotSatisfyCondition;
1874
1874
  startHours: ConditionStartHours;
@@ -1943,156 +1943,156 @@ export declare type ConditionSetting = {
1943
1943
  wearHair: ConditionWearHair;
1944
1944
  wearLiveHair: ConditionWearLiveHair;
1945
1945
  };
1946
- export declare type ConditionStartHours = {
1946
+ export type ConditionStartHours = {
1947
1947
  hoursLte: number;
1948
1948
  };
1949
- export declare type ConditionNotLoginDays = {
1949
+ export type ConditionNotLoginDays = {
1950
1950
  daysGte: number;
1951
1951
  };
1952
- export declare type ConditionAccumulationLoginDays = {
1952
+ export type ConditionAccumulationLoginDays = {
1953
1953
  daysGte: number;
1954
1954
  };
1955
- export declare type ConditionManagerLevel = {
1955
+ export type ConditionManagerLevel = {
1956
1956
  levelLte: number;
1957
1957
  levelGte: number;
1958
1958
  };
1959
- export declare type ConditionDeckMaxOverallValue = {
1959
+ export type ConditionDeckMaxOverallValue = {
1960
1960
  valueLte: number;
1961
1961
  valueGte: number;
1962
1962
  };
1963
- export declare type ConditionAnimeStoryPoint = {
1963
+ export type ConditionAnimeStoryPoint = {
1964
1964
  pointGte: string;
1965
1965
  };
1966
- export declare type ConditionGameStoryPoint = {
1966
+ export type ConditionGameStoryPoint = {
1967
1967
  pointGte: string;
1968
1968
  };
1969
- export declare type ConditionGroupStoryPoint = {
1969
+ export type ConditionGroupStoryPoint = {
1970
1970
  pointGte: string;
1971
1971
  };
1972
- export declare type ConditionPhotoReportPityTimer = {
1972
+ export type ConditionPhotoReportPityTimer = {
1973
1973
  thresholdGte: number;
1974
1974
  };
1975
- export declare type ConditionExchangeCount = {
1975
+ export type ConditionExchangeCount = {
1976
1976
  exchangeId: string;
1977
1977
  countGte: number;
1978
1978
  countLte: number;
1979
1979
  };
1980
- export declare type ConditionTerm = {
1980
+ export type ConditionTerm = {
1981
1981
  nowAfter: string;
1982
1982
  nowBefore: string;
1983
1983
  };
1984
- export declare type ConditionGameStartTerm = {
1984
+ export type ConditionGameStartTerm = {
1985
1985
  gameStartDatetimeAfter: string;
1986
1986
  gameStartDatetimeBefore: string;
1987
1987
  };
1988
- export declare type ConditionDayOfWeek = {
1988
+ export type ConditionDayOfWeek = {
1989
1989
  dayOfWeekType: DayOfWeekType;
1990
1990
  };
1991
- export declare type ConditionTime = {
1991
+ export type ConditionTime = {
1992
1992
  nowAfter: string;
1993
1993
  nowBefore: string;
1994
1994
  };
1995
- export declare type ConditionGold = {
1995
+ export type ConditionGold = {
1996
1996
  goldGte: string;
1997
1997
  };
1998
- export declare type ConditionStone = {
1998
+ export type ConditionStone = {
1999
1999
  stoneGte: string;
2000
2000
  };
2001
- export declare type ConditionDrawGacha = {
2001
+ export type ConditionDrawGacha = {
2002
2002
  gachaButtonIds: string[];
2003
2003
  };
2004
- export declare type ConditionPurchaseShop = {
2004
+ export type ConditionPurchaseShop = {
2005
2005
  shopItemId: string;
2006
2006
  };
2007
- export declare type ConditionPlatformType = {
2007
+ export type ConditionPlatformType = {
2008
2008
  platformType: PlatformType;
2009
2009
  };
2010
- export declare type ConditionDivision = {
2010
+ export type ConditionDivision = {
2011
2011
  divisionOrderGte: number;
2012
2012
  divisionOrderLte: number;
2013
2013
  };
2014
- export declare type ConditionJoinedGuild = {
2014
+ export type ConditionJoinedGuild = {
2015
2015
  joinedGuildType: JoinedGuildType;
2016
2016
  };
2017
- export declare type ConditionActivityFanEventLevel = {
2017
+ export type ConditionActivityFanEventLevel = {
2018
2018
  fanEventId: string;
2019
2019
  levelGte: number;
2020
2020
  };
2021
- export declare type ConditionActivityPromotionLevel = {
2021
+ export type ConditionActivityPromotionLevel = {
2022
2022
  promotionId: string;
2023
2023
  levelGte: number;
2024
2024
  };
2025
- export declare type ConditionActivityRefreshLevel = {
2025
+ export type ConditionActivityRefreshLevel = {
2026
2026
  refreshId: string;
2027
2027
  levelGte: number;
2028
2028
  };
2029
- export declare type ConditionContestQuestTotalScore = {
2029
+ export type ConditionContestQuestTotalScore = {
2030
2030
  scoreGte: string;
2031
2031
  };
2032
- export declare type ConditionHierarchyPointGte = {
2032
+ export type ConditionHierarchyPointGte = {
2033
2033
  hierarchyPointGte: string;
2034
2034
  };
2035
- export declare type ConditionDiary = {
2035
+ export type ConditionDiary = {
2036
2036
  isReadAllDiary: boolean;
2037
2037
  isReadLastDiary: boolean;
2038
2038
  };
2039
- export declare type ConditionStaffTrainTotalCount = {
2039
+ export type ConditionStaffTrainTotalCount = {
2040
2040
  countGte: number;
2041
2041
  };
2042
- export declare type ConditionPhotoShootTotalCount = {
2042
+ export type ConditionPhotoShootTotalCount = {
2043
2043
  countGte: number;
2044
2044
  };
2045
- export declare type ConditionTourAreaProgress = {
2045
+ export type ConditionTourAreaProgress = {
2046
2046
  tourId: string;
2047
2047
  areaGte: number;
2048
2048
  };
2049
- export declare type ConditionActivityFanEventBestScoreRank = {
2049
+ export type ConditionActivityFanEventBestScoreRank = {
2050
2050
  rankType: ResultRankType;
2051
2051
  plus: number;
2052
2052
  };
2053
- export declare type ConditionActivityFanEventTotalCount = {
2053
+ export type ConditionActivityFanEventTotalCount = {
2054
2054
  countGte: number;
2055
2055
  };
2056
- export declare type ConditionActivityPromotionTotalHours = {
2056
+ export type ConditionActivityPromotionTotalHours = {
2057
2057
  hoursGte: number;
2058
2058
  };
2059
- export declare type ConditionActivityRefreshTotalCount = {
2059
+ export type ConditionActivityRefreshTotalCount = {
2060
2060
  countGte: number;
2061
2061
  };
2062
- export declare type ConditionHighestSalary = {
2062
+ export type ConditionHighestSalary = {
2063
2063
  highestSalaryGte: string;
2064
2064
  };
2065
- export declare type ConditionTutorialStep = {
2065
+ export type ConditionTutorialStep = {
2066
2066
  tutorialType: TutorialType;
2067
2067
  stepGte: number;
2068
2068
  stepLte: number;
2069
2069
  };
2070
- export declare type ConditionForumCreateReplyCount = {
2070
+ export type ConditionForumCreateReplyCount = {
2071
2071
  createReplyCount: string;
2072
2072
  };
2073
- export declare type ConditionBirthDay = {
2073
+ export type ConditionBirthDay = {
2074
2074
  isBirthDay: boolean;
2075
2075
  };
2076
- export declare type ConditionPvpOpen = {
2076
+ export type ConditionPvpOpen = {
2077
2077
  isPvpOpen: boolean;
2078
2078
  };
2079
- export declare type ConditionComebackUser = {
2079
+ export type ConditionComebackUser = {
2080
2080
  isComebackUser: boolean;
2081
2081
  };
2082
- export declare type ConsumptionResource = {
2082
+ export type ConsumptionResource = {
2083
2083
  resourceType: ResourceType;
2084
2084
  resourceIds: string[];
2085
2085
  subResourceIds: string[];
2086
2086
  amount: number;
2087
2087
  };
2088
- export declare type ExerciseHintContent = {
2088
+ export type ExerciseHintContent = {
2089
2089
  number: number;
2090
2090
  type: ExerciseHintType;
2091
2091
  title: string;
2092
2092
  text: string;
2093
2093
  assetIds: string[];
2094
2094
  };
2095
- export declare type HelpContent = {
2095
+ export type HelpContent = {
2096
2096
  helpContentId: string;
2097
2097
  title: string;
2098
2098
  text: string;
@@ -2100,39 +2100,39 @@ export declare type HelpContent = {
2100
2100
  targetTypes: HelpDisplayTargetType[];
2101
2101
  assetIds: string[];
2102
2102
  };
2103
- export declare type CharacterTalk = {
2103
+ export type CharacterTalk = {
2104
2104
  text: string;
2105
2105
  voiceAssetId: string;
2106
2106
  motionAssetId: string;
2107
2107
  additionMotionAssetId: string;
2108
2108
  };
2109
- export declare type MusicDigest = {
2109
+ export type MusicDigest = {
2110
2110
  startMillisecond: number;
2111
2111
  endMillisecond: number;
2112
2112
  loop: boolean;
2113
2113
  };
2114
- export declare type PhotoAbilityLevel = {
2114
+ export type PhotoAbilityLevel = {
2115
2115
  level: number;
2116
2116
  value: number;
2117
2117
  };
2118
- export declare type PhotoAbilityGrade = {
2118
+ export type PhotoAbilityGrade = {
2119
2119
  grade: number;
2120
2120
  bonusPermil: number;
2121
2121
  bonusValue: number;
2122
2122
  type: PhotoAbilityGradeType;
2123
2123
  };
2124
- export declare type RewardResource = {
2124
+ export type RewardResource = {
2125
2125
  resourceType: ResourceType;
2126
2126
  resourceId: string;
2127
2127
  amount: number;
2128
2128
  };
2129
- export declare type StoryChapter = {
2129
+ export type StoryChapter = {
2130
2130
  chapter: number;
2131
2131
  route: number;
2132
2132
  name: string;
2133
2133
  episodes: StoryEpisode[];
2134
2134
  };
2135
- export declare type TutorialStep = {
2135
+ export type TutorialStep = {
2136
2136
  step: number;
2137
2137
  subStep: number;
2138
2138
  navigationType: TutorialNavigationType;