maplestory-openapi 2.2.0 → 2.3.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 (125) hide show
  1. package/README.md +1 -1
  2. package/dist/index.js +234 -26
  3. package/dist/index.min.js +1 -1
  4. package/dist/index.mjs +231 -26
  5. package/package.json +1 -1
  6. package/types/index.d.ts +81 -78
  7. package/types/maplestory/api/dto/{characterAbilityDto.d.ts → character/characterAbilityDto.d.ts} +1 -1
  8. package/types/maplestory/api/dto/{characterAbilityInfoDto.d.ts → character/characterAbilityInfoDto.d.ts} +1 -1
  9. package/types/maplestory/api/dto/{characterAndroidCashItemEquipmentColoringPrismDto.d.ts → character/characterAndroidCashItemEquipmentColoringPrismDto.d.ts} +1 -1
  10. package/types/maplestory/api/dto/{characterAndroidCashItemEquipmentDto.d.ts → character/characterAndroidCashItemEquipmentDto.d.ts} +6 -6
  11. package/types/maplestory/api/dto/{characterAndroidCashItemEquipmentOptionDto.d.ts → character/characterAndroidCashItemEquipmentOptionDto.d.ts} +1 -1
  12. package/types/maplestory/api/dto/{characterAndroidEquipmentDto.d.ts → character/characterAndroidEquipmentDto.d.ts} +7 -7
  13. package/types/maplestory/api/dto/{characterAndroidEquipmentFaceDto.d.ts → character/characterAndroidEquipmentFaceDto.d.ts} +4 -4
  14. package/types/maplestory/api/dto/{characterAndroidEquipmentHairDto.d.ts → character/characterAndroidEquipmentHairDto.d.ts} +4 -4
  15. package/types/maplestory/api/dto/{characterBasicDto.d.ts → character/characterBasicDto.d.ts} +2 -2
  16. package/types/maplestory/api/dto/{characterBeautyEquipmentDto.d.ts → character/characterBeautyEquipmentDto.d.ts} +4 -4
  17. package/types/maplestory/api/dto/{characterBeautyEquipmentFaceDto.d.ts → character/characterBeautyEquipmentFaceDto.d.ts} +2 -2
  18. package/types/maplestory/api/dto/{characterBeautyEquipmentHairDto.d.ts → character/characterBeautyEquipmentHairDto.d.ts} +2 -2
  19. package/types/maplestory/api/dto/{characterCashItemEquipmentColoringPrismDto.d.ts → character/characterCashItemEquipmentColoringPrismDto.d.ts} +1 -1
  20. package/types/maplestory/api/dto/{characterCashItemEquipmentDto.d.ts → character/characterCashItemEquipmentDto.d.ts} +1 -1
  21. package/types/maplestory/api/dto/{characterCashItemEquipmentOptionDto.d.ts → character/characterCashItemEquipmentOptionDto.d.ts} +1 -1
  22. package/types/maplestory/api/dto/{characterCashItemEquipmentPresetDto.d.ts → character/characterCashItemEquipmentPresetDto.d.ts} +6 -6
  23. package/types/maplestory/api/dto/{characterDojangDto.d.ts → character/characterDojangDto.d.ts} +2 -2
  24. package/types/maplestory/api/dto/{characterDto.d.ts → character/characterDto.d.ts} +1 -1
  25. package/types/maplestory/api/dto/{characterHexaMatrixDto.d.ts → character/characterHexaMatrixDto.d.ts} +2 -2
  26. package/types/maplestory/api/dto/{characterHexaMatrixEquipmentDto.d.ts → character/characterHexaMatrixEquipmentDto.d.ts} +1 -1
  27. package/types/maplestory/api/dto/{characterHexaMatrixEquipmentLinkedSkillDto.d.ts → character/characterHexaMatrixEquipmentLinkedSkillDto.d.ts} +1 -1
  28. package/types/maplestory/api/dto/{characterHexaMatrixStatCoreDto.d.ts → character/characterHexaMatrixStatCoreDto.d.ts} +1 -1
  29. package/types/maplestory/api/dto/{characterHexaMatrixStatDto.d.ts → character/characterHexaMatrixStatDto.d.ts} +1 -1
  30. package/types/maplestory/api/dto/{characterHyperStatDto.d.ts → character/characterHyperStatDto.d.ts} +5 -5
  31. package/types/maplestory/api/dto/character/characterHyperStatPresetDto.d.ts +24 -0
  32. package/types/maplestory/api/dto/{characterItemEquipmentAddOptionDto.d.ts → character/characterItemEquipmentAddOptionDto.d.ts} +1 -1
  33. package/types/maplestory/api/dto/{characterItemEquipmentBaseOptionDto.d.ts → character/characterItemEquipmentBaseOptionDto.d.ts} +1 -1
  34. package/types/maplestory/api/dto/{characterItemEquipmentDto.d.ts → character/characterItemEquipmentDto.d.ts} +1 -1
  35. package/types/maplestory/api/dto/{characterItemEquipmentEtcOptionDto.d.ts → character/characterItemEquipmentEtcOptionDto.d.ts} +1 -1
  36. package/types/maplestory/api/dto/{characterItemEquipmentExceptionalOptionDto.d.ts → character/characterItemEquipmentExceptionalOptionDto.d.ts} +1 -1
  37. package/types/maplestory/api/dto/{characterItemEquipmentInfoDto.d.ts → character/characterItemEquipmentInfoDto.d.ts} +14 -14
  38. package/types/maplestory/api/dto/{characterItemEquipmentStarforceOptionDto.d.ts → character/characterItemEquipmentStarforceOptionDto.d.ts} +1 -1
  39. package/types/maplestory/api/dto/{characterItemEquipmentTitleDto.d.ts → character/characterItemEquipmentTitleDto.d.ts} +7 -3
  40. package/types/maplestory/api/dto/{characterItemEquipmentTotalOptionDto.d.ts → character/characterItemEquipmentTotalOptionDto.d.ts} +1 -1
  41. package/types/maplestory/api/dto/{characterLinkSkillDto.d.ts → character/characterLinkSkillDto.d.ts} +1 -1
  42. package/types/maplestory/api/dto/{characterLinkSkillInfoDto.d.ts → character/characterLinkSkillInfoDto.d.ts} +1 -1
  43. package/types/maplestory/api/dto/{characterPetEquipmentAutoSkillDto.d.ts → character/characterPetEquipmentAutoSkillDto.d.ts} +5 -5
  44. package/types/maplestory/api/dto/{characterPetEquipmentDto.d.ts → character/characterPetEquipmentDto.d.ts} +4 -4
  45. package/types/maplestory/api/dto/{characterPetEquipmentItemDto.d.ts → character/characterPetEquipmentItemDto.d.ts} +4 -4
  46. package/types/maplestory/api/dto/{characterPetEquipmentItemOptionDto.d.ts → character/characterPetEquipmentItemOptionDto.d.ts} +1 -1
  47. package/types/maplestory/api/dto/{characterPopularityDto.d.ts → character/characterPopularityDto.d.ts} +1 -1
  48. package/types/maplestory/api/dto/{characterPropensityDto.d.ts → character/characterPropensityDto.d.ts} +1 -1
  49. package/types/maplestory/api/dto/{characterSetEffectDto.d.ts → character/characterSetEffectDto.d.ts} +1 -1
  50. package/types/maplestory/api/dto/{characterSetEffectInfoDto.d.ts → character/characterSetEffectInfoDto.d.ts} +1 -1
  51. package/types/maplestory/api/dto/{characterSetEffectOptionInfoDto.d.ts → character/characterSetEffectOptionInfoDto.d.ts} +1 -1
  52. package/types/maplestory/api/dto/{characterSkillDto.d.ts → character/characterSkillDto.d.ts} +1 -1
  53. package/types/maplestory/api/dto/{characterSkillInfoDto.d.ts → character/characterSkillInfoDto.d.ts} +1 -1
  54. package/types/maplestory/api/dto/{characterStatDto.d.ts → character/characterStatDto.d.ts} +1 -1
  55. package/types/maplestory/api/dto/{characterSymbolEquipmentDto.d.ts → character/characterSymbolEquipmentDto.d.ts} +1 -1
  56. package/types/maplestory/api/dto/{characterSymbolEquipmentInfoDto.d.ts → character/characterSymbolEquipmentInfoDto.d.ts} +1 -1
  57. package/types/maplestory/api/dto/{characterVMatrixCoreEquipmentDto.d.ts → character/characterVMatrixCoreEquipmentDto.d.ts} +3 -3
  58. package/types/maplestory/api/dto/{characterVMatrixDto.d.ts → character/characterVMatrixDto.d.ts} +1 -1
  59. package/types/maplestory/api/dto/{guildBasicDto.d.ts → guild/guildBasicDto.d.ts} +3 -3
  60. package/types/maplestory/api/dto/{guildDto.d.ts → guild/guildDto.d.ts} +1 -1
  61. package/types/maplestory/api/dto/{guildSkillDto.d.ts → guild/guildSkillDto.d.ts} +1 -1
  62. package/types/maplestory/api/dto/{cubeHistoryDto.d.ts → history/cubeHistoryDto.d.ts} +2 -2
  63. package/types/maplestory/api/dto/{cubeHistoryResponseDto.d.ts → history/cubeHistoryResponseDto.d.ts} +2 -2
  64. package/types/maplestory/api/dto/{cubeResultOptionDto.d.ts → history/cubeResultOptionDto.d.ts} +2 -2
  65. package/types/maplestory/api/dto/history/starforceEventDto.d.ts +24 -0
  66. package/types/maplestory/api/dto/history/starforceHistoryDto.d.ts +77 -0
  67. package/types/maplestory/api/dto/history/starforceHistoryResponseDto.d.ts +21 -0
  68. package/types/maplestory/api/dto/{achievementRankingDto.d.ts → ranking/achievementRankingDto.d.ts} +1 -1
  69. package/types/maplestory/api/dto/{achievementRankingResponseDto.d.ts → ranking/achievementRankingResponseDto.d.ts} +1 -1
  70. package/types/maplestory/api/dto/{dojangRankingDto.d.ts → ranking/dojangRankingDto.d.ts} +1 -1
  71. package/types/maplestory/api/dto/{dojangRankingResponseDto.d.ts → ranking/dojangRankingResponseDto.d.ts} +1 -1
  72. package/types/maplestory/api/dto/{guildRankingDto.d.ts → ranking/guildRankingDto.d.ts} +1 -1
  73. package/types/maplestory/api/dto/{guildRankingResponseDto.d.ts → ranking/guildRankingResponseDto.d.ts} +1 -1
  74. package/types/maplestory/api/dto/{overallRankingDto.d.ts → ranking/overallRankingDto.d.ts} +2 -2
  75. package/types/maplestory/api/dto/{overallRankingResponseDto.d.ts → ranking/overallRankingResponseDto.d.ts} +1 -1
  76. package/types/maplestory/api/dto/{theSeedRankingDto.d.ts → ranking/theSeedRankingDto.d.ts} +1 -1
  77. package/types/maplestory/api/dto/{theSeedRankingResponseDto.d.ts → ranking/theSeedRankingResponseDto.d.ts} +1 -1
  78. package/types/maplestory/api/dto/{unionRankingDto.d.ts → ranking/unionRankingDto.d.ts} +1 -1
  79. package/types/maplestory/api/dto/{unionRankingResponseDto.d.ts → ranking/unionRankingResponseDto.d.ts} +1 -1
  80. package/types/maplestory/api/dto/{unionDto.d.ts → union/unionDto.d.ts} +1 -1
  81. package/types/maplestory/api/dto/{unionRaiderBlockDto.d.ts → union/unionRaiderBlockDto.d.ts} +2 -2
  82. package/types/maplestory/api/dto/{unionRaiderBlockPositionDto.d.ts → union/unionRaiderBlockPositionDto.d.ts} +1 -1
  83. package/types/maplestory/api/dto/{unionRaiderControlPointDto.d.ts → union/unionRaiderControlPointDto.d.ts} +1 -1
  84. package/types/maplestory/api/dto/{unionRaiderDto.d.ts → union/unionRaiderDto.d.ts} +1 -1
  85. package/types/maplestory/api/dto/{unionRaiderInnerStatDto.d.ts → union/unionRaiderInnerStatDto.d.ts} +1 -1
  86. package/types/maplestory/api/mapleStoryApi.d.ts +58 -31
  87. package/types/maplestory/api/response/{characterAndroidEquipmentDtoBody.d.ts → character/characterAndroidEquipmentDtoBody.d.ts} +17 -17
  88. package/types/maplestory/api/response/{characterBasicDtoBody.d.ts → character/characterBasicDtoBody.d.ts} +1 -1
  89. package/types/maplestory/api/response/{characterBeautyEquipmentDtoBody.d.ts → character/characterBeautyEquipmentDtoBody.d.ts} +5 -5
  90. package/types/maplestory/api/response/{characterCashItemEquipmentDtoBody.d.ts → character/characterCashItemEquipmentDtoBody.d.ts} +5 -5
  91. package/types/maplestory/api/response/{characterDojangDtoBody.d.ts → character/characterDojangDtoBody.d.ts} +1 -1
  92. package/types/maplestory/api/response/character/characterHyperStatDtoBody.d.ts +19 -0
  93. package/types/maplestory/api/response/{characterItemEquipmentDtoBody.d.ts → character/characterItemEquipmentDtoBody.d.ts} +14 -14
  94. package/types/maplestory/api/response/{characterPetEquipmentDtoBody.d.ts → character/characterPetEquipmentDtoBody.d.ts} +10 -10
  95. package/types/maplestory/api/response/{characterVMatrixDtoBody.d.ts → character/characterVMatrixDtoBody.d.ts} +2 -2
  96. package/types/maplestory/api/response/{guildBasicDtoBody.d.ts → guild/guildBasicDtoBody.d.ts} +2 -2
  97. package/types/maplestory/api/response/{cubeHistoryResponseDtoBody.d.ts → history/cubeHistoryResponseDtoBody.d.ts} +1 -1
  98. package/types/maplestory/api/response/history/starforceEventDtoBody.d.ts +7 -0
  99. package/types/maplestory/api/response/history/starforceHistoryDtoBody.d.ts +21 -0
  100. package/types/maplestory/api/response/history/starforceHistoryResponseDtoBody.d.ts +7 -0
  101. package/types/maplestory/api/response/{overallRankingResponseDtoBody.d.ts → ranking/overallRankingResponseDtoBody.d.ts} +1 -1
  102. package/types/maplestory/api/dto/characterHyperStatInfoDto.d.ts +0 -24
  103. package/types/maplestory/api/response/characterHyperStatDtoBody.d.ts +0 -19
  104. /package/types/maplestory/api/response/{characterAbilityDtoBody.d.ts → character/characterAbilityDtoBody.d.ts} +0 -0
  105. /package/types/maplestory/api/response/{characterDtoBody.d.ts → character/characterDtoBody.d.ts} +0 -0
  106. /package/types/maplestory/api/response/{characterHexaMatrixDtoBody.d.ts → character/characterHexaMatrixDtoBody.d.ts} +0 -0
  107. /package/types/maplestory/api/response/{characterHexaMatrixStatDtoBody.d.ts → character/characterHexaMatrixStatDtoBody.d.ts} +0 -0
  108. /package/types/maplestory/api/response/{characterLinkSkillDtoBody.d.ts → character/characterLinkSkillDtoBody.d.ts} +0 -0
  109. /package/types/maplestory/api/response/{characterPopularityDtoBody.d.ts → character/characterPopularityDtoBody.d.ts} +0 -0
  110. /package/types/maplestory/api/response/{characterPropensityDtoBody.d.ts → character/characterPropensityDtoBody.d.ts} +0 -0
  111. /package/types/maplestory/api/response/{characterSetEffectDtoBody.d.ts → character/characterSetEffectDtoBody.d.ts} +0 -0
  112. /package/types/maplestory/api/response/{characterSkillDtoBody.d.ts → character/characterSkillDtoBody.d.ts} +0 -0
  113. /package/types/maplestory/api/response/{characterStatDtoBody.d.ts → character/characterStatDtoBody.d.ts} +0 -0
  114. /package/types/maplestory/api/response/{characterSymbolEquipmentDtoBody.d.ts → character/characterSymbolEquipmentDtoBody.d.ts} +0 -0
  115. /package/types/maplestory/api/response/{guildDtoBody.d.ts → guild/guildDtoBody.d.ts} +0 -0
  116. /package/types/maplestory/api/response/{cubeHistoryDtoBody.d.ts → history/cubeHistoryDtoBody.d.ts} +0 -0
  117. /package/types/maplestory/api/response/{cubeResultOptionDtoBody.d.ts → history/cubeResultOptionDtoBody.d.ts} +0 -0
  118. /package/types/maplestory/api/response/{achievementRankingResponseDtoBody.d.ts → ranking/achievementRankingResponseDtoBody.d.ts} +0 -0
  119. /package/types/maplestory/api/response/{dojangRankingResponseDtoBody.d.ts → ranking/dojangRankingResponseDtoBody.d.ts} +0 -0
  120. /package/types/maplestory/api/response/{guildRankingResponseDtoBody.d.ts → ranking/guildRankingResponseDtoBody.d.ts} +0 -0
  121. /package/types/maplestory/api/response/{rankingResponseDtoBody.d.ts → ranking/rankingResponseDtoBody.d.ts} +0 -0
  122. /package/types/maplestory/api/response/{theSeedRankingResponseDtoBody.d.ts → ranking/theSeedRankingResponseDtoBody.d.ts} +0 -0
  123. /package/types/maplestory/api/response/{unionRankingResponseDtoBody.d.ts → ranking/unionRankingResponseDtoBody.d.ts} +0 -0
  124. /package/types/maplestory/api/response/{unionDtoBody.d.ts → union/unionDtoBody.d.ts} +0 -0
  125. /package/types/maplestory/api/response/{unionRaiderDtoBody.d.ts → union/unionRaiderDtoBody.d.ts} +0 -0
