maplestory-openapi 1.1.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 (117) hide show
  1. package/README.md +20 -15
  2. package/dist/index.js +4283 -71
  3. package/dist/index.min.js +1 -1
  4. package/dist/index.mjs +4211 -72
  5. package/package.json +4 -3
  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/cubeHistoryDto.d.ts +18 -18
  62. package/types/maplestory/api/dto/cubeHistoryResponseDto.d.ts +2 -2
  63. package/types/maplestory/api/dto/cubeResultOptionDto.d.ts +1 -1
  64. package/types/maplestory/api/dto/dojangRankingDto.d.ts +44 -0
  65. package/types/maplestory/api/dto/dojangRankingResponseDto.d.ts +13 -0
  66. package/types/maplestory/api/dto/guildBasicDto.d.ts +61 -0
  67. package/types/maplestory/api/dto/guildDto.d.ts +12 -0
  68. package/types/maplestory/api/dto/guildRankingDto.d.ts +40 -0
  69. package/types/maplestory/api/dto/guildRankingResponseDto.d.ts +13 -0
  70. package/types/maplestory/api/dto/guildSkillDto.d.ts +28 -0
  71. package/types/maplestory/api/dto/overallRankingDto.d.ts +48 -0
  72. package/types/maplestory/api/dto/overallRankingResponseDto.d.ts +13 -0
  73. package/types/maplestory/api/dto/theSeedRankingDto.d.ts +44 -0
  74. package/types/maplestory/api/dto/theSeedRankingResponseDto.d.ts +13 -0
  75. package/types/maplestory/api/dto/unionDto.d.ts +20 -0
  76. package/types/maplestory/api/dto/unionRaiderBlockDto.d.ts +30 -0
  77. package/types/maplestory/api/dto/unionRaiderBlockPositionDto.d.ts +16 -0
  78. package/types/maplestory/api/dto/unionRaiderControlPointDto.d.ts +16 -0
  79. package/types/maplestory/api/dto/unionRaiderDto.d.ts +27 -0
  80. package/types/maplestory/api/dto/unionRaiderInnerStatDto.d.ts +16 -0
  81. package/types/maplestory/api/dto/unionRankingDto.d.ts +40 -0
  82. package/types/maplestory/api/dto/unionRankingResponseDto.d.ts +13 -0
  83. package/types/maplestory/api/mapleStoryApi.d.ts +760 -19
  84. package/types/maplestory/api/mapleStoryApiError.d.ts +18 -7
  85. package/types/maplestory/api/response/achievementRankingResponseDtoBody.d.ts +13 -0
  86. package/types/maplestory/api/response/characterAbilityDtoBody.d.ts +12 -0
  87. package/types/maplestory/api/response/characterAndroidEquipmentDtoBody.d.ts +47 -0
  88. package/types/maplestory/api/response/characterBasicDtoBody.d.ts +14 -0
  89. package/types/maplestory/api/response/characterBeautyEquipmentDtoBody.d.ts +24 -0
  90. package/types/maplestory/api/response/characterCashItemEquipmentDtoBody.d.ts +36 -0
  91. package/types/maplestory/api/response/characterDojangDtoBody.d.ts +9 -0
  92. package/types/maplestory/api/response/characterDtoBody.d.ts +4 -0
  93. package/types/maplestory/api/response/characterHexaMatrixDtoBody.d.ts +14 -0
  94. package/types/maplestory/api/response/characterHexaMatrixStatDtoBody.d.ts +17 -0
  95. package/types/maplestory/api/response/characterHyperStatDtoBody.d.ts +19 -0
  96. package/types/maplestory/api/response/characterItemEquipmentDtoBody.d.ts +155 -0
  97. package/types/maplestory/api/response/characterLinkSkillDtoBody.d.ts +14 -0
  98. package/types/maplestory/api/response/characterPetEquipmentDtoBody.d.ts +49 -0
  99. package/types/maplestory/api/response/characterPopularityDtoBody.d.ts +5 -0
  100. package/types/maplestory/api/response/characterPropensityDtoBody.d.ts +10 -0
  101. package/types/maplestory/api/response/characterSetEffectDtoBody.d.ts +14 -0
  102. package/types/maplestory/api/response/characterSkillDtoBody.d.ts +14 -0
  103. package/types/maplestory/api/response/characterStatDtoBody.d.ts +10 -0
  104. package/types/maplestory/api/response/characterSymbolEquipmentDtoBody.d.ts +20 -0
  105. package/types/maplestory/api/response/characterVMatrixDtoBody.d.ts +17 -0
  106. package/types/maplestory/api/response/cubeHistoryDtoBody.d.ts +8 -8
  107. package/types/maplestory/api/response/cubeHistoryResponseDtoBody.d.ts +1 -1
  108. package/types/maplestory/api/response/dojangRankingResponseDtoBody.d.ts +14 -0
  109. package/types/maplestory/api/response/guildBasicDtoBody.d.ts +23 -0
  110. package/types/maplestory/api/response/guildDtoBody.d.ts +4 -0
  111. package/types/maplestory/api/response/guildRankingResponseDtoBody.d.ts +13 -0
  112. package/types/maplestory/api/response/overallRankingResponseDtoBody.d.ts +15 -0
  113. package/types/maplestory/api/response/rankingResponseDtoBody.d.ts +7 -0
  114. package/types/maplestory/api/response/theSeedRankingResponseDtoBody.d.ts +15 -0
  115. package/types/maplestory/api/response/unionDtoBody.d.ts +6 -0
  116. package/types/maplestory/api/response/unionRaiderDtoBody.d.ts +27 -0
  117. package/types/maplestory/api/response/unionRankingResponseDtoBody.d.ts +13 -0
@@ -1,46 +1,787 @@
1
1
  import { CubeHistoryResponseDto } from "./dto/cubeHistoryResponseDto";
2
2
  import { InspectionInfoDto } from "./dto/inspectionInfoDto";
