maplestory-openapi 2.0.0 → 2.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (111) hide show
  1. package/README.md +2 -2
  2. package/dist/index.js +4219 -34
  3. package/dist/index.min.js +1 -1
  4. package/dist/index.mjs +4147 -35
  5. package/package.json +1 -1
  6. package/types/index.d.ts +75 -0
  7. package/types/maplestory/api/dto/achievementRankingDto.d.ts +40 -0
  8. package/types/maplestory/api/dto/achievementRankingResponseDto.d.ts +13 -0
  9. package/types/maplestory/api/dto/characterAbilityDto.d.ts +25 -0
  10. package/types/maplestory/api/dto/characterAbilityInfoDto.d.ts +11 -0
  11. package/types/maplestory/api/dto/characterAndroidCashItemEquipmentColoringPrismDto.d.ts +24 -0
  12. package/types/maplestory/api/dto/characterAndroidCashItemEquipmentDto.d.ts +50 -0
  13. package/types/maplestory/api/dto/characterAndroidCashItemEquipmentOptionDto.d.ts +16 -0
  14. package/types/maplestory/api/dto/characterAndroidEquipmentDto.d.ts +51 -0
  15. package/types/maplestory/api/dto/characterAndroidEquipmentFaceDto.d.ts +24 -0
  16. package/types/maplestory/api/dto/characterAndroidEquipmentHairDto.d.ts +24 -0
  17. package/types/maplestory/api/dto/characterBasicDto.d.ts +49 -0
  18. package/types/maplestory/api/dto/characterBeautyEquipmentDto.d.ts +49 -0
  19. package/types/maplestory/api/dto/characterBeautyEquipmentFaceDto.d.ts +24 -0
  20. package/types/maplestory/api/dto/characterBeautyEquipmentHairDto.d.ts +24 -0
  21. package/types/maplestory/api/dto/characterCashItemEquipmentColoringPrismDto.d.ts +24 -0
  22. package/types/maplestory/api/dto/characterCashItemEquipmentDto.d.ts +49 -0
  23. package/types/maplestory/api/dto/characterCashItemEquipmentOptionDto.d.ts +16 -0
  24. package/types/maplestory/api/dto/characterCashItemEquipmentPresetDto.d.ts +54 -0
  25. package/types/maplestory/api/dto/characterDojangDto.d.ts +32 -0
  26. package/types/maplestory/api/dto/characterDto.d.ts +12 -0
  27. package/types/maplestory/api/dto/characterHexaMatrixDto.d.ts +17 -0
  28. package/types/maplestory/api/dto/characterHexaMatrixEquipmentDto.d.ts +25 -0
  29. package/types/maplestory/api/dto/characterHexaMatrixEquipmentLinkedSkillDto.d.ts +12 -0
  30. package/types/maplestory/api/dto/characterHexaMatrixStatCoreDto.d.ts +40 -0
  31. package/types/maplestory/api/dto/characterHexaMatrixStatDto.d.ts +25 -0
  32. package/types/maplestory/api/dto/characterHyperStatDto.d.ts +49 -0
  33. package/types/maplestory/api/dto/characterHyperStatInfoDto.d.ts +24 -0
  34. package/types/maplestory/api/dto/characterItemEquipmentAddOptionDto.d.ts +68 -0
  35. package/types/maplestory/api/dto/characterItemEquipmentBaseOptionDto.d.ts +76 -0
  36. package/types/maplestory/api/dto/characterItemEquipmentDto.d.ts +38 -0
  37. package/types/maplestory/api/dto/characterItemEquipmentEtcOptionDto.d.ts +52 -0
  38. package/types/maplestory/api/dto/characterItemEquipmentExceptionalOptionDto.d.ts +40 -0
  39. package/types/maplestory/api/dto/characterItemEquipmentInfoDto.d.ts +155 -0
  40. package/types/maplestory/api/dto/characterItemEquipmentStarforceOptionDto.d.ts +52 -0
  41. package/types/maplestory/api/dto/characterItemEquipmentTitleDto.d.ts +28 -0
  42. package/types/maplestory/api/dto/characterItemEquipmentTotalOptionDto.d.ts +80 -0
  43. package/types/maplestory/api/dto/characterLinkSkillDto.d.ts +25 -0
  44. package/types/maplestory/api/dto/characterLinkSkillInfoDto.d.ts +28 -0
  45. package/types/maplestory/api/dto/characterPetEquipmentAutoSkillDto.d.ts +24 -0
  46. package/types/maplestory/api/dto/characterPetEquipmentDto.d.ts +116 -0
  47. package/types/maplestory/api/dto/characterPetEquipmentItemDto.d.ts +33 -0
  48. package/types/maplestory/api/dto/characterPetEquipmentItemOptionDto.d.ts +16 -0
  49. package/types/maplestory/api/dto/characterPopularityDto.d.ts +16 -0
  50. package/types/maplestory/api/dto/characterPropensityDto.d.ts +33 -0
  51. package/types/maplestory/api/dto/characterSetEffectDto.d.ts +17 -0
  52. package/types/maplestory/api/dto/characterSetEffectInfoDto.d.ts +21 -0
  53. package/types/maplestory/api/dto/characterSetEffectOptionInfoDto.d.ts +16 -0
  54. package/types/maplestory/api/dto/characterSkillDto.d.ts +25 -0
  55. package/types/maplestory/api/dto/characterSkillInfoDto.d.ts +28 -0
  56. package/types/maplestory/api/dto/characterStatDto.d.ts +27 -0
  57. package/types/maplestory/api/dto/characterSymbolEquipmentDto.d.ts +21 -0
  58. package/types/maplestory/api/dto/characterSymbolEquipmentInfoDto.d.ts +56 -0
  59. package/types/maplestory/api/dto/characterVMatrixCoreEquipmentDto.d.ts +40 -0
  60. package/types/maplestory/api/dto/characterVMatrixDto.d.ts +25 -0
  61. package/types/maplestory/api/dto/dojangRankingDto.d.ts +44 -0
  62. package/types/maplestory/api/dto/dojangRankingResponseDto.d.ts +13 -0
  63. package/types/maplestory/api/dto/guildBasicDto.d.ts +61 -0
  64. package/types/maplestory/api/dto/guildDto.d.ts +12 -0
  65. package/types/maplestory/api/dto/guildRankingDto.d.ts +40 -0
  66. package/types/maplestory/api/dto/guildRankingResponseDto.d.ts +13 -0
  67. package/types/maplestory/api/dto/guildSkillDto.d.ts +28 -0
  68. package/types/maplestory/api/dto/overallRankingDto.d.ts +48 -0
  69. package/types/maplestory/api/dto/overallRankingResponseDto.d.ts +13 -0
  70. package/types/maplestory/api/dto/theSeedRankingDto.d.ts +44 -0
  71. package/types/maplestory/api/dto/theSeedRankingResponseDto.d.ts +13 -0
  72. package/types/maplestory/api/dto/unionDto.d.ts +20 -0
  73. package/types/maplestory/api/dto/unionRaiderBlockDto.d.ts +30 -0
  74. package/types/maplestory/api/dto/unionRaiderBlockPositionDto.d.ts +16 -0
  75. package/types/maplestory/api/dto/unionRaiderControlPointDto.d.ts +16 -0
  76. package/types/maplestory/api/dto/unionRaiderDto.d.ts +27 -0
  77. package/types/maplestory/api/dto/unionRaiderInnerStatDto.d.ts +16 -0
  78. package/types/maplestory/api/dto/unionRankingDto.d.ts +40 -0
  79. package/types/maplestory/api/dto/unionRankingResponseDto.d.ts +13 -0
  80. package/types/maplestory/api/mapleStoryApi.d.ts +743 -15
  81. package/types/maplestory/api/response/achievementRankingResponseDtoBody.d.ts +13 -0
  82. package/types/maplestory/api/response/characterAbilityDtoBody.d.ts +12 -0
  83. package/types/maplestory/api/response/characterAndroidEquipmentDtoBody.d.ts +47 -0
  84. package/types/maplestory/api/response/characterBasicDtoBody.d.ts +14 -0
  85. package/types/maplestory/api/response/characterBeautyEquipmentDtoBody.d.ts +24 -0
  86. package/types/maplestory/api/response/characterCashItemEquipmentDtoBody.d.ts +36 -0
  87. package/types/maplestory/api/response/characterDojangDtoBody.d.ts +9 -0
  88. package/types/maplestory/api/response/characterDtoBody.d.ts +4 -0
  89. package/types/maplestory/api/response/characterHexaMatrixDtoBody.d.ts +14 -0
  90. package/types/maplestory/api/response/characterHexaMatrixStatDtoBody.d.ts +17 -0
  91. package/types/maplestory/api/response/characterHyperStatDtoBody.d.ts +19 -0
  92. package/types/maplestory/api/response/characterItemEquipmentDtoBody.d.ts +155 -0
  93. package/types/maplestory/api/response/characterLinkSkillDtoBody.d.ts +14 -0
  94. package/types/maplestory/api/response/characterPetEquipmentDtoBody.d.ts +49 -0
  95. package/types/maplestory/api/response/characterPopularityDtoBody.d.ts +5 -0
  96. package/types/maplestory/api/response/characterPropensityDtoBody.d.ts +10 -0
  97. package/types/maplestory/api/response/characterSetEffectDtoBody.d.ts +14 -0
  98. package/types/maplestory/api/response/characterSkillDtoBody.d.ts +14 -0
  99. package/types/maplestory/api/response/characterStatDtoBody.d.ts +10 -0
  100. package/types/maplestory/api/response/characterSymbolEquipmentDtoBody.d.ts +20 -0
  101. package/types/maplestory/api/response/characterVMatrixDtoBody.d.ts +17 -0
  102. package/types/maplestory/api/response/dojangRankingResponseDtoBody.d.ts +14 -0
  103. package/types/maplestory/api/response/guildBasicDtoBody.d.ts +23 -0
  104. package/types/maplestory/api/response/guildDtoBody.d.ts +4 -0
  105. package/types/maplestory/api/response/guildRankingResponseDtoBody.d.ts +13 -0
  106. package/types/maplestory/api/response/overallRankingResponseDtoBody.d.ts +15 -0
  107. package/types/maplestory/api/response/rankingResponseDtoBody.d.ts +7 -0
  108. package/types/maplestory/api/response/theSeedRankingResponseDtoBody.d.ts +15 -0
  109. package/types/maplestory/api/response/unionDtoBody.d.ts +6 -0
  110. package/types/maplestory/api/response/unionRaiderDtoBody.d.ts +27 -0
  111. package/types/maplestory/api/response/unionRankingResponseDtoBody.d.ts +13 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "maplestory-openapi",