@@ -8,7 +8,7 @@ type CharacterBasicDtoBody = {
8
8
  character_level: number;
9
9
  character_exp: number;
10
10
  character_exp_rate: string;
11
- character_guild_name: string;
11
+ character_guild_name: string | null;
12
12
  character_image: string;
13
13
  };
14
14
  export type { CharacterBasicDtoBody };
@@ -5,20 +5,20 @@ type CharacterBeautyEquipmentDtoBody = {
5
5
  character_hair: CharacterBeautyEquipmentHairDtoBody;
6
6
  character_face: CharacterBeautyEquipmentFaceDtoBody;
7
7
  character_skin_name: string;
8
- additional_character_hair: CharacterBeautyEquipmentHairDtoBody;
9
- additional_character_face: CharacterBeautyEquipmentFaceDtoBody;
10
- additional_character_skin_name: string;
8
+ additional_character_hair: CharacterBeautyEquipmentHairDtoBody | null;
9
+ additional_character_face: CharacterBeautyEquipmentFaceDtoBody | null;
10
+ additional_character_skin_name: string | null;
11
11
  };
12
12
  type CharacterBeautyEquipmentHairDtoBody = {
13
13
  hair_name: string;
14
14
  base_color: string;
15
- mix_color: string;
15
+ mix_color: string | null;
16
16
  mix_rate: string;
17
17
  };