3
+ import { CharacterDto } from "./dto/characterDto";
4
+ import { CharacterBasicDto } from "./dto/characterBasicDto";
5
+ import { CharacterPopularityDto } from "./dto/characterPopularityDto";
6
+ import { CharacterStatDto } from "./dto/characterStatDto";
7
+ import { CharacterHyperStatDto } from "./dto/characterHyperStatDto";
8
+ import { CharacterPropensityDto } from "./dto/characterPropensityDto";
9
+ import { CharacterAbilityDto } from "./dto/characterAbilityDto";
10
+ import { CharacterItemEquipmentDto } from "./dto/characterItemEquipmentDto";
11
+ import { CharacterCashItemEquipmentDto } from "./dto/characterCashItemEquipmentDto";
12
+ import { CharacterSymbolEquipmentDto } from "./dto/characterSymbolEquipmentDto";
13
+ import { CharacterSetEffectDto } from "./dto/characterSetEffectDto";
14
+ import { CharacterBeautyEquipmentDto } from "./dto/characterBeautyEquipmentDto";
15
+ import { CharacterAndroidEquipmentDto } from "./dto/characterAndroidEquipmentDto";
16
+ import { CharacterPetEquipmentDto } from "./dto/characterPetEquipmentDto";
17
+ import { CharacterSkillDto } from "./dto/characterSkillDto";
18
+ import { CharacterLinkSkillDto } from "./dto/characterLinkSkillDto";
19
+ import { CharacterVMatrixDto } from "./dto/characterVMatrixDto";
20
+ import { CharacterHexaMatrixDto } from "./dto/characterHexaMatrixDto";
21
+ import { CharacterDojangDto } from "./dto/characterDojangDto";
22
+ import { CharacterHexaMatrixStatDto } from "./dto/characterHexaMatrixStatDto";
23
+ import { UnionDto } from "./dto/unionDto";
24
+ import { UnionRaiderDto } from "./dto/unionRaiderDto";
25
+ import { GuildDto } from "./dto/guildDto";
26
+ import { GuildBasicDto } from "./dto/guildBasicDto";
27
+ import { OverallRankingResponseDto } from "./dto/overallRankingResponseDto";
28
+ import { UnionRankingResponseDto } from "./dto/unionRankingResponseDto";
29
+ import { GuildRankingResponseDto } from "./dto/guildRankingResponseDto";
30
+ import { DojangRankingResponseDto } from "./dto/dojangRankingResponseDto";
31
+ import { TheSeedRankingResponseDto } from "./dto/theSeedRankingResponseDto";
32
+ import { AchievementRankingResponseDto } from "./dto/achievementRankingResponseDto";
33
+ /**
34
+ * MapleStory OpenAPI client.<br>
35
+ * This is an implementation of <a href="https://openapi.nexon.com/game/maplestory">MapleStory API</a>
36
+ */
3
37
  declare class MapleStoryApi {
4
38
  private readonly apiKey;
5
- private static baseUrl;
39
+ private static BASE_URL;
6
40
  private static kstOffset;
7
41
  timeout: number;
8
42
  constructor(apiKey: string);
9
43
  /**
10
- * 오늘 날짜의 확률형 아이템 큐브의 사용 결과를 조회합니다.<br>
11
- * 데이터는 일단위로 갱신되며, 오전 4시 조회 시 전일 데이터를 조회할 수 있습니다.<br>
12
- * 데이터는 2022년 11월 25일부터 조회할 있습니다.<br>
44
+ * 캐릭터 식별자(ocid)를 조회합니다.
45
+ * - 2023년 12월 21일 데이터부터 조회할 수 있습니다.
46
+ * - 오전 1시부터 전일 데이터 조회가 가능합니다
47
+ * - 게임 콘텐츠 변경으로 ocid가 변경될 수 있습니다. ocid 기반 서비스 갱신 시 유의해 주시길 바랍니다.
13
48
  *
14
- * @param count 한번에 가져오려는 결과의 갯수(최소 10, 최대 1000) Default value : 10
49
+ * @param characterName 캐릭터
15
50
  */
16
- getCubeResult(count: number): Promise<CubeHistoryResponseDto>;
51
+ getCharacter(characterName: string): Promise<CharacterDto>;
17
52
  /**
18
- * 지목한 날짜의 확률형 아이템 큐브의 사용 결과를 조회합니다.<br>
19
- * 데이터는 일단위로 갱신되며, 오전 4시 조회 시 전일 데이터를 조회할 수 있습니다.<br>
20
- * 데이터는 2022년 11월 25일부터 조회할 있습니다.<br>
53
+ * 기본 정보를 조회합니다.
54
+ * - 2023년 12월 21일 데이터부터 조회할 수 있습니다.
55
+ * - 오전 1시부터 전일 데이터 조회가 가능합니다
56
+ * - 게임 콘텐츠 변경으로 ocid가 변경될 수 있습니다. ocid 기반 서비스 갱신 시 유의해 주시길 바랍니다.
21
57
  *
22
- * @param count 한번에 가져오려는 결과의 갯수(최소 10, 최대 1000) Default value : 10
23
- * @param dateOptions 조회할 연월일 날짜 정보
58
+ * @param ocid 캐릭터 식별자
59
+ * @param dateOptions 조회 기준일 (KST)
24
60
  */
25
- getCubeResult(count: number, dateOptions: DateOptions): Promise<CubeHistoryResponseDto>;
61
+ getCharacterBasicInfo(ocid: string, dateOptions?: DateOptions): Promise<CharacterBasicDto>;
26
62
  /**
27
- * 확률형 아이템 큐브의 사용 결과를 조회합니다.<br>
28
- * 데이터는 일단위로 갱신되며, 오전 4시 조회 시 전일 데이터를 조회할 수 있습니다.<br>
29
- * 데이터는 2022년 11월 25일부터 조회할 있습니다.<br>
63
+ * 인기도 정보를 조회합니다.
64
+ * - 2023년 12월 21일 데이터부터 조회할 수 있습니다.
65
+ * - 오전 1시부터 전일 데이터 조회가 가능합니다
66
+ * - 게임 콘텐츠 변경으로 ocid가 변경될 수 있습니다. ocid 기반 서비스 갱신 시 유의해 주시길 바랍니다.
30
67
  *
31
- * @param count 한번에 가져오려는 결과의 갯수(최소 10, 최대 1000) Default value : 10
32
- * @param cursor
68
+ * @param ocid 캐릭터 식별자
69
+ * @param dateOptions 조회 기준일 (KST)
33
70
  */
34
- getCubeResult(count: number, cursor: string): Promise<CubeHistoryResponseDto>;
71
+ getCharacterPopularity(ocid: string, dateOptions?: DateOptions): Promise<CharacterPopularityDto>;
72
+ /**
73
+ * 종합 능력치 정보를 조회합니다.
74
+ * - 2023년 12월 21일 데이터부터 조회할 수 있습니다.
75
+ * - 오전 1시부터 전일 데이터 조회가 가능합니다
76
+ * - 게임 콘텐츠 변경으로 ocid가 변경될 수 있습니다. ocid 기반 서비스 갱신 시 유의해 주시길 바랍니다.
77
+ *
78
+ * @param ocid 캐릭터 식별자
79
+ * @param dateOptions 조회 기준일 (KST)
80
+ */
81
+ getCharacterStat(ocid: string, dateOptions?: DateOptions): Promise<CharacterStatDto>;
82
+ /**
83
+ * 하이퍼스탯 정보를 조회합니다.
84
+ * - 2023년 12월 21일 데이터부터 조회할 수 있습니다.
85
+ * - 오전 1시부터 전일 데이터 조회가 가능합니다
86
+ * - 게임 콘텐츠 변경으로 ocid가 변경될 수 있습니다. ocid 기반 서비스 갱신 시 유의해 주시길 바랍니다.
87
+ *
88
+ * @param ocid 캐릭터 식별자
89
+ * @param dateOptions 조회 기준일 (KST)
90
+ */
91
+ getCharacterHyperStat(ocid: string, dateOptions?: DateOptions): Promise<CharacterHyperStatDto>;
92
+ /**
93
+ * 성향 정보를 조회합니다.
94
+ * - 2023년 12월 21일 데이터부터 조회할 수 있습니다.
95
+ * - 오전 1시부터 전일 데이터 조회가 가능합니다
96
+ * - 게임 콘텐츠 변경으로 ocid가 변경될 수 있습니다. ocid 기반 서비스 갱신 시 유의해 주시길 바랍니다.
97
+ *
98
+ * @param ocid 캐릭터 식별자
99
+ * @param dateOptions 조회 기준일 (KST)
100
+ */
101
+ getCharacterPropensity(ocid: string, dateOptions?: DateOptions): Promise<CharacterPropensityDto>;
102
+ /**
103
+ * 어빌리티 정보를 조회합니다.
104
+ * - 2023년 12월 21일 데이터부터 조회할 수 있습니다.
105
+ * - 오전 1시부터 전일 데이터 조회가 가능합니다
106
+ * - 게임 콘텐츠 변경으로 ocid가 변경될 수 있습니다. ocid 기반 서비스 갱신 시 유의해 주시길 바랍니다.
107
+ *
108
+ * @param ocid 캐릭터 식별자
109
+ * @param dateOptions 조회 기준일 (KST)
110
+ */
111
+ getCharacterAbility(ocid: string, dateOptions?: DateOptions): Promise<CharacterAbilityDto>;
112
+ /**
113
+ * 장착한 장비 중 캐시 장비를 제외한 나머지 장비 정보를 조회합니다.
114
+ * - 2023년 12월 21일 데이터부터 조회할 수 있습니다.
115
+ * - 오전 1시부터 전일 데이터 조회가 가능합니다
116
+ * - 게임 콘텐츠 변경으로 ocid가 변경될 수 있습니다. ocid 기반 서비스 갱신 시 유의해 주시길 바랍니다.
117
+ *
118
+ * @param ocid 캐릭터 식별자
119
+ * @param dateOptions 조회 기준일 (KST)
120
+ */
121
+ getCharacterItemEquipment(ocid: string, dateOptions?: DateOptions): Promise<CharacterItemEquipmentDto>;
122
+ /**
123
+ * 장착한 캐시 장비 정보를 조회합니다.
124
+ * - 2023년 12월 21일 데이터부터 조회할 수 있습니다.
125
+ * - 오전 1시부터 전일 데이터 조회가 가능합니다
126
+ * - 게임 콘텐츠 변경으로 ocid가 변경될 수 있습니다. ocid 기반 서비스 갱신 시 유의해 주시길 바랍니다.
127
+ *
128
+ * @param ocid 캐릭터 식별자
129
+ * @param dateOptions 조회 기준일 (KST)
130
+ */
131
+ getCharacterCashItemEquipment(ocid: string, dateOptions?: DateOptions): Promise<CharacterCashItemEquipmentDto>;
132
+ /**
133
+ * 장착한 심볼 정보를 조회합니다.
134
+ * - 2023년 12월 21일 데이터부터 조회할 수 있습니다.
135
+ * - 오전 1시부터 전일 데이터 조회가 가능합니다
136
+ * - 게임 콘텐츠 변경으로 ocid가 변경될 수 있습니다. ocid 기반 서비스 갱신 시 유의해 주시길 바랍니다.
137
+ *
138
+ * @param ocid 캐릭터 식별자
139
+ * @param dateOptions 조회 기준일 (KST)
140
+ */
141
+ getCharacterSymbolEquipment(ocid: string, dateOptions?: DateOptions): Promise<CharacterSymbolEquipmentDto>;
142
+ /**
143
+ * 적용받고 있는 세트 효과 정보를 조회합니다.
144
+ * - 2023년 12월 21일 데이터부터 조회할 수 있습니다.
145
+ * - 오전 1시부터 전일 데이터 조회가 가능합니다
146
+ * - 게임 콘텐츠 변경으로 ocid가 변경될 수 있습니다. ocid 기반 서비스 갱신 시 유의해 주시길 바랍니다.
147
+ *
148
+ * @param ocid 캐릭터 식별자
149
+ * @param dateOptions 조회 기준일 (KST)
150
+ */
151
+ getCharacterSetEffect(ocid: string, dateOptions?: DateOptions): Promise<CharacterSetEffectDto>;
152
+ /**
153
+ * 장착 중인 헤어, 성형, 피부 정보를 조회합니다.
154
+ * - 2023년 12월 21일 데이터부터 조회할 수 있습니다.
155
+ * - 오전 1시부터 전일 데이터 조회가 가능합니다
156
+ * - 게임 콘텐츠 변경으로 ocid가 변경될 수 있습니다. ocid 기반 서비스 갱신 시 유의해 주시길 바랍니다.
157
+ *
158
+ * @param ocid 캐릭터 식별자
159
+ * @param dateOptions 조회 기준일 (KST)
160
+ */
161
+ getCharacterBeautyEquipment(ocid: string, dateOptions?: DateOptions): Promise<CharacterBeautyEquipmentDto>;
162
+ /**
163
+ * 장착한 안드로이드 정보를 조회합니다.
164
+ * - 2023년 12월 21일 데이터부터 조회할 수 있습니다.
165
+ * - 오전 1시부터 전일 데이터 조회가 가능합니다
166
+ * - 게임 콘텐츠 변경으로 ocid가 변경될 수 있습니다. ocid 기반 서비스 갱신 시 유의해 주시길 바랍니다.
167
+ *
168
+ * @param ocid 캐릭터 식별자
169
+ * @param dateOptions 조회 기준일 (KST)
170
+ */
171
+ getCharacterAndroidEquipment(ocid: string, dateOptions?: DateOptions): Promise<CharacterAndroidEquipmentDto>;
172
+ /**
173
+ * 장착한 펫 및 펫 스킬, 장비 정보를 조회합니다.
174
+ * - 2023년 12월 21일 데이터부터 조회할 수 있습니다.
175
+ * - 오전 1시부터 전일 데이터 조회가 가능합니다
176
+ * - 게임 콘텐츠 변경으로 ocid가 변경될 수 있습니다. ocid 기반 서비스 갱신 시 유의해 주시길 바랍니다.
177
+ *
178
+ * @param ocid 캐릭터 식별자
179
+ * @param dateOptions 조회 기준일 (KST)
180
+ */
181
+ getCharacterPetEquipment(ocid: string, dateOptions?: DateOptions): Promise<CharacterPetEquipmentDto>;
182
+ /**
183
+ * 캐릭터 스킬과 하이퍼 스킬 정보를 조회합니다.
184
+ * - 2023년 12월 21일 데이터부터 조회할 수 있습니다.
185
+ * - 오전 1시부터 전일 데이터 조회가 가능합니다
186
+ * - 게임 콘텐츠 변경으로 ocid가 변경될 수 있습니다. ocid 기반 서비스 갱신 시 유의해 주시길 바랍니다.
187
+ *
188
+ * @param ocid 캐릭터 식별자
189
+ * @param characterSkillGrade 조회하고자 하는 전직 차수
190
+ * - 0: 0차 스킬 및 제로 공용스킬
191
+ * - 1: 1차 스킬
192
+ * - 1.5: 1.5차 스킬
193
+ * - 2: 2차 스킬
194
+ * - 2.5: 2.5차 스킬
195
+ * - 3: 3차 스킬
196
+ * - 4: 4차 스킬 및 제로 알파/베타 스킬
197
+ * - hyperpassive: 하이퍼 패시브 스킬
198
+ * - hyperactive: 하이퍼 액티브 스킬
199
+ * - 5: 5차 스킬
200
+ * - 6: 6차 스킬
201
+ * @param dateOptions 조회 기준일 (KST)
202
+ */
203
+ getCharacterSkill(ocid: string, characterSkillGrade: string, dateOptions?: DateOptions): Promise<CharacterSkillDto>;
204
+ /**
205
+ * 장착 링크 스킬 정보를 조회합니다.
206
+ * - 2023년 12월 21일 데이터부터 조회할 수 있습니다.
207
+ * - 오전 1시부터 전일 데이터 조회가 가능합니다
208
+ * - 게임 콘텐츠 변경으로 ocid가 변경될 수 있습니다. ocid 기반 서비스 갱신 시 유의해 주시길 바랍니다.
209
+ *
210
+ * @param ocid 캐릭터 식별자
211
+ * @param dateOptions 조회 기준일 (KST)
212
+ */
213
+ getCharacterLinkSkill(ocid: string, dateOptions?: DateOptions): Promise<CharacterLinkSkillDto>;
214
+ /**
215
+ * V매트릭스 슬롯 정보와 장착한 V코어 정보를 조회합니다.
216
+ * - 2023년 12월 21일 데이터부터 조회할 수 있습니다.
217
+ * - 오전 1시부터 전일 데이터 조회가 가능합니다
218
+ * - 게임 콘텐츠 변경으로 ocid가 변경될 수 있습니다. ocid 기반 서비스 갱신 시 유의해 주시길 바랍니다.
219
+ *
220
+ * @param ocid 캐릭터 식별자
221
+ * @param dateOptions 조회 기준일 (KST)
222
+ */
223
+ getCharacterVMatrix(ocid: string, dateOptions?: DateOptions): Promise<CharacterVMatrixDto>;
224
+ /**
225
+ * HEXA 매트릭스에 장착한 HEXA 코어 정보를 조회합니다.
226
+ * - 2023년 12월 21일 데이터부터 조회할 수 있습니다.
227
+ * - 오전 1시부터 전일 데이터 조회가 가능합니다
228
+ * - 게임 콘텐츠 변경으로 ocid가 변경될 수 있습니다. ocid 기반 서비스 갱신 시 유의해 주시길 바랍니다.
229
+ *
230
+ * @param ocid 캐릭터 식별자
231
+ * @param dateOptions 조회 기준일 (KST)
232
+ */
233
+ getCharacterHexaMatrix(ocid: string, dateOptions?: DateOptions): Promise<CharacterHexaMatrixDto>;
234
+ /**
235
+ * HEXA 매트릭스에 설정한 HEXA 스탯 정보를 조회합니다.
236
+ * - 2023년 12월 21일 데이터부터 조회할 수 있습니다.
237
+ * - 오전 1시부터 전일 데이터 조회가 가능합니다
238
+ * - 게임 콘텐츠 변경으로 ocid가 변경될 수 있습니다. ocid 기반 서비스 갱신 시 유의해 주시길 바랍니다.
239
+ *
240
+ * @param ocid 캐릭터 식별자
241
+ * @param dateOptions 조회 기준일 (KST)
242
+ */
243
+ getCharacterHexaMatrixStat(ocid: string, dateOptions?: DateOptions): Promise<CharacterHexaMatrixStatDto>;
244
+ /**
245
+ * 캐릭터 무릉도장 최고 기록 정보를 조회합니다.
246
+ * - 2023년 12월 21일 데이터부터 조회할 수 있습니다.
247
+ * - 오전 1시부터 전일 데이터 조회가 가능합니다
248
+ * - 게임 콘텐츠 변경으로 ocid가 변경될 수 있습니다. ocid 기반 서비스 갱신 시 유의해 주시길 바랍니다.
249
+ *
250
+ * @param ocid 캐릭터 식별자
251
+ * @param dateOptions 조회 기준일 (KST)
252
+ */
253
+ getCharacterDojang(ocid: string, dateOptions?: DateOptions): Promise<CharacterDojangDto>;
254
+ /**
255
+ * 유니온 정보를 조회합니다.
256
+ * - 2023년 12월 21일 데이터부터 조회할 수 있습니다.
257
+ * - 오전 1시부터 전일 데이터 조회가 가능합니다
258
+ * - 게임 콘텐츠 변경으로 ocid가 변경될 수 있습니다. ocid 기반 서비스 갱신 시 유의해 주시길 바랍니다.
259
+ *
260
+ * @param ocid 캐릭터 식별자
261
+ * @param dateOption 조회 기준일 (KST)
262
+ */
263
+ getUnionInfo(ocid: string, dateOption?: DateOptions): Promise<UnionDto>;
264
+ /**
265
+ * 유니온 공격대 정보를 조회합니다.
266
+ * - 2023년 12월 21일 데이터부터 조회할 수 있습니다.
267
+ * - 오전 1시부터 전일 데이터 조회가 가능합니다
268
+ * - 게임 콘텐츠 변경으로 ocid가 변경될 수 있습니다. ocid 기반 서비스 갱신 시 유의해 주시길 바랍니다.
269
+ *
270
+ * @param ocid 캐릭터 식별자
271
+ * @param dateOption 조회 기준일 (KST)
272
+ */
273
+ getUnionRaiderInfo(ocid: string, dateOption?: DateOptions): Promise<UnionRaiderDto>;
274
+ /**
275
+ * 길드 식별자(oguild_id) 정보를 조회합니다.
276
+ * - 2023년 12월 21일 데이터부터 조회할 수 있습니다.
277
+ * - 오전 1시부터 전일 데이터 조회가 가능합니다.
278
+ * - 게임 콘텐츠 변경으로 ocid가 변경될 수 있습니다. ocid 기반 서비스 갱신 시 유의해 주시길 바랍니다.
279
+ *
280
+ * @param guildName 길드 명
281
+ * @param worldName 월드 명
282
+ */
283
+ getGuild(guildName: string, worldName: string): Promise<GuildDto>;
284
+ /**
285
+ * 길드 기본 정보를 조회합니다.
286
+ * - 2023년 12월 21일 데이터부터 조회할 수 있습니다.
287
+ * - 오전 1시부터 전일 데이터 조회가 가능합니다.
288
+ * - 게임 콘텐츠 변경으로 ocid가 변경될 수 있습니다. ocid 기반 서비스 갱신 시 유의해 주시길 바랍니다.
289
+ *
290
+ * @param guildId 길드 식별자
291
+ * @param dateOptions 조회 기준일 (KST)
292
+ */
293
+ getGuildBasic(guildId: string, dateOptions?: DateOptions): Promise<GuildBasicDto>;
294
+ /**
295
+ * 오늘 날짜의 큐브 사용 결과를 조회합니다.
296
+ * - 데이터는 매일 오전 4시, 전일 데이터가 갱신됩니다.
297
+ * - e.g. 오늘 오후 3시 5분 큐브 확률 정보 조회 시, 어제의 큐브 확률 정보 데이터를 조회할 수 있습니다.
298
+ * - 2022년 11월 25일 데이터부터 조회할 수 있습니다.
299
+ *
300
+ * @param count 한번에 가져오려는 결과의 개수(최소 10, 최대 1000)
301
+ */
302
+ getCubeHistory(count: number): Promise<CubeHistoryResponseDto>;
303
+ /**
304
+ * 지목한 날짜의 큐브 사용 결과를 조회합니다.
305
+ * - 데이터는 매일 오전 4시, 전일 데이터가 갱신됩니다.
306
+ * - e.g. 오늘 오후 3시 5분 큐브 확률 정보 조회 시, 어제의 큐브 확률 정보 데이터를 조회할 수 있습니다.
307
+ * - 2022년 11월 25일 데이터부터 조회할 수 있습니다.
308
+ *
309
+ * @param count 한번에 가져오려는 결과의 개수(최소 10, 최대 1000)
310
+ * @param dateOptions 조회 기준일 (KST)
311
+ */
312
+ getCubeHistory(count: number, dateOptions: DateOptions): Promise<CubeHistoryResponseDto>;
313
+ /**
314
+ * 큐브 사용 결과를 조회합니다.
315
+ * - 데이터는 매일 오전 4시, 전일 데이터가 갱신됩니다.
316
+ * - e.g. 오늘 오후 3시 5분 큐브 확률 정보 조회 시, 어제의 큐브 확률 정보 데이터를 조회할 수 있습니다.
317
+ * - 2022년 11월 25일 데이터부터 조회할 수 있습니다.
318
+ *
319
+ * @param count 한번에 가져오려는 결과의 개수(최소 10, 최대 1000)
320
+ * @param cursor 페이징 처리를 위한 cursor
321
+ */
322
+ getCubeHistory(count: number, cursor: string): Promise<CubeHistoryResponseDto>;
323
+ /**
324
+ * 종합 랭킹 정보를 조회합니다.
325
+ * - 2023년 12월 22일 데이터부터 조회할 수 있습니다.
326
+ * - 오전 8시 30분부터 오늘의 랭킹 정보를 조회할 수 있습니다.
327
+ * - 게임 콘텐츠 변경으로 ocid가 변경될 수 있습니다. ocid 기반 서비스 갱신 시 유의해 주시길 바랍니다.
328
+ *
329
+ * @param filterOptions 검색 기준
330
+ * @param dateOptions 조회 기준일 (KST).
331
+ *
332
+ */
333
+ getOverallRanking(filterOptions?: OverallRankingApiFilterOptions, dateOptions?: DateOptions): Promise<OverallRankingResponseDto>;
334
+ /**
335
+ * 유니온 랭킹 정보를 조회합니다.
336
+ * - 2023년 12월 22일 데이터부터 조회할 수 있습니다.
337
+ * - 오전 8시 30분부터 오늘의 랭킹 정보를 조회할 수 있습니다.
338
+ * - 게임 콘텐츠 변경으로 ocid가 변경될 수 있습니다. ocid 기반 서비스 갱신 시 유의해 주시길 바랍니다.
339
+ *
340
+ * @param filterOptions 검색 기준
341
+ * @param dateOptions 조회 기준일 (KST)
342
+ */
343
+ getUnionRanking(filterOptions?: UnionRankingApiFilterOptions, dateOptions?: DateOptions): Promise<UnionRankingResponseDto>;
344
+ /**
345
+ * 길드 랭킹 정보를 조회합니다.
346
+ * - 2023년 12월 22일 데이터부터 조회할 수 있습니다.
347
+ * - 오전 8시 30분부터 오늘의 랭킹 정보를 조회할 수 있습니다.
348
+ * - 게임 콘텐츠 변경으로 ocid가 변경될 수 있습니다. ocid 기반 서비스 갱신 시 유의해 주시길 바랍니다.
349
+ *
350
+ * @param filterOptions 검색 기준
351
+ * @param dateOptions 조회 기준일 (KST)
352
+ */
353
+ getGuildRanking(filterOptions?: GuildRankingApiFilterOptions, dateOptions?: DateOptions): Promise<GuildRankingResponseDto>;
354
+ /**
355
+ * 무릉도장 랭킹 정보를 조회합니다.
356
+ * - 2023년 12월 22일 데이터부터 조회할 수 있습니다.
357
+ * - 오전 8시 30분부터 오늘의 랭킹 정보를 조회할 수 있습니다.
358
+ * - 게임 콘텐츠 변경으로 ocid가 변경될 수 있습니다. ocid 기반 서비스 갱신 시 유의해 주시길 바랍니다.
359
+ *
360
+ * @param filterOptions 검색 기준
361
+ * @param dateOptions 조회 기준일 (KST)
362
+ */
363
+ getDojangRanking(filterOptions?: DojangRankingApiFilterOptions, dateOptions?: DateOptions): Promise<DojangRankingResponseDto>;
364
+ /**
365
+ * 더 시드 랭킹 정보를 조회합니다.
366
+ * - 2023년 12월 22일 데이터부터 조회할 수 있습니다.
367
+ * - 오전 8시 30분부터 오늘의 랭킹 정보를 조회할 수 있습니다.
368
+ * - 게임 콘텐츠 변경으로 ocid가 변경될 수 있습니다. ocid 기반 서비스 갱신 시 유의해 주시길 바랍니다.
369
+ *
370
+ * @param filterOptions 검색 기준
371
+ * @param dateOptions 조회 기준일 (KST)
372
+ */
373
+ getSeedRanking(filterOptions?: TheSeedRankingApiFilterOptions, dateOptions?: DateOptions): Promise<TheSeedRankingResponseDto>;
374
+ /**
375
+ * 업적 랭킹 정보를 조회합니다.
376
+ * - 2023년 12월 22일 데이터부터 조회할 수 있습니다.
377
+ * - 오전 8시 30분부터 오늘의 랭킹 정보를 조회할 수 있습니다.
378
+ * - 게임 콘텐츠 변경으로 ocid가 변경될 수 있습니다. ocid 기반 서비스 갱신 시 유의해 주시길 바랍니다.
379
+ *
380
+ * @param filterOptions 검색 기준
381
+ * @param dateOptions 조회 기준일 (KST)
382
+ */
383
+ getAchievementRanking(filterOptions?: AchievementRankingApiFilterOptions, dateOptions?: DateOptions): Promise<AchievementRankingResponseDto>;
35
384
  /**
36
385
  * 서버 점검 정보를 조회합니다.
386
+ * - 2023년 12월 22일 데이터부터 조회할 수 있습니다.
387
+ * - 오전 8시 30분부터 오늘의 랭킹 정보를 조회할 수 있습니다.
388
+ * - 게임 콘텐츠 변경으로 ocid가 변경될 수 있습니다. ocid 기반 서비스 갱신 시 유의해 주시길 바랍니다.
37
389
  */
38
390
  getInspectionInfo(): Promise<InspectionInfoDto>;
39
391
  private buildHeaders;
392
+ private static toDateString;
40
393
  }