3
- "version": "2.0.0",
3
+ "version": "2.1.0",
4
4
  "description": "This JavaScript library enables the use of the MapleStory OpenAPI of Nexon.",
5
5
  "keywords": [
6
6
  "maplestory",
package/types/index.d.ts CHANGED
@@ -1,7 +1,82 @@
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/characterHyperStatInfoDto';
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';
3
57
  export * from './maplestory/api/dto/cubeHistoryDto';
4
58
  export * from './maplestory/api/dto/cubeHistoryResponseDto';
5
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';
6
69
  export * from './maplestory/api/dto/inspectionInfoDto';
70
+ export * from './maplestory/api/dto/overallRankingDto';
71
+ export * from './maplestory/api/dto/overallRankingResponseDto';
7
72
  export * from './maplestory/api/dto/potentialOptionGrade';
73
+ export * from './maplestory/api/dto/theSeedRankingDto';
74
+ export * from './maplestory/api/dto/theSeedRankingResponseDto';
75
+ export * from './maplestory/api/dto/unionDto';
76
+ export * from './maplestory/api/dto/unionRaiderBlockDto';
77
+ export * from './maplestory/api/dto/unionRaiderBlockPositionDto';
78
+ export * from './maplestory/api/dto/unionRaiderControlPointDto';
79
+ export * from './maplestory/api/dto/unionRaiderDto';
80
+ export * from './maplestory/api/dto/unionRaiderInnerStatDto';
81
+ export * from './maplestory/api/dto/unionRankingDto';
82
+ export * from './maplestory/api/dto/unionRankingResponseDto';
@@ -0,0 +1,40 @@
1
+ import { AchievementRankingDtoBody } from "../response/achievementRankingResponseDtoBody";
2
+ /**
3
+ * 업적 랭킹 정보
4
+ */
5
+ declare class AchievementRankingDto {
6
+ /**
7
+ * 랭킹 업데이트 일자 (KST, 일 단위 데이터로 시, 분은 일괄 0으로 표기)
8
+ */
9
+ date: Date;
10
+ /**
11
+ * 업적 랭킹 순위
12
+ */
13
+ ranking: number;
14
+ /**
15
+ * 캐릭터 명
16
+ */
17
+ characterName: string;
18
+ /**
19
+ * 월드 명
20
+ */
21
+ worldName: string;
22
+ /**
23
+ * 직업 명
24
+ */
25
+ className: string;
26
+ /**
27
+ * 전직 직업 명
28
+ */
29
+ subClassName: string;
30
+ /**
31
+ * 업적 등급
32
+ */
33
+ trophyGrade: string;
34
+ /**
35
+ * 업적 점수
36
+ */
37
+ trophyScore: number;
38
+ constructor(obj: AchievementRankingDtoBody);
39
+ }
40
+ export { AchievementRankingDto };
@@ -0,0 +1,13 @@
1
+ import { AchievementRankingDto } from "./achievementRankingDto";
2
+ import { AchievementRankingResponseDtoBody } from "../response/achievementRankingResponseDtoBody";
3
+ /**
4
+ * 업적 랭킹 응답 정보
5
+ */
6
+ declare class AchievementRankingResponseDto {
7
+ /**
8
+ * 업적 랭킹 정보
9
+ */
10
+ ranking: AchievementRankingDto[];
11
+ constructor(obj: AchievementRankingResponseDtoBody);
12
+ }
13
+ export { AchievementRankingResponseDto };
@@ -0,0 +1,25 @@
1
+ import { CharacterAbilityDtoBody } from "../response/characterAbilityDtoBody";
2
+ import { CharacterAbilityInfoDto } from "./characterAbilityInfoDto";
3
+ /**
4
+ * 캐릭터 어빌리티 정보
5
+ */
6
+ declare class CharacterAbilityDto {
7
+ /**
8
+ * 조회 기준일
9
+ */
10
+ date: Date;
11
+ /**
12
+ * 어빌리티 등급
13
+ */
14
+ abilityGrade: string;
15
+ /**
16
+ * 어빌리티 정보
17
+ */
18
+ abilityInfo: CharacterAbilityInfoDto[];
19
+ /**
20
+ * 보유 명성치
21
+ */
22
+ remainFame: number;
23
+ constructor(obj: CharacterAbilityDtoBody);
24
+ }
25
+ export { CharacterAbilityDto };
@@ -0,0 +1,11 @@
1
+ import { CharacterAbilityInfoDtoBody } from "../response/characterAbilityDtoBody";
2
+ /**
3
+ * 캐릭터 어빌리티 상세 정보
4
+ */
5
+ declare class CharacterAbilityInfoDto {
6
+ abilityNo: string;
7
+ abilityGrade: string;
8
+ abilityValue: string;
9
+ constructor(obj: CharacterAbilityInfoDtoBody);
10
+ }
11
+ export { CharacterAbilityInfoDto };
@@ -0,0 +1,24 @@
1
+ import { CharacterAndroidCashItemEquipmentColoringPrismDtoBody } from "../response/characterAndroidEquipmentDtoBody";
2
+ /**
3
+ * 캐릭터 안드로이드 캐시 아이템 컬러링프리즘 정보
4
+ */
5
+ declare class CharacterAndroidCashItemEquipmentColoringPrismDto {
6
+ /**
7
+ * 컬러링프리즘 색상 범위
8
+ */
9
+ colorRange: string;
10
+ /**
11
+ * 컬러링프리즘 색조
12
+ */
13
+ hue: number;
14
+ /**
15
+ * 컬러링프리즘 채도
16
+ */
17
+ saturation: number;
18
+ /**
19
+ * 컬러링프리즘 명도
20
+ */
21
+ value: number;
22
+ constructor(obj: CharacterAndroidCashItemEquipmentColoringPrismDtoBody);
23
+ }
24
+ export { CharacterAndroidCashItemEquipmentColoringPrismDto };
@@ -0,0 +1,50 @@
1
+ import { CharacterAndroidCashItemEquipmentOptionDto } from "./characterAndroidCashItemEquipmentOptionDto";
2
+ import { CharacterAndroidCashItemEquipmentColoringPrismDto } from "./characterAndroidCashItemEquipmentColoringPrismDto";
3
+ import { CharacterAndroidCashItemEquipmentDtoBody } from "../response/characterAndroidEquipmentDtoBody";
4
+ /**
5
+ * 캐릭터 안드로이드 캐시 아이템 장착 정보
6
+ */
7
+ declare class CharacterAndroidCashItemEquipmentDto {
8
+ /**
9
+ * 안드로이드 캐시 아이템 부위 명
10
+ */
11
+ cashItemEquipmentPart: string;
12
+ /**
13
+ * 안드로이드 캐시 아이템 슬롯 위치
14
+ */
15
+ cashItemEquipmentSlot: string;
16
+ /**
17
+ * 안드로이드 캐시 아이템 명
18
+ */
19
+ cashItemName: string;
20
+ /**
21
+ * 안드로이드 캐시 아이템 아이콘
22
+ */
23
+ cashItemIcon: string;
24
+ /**
25
+ * 안드로이드 캐시 아이템 설명
26
+ */
27
+ cashItemDescription: string;
28
+ /**
29
+ * 안드로이드 캐시 아이템 옵션
30
+ */
31
+ cashItemOption: CharacterAndroidCashItemEquipmentOptionDto[];
32
+ /**
33
+ * 안드로이드 캐시 아이템 유효 기간 (KST)
34
+ */
35
+ dateExpire: Date;
36
+ /**
37
+ * 안드로이드 캐시 아이템 옵션 유효 기간 (KST, 시간 단위 데이터로 분은 일괄 0으로 표기)
38
+ */
39
+ dateOptionExpire: Date;
40
+ /**
41
+ * 안드로이드 캐시 아이템 라벨 정보 (스페셜라벨, 레드라벨, 블랙라벨, 마스터라벨)
42
+ */
43
+ cashItemLabel: string;
44
+ /**
45
+ * 안드로이드 캐시 아이템 컬러링프리즘 정보
46
+ */
47
+ cashItemColoringPrism: CharacterAndroidCashItemEquipmentColoringPrismDto;
48
+ constructor(obj: CharacterAndroidCashItemEquipmentDtoBody);
49
+ }
50
+ export { CharacterAndroidCashItemEquipmentDto };
@@ -0,0 +1,16 @@
1
+ import { CharacterAndroidCashItemEquipmentOptionDtoBody } from "../response/characterAndroidEquipmentDtoBody";
2
+ /**
3
+ * 캐릭터 안드로이드 캐시 아이템 옵션 정보
4
+ */
5
+ declare class CharacterAndroidCashItemEquipmentOptionDto {
6
+ /**
7
+ * 옵션 타입
8
+ */
9
+ optionType: string;
10
+ /**
11
+ * 옵션 값
12
+ */
13
+ optionValue: string;
14
+ constructor(obj: CharacterAndroidCashItemEquipmentOptionDtoBody);
15
+ }
16
+ export { CharacterAndroidCashItemEquipmentOptionDto };
@@ -0,0 +1,51 @@
1
+ import { CharacterAndroidEquipmentDtoBody } from "../response/characterAndroidEquipmentDtoBody";
2
+ import { CharacterAndroidEquipmentFaceDto } from "./characterAndroidEquipmentFaceDto";
3
+ import { CharacterAndroidEquipmentHairDto } from "./characterAndroidEquipmentHairDto";
4
+ import { CharacterAndroidCashItemEquipmentDto } from "./characterAndroidCashItemEquipmentDto";
5
+ /**
6
+ * 캐릭터 안드로이드 장비 정보
7
+ */
8
+ declare class CharacterAndroidEquipmentDto {
9
+ /**
10
+ * 조회 기준일
11
+ */
12
+ date: Date;
13
+ /**
14
+ * 안드로이드 명
15
+ */
16
+ androidName: string;
17
+ /**
18
+ * 안드로이드 닉네임
19
+ */
20
+ androidNickname: string;
21
+ /**
22
+ * 안드로이드 아이콘
23
+ */
24
+ androidIcon: string;
25
+ /**
26
+ * 안드로이드 아이템 설명
27
+ */
28
+ androidDescription: string;
29
+ /**
30
+ * 안드로이드 헤어 정보
31
+ */
32
+ androidHair: CharacterAndroidEquipmentHairDto;
33
+ /**
34
+ * 안드로이드 성형 정보
35
+ */
36
+ androidFace: CharacterAndroidEquipmentFaceDto;
37
+ /**
38
+ * 안드로이드 피부 명
39
+ */
40
+ androidSkinName: string;
41
+ /**
42
+ * 안드로이드 캐시 아이템 장착 정보
43
+ */
44
+ androidCashItemEquipment: CharacterAndroidCashItemEquipmentDto[];
45
+ /**
46
+ * 안드로이드 이어센서 클립 적용 여부
47
+ */
48
+ androidEarSensorClipFlag: string;
49
+ constructor(obj: CharacterAndroidEquipmentDtoBody);
50
+ }
51
+ export { CharacterAndroidEquipmentDto };
@@ -0,0 +1,24 @@
1
+ import { CharacterAndroidEquipmentFaceDtoBody } from "../response/characterAndroidEquipmentDtoBody";
2
+ /**
3
+ * 캐릭터 안드로이드 성형 정보
4
+ */
5
+ declare class CharacterAndroidEquipmentFaceDto {
6
+ /**
7
+ * 안드로이드 성형 명
8
+ */
9
+ faceName: string;
10
+ /**
11
+ * 안드로이드 성형 베이스 컬러
12
+ */
13
+ baseColor: string;
14
+ /**
15
+ * 안드로이드 성형 믹스 컬러
16
+ */
17
+ mixColor: string;
18
+ /**
19
+ * 안드로이드 성형 믹스 컬러의 염색 비율
20
+ */
21
+ mixRate: string;
22
+ constructor(obj: CharacterAndroidEquipmentFaceDtoBody);
23
+ }
24
+ export { CharacterAndroidEquipmentFaceDto };
@@ -0,0 +1,24 @@
1
+ import { CharacterAndroidEquipmentHairDtoBody } from "../response/characterAndroidEquipmentDtoBody";
2
+ /**
3
+ * 캐릭터 안드로이드 헤어 정보
4
+ */
5
+ declare class CharacterAndroidEquipmentHairDto {
6
+ /**
7
+ * 안드로이드 헤어 명
8
+ */
9
+ hairName: string;
10
+ /**
11
+ * 안드로이드 헤어 베이스 컬러
12
+ */
13
+ baseColor: string;
14
+ /**
15
+ * 안드로이드 헤어 믹스 컬러
16
+ */
17
+ mixColor: string;
18
+ /**
19
+ * 안드로이드 헤어 믹스 컬러의 염색 비율
20
+ */
21
+ mixRate: string;
22
+ constructor(obj: CharacterAndroidEquipmentHairDtoBody);
23
+ }
24
+ export { CharacterAndroidEquipmentHairDto };
@@ -0,0 +1,49 @@
1
+ import { CharacterBasicDtoBody } from "../response/characterBasicDtoBody";
2
+ /**
3
+ * 캐릭터 기본 정보
4
+ */
5
+ declare class CharacterBasicDto {
6
+ date: Date;
7
+ /**
8
+ * 캐릭터 명
9
+ */
10
+ characterName: string;
11
+ /**
12
+ * 월드 명
13
+ */
14
+ worldName: string;
15
+ /**
16
+ * 캐릭터 성별
17
+ */
18
+ characterGender: string;
19
+ /**
20
+ * 캐릭터 직업
21
+ */
22
+ characterClass: string;
23
+ /**
24
+ * 캐릭터 전직 차수
25
+ */
26
+ characterClassLevel: string;
27
+ /**
28
+ * 캐릭터 레벨
29
+ */
30
+ characterLevel: number;
31
+ /**
32
+ * 현재 레벨에서 보유한 경험치
33
+ */
34
+ characterExp: number;
35
+ /**
36
+ * 현재 레벨에서 경험치 퍼센트
37
+ */
38
+ characterExpRate: string;
39
+ /**
40
+ * 캐릭터 소속 길드 명
41
+ */
42
+ characterGuildName: string;
43
+ /**
44
+ * 캐릭터 외형 이미지
45
+ */
46
+ characterImage: string;
47
+ constructor(obj: CharacterBasicDtoBody);
48
+ }
49
+ export { CharacterBasicDto };
@@ -0,0 +1,49 @@
1
+ import { CharacterBeautyEquipmentHairDto } from "./characterBeautyEquipmentHairDto";
2
+ import { CharacterBeautyEquipmentFaceDto } from "./characterBeautyEquipmentFaceDto";
3
+ import { CharacterBeautyEquipmentDtoBody } from "../response/characterBeautyEquipmentDtoBody";
4
+ /**
5
+ * 캐릭터 헤어, 성형, 피부 정보
6
+ */
7
+ declare class CharacterBeautyEquipmentDto {
8
+ /**
9
+ * 조회 기준일
10
+ */
11
+ date: Date;
12
+ /**
13
+ * 캐릭터 성별
14
+ */
15
+ characterGender: string;
16
+ /**
17
+ * 캐릭터 직업
18
+ */
19
+ characterClass: string;
20
+ /**
21
+ * 캐릭터 헤어 정보<br>
22
+ * (제로인 경우 알파, 엔젤릭버스터인 경우 일반 모드)
23
+ */
24
+ characterHair: CharacterBeautyEquipmentHairDto;
25
+ /**
26
+ * 캐릭터 성형 정보<br>
27
+ * (제로인 경우 알파, 엔젤릭버스터인 경우 일반 모드)
28
+ */
29
+ characterFace: CharacterBeautyEquipmentFaceDto;
30
+ /**
31
+ * 피부 명<br>
32
+ * (제로인 경우 알파, 엔젤릭버스터인 경우 일반 모드)
33
+ */
34
+ characterSkinName: string;
35
+ /**
36
+ * 제로인 경우 베타, 엔젤릭버스터인 경우 드레스 업 모드에 적용 중인 헤어 정보
37
+ */
38
+ additionalCharacterHair: CharacterBeautyEquipmentHairDto;
39
+ /**
40
+ * 제로인 경우 베타, 엔젤릭버스터인 경우 드레스 업 모드에 적용 중인 성형 정보
41
+ */
42
+ additionalCharacterFace: CharacterBeautyEquipmentFaceDto;
43
+ /**
44
+ * 제로인 경우 베타, 엔젤릭버스터인 경우 드레스 업 모드에 적용 중인 피부 명
45
+ */
46
+ additionalCharacterSkinName: string;
47
+ constructor(obj: CharacterBeautyEquipmentDtoBody);
48
+ }
49
+ export { CharacterBeautyEquipmentDto };
@@ -0,0 +1,24 @@
1
+ import { CharacterBeautyEquipmentFaceDtoBody } from "../response/characterBeautyEquipmentDtoBody";
2
+ /**
3
+ * 캐릭터 성형 정보
4
+ */
5
+ declare class CharacterBeautyEquipmentFaceDto {
6
+ /**
7
+ * 성형 명
8
+ */
9
+ faceName: string;
10
+ /**
11
+ * 성형 베이스 컬러
12
+ */
13
+ baseColor: string;
14
+ /**
15
+ * 성형 믹스 컬러
16
+ */
17
+ mixColor: string;
18
+ /**
19
+ * 성형 믹스 컬러의 염색 비율
20
+ */
21
+ mixRate: string;
22
+ constructor(obj: CharacterBeautyEquipmentFaceDtoBody);
23
+ }
24
+ export { CharacterBeautyEquipmentFaceDto };
@@ -0,0 +1,24 @@
1
+ import { CharacterBeautyEquipmentHairDtoBody } from "../response/characterBeautyEquipmentDtoBody";
2
+ /**
3
+ * 캐릭터 헤어 정보
4
+ */
5
+ declare class CharacterBeautyEquipmentHairDto {
6
+ /**
7
+ * 헤어 명
8
+ */
9
+ hairName: string;
10
+ /**
11
+ * 헤어 베이스 컬러
12
+ */
13
+ baseColor: string;
14
+ /**
15
+ * 헤어 믹스 컬러
16
+ */
17
+ mixColor: string;
18
+ /**
19
+ * 헤어 믹스 컬러의 염색 비율
20
+ */
21
+ mixRate: string;
22
+ constructor(obj: CharacterBeautyEquipmentHairDtoBody);
23
+ }
24
+ export { CharacterBeautyEquipmentHairDto };
@@ -0,0 +1,24 @@
1
+ import { CharacterCashItemEquipmentColoringPrismDtoBody } from "../response/characterCashItemEquipmentDtoBody";
2
+ /**
3
+ * 캐릭터 캐시 장비 컬러링프리즘
4
+ */
5
+ declare class CharacterCashItemEquipmentColoringPrismDto {
6
+ /**
7
+ * 컬러링프리즘 색상 범위
8
+ */
9
+ colorRange: string;
10
+ /**
11
+ * 컬러링프리즘 색조
12
+ */
13
+ hue: number;
14
+ /**
15
+ * 컬러링프리즘 채도
16
+ */
17
+ saturation: number;
18
+ /**
19
+ * 컬러링프리즘 명도
20
+ */
21
+ value: number;
22
+ constructor(obj: CharacterCashItemEquipmentColoringPrismDtoBody);
23
+ }
24
+ export { CharacterCashItemEquipmentColoringPrismDto };
@@ -0,0 +1,49 @@
1
+ import { CharacterCashItemEquipmentDtoBody } from "../response/characterCashItemEquipmentDtoBody";
2
+ import { CharacterCashItemEquipmentPresetDto } from "./characterCashItemEquipmentPresetDto";
3
+ /**
4
+ * 캐릭터 캐시 장비 아이템 정보
5
+ */
6
+ declare class CharacterCashItemEquipmentDto {
7
+ /**
8
+ * 조회 기준일
9
+ */
10
+ date: Date;
11
+ /**
12
+ * 캐릭터 성별
13
+ */
14
+ characterGender: string;
15
+ /**
16
+ * 캐릭터 직업
17
+ */
18
+ characterClass: string;
19
+ /**
20
+ * 적용 중인 캐시 장비 프리셋 번호
21
+ */
22
+ presetNo: number;
23
+ /**
24
+ * 1번 프리셋 장착 캐시 장비 정보
25
+ */
26
+ cashItemEquipmentPreset1: CharacterCashItemEquipmentPresetDto[];
27
+ /**
28
+ * 2번 프리셋 장착 캐시 장비 정보
29
+ */
30
+ cashItemEquipmentPreset2: CharacterCashItemEquipmentPresetDto[];
31
+ /**
32
+ * 3번 프리셋 장착 캐시 장비 정보
33
+ */
34
+ cashItemEquipmentPreset3: CharacterCashItemEquipmentPresetDto[];
35
+ /**
36
+ * 제로인 경우 베타, 엔젤릭버스터인 경우 드레스 업 모드의 1번 프리셋 장착 캐시 장비 정보
37
+ */
38
+ additionalCashItemEquipmentPreset1: CharacterCashItemEquipmentPresetDto[];
39
+ /**
40
+ * 제로인 경우 베타, 엔젤릭버스터인 경우 드레스 업 모드의 2번 프리셋 장착 캐시 장비 정보
41
+ */
42
+ additionalCashItemEquipmentPreset2: CharacterCashItemEquipmentPresetDto[];
43
+ /**
44
+ * 제로인 경우 베타, 엔젤릭버스터인 경우 드레스 업 모드의 3번 프리셋 장착 캐시 장비 정보
45
+ */
46
+ additionalCashItemEquipmentPreset3: CharacterCashItemEquipmentPresetDto[];
47
+ constructor(obj: CharacterCashItemEquipmentDtoBody);
48
+ }
49
+ export { CharacterCashItemEquipmentDto };
@@ -0,0 +1,16 @@
1
+ import { CharacterCashItemEquipmentOptionDtoBody } from "../response/characterCashItemEquipmentDtoBody";
2
+ /**
3
+ * 캐릭터 캐시 장비 옵션
4
+ */
5
+ declare class CharacterCashItemEquipmentOptionDto {
6
+ /**
7
+ * 옵션 타입
8
+ */
9
+ optionType: string;
10
+ /**
11
+ * 옵션 값
12
+ */
13
+ optionValue: string;
14
+ constructor(obj: CharacterCashItemEquipmentOptionDtoBody);
15
+ }
16
+ export { CharacterCashItemEquipmentOptionDto };