18
18
  type CharacterBeautyEquipmentFaceDtoBody = {
19
19
  face_name: string;
20
20
  base_color: string;
21
- mix_color: string;
21
+ mix_color: string | null;
22
22
  mix_rate: string;
23
23
  };
24
24
  export type { CharacterBeautyEquipmentDtoBody, CharacterBeautyEquipmentHairDtoBody, CharacterBeautyEquipmentFaceDtoBody, };
@@ -15,12 +15,12 @@ type CharacterCashItemEquipmentPresetDtoBody = {
15
15
  cash_item_equipment_slot: string;
16
16
  cash_item_name: string;
17
17
  cash_item_icon: string;
18
- cash_item_description: string;
18
+ cash_item_description: string | null;
19
19
  cash_item_option: CharacterCashItemEquipmentOptionDtoBody[];
20
- date_expire: string;
21
- date_option_expire: string;
22
- cash_item_label: string;
23
- cash_item_coloring_prism: CharacterCashItemEquipmentColoringPrismDtoBody;
20
+ date_expire: string | null;
21
+ date_option_expire: string | null;
22
+ cash_item_label: string | null;
23
+ cash_item_coloring_prism: CharacterCashItemEquipmentColoringPrismDtoBody | null;
24
24
  base_preset_item_disable_flag: string;
25
25
  };
