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.
- package/README.md +1 -1
- package/dist/index.js +234 -26
- package/dist/index.min.js +1 -1
- package/dist/index.mjs +231 -26
- package/package.json +1 -1
- package/types/index.d.ts +81 -78
- package/types/maplestory/api/dto/{characterAbilityDto.d.ts → character/characterAbilityDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{characterAbilityInfoDto.d.ts → character/characterAbilityInfoDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{characterAndroidCashItemEquipmentColoringPrismDto.d.ts → character/characterAndroidCashItemEquipmentColoringPrismDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{characterAndroidCashItemEquipmentDto.d.ts → character/characterAndroidCashItemEquipmentDto.d.ts} +6 -6
- package/types/maplestory/api/dto/{characterAndroidCashItemEquipmentOptionDto.d.ts → character/characterAndroidCashItemEquipmentOptionDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{characterAndroidEquipmentDto.d.ts → character/characterAndroidEquipmentDto.d.ts} +7 -7
- package/types/maplestory/api/dto/{characterAndroidEquipmentFaceDto.d.ts → character/characterAndroidEquipmentFaceDto.d.ts} +4 -4
- package/types/maplestory/api/dto/{characterAndroidEquipmentHairDto.d.ts → character/characterAndroidEquipmentHairDto.d.ts} +4 -4
- package/types/maplestory/api/dto/{characterBasicDto.d.ts → character/characterBasicDto.d.ts} +2 -2
- package/types/maplestory/api/dto/{characterBeautyEquipmentDto.d.ts → character/characterBeautyEquipmentDto.d.ts} +4 -4
- package/types/maplestory/api/dto/{characterBeautyEquipmentFaceDto.d.ts → character/characterBeautyEquipmentFaceDto.d.ts} +2 -2
- package/types/maplestory/api/dto/{characterBeautyEquipmentHairDto.d.ts → character/characterBeautyEquipmentHairDto.d.ts} +2 -2
- package/types/maplestory/api/dto/{characterCashItemEquipmentColoringPrismDto.d.ts → character/characterCashItemEquipmentColoringPrismDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{characterCashItemEquipmentDto.d.ts → character/characterCashItemEquipmentDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{characterCashItemEquipmentOptionDto.d.ts → character/characterCashItemEquipmentOptionDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{characterCashItemEquipmentPresetDto.d.ts → character/characterCashItemEquipmentPresetDto.d.ts} +6 -6
- package/types/maplestory/api/dto/{characterDojangDto.d.ts → character/characterDojangDto.d.ts} +2 -2
- package/types/maplestory/api/dto/{characterDto.d.ts → character/characterDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{characterHexaMatrixDto.d.ts → character/characterHexaMatrixDto.d.ts} +2 -2
- package/types/maplestory/api/dto/{characterHexaMatrixEquipmentDto.d.ts → character/characterHexaMatrixEquipmentDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{characterHexaMatrixEquipmentLinkedSkillDto.d.ts → character/characterHexaMatrixEquipmentLinkedSkillDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{characterHexaMatrixStatCoreDto.d.ts → character/characterHexaMatrixStatCoreDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{characterHexaMatrixStatDto.d.ts → character/characterHexaMatrixStatDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{characterHyperStatDto.d.ts → character/characterHyperStatDto.d.ts} +5 -5
- package/types/maplestory/api/dto/character/characterHyperStatPresetDto.d.ts +24 -0
- package/types/maplestory/api/dto/{characterItemEquipmentAddOptionDto.d.ts → character/characterItemEquipmentAddOptionDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{characterItemEquipmentBaseOptionDto.d.ts → character/characterItemEquipmentBaseOptionDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{characterItemEquipmentDto.d.ts → character/characterItemEquipmentDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{characterItemEquipmentEtcOptionDto.d.ts → character/characterItemEquipmentEtcOptionDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{characterItemEquipmentExceptionalOptionDto.d.ts → character/characterItemEquipmentExceptionalOptionDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{characterItemEquipmentInfoDto.d.ts → character/characterItemEquipmentInfoDto.d.ts} +14 -14
- package/types/maplestory/api/dto/{characterItemEquipmentStarforceOptionDto.d.ts → character/characterItemEquipmentStarforceOptionDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{characterItemEquipmentTitleDto.d.ts → character/characterItemEquipmentTitleDto.d.ts} +7 -3
- package/types/maplestory/api/dto/{characterItemEquipmentTotalOptionDto.d.ts → character/characterItemEquipmentTotalOptionDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{characterLinkSkillDto.d.ts → character/characterLinkSkillDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{characterLinkSkillInfoDto.d.ts → character/characterLinkSkillInfoDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{characterPetEquipmentAutoSkillDto.d.ts → character/characterPetEquipmentAutoSkillDto.d.ts} +5 -5
- package/types/maplestory/api/dto/{characterPetEquipmentDto.d.ts → character/characterPetEquipmentDto.d.ts} +4 -4
- package/types/maplestory/api/dto/{characterPetEquipmentItemDto.d.ts → character/characterPetEquipmentItemDto.d.ts} +4 -4
- package/types/maplestory/api/dto/{characterPetEquipmentItemOptionDto.d.ts → character/characterPetEquipmentItemOptionDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{characterPopularityDto.d.ts → character/characterPopularityDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{characterPropensityDto.d.ts → character/characterPropensityDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{characterSetEffectDto.d.ts → character/characterSetEffectDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{characterSetEffectInfoDto.d.ts → character/characterSetEffectInfoDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{characterSetEffectOptionInfoDto.d.ts → character/characterSetEffectOptionInfoDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{characterSkillDto.d.ts → character/characterSkillDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{characterSkillInfoDto.d.ts → character/characterSkillInfoDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{characterStatDto.d.ts → character/characterStatDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{characterSymbolEquipmentDto.d.ts → character/characterSymbolEquipmentDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{characterSymbolEquipmentInfoDto.d.ts → character/characterSymbolEquipmentInfoDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{characterVMatrixCoreEquipmentDto.d.ts → character/characterVMatrixCoreEquipmentDto.d.ts} +3 -3
- package/types/maplestory/api/dto/{characterVMatrixDto.d.ts → character/characterVMatrixDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{guildBasicDto.d.ts → guild/guildBasicDto.d.ts} +3 -3
- package/types/maplestory/api/dto/{guildDto.d.ts → guild/guildDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{guildSkillDto.d.ts → guild/guildSkillDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{cubeHistoryDto.d.ts → history/cubeHistoryDto.d.ts} +2 -2
- package/types/maplestory/api/dto/{cubeHistoryResponseDto.d.ts → history/cubeHistoryResponseDto.d.ts} +2 -2
- package/types/maplestory/api/dto/{cubeResultOptionDto.d.ts → history/cubeResultOptionDto.d.ts} +2 -2
- package/types/maplestory/api/dto/history/starforceEventDto.d.ts +24 -0
- package/types/maplestory/api/dto/history/starforceHistoryDto.d.ts +77 -0
- package/types/maplestory/api/dto/history/starforceHistoryResponseDto.d.ts +21 -0
- package/types/maplestory/api/dto/{achievementRankingDto.d.ts → ranking/achievementRankingDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{achievementRankingResponseDto.d.ts → ranking/achievementRankingResponseDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{dojangRankingDto.d.ts → ranking/dojangRankingDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{dojangRankingResponseDto.d.ts → ranking/dojangRankingResponseDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{guildRankingDto.d.ts → ranking/guildRankingDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{guildRankingResponseDto.d.ts → ranking/guildRankingResponseDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{overallRankingDto.d.ts → ranking/overallRankingDto.d.ts} +2 -2
- package/types/maplestory/api/dto/{overallRankingResponseDto.d.ts → ranking/overallRankingResponseDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{theSeedRankingDto.d.ts → ranking/theSeedRankingDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{theSeedRankingResponseDto.d.ts → ranking/theSeedRankingResponseDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{unionRankingDto.d.ts → ranking/unionRankingDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{unionRankingResponseDto.d.ts → ranking/unionRankingResponseDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{unionDto.d.ts → union/unionDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{unionRaiderBlockDto.d.ts → union/unionRaiderBlockDto.d.ts} +2 -2
- package/types/maplestory/api/dto/{unionRaiderBlockPositionDto.d.ts → union/unionRaiderBlockPositionDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{unionRaiderControlPointDto.d.ts → union/unionRaiderControlPointDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{unionRaiderDto.d.ts → union/unionRaiderDto.d.ts} +1 -1
- package/types/maplestory/api/dto/{unionRaiderInnerStatDto.d.ts → union/unionRaiderInnerStatDto.d.ts} +1 -1
- package/types/maplestory/api/mapleStoryApi.d.ts +58 -31
- package/types/maplestory/api/response/{characterAndroidEquipmentDtoBody.d.ts → character/characterAndroidEquipmentDtoBody.d.ts} +17 -17
- package/types/maplestory/api/response/{characterBasicDtoBody.d.ts → character/characterBasicDtoBody.d.ts} +1 -1
- package/types/maplestory/api/response/{characterBeautyEquipmentDtoBody.d.ts → character/characterBeautyEquipmentDtoBody.d.ts} +5 -5
- package/types/maplestory/api/response/{characterCashItemEquipmentDtoBody.d.ts → character/characterCashItemEquipmentDtoBody.d.ts} +5 -5
- package/types/maplestory/api/response/{characterDojangDtoBody.d.ts → character/characterDojangDtoBody.d.ts} +1 -1
- package/types/maplestory/api/response/character/characterHyperStatDtoBody.d.ts +19 -0
- package/types/maplestory/api/response/{characterItemEquipmentDtoBody.d.ts → character/characterItemEquipmentDtoBody.d.ts} +14 -14
- package/types/maplestory/api/response/{characterPetEquipmentDtoBody.d.ts → character/characterPetEquipmentDtoBody.d.ts} +10 -10
- package/types/maplestory/api/response/{characterVMatrixDtoBody.d.ts → character/characterVMatrixDtoBody.d.ts} +2 -2
- package/types/maplestory/api/response/{guildBasicDtoBody.d.ts → guild/guildBasicDtoBody.d.ts} +2 -2
- package/types/maplestory/api/response/{cubeHistoryResponseDtoBody.d.ts → history/cubeHistoryResponseDtoBody.d.ts} +1 -1
- package/types/maplestory/api/response/history/starforceEventDtoBody.d.ts +7 -0
- package/types/maplestory/api/response/history/starforceHistoryDtoBody.d.ts +21 -0
- package/types/maplestory/api/response/history/starforceHistoryResponseDtoBody.d.ts +7 -0
- package/types/maplestory/api/response/{overallRankingResponseDtoBody.d.ts → ranking/overallRankingResponseDtoBody.d.ts} +1 -1
- package/types/maplestory/api/dto/characterHyperStatInfoDto.d.ts +0 -24
- package/types/maplestory/api/response/characterHyperStatDtoBody.d.ts +0 -19
- /package/types/maplestory/api/response/{characterAbilityDtoBody.d.ts → character/characterAbilityDtoBody.d.ts} +0 -0
- /package/types/maplestory/api/response/{characterDtoBody.d.ts → character/characterDtoBody.d.ts} +0 -0
- /package/types/maplestory/api/response/{characterHexaMatrixDtoBody.d.ts → character/characterHexaMatrixDtoBody.d.ts} +0 -0
- /package/types/maplestory/api/response/{characterHexaMatrixStatDtoBody.d.ts → character/characterHexaMatrixStatDtoBody.d.ts} +0 -0
- /package/types/maplestory/api/response/{characterLinkSkillDtoBody.d.ts → character/characterLinkSkillDtoBody.d.ts} +0 -0
- /package/types/maplestory/api/response/{characterPopularityDtoBody.d.ts → character/characterPopularityDtoBody.d.ts} +0 -0
- /package/types/maplestory/api/response/{characterPropensityDtoBody.d.ts → character/characterPropensityDtoBody.d.ts} +0 -0
- /package/types/maplestory/api/response/{characterSetEffectDtoBody.d.ts → character/characterSetEffectDtoBody.d.ts} +0 -0
- /package/types/maplestory/api/response/{characterSkillDtoBody.d.ts → character/characterSkillDtoBody.d.ts} +0 -0
- /package/types/maplestory/api/response/{characterStatDtoBody.d.ts → character/characterStatDtoBody.d.ts} +0 -0
- /package/types/maplestory/api/response/{characterSymbolEquipmentDtoBody.d.ts → character/characterSymbolEquipmentDtoBody.d.ts} +0 -0
- /package/types/maplestory/api/response/{guildDtoBody.d.ts → guild/guildDtoBody.d.ts} +0 -0
- /package/types/maplestory/api/response/{cubeHistoryDtoBody.d.ts → history/cubeHistoryDtoBody.d.ts} +0 -0
- /package/types/maplestory/api/response/{cubeResultOptionDtoBody.d.ts → history/cubeResultOptionDtoBody.d.ts} +0 -0
- /package/types/maplestory/api/response/{achievementRankingResponseDtoBody.d.ts → ranking/achievementRankingResponseDtoBody.d.ts} +0 -0
- /package/types/maplestory/api/response/{dojangRankingResponseDtoBody.d.ts → ranking/dojangRankingResponseDtoBody.d.ts} +0 -0
- /package/types/maplestory/api/response/{guildRankingResponseDtoBody.d.ts → ranking/guildRankingResponseDtoBody.d.ts} +0 -0
- /package/types/maplestory/api/response/{rankingResponseDtoBody.d.ts → ranking/rankingResponseDtoBody.d.ts} +0 -0
- /package/types/maplestory/api/response/{theSeedRankingResponseDtoBody.d.ts → ranking/theSeedRankingResponseDtoBody.d.ts} +0 -0
- /package/types/maplestory/api/response/{unionRankingResponseDtoBody.d.ts → ranking/unionRankingResponseDtoBody.d.ts} +0 -0
- /package/types/maplestory/api/response/{unionDtoBody.d.ts → union/unionDtoBody.d.ts} +0 -0
- /package/types/maplestory/api/response/{unionRaiderDtoBody.d.ts → union/unionRaiderDtoBody.d.ts} +0 -0
package/dist/index.mjs
CHANGED
|
@@ -228,11 +228,14 @@ class CharacterAndroidCashItemEquipmentDto {
|
|
|
228
228
|
this.cashItemIcon = cash_item_icon;
|
|
229
229
|
this.cashItemDescription = cash_item_description;
|
|
230
230
|
this.cashItemOption = cash_item_option.map((option) => new CharacterAndroidCashItemEquipmentOptionDto(option));
|
|
231
|
-
this.dateExpire = new Date(date_expire);
|
|
232
|
-
this.dateOptionExpire =
|
|
231
|
+
this.dateExpire = date_expire ? new Date(date_expire) : null;
|
|
232
|
+
this.dateOptionExpire = date_option_expire
|
|
233
|
+
? new Date(date_option_expire)
|
|
234
|
+
: null;
|
|
233
235
|
this.cashItemLabel = cash_item_label;
|
|
234
|
-
this.cashItemColoringPrism =
|
|
235
|
-
new CharacterAndroidCashItemEquipmentColoringPrismDto(cash_item_coloring_prism)
|
|
236
|
+
this.cashItemColoringPrism = cash_item_coloring_prism
|
|
237
|
+
? new CharacterAndroidCashItemEquipmentColoringPrismDto(cash_item_coloring_prism)
|
|
238
|
+
: null;
|
|
236
239
|
}
|
|
237
240
|
}
|
|
238
241
|
|
|
@@ -349,7 +352,7 @@ class CharacterAndroidEquipmentDto {
|
|
|
349
352
|
this.androidFace = new CharacterAndroidEquipmentFaceDto(android_face);
|
|
350
353
|
this.androidSkinName = android_skin_name;
|
|
351
354
|
this.androidCashItemEquipment = android_cash_item_equipment.map((equipment) => new CharacterAndroidCashItemEquipmentDto(equipment));
|
|
352
|
-
this.androidEarSensorClipFlag = android_ear_sensor_clip_flag;
|
|
355
|
+
this.androidEarSensorClipFlag = android_ear_sensor_clip_flag ?? null;
|
|
353
356
|
}
|
|
354
357
|
}
|
|
355
358
|
|
|
@@ -523,8 +526,12 @@ class CharacterBeautyEquipmentDto {
|
|
|
523
526
|
this.characterHair = new CharacterBeautyEquipmentHairDto(character_hair);
|
|
524
527
|
this.characterFace = new CharacterBeautyEquipmentFaceDto(character_face);
|
|
525
528
|
this.characterSkinName = character_skin_name;
|
|
526
|
-
this.additionalCharacterHair =
|
|
527
|
-
|
|
529
|
+
this.additionalCharacterHair = additional_character_hair
|
|
530
|
+
? new CharacterBeautyEquipmentHairDto(additional_character_hair)
|
|
531
|
+
: null;
|
|
532
|
+
this.additionalCharacterFace = additional_character_face
|
|
533
|
+
? new CharacterBeautyEquipmentFaceDto(additional_character_face)
|
|
534
|
+
: null;
|
|
528
535
|
this.additionalCharacterSkinName = additional_character_skin_name;
|
|
529
536
|
}
|
|
530
537
|
}
|
|
@@ -636,7 +643,9 @@ class CharacterCashItemEquipmentPresetDto {
|
|
|
636
643
|
this.dateExpire = date_expire;
|
|
637
644
|
this.dateOptionExpire = date_option_expire;
|
|
638
645
|
this.cashItemLabel = cash_item_label;
|
|
639
|
-
this.cashItemColoringPrism =
|
|
646
|
+
this.cashItemColoringPrism = cash_item_coloring_prism
|
|
647
|
+
? new CharacterCashItemEquipmentColoringPrismDto(cash_item_coloring_prism)
|
|
648
|
+
: null;
|
|
640
649
|
this.basePresetItemDisableFlag = base_preset_item_disable_flag;
|
|
641
650
|
}
|
|
642
651
|
}
|
|
@@ -736,7 +745,9 @@ class CharacterDojangDto {
|
|
|
736
745
|
this.characterClass = character_class;
|
|
737
746
|
this.worldName = world_name;
|
|
738
747
|
this.dojangBestFloor = dojang_best_floor;
|
|
739
|
-
this.dateDojangRecord =
|
|
748
|
+
this.dateDojangRecord = date_dojang_record
|
|
749
|
+
? new Date(date_dojang_record)
|
|
750
|
+
: null;
|
|
740
751
|
this.dojangBestTime = dojang_best_time;
|
|
741
752
|
}
|
|
742
753
|
}
|
|
@@ -896,9 +907,9 @@ class CharacterHexaMatrixStatDto {
|
|
|
896
907
|
}
|
|
897
908
|
|
|
898
909
|
/**
|
|
899
|
-
* 캐릭터 하이퍼 스탯
|
|
910
|
+
* 캐릭터 하이퍼 스탯 프리셋 정보
|
|
900
911
|
*/
|
|
901
|
-
class
|
|
912
|
+
class CharacterHyperStatPresetDto {
|
|
902
913
|
/**
|
|
903
914
|
* 스탯 종류
|
|
904
915
|
*/
|
|
@@ -974,11 +985,11 @@ class CharacterHyperStatDto {
|
|
|
974
985
|
this.characterClass = character_class;
|
|
975
986
|
this.usePresetNo = use_preset_no;
|
|
976
987
|
this.useAvailableHyperStat = use_available_hyper_stat;
|
|
977
|
-
this.hyperStatPreset1 = hyper_stat_preset_1.map((preset) => new
|
|
988
|
+
this.hyperStatPreset1 = hyper_stat_preset_1.map((preset) => new CharacterHyperStatPresetDto(preset));
|
|
978
989
|
this.hyperStatPreset1RemainPoint = hyper_stat_preset_1_remain_point;
|
|
979
|
-
this.hyperStatPreset2 = hyper_stat_preset_2.map((preset) => new
|
|
990
|
+
this.hyperStatPreset2 = hyper_stat_preset_2.map((preset) => new CharacterHyperStatPresetDto(preset));
|
|
980
991
|
this.hyperStatPreset2RemainPoint = hyper_stat_preset_2_remain_point;
|
|
981
|
-
this.hyperStatPreset3 = hyper_stat_preset_3.map((preset) => new
|
|
992
|
+
this.hyperStatPreset3 = hyper_stat_preset_3.map((preset) => new CharacterHyperStatPresetDto(preset));
|
|
982
993
|
this.hyperStatPreset3RemainPoint = hyper_stat_preset_3_remain_point;
|
|
983
994
|
}
|
|
984
995
|
}
|
|
@@ -1469,7 +1480,7 @@ class CharacterItemEquipmentInfoDto {
|
|
|
1469
1480
|
/**
|
|
1470
1481
|
* 전용 성별
|
|
1471
1482
|
*/
|
|
1472
|
-
|
|
1483
|
+
itemGender;
|
|
1473
1484
|
/**
|
|
1474
1485
|
* 장비 최종 옵션
|
|
1475
1486
|
*/
|
|
@@ -1583,7 +1594,7 @@ class CharacterItemEquipmentInfoDto {
|
|
|
1583
1594
|
*/
|
|
1584
1595
|
dateExpire;
|
|
1585
1596
|
constructor(obj) {
|
|
1586
|
-
const { item_equipment_part, equipment_slot, item_name, item_icon, item_description, item_shape_name, item_shape_icon,
|
|
1597
|
+
const { item_equipment_part, equipment_slot, item_name, item_icon, item_description, item_shape_name, item_shape_icon, item_gender, item_total_option, item_base_option, potential_option_grade, additional_potential_option_grade, potential_option_1, potential_option_2, potential_option_3, additional_potential_option_1, additional_potential_option_2, additional_potential_option_3, equipment_level_increase, item_exceptional_option, item_add_option, growth_exp, growth_level, scroll_upgrade, cuttable_count, golden_hammer_flag, scroll_resilience_count, scroll_upgradeable_count, soul_name, soul_option, item_etc_option, starforce, starforce_scroll_flag, item_starforce_option, special_ring_level, date_expire, } = obj;
|
|
1587
1598
|
this.itemEquipmentPart = item_equipment_part;
|
|
1588
1599
|
this.equipmentSlot = equipment_slot;
|
|
1589
1600
|
this.itemName = item_name;
|
|
@@ -1591,7 +1602,7 @@ class CharacterItemEquipmentInfoDto {
|
|
|
1591
1602
|
this.itemDescription = item_description;
|
|
1592
1603
|
this.itemShapeName = item_shape_name;
|
|
1593
1604
|
this.itemShapeIcon = item_shape_icon;
|
|
1594
|
-
this.
|
|
1605
|
+
this.itemGender = item_gender;
|
|
1595
1606
|
this.itemTotalOption = new CharacterItemEquipmentTotalOptionDto(item_total_option);
|
|
1596
1607
|
this.itemBaseOption = new CharacterItemEquipmentBaseOptionDto(item_base_option);
|
|
1597
1608
|
this.potentialOptionGrade = potential_option_grade;
|
|
@@ -1619,7 +1630,7 @@ class CharacterItemEquipmentInfoDto {
|
|
|
1619
1630
|
this.starforceScrollFlag = starforce_scroll_flag;
|
|
1620
1631
|
this.itemStarforceOption = new CharacterItemEquipmentStarforceOptionDto(item_starforce_option);
|
|
1621
1632
|
this.specialRingLevel = special_ring_level;
|
|
1622
|
-
this.dateExpire = new Date(date_expire);
|
|
1633
|
+
this.dateExpire = date_expire ? new Date(date_expire) : null;
|
|
1623
1634
|
}
|
|
1624
1635
|
}
|
|
1625
1636
|
|
|
@@ -1646,16 +1657,25 @@ class CharacterItemEquipmentTitleDto {
|
|
|
1646
1657
|
/**
|
|
1647
1658
|
* 칭호 옵션 유효 기간
|
|
1648
1659
|
*/
|
|
1649
|
-
dateOptionExpire;
|
|
1660
|
+
dateOptionExpire = null;
|
|
1661
|
+
/**
|
|
1662
|
+
* 칭호 옵션 유효 기간 만료 여부
|
|
1663
|
+
*/
|
|
1664
|
+
isOptionExpired = null;
|
|
1650
1665
|
constructor(obj) {
|
|
1651
1666
|
const { title_name, title_icon, title_description, date_expire, date_option_expire, } = obj;
|
|
1652
1667
|
this.titleName = title_name;
|
|
1653
1668
|
this.titleIcon = title_icon;
|
|
1654
1669
|
this.titleDescription = title_description;
|
|
1655
|
-
this.dateExpire = new Date(date_expire);
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1670
|
+
this.dateExpire = date_expire ? new Date(date_expire) : null;
|
|
1671
|
+
if (date_option_expire === 'expired') {
|
|
1672
|
+
this.isOptionExpired = true;
|
|
1673
|
+
}
|
|
1674
|
+
else if (typeof date_option_expire === 'string') {
|
|
1675
|
+
this.dateOptionExpire = date_option_expire
|
|
1676
|
+
? new Date(date_option_expire)
|
|
1677
|
+
: null;
|
|
1678
|
+
}
|
|
1659
1679
|
}
|
|
1660
1680
|
}
|
|
1661
1681
|
|
|
@@ -3096,7 +3116,9 @@ class UnionRaiderBlockDto {
|
|
|
3096
3116
|
this.blockClass = block_class;
|
|
3097
3117
|
this.blockLevel = block_level;
|
|
3098
3118
|
this.blockControlPoint = new UnionRaiderBlockControlPointDto(block_control_point);
|
|
3099
|
-
this.blockPosition = block_position
|
|
3119
|
+
this.blockPosition = block_position
|
|
3120
|
+
? block_position.map((position) => new UnionRaiderBlockPositionDto(position))
|
|
3121
|
+
: null;
|
|
3100
3122
|
}
|
|
3101
3123
|
}
|
|
3102
3124
|
|
|
@@ -3252,6 +3274,153 @@ const errorMap = {
|
|
|
3252
3274
|
['OPENAPI00007']: MapleStoryApiErrorCode.OPENAPI00007,
|
|
3253
3275
|
};
|
|
3254
3276
|
|
|
3277
|
+
/**
|
|
3278
|
+
* 스타포스 강화 이벤트 정보
|
|
3279
|
+
*/
|
|
3280
|
+
class StarforceEventDto {
|
|
3281
|
+
/**
|
|
3282
|
+
* 이벤트 성공 확률
|
|
3283
|
+
*/
|
|
3284
|
+
successRate;
|
|
3285
|
+
/**
|
|
3286
|
+
* 이벤트 비용 할인율
|
|
3287
|
+
*/
|
|
3288
|
+
costDiscountRate;
|
|
3289
|
+
/**
|
|
3290
|
+
* 이벤트 강화 수치 가중값
|
|
3291
|
+
*/
|
|
3292
|
+
plusValue;
|
|
3293
|
+
/**
|
|
3294
|
+
* 이벤트 적용 강화 시도 가능한 n성 범위
|
|
3295
|
+
*/
|
|
3296
|
+
starforceEventRange;
|
|
3297
|
+
constructor(obj) {
|
|
3298
|
+
const { success_rate, cost_discount_rate, plus_value, starforce_event_range, } = obj;
|
|
3299
|
+
this.successRate = success_rate;
|
|
3300
|
+
this.costDiscountRate = cost_discount_rate;
|
|
3301
|
+
this.plusValue = plus_value;
|
|
3302
|
+
this.starforceEventRange = starforce_event_range;
|
|
3303
|
+
}
|
|
3304
|
+
}
|
|
3305
|
+
|
|
3306
|
+
/**
|
|
3307
|
+
* 스타포스 히스토리
|
|
3308
|
+
*/
|
|
3309
|
+
class StarforceHistoryDto {
|
|
3310
|
+
/**
|
|
3311
|
+
*스타포스 히스토리 식별자
|
|
3312
|
+
*/
|
|
3313
|
+
id;
|
|
3314
|
+
/**
|
|
3315
|
+
*강화 시도 결과
|
|
3316
|
+
*/
|
|
3317
|
+
itemUpgradeResult;
|
|
3318
|
+
/**
|
|
3319
|
+
*강화 시도 전 스타포스 수치
|
|
3320
|
+
*/
|
|
3321
|
+
beforeStarforceCount;
|
|
3322
|
+
/**
|
|
3323
|
+
*강화 시도 후 스타포스 수치
|
|
3324
|
+
*/
|
|
3325
|
+
afterStarforceCount;
|
|
3326
|
+
/**
|
|
3327
|
+
*스타 캐치
|
|
3328
|
+
*/
|
|
3329
|
+
starCatchResult;
|
|
3330
|
+
/**
|
|
3331
|
+
*슈페리얼 장비
|
|
3332
|
+
*/
|
|
3333
|
+
superiorItemFlag;
|
|
3334
|
+
/**
|
|
3335
|
+
*파괴 방지
|
|
3336
|
+
*/
|
|
3337
|
+
destroyDefence;
|
|
3338
|
+
/**
|
|
3339
|
+
*찬스 타임
|
|
3340
|
+
*/
|
|
3341
|
+
chanceTime;
|
|
3342
|
+
/**
|
|
3343
|
+
*파괴 방지 필드 이벤트
|
|
3344
|
+
*/
|
|
3345
|
+
eventFieldFlag;
|
|
3346
|
+
/**
|
|
3347
|
+
*사용 주문서 명
|
|
3348
|
+
*/
|
|
3349
|
+
upgradeItem;
|
|
3350
|
+
/**
|
|
3351
|
+
*프로텍트 실드
|
|
3352
|
+
*/
|
|
3353
|
+
protectShield;
|
|
3354
|
+
/**
|
|
3355
|
+
*보너스 스탯 부여 아이템 여부
|
|
3356
|
+
*/
|
|
3357
|
+
bonusStatUpgrade;
|
|
3358
|
+
/**
|
|
3359
|
+
*캐릭터 명
|
|
3360
|
+
*/
|
|
3361
|
+
characterName;
|
|
3362
|
+
/**
|
|
3363
|
+
*월드 명
|
|
3364
|
+
*/
|
|
3365
|
+
worldName;
|
|
3366
|
+
/**
|
|
3367
|
+
*대상 장비 아이템 명
|
|
3368
|
+
*/
|
|
3369
|
+
targetItem;
|
|
3370
|
+
/**
|
|
3371
|
+
*강화 일시 (KST)
|
|
3372
|
+
*/
|
|
3373
|
+
dateCreate;
|
|
3374
|
+
/**
|
|
3375
|
+
* 진행 중인 스타포스 강화 이벤트 정보
|
|
3376
|
+
*/
|
|
3377
|
+
starforceEventList;
|
|
3378
|
+
constructor(obj) {
|
|
3379
|
+
const { id, item_upgrade_result, before_starforce_count, after_starforce_count, starcatch_result, superior_item_flag, destroy_defence, chance_time, event_field_flag, upgrade_item, protect_shield, bonus_stat_upgrade, character_name, world_name, target_item, date_create, starforce_event_list, } = obj;
|
|
3380
|
+
this.id = id;
|
|
3381
|
+
this.itemUpgradeResult = item_upgrade_result;
|
|
3382
|
+
this.beforeStarforceCount = before_starforce_count;
|
|
3383
|
+
this.afterStarforceCount = after_starforce_count;
|
|
3384
|
+
this.starCatchResult = starcatch_result;
|
|
3385
|
+
this.superiorItemFlag = superior_item_flag;
|
|
3386
|
+
this.destroyDefence = destroy_defence;
|
|
3387
|
+
this.chanceTime = chance_time;
|
|
3388
|
+
this.eventFieldFlag = event_field_flag;
|
|
3389
|
+
this.upgradeItem = upgrade_item;
|
|
3390
|
+
this.protectShield = protect_shield;
|
|
3391
|
+
this.bonusStatUpgrade = bonus_stat_upgrade;
|
|
3392
|
+
this.characterName = character_name;
|
|
3393
|
+
this.worldName = world_name;
|
|
3394
|
+
this.targetItem = target_item;
|
|
3395
|
+
this.dateCreate = new Date(date_create);
|
|
3396
|
+
this.starforceEventList = starforce_event_list.map((event) => new StarforceEventDto(event));
|
|
3397
|
+
}
|
|
3398
|
+
}
|
|
3399
|
+
|
|
3400
|
+
/**
|
|
3401
|
+
* 스타포스 히스토리 응답 정보
|
|
3402
|
+
*/
|
|
3403
|
+
class StarforceHistoryResponseDto {
|
|
3404
|
+
/**
|
|
3405
|
+
* 결과 건 수
|
|
3406
|
+
*/
|
|
3407
|
+
count;
|
|
3408
|
+
/**
|
|
3409
|
+
* 스타포스 히스토리
|
|
3410
|
+
*/
|
|
3411
|
+
starforceHistory;
|
|
3412
|
+
/**
|
|
3413
|
+
* 페이징 처리를 위한 cursor
|
|
3414
|
+
*/
|
|
3415
|
+
nextCursor;
|
|
3416
|
+
constructor(obj) {
|
|
3417
|
+
const { count, starforce_history, next_cursor } = obj;
|
|
3418
|
+
this.count = count;
|
|
3419
|
+
this.starforceHistory = starforce_history.map((origin) => new StarforceHistoryDto(origin));
|
|
3420
|
+
this.nextCursor = next_cursor;
|
|
3421
|
+
}
|
|
3422
|
+
}
|
|
3423
|
+
|
|
3255
3424
|
dayjs.extend(timezone);
|
|
3256
3425
|
dayjs.extend(utc);
|
|
3257
3426
|
/**
|
|
@@ -3845,7 +4014,7 @@ class MapleStoryApi {
|
|
|
3845
4014
|
})) {
|
|
3846
4015
|
const query = {
|
|
3847
4016
|
ocid: ocid,
|
|
3848
|
-
character_skill_grade:
|
|
4017
|
+
character_skill_grade: characterSkillGrade,
|
|
3849
4018
|
date: MapleStoryApi.toDateString({
|
|
3850
4019
|
year: 2023,
|
|
3851
4020
|
month: 12,
|
|
@@ -4225,6 +4394,42 @@ class MapleStoryApi {
|
|
|
4225
4394
|
throw e;
|
|
4226
4395
|
}
|
|
4227
4396
|
}
|
|
4397
|
+
async getStarforceHistory(count, parameter) {
|
|
4398
|
+
const query = {
|
|
4399
|
+
count,
|
|
4400
|
+
};
|
|
4401
|
+
if (typeof parameter === 'string') {
|
|
4402
|
+
query.cursor = parameter;
|
|
4403
|
+
}
|
|
4404
|
+
else if (typeof parameter === 'object') {
|
|
4405
|
+
query.date = MapleStoryApi.toDateString({
|
|
4406
|
+
year: 2023,
|
|
4407
|
+
month: 12,
|
|
4408
|
+
day: 27,
|
|
4409
|
+
}, parameter ?? MapleStoryApi.getProperDefaultDateOptions({
|
|
4410
|
+
hour: 0,
|
|
4411
|
+
minute: 0,
|
|
4412
|
+
dateOffset: 0
|
|
4413
|
+
}));
|
|
4414
|
+
}
|
|
4415
|
+
try {
|
|
4416
|
+
const path = 'maplestory/v1/history/starforce';
|
|
4417
|
+
const response = await axios.get(path, {
|
|
4418
|
+
baseURL: MapleStoryApi.BASE_URL,
|
|
4419
|
+
timeout: this.timeout,
|
|
4420
|
+
headers: this.buildHeaders(),
|
|
4421
|
+
params: query,
|
|
4422
|
+
});
|
|
4423
|
+
return new StarforceHistoryResponseDto(response.data);
|
|
4424
|
+
}
|
|
4425
|
+
catch (e) {
|
|
4426
|
+
if (e instanceof AxiosError) {
|
|
4427
|
+
const errorBody = e.response.data;
|
|
4428
|
+
throw new MapleStoryApiError(errorBody);
|
|
4429
|
+
}
|
|
4430
|
+
throw e;
|
|
4431
|
+
}
|
|
4432
|
+
}
|
|
4228
4433
|
async getCubeHistory(count, parameter) {
|
|
4229
4434
|
const query = {
|
|
4230
4435
|
count,
|
|
@@ -4628,4 +4833,4 @@ class MapleStoryApi {
|
|
|
4628
4833
|
}
|
|
4629
4834
|
}
|
|
4630
4835
|
|
|
4631
|
-
export { AchievementRankingDto, AchievementRankingResponseDto, CharacterAbilityDto, CharacterAbilityInfoDto, CharacterAndroidCashItemEquipmentColoringPrismDto, CharacterAndroidCashItemEquipmentDto, CharacterAndroidCashItemEquipmentOptionDto, CharacterAndroidEquipmentDto, CharacterAndroidEquipmentFaceDto, CharacterAndroidEquipmentHairDto, CharacterBasicDto, CharacterBeautyEquipmentDto, CharacterBeautyEquipmentFaceDto, CharacterBeautyEquipmentHairDto, CharacterCashItemEquipmentColoringPrismDto, CharacterCashItemEquipmentDto, CharacterCashItemEquipmentOptionDto, CharacterCashItemEquipmentPresetDto, CharacterDojangDto, CharacterDto, CharacterHexaMatrixDto, CharacterHexaMatrixEquipmentDto, CharacterHexaMatrixEquipmentLinkedSkillDto, CharacterHexaMatrixStatCoreDto, CharacterHexaMatrixStatDto, CharacterHyperStatDto,
|
|
4836
|
+
export { AchievementRankingDto, AchievementRankingResponseDto, CharacterAbilityDto, CharacterAbilityInfoDto, CharacterAndroidCashItemEquipmentColoringPrismDto, CharacterAndroidCashItemEquipmentDto, CharacterAndroidCashItemEquipmentOptionDto, CharacterAndroidEquipmentDto, CharacterAndroidEquipmentFaceDto, CharacterAndroidEquipmentHairDto, CharacterBasicDto, CharacterBeautyEquipmentDto, CharacterBeautyEquipmentFaceDto, CharacterBeautyEquipmentHairDto, CharacterCashItemEquipmentColoringPrismDto, CharacterCashItemEquipmentDto, CharacterCashItemEquipmentOptionDto, CharacterCashItemEquipmentPresetDto, CharacterDojangDto, CharacterDto, CharacterHexaMatrixDto, CharacterHexaMatrixEquipmentDto, CharacterHexaMatrixEquipmentLinkedSkillDto, CharacterHexaMatrixStatCoreDto, CharacterHexaMatrixStatDto, CharacterHyperStatDto, CharacterHyperStatPresetDto, CharacterItemEquipmentAddOptionDto, CharacterItemEquipmentBaseOptionDto, CharacterItemEquipmentDto, CharacterItemEquipmentEtcOptionDto, CharacterItemEquipmentExceptionalOptionDto, CharacterItemEquipmentInfoDto, CharacterItemEquipmentStarforceOptionDto, CharacterItemEquipmentTitleDto, CharacterItemEquipmentTotalOptionDto, CharacterLinkSkillDto, CharacterLinkSkillInfoDto, CharacterPetEquipmentAutoSkillDto, CharacterPetEquipmentDto, CharacterPetEquipmentItemDto, CharacterPetEquipmentItemOptionDto, CharacterPopularityDto, CharacterPropensityDto, CharacterSetEffectDto, CharacterSetEffectInfoDto, CharacterSetEffectOptionInfoDto, CharacterSkillDto, CharacterSkillInfoDto, CharacterStatDto, CharacterSymbolEquipmentDto, CharacterSymbolEquipmentInfoDto, CharacterVMatrixCodeEquipmentDto, CharacterVMatrixDto, CubeHistoryDto, CubeHistoryResponseDto, CubeResultOptionDto, DojangRankingDto, DojangRankingResponseDto, GuildBasicDto, GuildDto, GuildRankingDto, GuildRankingResponseDto, GuildSkillDto, InspectionInfoDto, MapleStoryApi, MapleStoryApiError, MapleStoryApiErrorCode, OverallRankingDto, OverallRankingResponseDto, PotentialOptionGrade, StarforceEventDto, StarforceHistoryDto, StarforceHistoryResponseDto, TheSeedRankingDto, TheSeedRankingResponseDto, UnionDto, UnionRaiderBlockControlPointDto, UnionRaiderBlockDto, UnionRaiderBlockPositionDto, UnionRaiderDto, UnionRaiderInnerStatDto, UnionRankingDto, UnionRankingResponseDto, potentialOptionGradeFromString };
|
package/package.json
CHANGED
package/types/index.d.ts
CHANGED
|
@@ -1,82 +1,85 @@
|
|
|
1
1
|
export * from './maplestory/api/mapleStoryApi';
|
|
2
2
|
export * from './maplestory/api/mapleStoryApiError';
|
|
3
|
-
export * from './maplestory/api/dto/achievementRankingDto';
|
|
4
|
-
export * from './maplestory/api/dto/achievementRankingResponseDto';
|
|
5
|
-
export * from './maplestory/api/dto/characterAbilityDto';
|
|
6
|
-
export * from './maplestory/api/dto/characterAbilityInfoDto';
|
|
7
|
-
export * from './maplestory/api/dto/characterAndroidCashItemEquipmentColoringPrismDto';
|
|
8
|
-
export * from './maplestory/api/dto/characterAndroidCashItemEquipmentDto';
|
|
9
|
-
export * from './maplestory/api/dto/characterAndroidCashItemEquipmentOptionDto';
|
|
10
|
-
export * from './maplestory/api/dto/characterAndroidEquipmentDto';
|
|
11
|
-
export * from './maplestory/api/dto/characterAndroidEquipmentFaceDto';
|
|
12
|
-
export * from './maplestory/api/dto/characterAndroidEquipmentHairDto';
|
|
13
|
-
export * from './maplestory/api/dto/characterBasicDto';
|
|
14
|
-
export * from './maplestory/api/dto/characterBeautyEquipmentDto';
|
|
15
|
-
export * from './maplestory/api/dto/characterBeautyEquipmentFaceDto';
|
|
16
|
-
export * from './maplestory/api/dto/characterBeautyEquipmentHairDto';
|
|
17
|
-
export * from './maplestory/api/dto/characterCashItemEquipmentColoringPrismDto';
|
|
18
|
-
export * from './maplestory/api/dto/characterCashItemEquipmentDto';
|
|
19
|
-
export * from './maplestory/api/dto/characterCashItemEquipmentOptionDto';
|
|
20
|
-
export * from './maplestory/api/dto/characterCashItemEquipmentPresetDto';
|
|
21
|
-
export * from './maplestory/api/dto/characterDojangDto';
|
|
22
|
-
export * from './maplestory/api/dto/characterDto';
|
|
23
|
-
export * from './maplestory/api/dto/characterHexaMatrixDto';
|
|
24
|
-
export * from './maplestory/api/dto/characterHexaMatrixEquipmentDto';
|
|
25
|
-
export * from './maplestory/api/dto/characterHexaMatrixEquipmentLinkedSkillDto';
|
|
26
|
-
export * from './maplestory/api/dto/characterHexaMatrixStatCoreDto';
|
|
27
|
-
export * from './maplestory/api/dto/characterHexaMatrixStatDto';
|
|
28
|
-
export * from './maplestory/api/dto/characterHyperStatDto';
|
|
29
|
-
export * from './maplestory/api/dto/
|
|
30
|
-
export * from './maplestory/api/dto/characterItemEquipmentAddOptionDto';
|
|
31
|
-
export * from './maplestory/api/dto/characterItemEquipmentBaseOptionDto';
|
|
32
|
-
export * from './maplestory/api/dto/characterItemEquipmentDto';
|
|
33
|
-
export * from './maplestory/api/dto/characterItemEquipmentEtcOptionDto';
|
|
34
|
-
export * from './maplestory/api/dto/characterItemEquipmentExceptionalOptionDto';
|
|
35
|
-
export * from './maplestory/api/dto/characterItemEquipmentInfoDto';
|
|
36
|
-
export * from './maplestory/api/dto/characterItemEquipmentStarforceOptionDto';
|
|
37
|
-
export * from './maplestory/api/dto/characterItemEquipmentTitleDto';
|
|
38
|
-
export * from './maplestory/api/dto/characterItemEquipmentTotalOptionDto';
|
|
39
|
-
export * from './maplestory/api/dto/characterLinkSkillDto';
|
|
40
|
-
export * from './maplestory/api/dto/characterLinkSkillInfoDto';
|
|
41
|
-
export * from './maplestory/api/dto/characterPetEquipmentAutoSkillDto';
|
|
42
|
-
export * from './maplestory/api/dto/characterPetEquipmentDto';
|
|
43
|
-
export * from './maplestory/api/dto/characterPetEquipmentItemDto';
|
|
44
|
-
export * from './maplestory/api/dto/characterPetEquipmentItemOptionDto';
|
|
45
|
-
export * from './maplestory/api/dto/characterPopularityDto';
|
|
46
|
-
export * from './maplestory/api/dto/characterPropensityDto';
|
|
47
|
-
export * from './maplestory/api/dto/characterSetEffectDto';
|
|
48
|
-
export * from './maplestory/api/dto/characterSetEffectInfoDto';
|
|
49
|
-
export * from './maplestory/api/dto/characterSetEffectOptionInfoDto';
|
|
50
|
-
export * from './maplestory/api/dto/characterSkillDto';
|
|
51
|
-
export * from './maplestory/api/dto/characterSkillInfoDto';
|
|
52
|
-
export * from './maplestory/api/dto/characterStatDto';
|
|
53
|
-
export * from './maplestory/api/dto/characterSymbolEquipmentDto';
|
|
54
|
-
export * from './maplestory/api/dto/characterSymbolEquipmentInfoDto';
|
|
55
|
-
export * from './maplestory/api/dto/characterVMatrixCoreEquipmentDto';
|
|
56
|
-
export * from './maplestory/api/dto/characterVMatrixDto';
|
|
57
|
-
export * from './maplestory/api/dto/cubeHistoryDto';
|
|
58
|
-
export * from './maplestory/api/dto/cubeHistoryResponseDto';
|
|
59
|
-
export * from './maplestory/api/dto/cubeResultOptionDto';
|
|
60
|
-
export * from './maplestory/api/dto/dojangRankingDto';
|
|
61
|
-
export * from './maplestory/api/dto/dojangRankingResponseDto';
|
|
62
|
-
export * from './maplestory/api/dto/guildBasicDto';
|
|
63
|
-
export * from './maplestory/api/dto/guildDto';
|
|
64
|
-
export * from './maplestory/api/dto/guildRankingDto';
|
|
65
|
-
export * from './maplestory/api/dto/guildRankingResponseDto';
|
|
66
|
-
export * from './maplestory/api/dto/guildBasicDto';
|
|
67
|
-
export * from './maplestory/api/dto/guildDto';
|
|
68
|
-
export * from './maplestory/api/dto/guildSkillDto';
|
|
3
|
+
export * from './maplestory/api/dto/ranking/achievementRankingDto';
|
|
4
|
+
export * from './maplestory/api/dto/ranking/achievementRankingResponseDto';
|
|
5
|
+
export * from './maplestory/api/dto/character/characterAbilityDto';
|
|
6
|
+
export * from './maplestory/api/dto/character/characterAbilityInfoDto';
|
|
7
|
+
export * from './maplestory/api/dto/character/characterAndroidCashItemEquipmentColoringPrismDto';
|
|
8
|
+
export * from './maplestory/api/dto/character/characterAndroidCashItemEquipmentDto';
|
|
9
|
+
export * from './maplestory/api/dto/character/characterAndroidCashItemEquipmentOptionDto';
|
|
10
|
+
export * from './maplestory/api/dto/character/characterAndroidEquipmentDto';
|
|
11
|
+
export * from './maplestory/api/dto/character/characterAndroidEquipmentFaceDto';
|
|
12
|
+
export * from './maplestory/api/dto/character/characterAndroidEquipmentHairDto';
|
|
13
|
+
export * from './maplestory/api/dto/character/characterBasicDto';
|
|
14
|
+
export * from './maplestory/api/dto/character/characterBeautyEquipmentDto';
|
|
15
|
+
export * from './maplestory/api/dto/character/characterBeautyEquipmentFaceDto';
|
|
16
|
+
export * from './maplestory/api/dto/character/characterBeautyEquipmentHairDto';
|
|
17
|
+
export * from './maplestory/api/dto/character/characterCashItemEquipmentColoringPrismDto';
|
|
18
|
+
export * from './maplestory/api/dto/character/characterCashItemEquipmentDto';
|
|
19
|
+
export * from './maplestory/api/dto/character/characterCashItemEquipmentOptionDto';
|
|
20
|
+
export * from './maplestory/api/dto/character/characterCashItemEquipmentPresetDto';
|
|
21
|
+
export * from './maplestory/api/dto/character/characterDojangDto';
|
|
22
|
+
export * from './maplestory/api/dto/character/characterDto';
|
|
23
|
+
export * from './maplestory/api/dto/character/characterHexaMatrixDto';
|
|
24
|
+
export * from './maplestory/api/dto/character/characterHexaMatrixEquipmentDto';
|
|
25
|
+
export * from './maplestory/api/dto/character/characterHexaMatrixEquipmentLinkedSkillDto';
|
|
26
|
+
export * from './maplestory/api/dto/character/characterHexaMatrixStatCoreDto';
|
|
27
|
+
export * from './maplestory/api/dto/character/characterHexaMatrixStatDto';
|
|
28
|
+
export * from './maplestory/api/dto/character/characterHyperStatDto';
|
|
29
|
+
export * from './maplestory/api/dto/character/characterHyperStatPresetDto';
|
|
30
|
+
export * from './maplestory/api/dto/character/characterItemEquipmentAddOptionDto';
|
|
31
|
+
export * from './maplestory/api/dto/character/characterItemEquipmentBaseOptionDto';
|
|
32
|
+
export * from './maplestory/api/dto/character/characterItemEquipmentDto';
|
|
33
|
+
export * from './maplestory/api/dto/character/characterItemEquipmentEtcOptionDto';
|
|
34
|
+
export * from './maplestory/api/dto/character/characterItemEquipmentExceptionalOptionDto';
|
|
35
|
+
export * from './maplestory/api/dto/character/characterItemEquipmentInfoDto';
|
|
36
|
+
export * from './maplestory/api/dto/character/characterItemEquipmentStarforceOptionDto';
|
|
37
|
+
export * from './maplestory/api/dto/character/characterItemEquipmentTitleDto';
|
|
38
|
+
export * from './maplestory/api/dto/character/characterItemEquipmentTotalOptionDto';
|
|
39
|
+
export * from './maplestory/api/dto/character/characterLinkSkillDto';
|
|
40
|
+
export * from './maplestory/api/dto/character/characterLinkSkillInfoDto';
|
|
41
|
+
export * from './maplestory/api/dto/character/characterPetEquipmentAutoSkillDto';
|
|
42
|
+
export * from './maplestory/api/dto/character/characterPetEquipmentDto';
|
|
43
|
+
export * from './maplestory/api/dto/character/characterPetEquipmentItemDto';
|
|
44
|
+
export * from './maplestory/api/dto/character/characterPetEquipmentItemOptionDto';
|
|
45
|
+
export * from './maplestory/api/dto/character/characterPopularityDto';
|
|
46
|
+
export * from './maplestory/api/dto/character/characterPropensityDto';
|
|
47
|
+
export * from './maplestory/api/dto/character/characterSetEffectDto';
|
|
48
|
+
export * from './maplestory/api/dto/character/characterSetEffectInfoDto';
|
|
49
|
+
export * from './maplestory/api/dto/character/characterSetEffectOptionInfoDto';
|
|
50
|
+
export * from './maplestory/api/dto/character/characterSkillDto';
|
|
51
|
+
export * from './maplestory/api/dto/character/characterSkillInfoDto';
|
|
52
|
+
export * from './maplestory/api/dto/character/characterStatDto';
|
|
53
|
+
export * from './maplestory/api/dto/character/characterSymbolEquipmentDto';
|
|
54
|
+
export * from './maplestory/api/dto/character/characterSymbolEquipmentInfoDto';
|
|
55
|
+
export * from './maplestory/api/dto/character/characterVMatrixCoreEquipmentDto';
|
|
56
|
+
export * from './maplestory/api/dto/character/characterVMatrixDto';
|
|
57
|
+
export * from './maplestory/api/dto/history/cubeHistoryDto';
|
|
58
|
+
export * from './maplestory/api/dto/history/cubeHistoryResponseDto';
|
|
59
|
+
export * from './maplestory/api/dto/history/cubeResultOptionDto';
|
|
60
|
+
export * from './maplestory/api/dto/ranking/dojangRankingDto';
|
|
61
|
+
export * from './maplestory/api/dto/ranking/dojangRankingResponseDto';
|
|
62
|
+
export * from './maplestory/api/dto/guild/guildBasicDto';
|
|
63
|
+
export * from './maplestory/api/dto/guild/guildDto';
|
|
64
|
+
export * from './maplestory/api/dto/ranking/guildRankingDto';
|
|
65
|
+
export * from './maplestory/api/dto/ranking/guildRankingResponseDto';
|
|
66
|
+
export * from './maplestory/api/dto/guild/guildBasicDto';
|
|
67
|
+
export * from './maplestory/api/dto/guild/guildDto';
|
|
68
|
+
export * from './maplestory/api/dto/guild/guildSkillDto';
|
|
69
69
|
export * from './maplestory/api/dto/inspectionInfoDto';
|
|
70
|
-
export * from './maplestory/api/dto/overallRankingDto';
|
|
71
|
-
export * from './maplestory/api/dto/overallRankingResponseDto';
|
|
70
|
+
export * from './maplestory/api/dto/ranking/overallRankingDto';
|
|
71
|
+
export * from './maplestory/api/dto/ranking/overallRankingResponseDto';
|
|
72
72
|
export * from './maplestory/api/dto/potentialOptionGrade';
|
|
73
|
-
export * from './maplestory/api/dto/
|
|
74
|
-
export * from './maplestory/api/dto/
|
|
75
|
-
export * from './maplestory/api/dto/
|
|
76
|
-
export * from './maplestory/api/dto/
|
|
77
|
-
export * from './maplestory/api/dto/
|
|
78
|
-
export * from './maplestory/api/dto/
|
|
79
|
-
export * from './maplestory/api/dto/
|
|
80
|
-
export * from './maplestory/api/dto/
|
|
81
|
-
export * from './maplestory/api/dto/
|
|
82
|
-
export * from './maplestory/api/dto/
|
|
73
|
+
export * from './maplestory/api/dto/history/starforceEventDto';
|
|
74
|
+
export * from './maplestory/api/dto/history/starforceHistoryDto';
|
|
75
|
+
export * from './maplestory/api/dto/history/starforceHistoryResponseDto';
|
|
76
|
+
export * from './maplestory/api/dto/ranking/theSeedRankingDto';
|
|
77
|
+
export * from './maplestory/api/dto/ranking/theSeedRankingResponseDto';
|
|
78
|
+
export * from './maplestory/api/dto/union/unionDto';
|
|
79
|
+
export * from './maplestory/api/dto/union/unionRaiderBlockDto';
|
|
80
|
+
export * from './maplestory/api/dto/union/unionRaiderBlockPositionDto';
|
|
81
|
+
export * from './maplestory/api/dto/union/unionRaiderControlPointDto';
|
|
82
|
+
export * from './maplestory/api/dto/union/unionRaiderDto';
|
|
83
|
+
export * from './maplestory/api/dto/union/unionRaiderInnerStatDto';
|
|
84
|
+
export * from './maplestory/api/dto/ranking/unionRankingDto';
|
|
85
|
+
export * from './maplestory/api/dto/ranking/unionRankingResponseDto';
|
package/types/maplestory/api/dto/{characterAbilityDto.d.ts → character/characterAbilityDto.d.ts}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { CharacterAbilityInfoDto } from './characterAbilityInfoDto';
|
|
2
|
-
import { CharacterAbilityDtoBody } from '
|
|
2
|
+
import { CharacterAbilityDtoBody } from '../../response/character/characterAbilityDtoBody';
|
|
3
3
|
/**
|
|
4
4
|
* 캐릭터 어빌리티 정보
|
|
5
5
|
*/
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CharacterAndroidCashItemEquipmentColoringPrismDtoBody } from '
|
|
1
|
+
import { CharacterAndroidCashItemEquipmentColoringPrismDtoBody } from '../../response/character/characterAndroidEquipmentDtoBody';
|
|
2
2
|
/**
|
|
3
3
|
* 캐릭터 안드로이드 캐시 아이템 컬러링프리즘 정보
|
|
4
4
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { CharacterAndroidCashItemEquipmentColoringPrismDto } from './characterAndroidCashItemEquipmentColoringPrismDto';
|
|
2
2
|
import { CharacterAndroidCashItemEquipmentOptionDto } from './characterAndroidCashItemEquipmentOptionDto';
|
|
3
|
-
import { CharacterAndroidCashItemEquipmentDtoBody } from '
|
|
3
|
+
import { CharacterAndroidCashItemEquipmentDtoBody } from '../../response/character/characterAndroidEquipmentDtoBody';
|
|
4
4
|
/**
|
|
5
5
|
* 캐릭터 안드로이드 캐시 아이템 장착 정보
|
|
6
6
|
*/
|
|
@@ -24,7 +24,7 @@ declare class CharacterAndroidCashItemEquipmentDto {
|
|
|
24
24
|
/**
|
|
25
25
|
* 안드로이드 캐시 아이템 설명
|
|
26
26
|
*/
|
|
27
|
-
cashItemDescription: string;
|
|
27
|
+
cashItemDescription: string | null;
|
|
28
28
|
/**
|
|
29
29
|
* 안드로이드 캐시 아이템 옵션
|
|
30
30
|
*/
|
|
@@ -32,19 +32,19 @@ declare class CharacterAndroidCashItemEquipmentDto {
|
|
|
32
32
|
/**
|
|
33
33
|
* 안드로이드 캐시 아이템 유효 기간 (KST)
|
|
34
34
|
*/
|
|
35
|
-
dateExpire: Date;
|
|
35
|
+
dateExpire: Date | null;
|
|
36
36
|
/**
|
|
37
37
|
* 안드로이드 캐시 아이템 옵션 유효 기간 (KST, 시간 단위 데이터로 분은 일괄 0으로 표기)
|
|
38
38
|
*/
|
|
39
|
-
dateOptionExpire: Date;
|
|
39
|
+
dateOptionExpire: Date | null;
|
|
40
40
|
/**
|
|
41
41
|
* 안드로이드 캐시 아이템 라벨 정보 (스페셜라벨, 레드라벨, 블랙라벨, 마스터라벨)
|
|
42
42
|
*/
|
|
43
|
-
cashItemLabel: string;
|
|
43
|
+
cashItemLabel: string | null;
|
|
44
44
|
/**
|
|
45
45
|
* 안드로이드 캐시 아이템 컬러링프리즘 정보
|
|
46
46
|
*/
|
|
47
|
-
cashItemColoringPrism: CharacterAndroidCashItemEquipmentColoringPrismDto;
|
|
47
|
+
cashItemColoringPrism: CharacterAndroidCashItemEquipmentColoringPrismDto | null;
|
|
48
48
|
constructor(obj: CharacterAndroidCashItemEquipmentDtoBody);
|
|
49
49
|
}
|
|
50
50
|
export { CharacterAndroidCashItemEquipmentDto };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CharacterAndroidCashItemEquipmentOptionDtoBody } from '
|
|
1
|
+
import { CharacterAndroidCashItemEquipmentOptionDtoBody } from '../../response/character/characterAndroidEquipmentDtoBody';
|
|
2
2
|
/**
|
|
3
3
|
* 캐릭터 안드로이드 캐시 아이템 옵션 정보
|
|
4
4
|
*/
|