394
+ type OverallRankingApiFilterOptions = {
395
+ /**
396
+ * 월드 명
397
+ *
398
+ * - 스카니아
399
+ * - 베라
400
+ * - 루나
401
+ * - 제니스
402
+ * - 크로아
403
+ * - 유니온
404
+ * - 엘리시움
405
+ * - 이노시스
406
+ * - 레드
407
+ * - 오로라
408
+ * - 아케인
409
+ * - 노바
410
+ * - 리부트
411
+ * - 리부트2
412
+ * - 버닝
413
+ * - 버닝2
414
+ * - 버닝3
415
+ */
416
+ worldName?: string;
417
+ /**
418
+ * 월드 타입 (0:일반, 1:리부트) (기본 값은 0이며, world_name 입력 시 미 반영)
419
+ */
420
+ worldType?: number;
421
+ /**
422
+ * 직업 및 전직
423
+ * - 초보자-전체 전직
424
+ * - 전사-전체 전직
425
+ * - 전사-검사
426
+ * - 전사-파이터
427
+ * - 전사-페이지
428
+ * - 전사-스피어맨
429
+ * - 전사-크루세이더
430
+ * - 전사-나이트
431
+ * - 전사-버서커
432
+ * - 전사-히어로
433
+ * - 전사-팔라딘
434
+ * - 전사-다크나이트
435
+ * - 마법사-전체 전직
436
+ * - 마법사-매지션
437
+ * - 마법사-위자드(불,독)
438
+ * - 마법사-위자드(썬,콜)
439
+ * - 마법사-클레릭
440
+ * - 마법사-메이지(불,독)
441
+ * - 마법사-메이지(썬,콜)
442
+ * - 마법사-프리스트
443
+ * - 마법사-아크메이지(불,독)
444
+ * - 마법사-아크메이지(썬,콜)
445
+ * - 마법사-비숍
446
+ * - 궁수-전체 전직
447
+ * - 궁수-아처
448
+ * - 궁수-헌터
449
+ * - 궁수-사수
450
+ * - 궁수-레인저
451
+ * - 궁수-저격수
452
+ * - 궁수-보우마스터
453
+ * - 궁수-신궁
454
+ * - 궁수-아처(패스파인더)
455
+ * - 궁수-에인션트아처
456
+ * - 궁수-체이서
457
+ * - 궁수-패스파인더
458
+ * - 도적-전체 전직
459
+ * - 도적-로그
460
+ * - 도적-어쌔신
461
+ * - 도적-시프
462
+ * - 도적-허밋
463
+ * - 도적-시프마스터
464
+ * - 도적-나이트로드
465
+ * - 도적-섀도어
466
+ * - 도적-세미듀어러
467
+ * - 도적-듀어러
468
+ * - 도적-듀얼마스터
469
+ * - 도적-슬래셔
470
+ * - 도적-듀얼블레이더
471
+ * - 해적-전체 전직
472
+ * - 해적-해적
473
+ * - 해적-인파이터
474
+ * - 해적-건슬링거
475
+ * - 해적-캐논슈터
476
+ * - 해적-버커니어
477
+ * - 해적-발키리
478
+ * - 해적-캐논블래스터
479
+ * - 해적-바이퍼
480
+ * - 해적-캡틴
481
+ * - 해적-캐논마스터
482
+ * - 기사단-전체 전직
483
+ * - 기사단-노블레스
484
+ * - 기사단-소울마스터
485
+ * - 기사단-플레임위자드
486
+ * - 기사단-윈드브레이커
487
+ * - 기사단-나이트워커
488
+ * - 기사단-스트라이커
489
+ * - 기사단-미하일
490
+ * - 아란-전체 전직
491
+ * - 에반-전체 전직
492
+ * - 레지스탕스-전체 전직
493
+ * - 레지스탕스-시티즌
494
+ * - 레지스탕스-배틀메이지
495
+ * - 레지스탕스-와일드헌터
496
+ * - 레지스탕스-메카닉
497
+ * - 레지스탕스-데몬슬레이어
498
+ * - 레지스탕스-데몬어벤져
499
+ * - 레지스탕스-제논
500
+ * - 레지스탕스-블래스터
501
+ * - 메르세데스-전체 전직
502
+ * - 팬텀-전체 전직
503
+ * - 루미너스-전체 전직
504
+ * - 카이저-전체 전직
505
+ * - 엔젤릭버스터-전체 전직
506
+ * - 초월자-전체 전직
507
+ * - 초월자-제로
508
+ * - 은월-전체 전직
509
+ * - 프렌즈 월드-전체 전직
510
+ * - 프렌즈 월드-키네시스
511
+ * - 카데나-전체 전직
512
+ * - 일리움-전체 전직
513
+ * - 아크-전체 전직
514
+ * - 호영-전체 전직
515
+ * - 아델-전체 전직
516
+ * - 카인-전체 전직
517
+ * - 라라-전체 전직
518
+ * - 칼리-전체 전직
519
+ */
520
+ characterClass?: string;
521
+ /**
522
+ * 캐릭터 식별자
523
+ */
524
+ ocid?: string;
525
+ /**
526
+ * 페이지 번호
527
+ */
528
+ page?: number;
529
+ };
530
+ type UnionRankingApiFilterOptions = {
531
+ /**
532
+ * 월드 명
533
+ *
534
+ * - 스카니아
535
+ * - 베라
536
+ * - 루나
537
+ * - 제니스
538
+ * - 크로아
539
+ * - 유니온
540
+ * - 엘리시움
541
+ * - 이노시스
542
+ * - 레드
543
+ * - 오로라
544
+ * - 아케인
545
+ * - 노바
546
+ * - 리부트
547
+ * - 리부트2
548
+ * - 버닝
549
+ * - 버닝2
550
+ * - 버닝3
551
+ */
552
+ worldName?: string;
553
+ /**
554
+ * 캐릭터 식별자
555
+ */
556
+ ocid?: string;
557
+ /**
558
+ * 페이지 번호
559
+ */
560
+ page?: number;
561
+ };
562
+ type GuildRankingApiFilterOptions = {
563
+ /**
564
+ * 월드 명
565
+ *
566
+ * - 스카니아
567
+ * - 베라
568
+ * - 루나
569
+ * - 제니스
570
+ * - 크로아
571
+ * - 유니온
572
+ * - 엘리시움
573
+ * - 이노시스
574
+ * - 레드
575
+ * - 오로라
576
+ * - 아케인
577
+ * - 노바
578
+ * - 리부트
579
+ * - 리부트2
580
+ * - 버닝
581
+ * - 버닝2
582
+ * - 버닝3
583
+ */
584
+ worldName?: string;
585
+ /**
586
+ * 랭킹 타입 (0:주간 명성치, 1:플래그 레이스, 2:지하 수로)
587
+ */
588
+ rankingType: number;
589
+ /**
590
+ * 캐릭터 식별자
591
+ */
592
+ ocid?: string;
593
+ /**
594
+ * 페이지 번호
595
+ */
596
+ page?: number;
597
+ };
598
+ type DojangRankingApiFilterOptions = {
599
+ /**
600
+ * 월드 명
601
+ *
602
+ * - 스카니아
603
+ * - 베라
604
+ * - 루나
605
+ * - 제니스
606
+ * - 크로아
607
+ * - 유니온
608
+ * - 엘리시움
609
+ * - 이노시스
610
+ * - 레드
611
+ * - 오로라
612
+ * - 아케인
613
+ * - 노바
614
+ * - 리부트
615
+ * - 리부트2
616
+ * - 버닝
617
+ * - 버닝2
618
+ * - 버닝3
619
+ */
620
+ worldName?: string;
621
+ /**
622
+ * 구간 (0:일반, 1:통달)
623
+ */
624
+ difficulty: number;
625
+ /**
626
+ * 직업 및 전직
627
+ * - 초보자-전체 전직
628
+ * - 전사-전체 전직
629
+ * - 전사-검사
630
+ * - 전사-파이터
631
+ * - 전사-페이지
632
+ * - 전사-스피어맨
633
+ * - 전사-크루세이더
634
+ * - 전사-나이트
635
+ * - 전사-버서커
636
+ * - 전사-히어로
637
+ * - 전사-팔라딘
638
+ * - 전사-다크나이트
639
+ * - 마법사-전체 전직
640
+ * - 마법사-매지션
641
+ * - 마법사-위자드(불,독)
642
+ * - 마법사-위자드(썬,콜)
643
+ * - 마법사-클레릭
644
+ * - 마법사-메이지(불,독)
645
+ * - 마법사-메이지(썬,콜)
646
+ * - 마법사-프리스트
647
+ * - 마법사-아크메이지(불,독)
648
+ * - 마법사-아크메이지(썬,콜)
649
+ * - 마법사-비숍
650
+ * - 궁수-전체 전직
651
+ * - 궁수-아처
652
+ * - 궁수-헌터
653
+ * - 궁수-사수
654
+ * - 궁수-레인저
655
+ * - 궁수-저격수
656
+ * - 궁수-보우마스터
657
+ * - 궁수-신궁
658
+ * - 궁수-아처(패스파인더)
659
+ * - 궁수-에인션트아처
660
+ * - 궁수-체이서
661
+ * - 궁수-패스파인더
662
+ * - 도적-전체 전직
663
+ * - 도적-로그
664
+ * - 도적-어쌔신
665
+ * - 도적-시프
666
+ * - 도적-허밋
667
+ * - 도적-시프마스터
668
+ * - 도적-나이트로드
669
+ * - 도적-섀도어
670
+ * - 도적-세미듀어러
671
+ * - 도적-듀어러
672
+ * - 도적-듀얼마스터
673
+ * - 도적-슬래셔
674
+ * - 도적-듀얼블레이더
675
+ * - 해적-전체 전직
676
+ * - 해적-해적
677
+ * - 해적-인파이터
678
+ * - 해적-건슬링거
679
+ * - 해적-캐논슈터
680
+ * - 해적-버커니어
681
+ * - 해적-발키리
682
+ * - 해적-캐논블래스터
683
+ * - 해적-바이퍼
684
+ * - 해적-캡틴
685
+ * - 해적-캐논마스터
686
+ * - 기사단-전체 전직
687
+ * - 기사단-노블레스
688
+ * - 기사단-소울마스터
689
+ * - 기사단-플레임위자드
690
+ * - 기사단-윈드브레이커
691
+ * - 기사단-나이트워커
692
+ * - 기사단-스트라이커
693
+ * - 기사단-미하일
694
+ * - 아란-전체 전직
695
+ * - 에반-전체 전직
696
+ * - 레지스탕스-전체 전직
697
+ * - 레지스탕스-시티즌
698
+ * - 레지스탕스-배틀메이지
699
+ * - 레지스탕스-와일드헌터
700
+ * - 레지스탕스-메카닉
701
+ * - 레지스탕스-데몬슬레이어
702
+ * - 레지스탕스-데몬어벤져
703
+ * - 레지스탕스-제논
704
+ * - 레지스탕스-블래스터
705
+ * - 메르세데스-전체 전직
706
+ * - 팬텀-전체 전직
707
+ * - 루미너스-전체 전직
708
+ * - 카이저-전체 전직
709
+ * - 엔젤릭버스터-전체 전직
710
+ * - 초월자-전체 전직
711
+ * - 초월자-제로
712
+ * - 은월-전체 전직
713
+ * - 프렌즈 월드-전체 전직
714
+ * - 프렌즈 월드-키네시스
715
+ * - 카데나-전체 전직
716
+ * - 일리움-전체 전직
717
+ * - 아크-전체 전직
718
+ * - 호영-전체 전직
719
+ * - 아델-전체 전직
720
+ * - 카인-전체 전직
721
+ * - 라라-전체 전직
722
+ * - 칼리-전체 전직
723
+ */
724
+ characterClass?: string;
725
+ /**
726
+ * 캐릭터 식별자
727
+ */
728
+ ocid?: string;
729
+ /**
730
+ * 페이지 번호
731
+ */
732
+ page?: number;
733
+ };
734
+ type TheSeedRankingApiFilterOptions = {
735
+ /**
736
+ * 월드 명
737
+ *
738
+ * - 스카니아
739
+ * - 베라
740
+ * - 루나
741
+ * - 제니스
742
+ * - 크로아
743
+ * - 유니온
744
+ * - 엘리시움
745
+ * - 이노시스
746
+ * - 레드
747
+ * - 오로라
748
+ * - 아케인
749
+ * - 노바
750
+ * - 리부트
751
+ * - 리부트2
752
+ * - 버닝
753
+ * - 버닝2
754
+ * - 버닝3
755
+ */
756
+ worldName?: string;
757
+ /**
758
+ * 캐릭터 식별자
759
+ */
760
+ ocid?: string;
761
+ /**
762
+ * 페이지 번호
763
+ */
764
+ page?: number;
765
+ };
766
+ type AchievementRankingApiFilterOptions = {
767
+ /**
768
+ * 캐릭터 식별자
769
+ */
770
+ ocid?: string;
771
+ /**
772
+ * 페이지 번호
773
+ */
774
+ page?: number;
775
+ };
41
776
  type DateOptions = {
42
777
  year: number;
43
778
  month: number;
44
779
  day: number;
45
780
  };
46
- export { MapleStoryApi };
781
+ type MapleStoryErrorBody = {
782
+ error: {
783
+ name: string;
784
+ message: string;
785
+ };
786
+ };
787
+ export { MapleStoryApi, MapleStoryErrorBody };