26
26
  type CharacterCashItemEquipmentOptionDtoBody = {
@@ -3,7 +3,7 @@ type CharacterDojangDtoBody = {
3
3
  character_class: string;
4
4
  world_name: string;
5
5
  dojang_best_floor: number;
6
- date_dojang_record: string;
6
+ date_dojang_record: string | null;
7
7
  dojang_best_time: number;
8
8
  };
9
9
  export type { CharacterDojangDtoBody };
@@ -0,0 +1,19 @@
1
+ type CharacterHyperStatDtoBody = {
2
+ date: string;
3
+ character_class: string;
4
+ use_preset_no: string;
5
+ use_available_hyper_stat: number;
6
+ hyper_stat_preset_1: CharacterHyperStatPresetDtoBody[];
7
+ hyper_stat_preset_1_remain_point: number;
8
+ hyper_stat_preset_2: CharacterHyperStatPresetDtoBody[];
9
+ hyper_stat_preset_2_remain_point: number;
10
+ hyper_stat_preset_3: CharacterHyperStatPresetDtoBody[];
11
+ hyper_stat_preset_3_remain_point: number;
12
+ };
13
+ type CharacterHyperStatPresetDtoBody = {
14
+ stat_type: string;
15
+ stat_point: number | null;
16
+ stat_level: number;
17
+ stat_increase: string | null;
18
+ };
19
+ export type { CharacterHyperStatDtoBody, CharacterHyperStatPresetDtoBody };
@@ -12,20 +12,20 @@ type CharacterItemEquipmentInfoDtoBody = {
12
12
  equipment_slot: string;
13
13
  item_name: string;
14
14
  item_icon: string;
15
- item_description: string;
15
+ item_description: string | null;
16
16
  item_shape_name: string;
17
17
  item_shape_icon: string;
18
- gender: string;
18
+ item_gender: string | null;
19
19
  item_total_option: CharacterItemEquipmentOptionDtoBody;
20
20
  item_base_option: CharacterItemEquipmentBaseOptionDtoBody;
21
- potential_option_grade: string;
22
- additional_potential_option_grade: string;
23
- potential_option_1: string;
24
- potential_option_2: string;
25
- potential_option_3: string;
26
- additional_potential_option_1: string;
27
- additional_potential_option_2: string;
28
- additional_potential_option_3: string;
21
+ potential_option_grade: string | null;
22
+ additional_potential_option_grade: string | null;
23
+ potential_option_1: string | null;
24
+ potential_option_2: string | null;
25
+ potential_option_3: string | null;
26
+ additional_potential_option_1: string | null;
27
+ additional_potential_option_2: string | null;
28
+ additional_potential_option_3: string | null;
29
29
  equipment_level_increase: number;
30
30
  item_exceptional_option: CharacterItemEquipmentOptionDtoBody;
31
31
  item_add_option: CharacterItemEquipmentAddOptionDtoBody;
@@ -36,14 +36,14 @@ type CharacterItemEquipmentInfoDtoBody = {
36
36
  golden_hammer_flag: string;
37
37
  scroll_resilience_count: string;
38
38
  scroll_upgradeable_count: string;
39
- soul_name: string;
40
- soul_option: string;
39
+ soul_name: string | null;
40
+ soul_option: string | null;
41
41
  item_etc_option: CharacterItemEquipmentOptionDtoBody;
42
42
  starforce: string;
43
43
  starforce_scroll_flag: string;
44
44
  item_starforce_option: CharacterItemEquipmentOptionDtoBody;
45
45
  special_ring_level: number;
46
- date_expire: string;
46
+ date_expire: string | null;
47
47
  };
48
48
  type CharacterItemEquipmentOptionDtoBody = {
49
49
  str: string;
@@ -149,7 +149,7 @@ type CharacterItemEquipmentTitleDtoBody = {
149
149
  title_name: string;
150
150
  title_icon: string;
151
151
  title_description: string;
152
- date_expire: string;
152
+ date_expire: string | null;
153
153
  date_option_expire: string | null;
154
154
  };
155
155
  export type { CharacterItemEquipmentDtoBody, CharacterItemEquipmentInfoDtoBody, CharacterItemEquipmentTitleDtoBody, CharacterItemEquipmentOptionDtoBody, CharacterItemEquipmentExceptionalOptionDtoBody, CharacterItemEquipmentTotalOptionDtoBody, CharacterItemEquipmentBaseOptionDtoBody, CharacterItemEquipmentAddOptionDtoBody, CharacterItemEquipmentEtcOptionDtoBody, CharacterItemEquipmentStarforceOptionDtoBody, };
@@ -6,7 +6,7 @@ type CharacterPetEquipmentDtoBody = {
6
6
  pet_1_description: string;
7
7
  pet_1_equipment: CharacterPetEquipmentItemDtoBody;
8
8
  pet_1_auto_skill: CharacterPetEquipmentAutoSkillDtoBody;
9
- pet_1_pet_type: string;
9
+ pet_1_pet_type: string | null;
10
10
  pet_1_skill: string[];
11
11
  pet_1_date_expire: string;
12
12
  pet_2_name: string;
@@ -15,7 +15,7 @@ type CharacterPetEquipmentDtoBody = {
15
15
  pet_2_description: string;
16
16
  pet_2_equipment: CharacterPetEquipmentItemDtoBody;
17
17
  pet_2_auto_skill: CharacterPetEquipmentAutoSkillDtoBody;
18
- pet_2_pet_type: string;
18
+ pet_2_pet_type: string | null;
19
19
  pet_2_skill: string[];
20
20
  pet_2_date_expire: string;
21
21
  pet_3_name: string;
@@ -24,14 +24,14 @@ type CharacterPetEquipmentDtoBody = {
24
24
  pet_3_description: string;
25
25
  pet_3_equipment: CharacterPetEquipmentItemDtoBody;
26
26
  pet_3_auto_skill: CharacterPetEquipmentAutoSkillDtoBody;
27
- pet_3_pet_type: string;
27
+ pet_3_pet_type: string | null;
28
28
  pet_3_skill: string[];
29
29
  pet_3_date_expire: string;
30
30
  };
31
31
  type CharacterPetEquipmentItemDtoBody = {
32
- item_name: string;
33
- item_icon: string;
34
- item_description: string;
32
+ item_name: string | null;
33
+ item_icon: string | null;
34
+ item_description: string | null;
35
35
  item_option: CharacterPetEquipmentItemOptionDtoBody[];
36
36
  scroll_upgrade: number;
37
37
  scroll_upgradeable: number;
@@ -41,9 +41,9 @@ type CharacterPetEquipmentItemOptionDtoBody = {
41
41
  option_value: string;
42
42
  };
43
43
  type CharacterPetEquipmentAutoSkillDtoBody = {
44
- skill_1: string;
45
- skill_1_icon: string;
46
- skill_2: string;
47
- skill_2_icon: string;
44
+ skill_1: string | null;
45
+ skill_1_icon: string | null;
46
+ skill_2: string | null;
47
+ skill_2_icon: string | null;
48
48
  };
49
49
  export type { CharacterPetEquipmentDtoBody, CharacterPetEquipmentItemDtoBody, CharacterPetEquipmentItemOptionDtoBody, CharacterPetEquipmentAutoSkillDtoBody, };
@@ -11,7 +11,7 @@ type CharacterVMatrixCoreEquipmentDtoBody = {
11
11
  v_core_type: string;
12
12
  v_core_level: number;
13
13
  v_core_skill_1: string;
14
- v_core_skill_2?: string;
15
- v_core_skill_3?: string;
14
+ v_core_skill_2: string | null;
15
+ v_core_skill_3: string | null;
16
16
  };
17
17
  export type { CharacterVMatrixDtoBody, CharacterVMatrixCoreEquipmentDtoBody };
@@ -10,8 +10,8 @@ type GuildBasicDtoBody = {
10
10
  guild_member: string[];
11
11
  guild_skill: GuildSkillDtoBody[];
12
12
  guild_nobless_skill: GuildSkillDtoBody[];
13
- guild_mark: string;
14
- guild_mark_custom: string;
13
+ guild_mark: string | null;
14
+ guild_mark_custom: string | null;
15
15
  };
16
16
  type GuildSkillDtoBody = {
17
17
  skill_name: string;
@@ -2,6 +2,6 @@ import { CubeHistoryDtoBody } from './cubeHistoryDtoBody';
2
2
  type CubeHistoryResponseDtoBody = {
3
3
  count: number;
4
4
  cube_history: CubeHistoryDtoBody[];
5
- next_cursor: string;
5
+ next_cursor: string | null;
6
6
  };
7
7
  export type { CubeHistoryResponseDtoBody };
@@ -0,0 +1,7 @@
1
+ type StarforceEventDtoBody = {
2
+ success_rate: string;
3
+ cost_discount_rate: string;
4
+ plus_value: string;
5
+ starforce_event_range: string;
6
+ };
7
+ export type { StarforceEventDtoBody };
@@ -0,0 +1,21 @@
1
+ import { StarforceEventDtoBody } from './starforceEventDtoBody';
2
+ type StarforceHistoryDtoBody = {
3
+ id: string;
4
+ item_upgrade_result: string;
5
+ before_starforce_count: number;
6
+ after_starforce_count: number;
7
+ starcatch_result: string;
8
+ superior_item_flag: string;
9
+ destroy_defence: string;
10
+ chance_time: string;
11
+ event_field_flag: string;
12
+ upgrade_item: string;
13
+ protect_shield: string;
14
+ bonus_stat_upgrade: string;
15
+ character_name: string;
16
+ world_name: string;
17
+ target_item: string;
18
+ date_create: string;
19
+ starforce_event_list: StarforceEventDtoBody[];
20
+ };
21
+ export type { StarforceHistoryDtoBody };
@@ -0,0 +1,7 @@
1
+ import { StarforceHistoryDtoBody } from './starforceHistoryDtoBody';
2
+ type StarforceHistoryResponseDtoBody = {
3
+ count: number;
4
+ starforce_history: StarforceHistoryDtoBody[];
5
+ next_cursor: string | null;
6
+ };
7
+ export type { StarforceHistoryResponseDtoBody };
@@ -10,6 +10,6 @@ type OverallRankingDtoBody = {
10
10
  character_level: number;
11
11
  character_exp: number;
12
12
  character_popularity: number;
13
- character_guildname: string;
13
+ character_guildname: string | null;
14
14
  };
15
15
  export type { OverallRankingResponseDtoBody, OverallRankingDtoBody };
@@ -1,24 +0,0 @@
1
- import { CharacterHyperStatInfoDtoBody } from '../response/characterHyperStatDtoBody';
2
- /**
3
- * 캐릭터 하이퍼 스탯 상세 정보
4
- */
5
- declare class CharacterHyperStatInfoDto {
6
- /**
7
- * 스탯 종류
8
- */
9
- statType: string;
10
- /**
11
- * 스탯 투자 포인트
12
- */
13
- statPoint: number;
14
- /**
15
- * 스탯 레벨
16
- */
17
- statLevel: number;
18
- /**
19
- * 스탯 상승량
20
- */
21
- statIncrease: string;
22
- constructor(obj: CharacterHyperStatInfoDtoBody);
23
- }
24
- export { CharacterHyperStatInfoDto };
@@ -1,19 +0,0 @@
1
- type CharacterHyperStatDtoBody = {
2
- date: string;
3
- character_class: string;
4
- use_preset_no: string;
5
- use_available_hyper_stat: number;
6
- hyper_stat_preset_1: CharacterHyperStatInfoDtoBody[];
7
- hyper_stat_preset_1_remain_point: number;
8
- hyper_stat_preset_2: CharacterHyperStatInfoDtoBody[];
9
- hyper_stat_preset_2_remain_point: number;
10
- hyper_stat_preset_3: CharacterHyperStatInfoDtoBody[];
11
- hyper_stat_preset_3_remain_point: number;
12
- };
13
- type CharacterHyperStatInfoDtoBody = {
14
- stat_type: string;
15
- stat_point: number;
16
- stat_level: number;
17
- stat_increase: string;
18
- };
19
- export type { CharacterHyperStatDtoBody, CharacterHyperStatInfoDtoBody };