maplestory-openapi 2.1.0 → 2.2.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 (100) hide show
  1. package/README.md +1 -1
  2. package/dist/index.js +2033 -1883
  3. package/dist/index.min.js +1 -1
  4. package/dist/index.mjs +2033 -1883
  5. package/package.json +12 -1
  6. package/types/maplestory/api/dto/achievementRankingDto.d.ts +1 -1
  7. package/types/maplestory/api/dto/achievementRankingResponseDto.d.ts +2 -2
  8. package/types/maplestory/api/dto/characterAbilityDto.d.ts +2 -2
  9. package/types/maplestory/api/dto/characterAbilityInfoDto.d.ts +1 -1
  10. package/types/maplestory/api/dto/characterAndroidCashItemEquipmentColoringPrismDto.d.ts +1 -1
  11. package/types/maplestory/api/dto/characterAndroidCashItemEquipmentDto.d.ts +3 -3
  12. package/types/maplestory/api/dto/characterAndroidCashItemEquipmentOptionDto.d.ts +1 -1
  13. package/types/maplestory/api/dto/characterAndroidEquipmentDto.d.ts +4 -4
  14. package/types/maplestory/api/dto/characterAndroidEquipmentFaceDto.d.ts +1 -1
  15. package/types/maplestory/api/dto/characterAndroidEquipmentHairDto.d.ts +1 -1
  16. package/types/maplestory/api/dto/characterBasicDto.d.ts +1 -1
  17. package/types/maplestory/api/dto/characterBeautyEquipmentDto.d.ts +3 -3
  18. package/types/maplestory/api/dto/characterBeautyEquipmentFaceDto.d.ts +1 -1
  19. package/types/maplestory/api/dto/characterBeautyEquipmentHairDto.d.ts +1 -1
  20. package/types/maplestory/api/dto/characterCashItemEquipmentColoringPrismDto.d.ts +1 -1
  21. package/types/maplestory/api/dto/characterCashItemEquipmentDto.d.ts +2 -2
  22. package/types/maplestory/api/dto/characterCashItemEquipmentOptionDto.d.ts +1 -1
  23. package/types/maplestory/api/dto/characterCashItemEquipmentPresetDto.d.ts +3 -3
  24. package/types/maplestory/api/dto/characterDojangDto.d.ts +1 -1
  25. package/types/maplestory/api/dto/characterDto.d.ts +1 -1
  26. package/types/maplestory/api/dto/characterHexaMatrixDto.d.ts +2 -2
  27. package/types/maplestory/api/dto/characterHexaMatrixEquipmentDto.d.ts +2 -2
  28. package/types/maplestory/api/dto/characterHexaMatrixEquipmentLinkedSkillDto.d.ts +1 -1
  29. package/types/maplestory/api/dto/characterHexaMatrixStatCoreDto.d.ts +1 -1
  30. package/types/maplestory/api/dto/characterHexaMatrixStatDto.d.ts +2 -2
  31. package/types/maplestory/api/dto/characterHyperStatDto.d.ts +2 -2
  32. package/types/maplestory/api/dto/characterHyperStatInfoDto.d.ts +1 -1
  33. package/types/maplestory/api/dto/characterItemEquipmentAddOptionDto.d.ts +1 -1
  34. package/types/maplestory/api/dto/characterItemEquipmentBaseOptionDto.d.ts +1 -1
  35. package/types/maplestory/api/dto/characterItemEquipmentDto.d.ts +3 -3
  36. package/types/maplestory/api/dto/characterItemEquipmentEtcOptionDto.d.ts +1 -1
  37. package/types/maplestory/api/dto/characterItemEquipmentExceptionalOptionDto.d.ts +1 -1
  38. package/types/maplestory/api/dto/characterItemEquipmentInfoDto.d.ts +7 -7
  39. package/types/maplestory/api/dto/characterItemEquipmentStarforceOptionDto.d.ts +1 -1
  40. package/types/maplestory/api/dto/characterItemEquipmentTitleDto.d.ts +1 -1
  41. package/types/maplestory/api/dto/characterItemEquipmentTotalOptionDto.d.ts +1 -1
  42. package/types/maplestory/api/dto/characterLinkSkillDto.d.ts +2 -2
  43. package/types/maplestory/api/dto/characterLinkSkillInfoDto.d.ts +1 -1
  44. package/types/maplestory/api/dto/characterPetEquipmentAutoSkillDto.d.ts +1 -1
  45. package/types/maplestory/api/dto/characterPetEquipmentDto.d.ts +3 -3
  46. package/types/maplestory/api/dto/characterPetEquipmentItemDto.d.ts +2 -2
  47. package/types/maplestory/api/dto/characterPetEquipmentItemOptionDto.d.ts +1 -1
  48. package/types/maplestory/api/dto/characterPopularityDto.d.ts +1 -1
  49. package/types/maplestory/api/dto/characterPropensityDto.d.ts +1 -1
  50. package/types/maplestory/api/dto/characterSetEffectDto.d.ts +2 -2
  51. package/types/maplestory/api/dto/characterSetEffectInfoDto.d.ts +2 -2
  52. package/types/maplestory/api/dto/characterSetEffectOptionInfoDto.d.ts +1 -1
  53. package/types/maplestory/api/dto/characterSkillDto.d.ts +2 -2
  54. package/types/maplestory/api/dto/characterSkillInfoDto.d.ts +1 -1
  55. package/types/maplestory/api/dto/characterStatDto.d.ts +1 -1
  56. package/types/maplestory/api/dto/characterSymbolEquipmentDto.d.ts +2 -2
  57. package/types/maplestory/api/dto/characterSymbolEquipmentInfoDto.d.ts +1 -1
  58. package/types/maplestory/api/dto/characterVMatrixCoreEquipmentDto.d.ts +1 -1
  59. package/types/maplestory/api/dto/characterVMatrixDto.d.ts +2 -2
  60. package/types/maplestory/api/dto/cubeHistoryDto.d.ts +3 -3
  61. package/types/maplestory/api/dto/cubeHistoryResponseDto.d.ts +2 -2
  62. package/types/maplestory/api/dto/cubeResultOptionDto.d.ts +2 -2
  63. package/types/maplestory/api/dto/dojangRankingDto.d.ts +1 -1
  64. package/types/maplestory/api/dto/dojangRankingResponseDto.d.ts +2 -2
  65. package/types/maplestory/api/dto/guildBasicDto.d.ts +2 -2
  66. package/types/maplestory/api/dto/guildDto.d.ts +1 -1
  67. package/types/maplestory/api/dto/guildRankingDto.d.ts +1 -1
  68. package/types/maplestory/api/dto/guildRankingResponseDto.d.ts +2 -2
  69. package/types/maplestory/api/dto/guildSkillDto.d.ts +1 -1
  70. package/types/maplestory/api/dto/inspectionInfoDto.d.ts +1 -1
  71. package/types/maplestory/api/dto/overallRankingDto.d.ts +1 -1
  72. package/types/maplestory/api/dto/overallRankingResponseDto.d.ts +2 -2
  73. package/types/maplestory/api/dto/theSeedRankingDto.d.ts +1 -1
  74. package/types/maplestory/api/dto/theSeedRankingResponseDto.d.ts +2 -2
  75. package/types/maplestory/api/dto/unionDto.d.ts +1 -1
  76. package/types/maplestory/api/dto/unionRaiderBlockDto.d.ts +3 -3
  77. package/types/maplestory/api/dto/unionRaiderBlockPositionDto.d.ts +1 -1
  78. package/types/maplestory/api/dto/unionRaiderControlPointDto.d.ts +1 -1
  79. package/types/maplestory/api/dto/unionRaiderDto.d.ts +3 -3
  80. package/types/maplestory/api/dto/unionRaiderInnerStatDto.d.ts +1 -1
  81. package/types/maplestory/api/dto/unionRankingDto.d.ts +1 -1
  82. package/types/maplestory/api/dto/unionRankingResponseDto.d.ts +2 -2
  83. package/types/maplestory/api/mapleStoryApi.d.ts +76 -65
  84. package/types/maplestory/api/mapleStoryApiError.d.ts +1 -1
  85. package/types/maplestory/api/response/achievementRankingResponseDtoBody.d.ts +1 -1
  86. package/types/maplestory/api/response/characterBeautyEquipmentDtoBody.d.ts +1 -1
  87. package/types/maplestory/api/response/characterCashItemEquipmentDtoBody.d.ts +1 -1
  88. package/types/maplestory/api/response/characterHexaMatrixDtoBody.d.ts +1 -1
  89. package/types/maplestory/api/response/characterHexaMatrixStatDtoBody.d.ts +1 -1
  90. package/types/maplestory/api/response/characterItemEquipmentDtoBody.d.ts +1 -1
  91. package/types/maplestory/api/response/characterSetEffectDtoBody.d.ts +1 -1
  92. package/types/maplestory/api/response/characterSymbolEquipmentDtoBody.d.ts +1 -1
  93. package/types/maplestory/api/response/cubeHistoryDtoBody.d.ts +1 -1
  94. package/types/maplestory/api/response/cubeHistoryResponseDtoBody.d.ts +1 -1
  95. package/types/maplestory/api/response/dojangRankingResponseDtoBody.d.ts +1 -1
  96. package/types/maplestory/api/response/guildRankingResponseDtoBody.d.ts +1 -1
  97. package/types/maplestory/api/response/inspectionInfoSoapBody.d.ts +63 -71
  98. package/types/maplestory/api/response/overallRankingResponseDtoBody.d.ts +1 -1
  99. package/types/maplestory/api/response/unionRaiderDtoBody.d.ts +1 -1
  100. package/types/maplestory/api/response/unionRankingResponseDtoBody.d.ts +1 -1
@@ -1,5 +1,5 @@
1
- import { OverallRankingDto } from "./overallRankingDto";
2
- import { OverallRankingResponseDtoBody } from "../response/overallRankingResponseDtoBody";
1
+ import { OverallRankingDto } from './overallRankingDto';
2
+ import { OverallRankingResponseDtoBody } from '../response/overallRankingResponseDtoBody';
3
3
  /**
4
4
  * 종합 랭킹 응답 정보
5
5
  */
@@ -1,4 +1,4 @@
1
- import { TheSeedRankingDtoBody } from "../response/theSeedRankingResponseDtoBody";
1
+ import { TheSeedRankingDtoBody } from '../response/theSeedRankingResponseDtoBody';
2
2
  /**
3
3
  * 더 시드 랭킹 정보
4
4
  */
@@ -1,5 +1,5 @@
1
- import { TheSeedRankingDto } from "./theSeedRankingDto";
2
- import { TheSeedRankingResponseDtoBody } from "../response/theSeedRankingResponseDtoBody";
1
+ import { TheSeedRankingDto } from './theSeedRankingDto';
2
+ import { TheSeedRankingResponseDtoBody } from '../response/theSeedRankingResponseDtoBody';
3
3
  /**
4
4
  * 더 시드 랭킹 응답 정보
5
5
  */
@@ -1,4 +1,4 @@
1
- import { UnionDtoBody } from "../response/unionDtoBody";
1
+ import { UnionDtoBody } from '../response/unionDtoBody';
2
2
  /**
3
3
  * 유니온 정보
4
4
  */
@@ -1,6 +1,6 @@
1
- import { UnionRaiderBlockDtoBody } from "../response/unionRaiderDtoBody";
2
- import { UnionRaiderBlockPositionDto } from "./unionRaiderBlockPositionDto";
3
- import { UnionRaiderBlockControlPointDto } from "./unionRaiderControlPointDto";
1
+ import { UnionRaiderBlockPositionDto } from './unionRaiderBlockPositionDto';
2
+ import { UnionRaiderBlockControlPointDto } from './unionRaiderControlPointDto';
3
+ import { UnionRaiderBlockDtoBody } from '../response/unionRaiderDtoBody';
4
4
  /**
5
5
  * 유니온 블록 정보
6
6
  */
@@ -1,4 +1,4 @@
1
- import { UnionRaiderBlockPositionDtoBody } from "../response/unionRaiderDtoBody";
1
+ import { UnionRaiderBlockPositionDtoBody } from '../response/unionRaiderDtoBody';
2
2
  /**
3
3
  * 유니온 블록이 차지하고 있는 영역 좌표들
4
4
  */
@@ -1,4 +1,4 @@
1
- import { UnionRaiderBlockControlPointDtoBody } from "../response/unionRaiderDtoBody";
1
+ import { UnionRaiderBlockControlPointDtoBody } from '../response/unionRaiderDtoBody';
2
2
  /**
3
3
  * 유니온 블록 기준점 좌표 정보
4
4
  */
@@ -1,6 +1,6 @@
1
- import { UnionRaiderDtoBody } from "../response/unionRaiderDtoBody";
2
- import { UnionRaiderInnerStatDto } from "./unionRaiderInnerStatDto";
3
- import { UnionRaiderBlockDto } from "./unionRaiderBlockDto";
1
+ import { UnionRaiderBlockDto } from './unionRaiderBlockDto';
2
+ import { UnionRaiderInnerStatDto } from './unionRaiderInnerStatDto';
3
+ import { UnionRaiderDtoBody } from '../response/unionRaiderDtoBody';
4
4
  /**
5
5
  * 유니온 공격대 정보
6
6
  */
@@ -1,4 +1,4 @@
1
- import { UnionRaiderInnerStatDtoBody } from "../response/unionRaiderDtoBody";
1
+ import { UnionRaiderInnerStatDtoBody } from '../response/unionRaiderDtoBody';
2
2
  /**
3
3
  * 유니온 공격대 배치 정보
4
4
  */
@@ -1,4 +1,4 @@
1
- import { UnionRankingDtoBody } from "../response/unionRankingResponseDtoBody";
1
+ import { UnionRankingDtoBody } from '../response/unionRankingResponseDtoBody';
2
2
  /**
3
3
  * 유니온 랭킹 정보
4
4
  */
@@ -1,5 +1,5 @@
1
- import { UnionRankingDto } from "./unionRankingDto";
2
- import { UnionRankingResponseDtoBody } from "../response/unionRankingResponseDtoBody";
1
+ import { UnionRankingDto } from './unionRankingDto';
2
+ import { UnionRankingResponseDtoBody } from '../response/unionRankingResponseDtoBody';
3
3
  /**
4
4
  * 유니온 랭킹 응답 정보
5
5
  */
@@ -1,35 +1,35 @@
1
- import { CubeHistoryResponseDto } from "./dto/cubeHistoryResponseDto";
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";
1
+ import { AchievementRankingResponseDto } from './dto/achievementRankingResponseDto';
2
+ import { CharacterAbilityDto } from './dto/characterAbilityDto';
3
+ import { CharacterAndroidEquipmentDto } from './dto/characterAndroidEquipmentDto';
4
+ import { CharacterBasicDto } from './dto/characterBasicDto';
5
+ import { CharacterBeautyEquipmentDto } from './dto/characterBeautyEquipmentDto';
6
+ import { CharacterCashItemEquipmentDto } from './dto/characterCashItemEquipmentDto';
7
+ import { CharacterDojangDto } from './dto/characterDojangDto';
8
+ import { CharacterDto } from './dto/characterDto';
9
+ import { CharacterHexaMatrixDto } from './dto/characterHexaMatrixDto';
10
+ import { CharacterHexaMatrixStatDto } from './dto/characterHexaMatrixStatDto';
11
+ import { CharacterHyperStatDto } from './dto/characterHyperStatDto';
12
+ import { CharacterItemEquipmentDto } from './dto/characterItemEquipmentDto';
13
+ import { CharacterLinkSkillDto } from './dto/characterLinkSkillDto';
14
+ import { CharacterPetEquipmentDto } from './dto/characterPetEquipmentDto';
15
+ import { CharacterPopularityDto } from './dto/characterPopularityDto';
16
+ import { CharacterPropensityDto } from './dto/characterPropensityDto';
17
+ import { CharacterSetEffectDto } from './dto/characterSetEffectDto';
18
+ import { CharacterSkillDto } from './dto/characterSkillDto';
19
+ import { CharacterStatDto } from './dto/characterStatDto';
20
+ import { CharacterSymbolEquipmentDto } from './dto/characterSymbolEquipmentDto';
21
+ import { CharacterVMatrixDto } from './dto/characterVMatrixDto';
22
+ import { CubeHistoryResponseDto } from './dto/cubeHistoryResponseDto';
23
+ import { DojangRankingResponseDto } from './dto/dojangRankingResponseDto';
24
+ import { GuildBasicDto } from './dto/guildBasicDto';
25
+ import { GuildDto } from './dto/guildDto';
26
+ import { GuildRankingResponseDto } from './dto/guildRankingResponseDto';
27
+ import { InspectionInfoDto } from './dto/inspectionInfoDto';
28
+ import { OverallRankingResponseDto } from './dto/overallRankingResponseDto';
29
+ import { TheSeedRankingResponseDto } from './dto/theSeedRankingResponseDto';
30
+ import { UnionDto } from './dto/unionDto';
31
+ import { UnionRaiderDto } from './dto/unionRaiderDto';
32
+ import { UnionRankingResponseDto } from './dto/unionRankingResponseDto';
33
33
  /**
34
34
  * MapleStory OpenAPI client.<br>
35
35
  * This is an implementation of <a href="https://openapi.nexon.com/game/maplestory">MapleStory API</a>
@@ -43,7 +43,7 @@ declare class MapleStoryApi {
43
43
  /**
44
44
  * 캐릭터 식별자(ocid)를 조회합니다.
45
45
  * - 2023년 12월 21일 데이터부터 조회할 수 있습니다.
46
- * - 오전 1시부터 전일 데이터 조회가 가능합니다
46
+ * - 캐릭터 정보 조회 API는 일자별 데이터로 매일 오전 1시부터 전일 데이터 조회가 가능합니다. (예를 들어, 12월 22일 데이터를 조회하면 22일 00시부터 23일의 00시 사이의 데이터가 조회됩니다.)
47
47
  * - 게임 콘텐츠 변경으로 ocid가 변경될 수 있습니다. ocid 기반 서비스 갱신 시 유의해 주시길 바랍니다.
48
48
  *
49
49
  * @param characterName 캐릭터 명
@@ -52,17 +52,17 @@ declare class MapleStoryApi {
52
52
  /**
53
53
  * 기본 정보를 조회합니다.
54
54
  * - 2023년 12월 21일 데이터부터 조회할 수 있습니다.
55
- * - 오전 1시부터 전일 데이터 조회가 가능합니다
55
+ * - 캐릭터 정보 조회 API는 일자별 데이터로 매일 오전 1시부터 전일 데이터 조회가 가능합니다. (예를 들어, 12월 22일 데이터를 조회하면 22일 00시부터 23일의 00시 사이의 데이터가 조회됩니다.)
56
56
  * - 게임 콘텐츠 변경으로 ocid가 변경될 수 있습니다. ocid 기반 서비스 갱신 시 유의해 주시길 바랍니다.
57
57
  *
58
58
  * @param ocid 캐릭터 식별자
59
59
  * @param dateOptions 조회 기준일 (KST)
60
60
  */
61
- getCharacterBasicInfo(ocid: string, dateOptions?: DateOptions): Promise<CharacterBasicDto>;
61
+ getCharacterBasic(ocid: string, dateOptions?: DateOptions): Promise<CharacterBasicDto>;
62
62
  /**
63
63
  * 인기도 정보를 조회합니다.
64
64
  * - 2023년 12월 21일 데이터부터 조회할 수 있습니다.
65
- * - 오전 1시부터 전일 데이터 조회가 가능합니다
65
+ * - 캐릭터 정보 조회 API는 일자별 데이터로 매일 오전 1시부터 전일 데이터 조회가 가능합니다. (예를 들어, 12월 22일 데이터를 조회하면 22일 00시부터 23일의 00시 사이의 데이터가 조회됩니다.)
66
66
  * - 게임 콘텐츠 변경으로 ocid가 변경될 수 있습니다. ocid 기반 서비스 갱신 시 유의해 주시길 바랍니다.
67
67
  *
68
68
  * @param ocid 캐릭터 식별자
@@ -72,7 +72,7 @@ declare class MapleStoryApi {
72
72
  /**
73
73
  * 종합 능력치 정보를 조회합니다.
74
74
  * - 2023년 12월 21일 데이터부터 조회할 수 있습니다.
75
- * - 오전 1시부터 전일 데이터 조회가 가능합니다
75
+ * - 캐릭터 정보 조회 API는 일자별 데이터로 매일 오전 1시부터 전일 데이터 조회가 가능합니다. (예를 들어, 12월 22일 데이터를 조회하면 22일 00시부터 23일의 00시 사이의 데이터가 조회됩니다.)
76
76
  * - 게임 콘텐츠 변경으로 ocid가 변경될 수 있습니다. ocid 기반 서비스 갱신 시 유의해 주시길 바랍니다.
77
77
  *
78
78
  * @param ocid 캐릭터 식별자
@@ -82,7 +82,7 @@ declare class MapleStoryApi {
82
82
  /**
83
83
  * 하이퍼스탯 정보를 조회합니다.
84
84
  * - 2023년 12월 21일 데이터부터 조회할 수 있습니다.
85
- * - 오전 1시부터 전일 데이터 조회가 가능합니다
85
+ * - 캐릭터 정보 조회 API는 일자별 데이터로 매일 오전 1시부터 전일 데이터 조회가 가능합니다. (예를 들어, 12월 22일 데이터를 조회하면 22일 00시부터 23일의 00시 사이의 데이터가 조회됩니다.)
86
86
  * - 게임 콘텐츠 변경으로 ocid가 변경될 수 있습니다. ocid 기반 서비스 갱신 시 유의해 주시길 바랍니다.
87
87
  *
88
88
  * @param ocid 캐릭터 식별자
@@ -92,7 +92,7 @@ declare class MapleStoryApi {
92
92
  /**
93
93
  * 성향 정보를 조회합니다.
94
94
  * - 2023년 12월 21일 데이터부터 조회할 수 있습니다.
95
- * - 오전 1시부터 전일 데이터 조회가 가능합니다
95
+ * - 캐릭터 정보 조회 API는 일자별 데이터로 매일 오전 1시부터 전일 데이터 조회가 가능합니다. (예를 들어, 12월 22일 데이터를 조회하면 22일 00시부터 23일의 00시 사이의 데이터가 조회됩니다.)
96
96
  * - 게임 콘텐츠 변경으로 ocid가 변경될 수 있습니다. ocid 기반 서비스 갱신 시 유의해 주시길 바랍니다.
97
97
  *
98
98
  * @param ocid 캐릭터 식별자
@@ -102,7 +102,7 @@ declare class MapleStoryApi {
102
102
  /**
103
103
  * 어빌리티 정보를 조회합니다.
104
104
  * - 2023년 12월 21일 데이터부터 조회할 수 있습니다.
105
- * - 오전 1시부터 전일 데이터 조회가 가능합니다
105
+ * - 캐릭터 정보 조회 API는 일자별 데이터로 매일 오전 1시부터 전일 데이터 조회가 가능합니다. (예를 들어, 12월 22일 데이터를 조회하면 22일 00시부터 23일의 00시 사이의 데이터가 조회됩니다.)
106
106
  * - 게임 콘텐츠 변경으로 ocid가 변경될 수 있습니다. ocid 기반 서비스 갱신 시 유의해 주시길 바랍니다.
107
107
  *
108
108
  * @param ocid 캐릭터 식별자
@@ -112,7 +112,7 @@ declare class MapleStoryApi {
112
112
  /**
113
113
  * 장착한 장비 중 캐시 장비를 제외한 나머지 장비 정보를 조회합니다.
114
114
  * - 2023년 12월 21일 데이터부터 조회할 수 있습니다.
115
- * - 오전 1시부터 전일 데이터 조회가 가능합니다
115
+ * - 캐릭터 정보 조회 API는 일자별 데이터로 매일 오전 1시부터 전일 데이터 조회가 가능합니다. (예를 들어, 12월 22일 데이터를 조회하면 22일 00시부터 23일의 00시 사이의 데이터가 조회됩니다.)
116
116
  * - 게임 콘텐츠 변경으로 ocid가 변경될 수 있습니다. ocid 기반 서비스 갱신 시 유의해 주시길 바랍니다.
117
117
  *
118
118
  * @param ocid 캐릭터 식별자
@@ -122,7 +122,7 @@ declare class MapleStoryApi {
122
122
  /**
123
123
  * 장착한 캐시 장비 정보를 조회합니다.
124
124
  * - 2023년 12월 21일 데이터부터 조회할 수 있습니다.
125
- * - 오전 1시부터 전일 데이터 조회가 가능합니다
125
+ * - 캐릭터 정보 조회 API는 일자별 데이터로 매일 오전 1시부터 전일 데이터 조회가 가능합니다. (예를 들어, 12월 22일 데이터를 조회하면 22일 00시부터 23일의 00시 사이의 데이터가 조회됩니다.)
126
126
  * - 게임 콘텐츠 변경으로 ocid가 변경될 수 있습니다. ocid 기반 서비스 갱신 시 유의해 주시길 바랍니다.
127
127
  *
128
128
  * @param ocid 캐릭터 식별자
@@ -132,7 +132,7 @@ declare class MapleStoryApi {
132
132
  /**
133
133
  * 장착한 심볼 정보를 조회합니다.
134
134
  * - 2023년 12월 21일 데이터부터 조회할 수 있습니다.
135
- * - 오전 1시부터 전일 데이터 조회가 가능합니다
135
+ * - 캐릭터 정보 조회 API는 일자별 데이터로 매일 오전 1시부터 전일 데이터 조회가 가능합니다. (예를 들어, 12월 22일 데이터를 조회하면 22일 00시부터 23일의 00시 사이의 데이터가 조회됩니다.)
136
136
  * - 게임 콘텐츠 변경으로 ocid가 변경될 수 있습니다. ocid 기반 서비스 갱신 시 유의해 주시길 바랍니다.
137
137
  *
138
138
  * @param ocid 캐릭터 식별자
@@ -142,7 +142,7 @@ declare class MapleStoryApi {
142
142
  /**
143
143
  * 적용받고 있는 세트 효과 정보를 조회합니다.
144
144
  * - 2023년 12월 21일 데이터부터 조회할 수 있습니다.
145
- * - 오전 1시부터 전일 데이터 조회가 가능합니다
145
+ * - 캐릭터 정보 조회 API는 일자별 데이터로 매일 오전 1시부터 전일 데이터 조회가 가능합니다. (예를 들어, 12월 22일 데이터를 조회하면 22일 00시부터 23일의 00시 사이의 데이터가 조회됩니다.)
146
146
  * - 게임 콘텐츠 변경으로 ocid가 변경될 수 있습니다. ocid 기반 서비스 갱신 시 유의해 주시길 바랍니다.
147
147
  *
148
148
  * @param ocid 캐릭터 식별자
@@ -152,7 +152,7 @@ declare class MapleStoryApi {
152
152
  /**
153
153
  * 장착 중인 헤어, 성형, 피부 정보를 조회합니다.
154
154
  * - 2023년 12월 21일 데이터부터 조회할 수 있습니다.
155
- * - 오전 1시부터 전일 데이터 조회가 가능합니다
155
+ * - 캐릭터 정보 조회 API는 일자별 데이터로 매일 오전 1시부터 전일 데이터 조회가 가능합니다. (예를 들어, 12월 22일 데이터를 조회하면 22일 00시부터 23일의 00시 사이의 데이터가 조회됩니다.)
156
156
  * - 게임 콘텐츠 변경으로 ocid가 변경될 수 있습니다. ocid 기반 서비스 갱신 시 유의해 주시길 바랍니다.
157
157
  *
158
158
  * @param ocid 캐릭터 식별자
@@ -162,7 +162,7 @@ declare class MapleStoryApi {
162
162
  /**
163
163
  * 장착한 안드로이드 정보를 조회합니다.
164
164
  * - 2023년 12월 21일 데이터부터 조회할 수 있습니다.
165
- * - 오전 1시부터 전일 데이터 조회가 가능합니다
165
+ * - 캐릭터 정보 조회 API는 일자별 데이터로 매일 오전 1시부터 전일 데이터 조회가 가능합니다. (예를 들어, 12월 22일 데이터를 조회하면 22일 00시부터 23일의 00시 사이의 데이터가 조회됩니다.)
166
166
  * - 게임 콘텐츠 변경으로 ocid가 변경될 수 있습니다. ocid 기반 서비스 갱신 시 유의해 주시길 바랍니다.
167
167
  *
168
168
  * @param ocid 캐릭터 식별자
@@ -172,7 +172,7 @@ declare class MapleStoryApi {
172
172
  /**
173
173
  * 장착한 펫 및 펫 스킬, 장비 정보를 조회합니다.
174
174
  * - 2023년 12월 21일 데이터부터 조회할 수 있습니다.
175
- * - 오전 1시부터 전일 데이터 조회가 가능합니다
175
+ * - 캐릭터 정보 조회 API는 일자별 데이터로 매일 오전 1시부터 전일 데이터 조회가 가능합니다. (예를 들어, 12월 22일 데이터를 조회하면 22일 00시부터 23일의 00시 사이의 데이터가 조회됩니다.)
176
176
  * - 게임 콘텐츠 변경으로 ocid가 변경될 수 있습니다. ocid 기반 서비스 갱신 시 유의해 주시길 바랍니다.
177
177
  *
178
178
  * @param ocid 캐릭터 식별자
@@ -182,7 +182,7 @@ declare class MapleStoryApi {
182
182
  /**
183
183
  * 캐릭터 스킬과 하이퍼 스킬 정보를 조회합니다.
184
184
  * - 2023년 12월 21일 데이터부터 조회할 수 있습니다.
185
- * - 오전 1시부터 전일 데이터 조회가 가능합니다
185
+ * - 캐릭터 정보 조회 API는 일자별 데이터로 매일 오전 1시부터 전일 데이터 조회가 가능합니다. (예를 들어, 12월 22일 데이터를 조회하면 22일 00시부터 23일의 00시 사이의 데이터가 조회됩니다.)
186
186
  * - 게임 콘텐츠 변경으로 ocid가 변경될 수 있습니다. ocid 기반 서비스 갱신 시 유의해 주시길 바랍니다.
187
187
  *
188
188
  * @param ocid 캐릭터 식별자
@@ -204,7 +204,7 @@ declare class MapleStoryApi {
204
204
  /**
205
205
  * 장착 링크 스킬 정보를 조회합니다.
206
206
  * - 2023년 12월 21일 데이터부터 조회할 수 있습니다.
207
- * - 오전 1시부터 전일 데이터 조회가 가능합니다
207
+ * - 캐릭터 정보 조회 API는 일자별 데이터로 매일 오전 1시부터 전일 데이터 조회가 가능합니다. (예를 들어, 12월 22일 데이터를 조회하면 22일 00시부터 23일의 00시 사이의 데이터가 조회됩니다.)
208
208
  * - 게임 콘텐츠 변경으로 ocid가 변경될 수 있습니다. ocid 기반 서비스 갱신 시 유의해 주시길 바랍니다.
209
209
  *
210
210
  * @param ocid 캐릭터 식별자
@@ -214,7 +214,7 @@ declare class MapleStoryApi {
214
214
  /**
215
215
  * V매트릭스 슬롯 정보와 장착한 V코어 정보를 조회합니다.
216
216
  * - 2023년 12월 21일 데이터부터 조회할 수 있습니다.
217
- * - 오전 1시부터 전일 데이터 조회가 가능합니다
217
+ * - 캐릭터 정보 조회 API는 일자별 데이터로 매일 오전 1시부터 전일 데이터 조회가 가능합니다. (예를 들어, 12월 22일 데이터를 조회하면 22일 00시부터 23일의 00시 사이의 데이터가 조회됩니다.)
218
218
  * - 게임 콘텐츠 변경으로 ocid가 변경될 수 있습니다. ocid 기반 서비스 갱신 시 유의해 주시길 바랍니다.
219
219
  *
220
220
  * @param ocid 캐릭터 식별자
@@ -224,7 +224,7 @@ declare class MapleStoryApi {
224
224
  /**
225
225
  * HEXA 매트릭스에 장착한 HEXA 코어 정보를 조회합니다.
226
226
  * - 2023년 12월 21일 데이터부터 조회할 수 있습니다.
227
- * - 오전 1시부터 전일 데이터 조회가 가능합니다
227
+ * - 캐릭터 정보 조회 API는 일자별 데이터로 매일 오전 1시부터 전일 데이터 조회가 가능합니다. (예를 들어, 12월 22일 데이터를 조회하면 22일 00시부터 23일의 00시 사이의 데이터가 조회됩니다.)
228
228
  * - 게임 콘텐츠 변경으로 ocid가 변경될 수 있습니다. ocid 기반 서비스 갱신 시 유의해 주시길 바랍니다.
229
229
  *
230
230
  * @param ocid 캐릭터 식별자
@@ -234,7 +234,7 @@ declare class MapleStoryApi {
234
234
  /**
235
235
  * HEXA 매트릭스에 설정한 HEXA 스탯 정보를 조회합니다.
236
236
  * - 2023년 12월 21일 데이터부터 조회할 수 있습니다.
237
- * - 오전 1시부터 전일 데이터 조회가 가능합니다
237
+ * - 캐릭터 정보 조회 API는 일자별 데이터로 매일 오전 1시부터 전일 데이터 조회가 가능합니다. (예를 들어, 12월 22일 데이터를 조회하면 22일 00시부터 23일의 00시 사이의 데이터가 조회됩니다.)
238
238
  * - 게임 콘텐츠 변경으로 ocid가 변경될 수 있습니다. ocid 기반 서비스 갱신 시 유의해 주시길 바랍니다.
239
239
  *
240
240
  * @param ocid 캐릭터 식별자
@@ -244,7 +244,7 @@ declare class MapleStoryApi {
244
244
  /**
245
245
  * 캐릭터 무릉도장 최고 기록 정보를 조회합니다.
246
246
  * - 2023년 12월 21일 데이터부터 조회할 수 있습니다.
247
- * - 오전 1시부터 전일 데이터 조회가 가능합니다
247
+ * - 캐릭터 정보 조회 API는 일자별 데이터로 매일 오전 1시부터 전일 데이터 조회가 가능합니다. (예를 들어, 12월 22일 데이터를 조회하면 22일 00시부터 23일의 00시 사이의 데이터가 조회됩니다.)
248
248
  * - 게임 콘텐츠 변경으로 ocid가 변경될 수 있습니다. ocid 기반 서비스 갱신 시 유의해 주시길 바랍니다.
249
249
  *
250
250
  * @param ocid 캐릭터 식별자
@@ -254,27 +254,27 @@ declare class MapleStoryApi {
254
254
  /**
255
255
  * 유니온 정보를 조회합니다.
256
256
  * - 2023년 12월 21일 데이터부터 조회할 수 있습니다.
257
- * - 오전 1시부터 전일 데이터 조회가 가능합니다
257
+ * - 유니온 정보 조회 API는 일자별 데이터로 매일 오전 1시부터 전일 데이터 조회가 가능합니다. (예를 들어, 12월 22일 데이터를 조회하면 22일 00시부터 23일의 00시 사이의 데이터가 조회됩니다.)
258
258
  * - 게임 콘텐츠 변경으로 ocid가 변경될 수 있습니다. ocid 기반 서비스 갱신 시 유의해 주시길 바랍니다.
259
259
  *
260
260
  * @param ocid 캐릭터 식별자
261
- * @param dateOption 조회 기준일 (KST)
261
+ * @param dateOptions 조회 기준일 (KST)
262
262
  */
263
- getUnionInfo(ocid: string, dateOption?: DateOptions): Promise<UnionDto>;
263
+ getUnionInfo(ocid: string, dateOptions?: DateOptions): Promise<UnionDto>;
264
264
  /**
265
265
  * 유니온 공격대 정보를 조회합니다.
266
266
  * - 2023년 12월 21일 데이터부터 조회할 수 있습니다.
267
- * - 오전 1시부터 전일 데이터 조회가 가능합니다
267
+ * - 유니온 정보 조회 API는 일자별 데이터로 매일 오전 1시부터 전일 데이터 조회가 가능합니다. (예를 들어, 12월 22일 데이터를 조회하면 22일 00시부터 23일의 00시 사이의 데이터가 조회됩니다.)
268
268
  * - 게임 콘텐츠 변경으로 ocid가 변경될 수 있습니다. ocid 기반 서비스 갱신 시 유의해 주시길 바랍니다.
269
269
  *
270
270
  * @param ocid 캐릭터 식별자
271
- * @param dateOption 조회 기준일 (KST)
271
+ * @param dateOptions 조회 기준일 (KST)
272
272
  */
273
- getUnionRaiderInfo(ocid: string, dateOption?: DateOptions): Promise<UnionRaiderDto>;
273
+ getUnionRaiderInfo(ocid: string, dateOptions?: DateOptions): Promise<UnionRaiderDto>;
274
274
  /**
275
275
  * 길드 식별자(oguild_id) 정보를 조회합니다.
276
276
  * - 2023년 12월 21일 데이터부터 조회할 수 있습니다.
277
- * - 오전 1시부터 전일 데이터 조회가 가능합니다.
277
+ * - 길드 정보 조회 API는 일자별 데이터로 매일 오전 1시부터 전일 데이터 조회가 가능합니다. (예를 들어, 12월 22일 데이터를 조회하면 22일 00시부터 23일의 00시 사이의 데이터가 조회됩니다.).
278
278
  * - 게임 콘텐츠 변경으로 ocid가 변경될 수 있습니다. ocid 기반 서비스 갱신 시 유의해 주시길 바랍니다.
279
279
  *
280
280
  * @param guildName 길드 명
@@ -284,7 +284,7 @@ declare class MapleStoryApi {
284
284
  /**
285
285
  * 길드 기본 정보를 조회합니다.
286
286
  * - 2023년 12월 21일 데이터부터 조회할 수 있습니다.
287
- * - 오전 1시부터 전일 데이터 조회가 가능합니다.
287
+ * - 길드 정보 조회 API는 일자별 데이터로 매일 오전 1시부터 전일 데이터 조회가 가능합니다. (예를 들어, 12월 22일 데이터를 조회하면 22일 00시부터 23일의 00시 사이의 데이터가 조회됩니다.).
288
288
  * - 게임 콘텐츠 변경으로 ocid가 변경될 수 있습니다. ocid 기반 서비스 갱신 시 유의해 주시길 바랍니다.
289
289
  *
290
290
  * @param guildId 길드 식별자
@@ -292,7 +292,7 @@ declare class MapleStoryApi {
292
292
  */
293
293
  getGuildBasic(guildId: string, dateOptions?: DateOptions): Promise<GuildBasicDto>;
294
294
  /**
295
- * 오늘 날짜의 큐브 사용 결과를 조회합니다.
295
+ * 큐브 사용 결과를 조회합니다.
296
296
  * - 데이터는 매일 오전 4시, 전일 데이터가 갱신됩니다.
297
297
  * - e.g. 오늘 오후 3시 5분 큐브 확률 정보 조회 시, 어제의 큐브 확률 정보 데이터를 조회할 수 있습니다.
298
298
  * - 2022년 11월 25일 데이터부터 조회할 수 있습니다.
@@ -383,12 +383,23 @@ declare class MapleStoryApi {
383
383
  getAchievementRanking(filterOptions?: AchievementRankingApiFilterOptions, dateOptions?: DateOptions): Promise<AchievementRankingResponseDto>;
384
384
  /**
385
385
  * 서버 점검 정보를 조회합니다.
386
- * - 2023년 12월 22일 데이터부터 조회할 수 있습니다.
387
- * - 오전 8시 30분부터 오늘의 랭킹 정보를 조회할 수 있습니다.
388
- * - 게임 콘텐츠 변경으로 ocid가 변경될 수 있습니다. ocid 기반 서비스 갱신 시 유의해 주시길 바랍니다.
389
386
  */
390
387
  getInspectionInfo(): Promise<InspectionInfoDto>;
391
388
  private buildHeaders;
389
+ /**
390
+ * API 서버의 데이터 갱신 시간에 따라 데이터가 조회 가능한 최신 날짜를 반환합니다.
391
+ *
392
+ * @param options
393
+ * @private
394
+ */
395
+ private static getProperDefaultDateOptions;
396
+ /**
397
+ * 날짜 정보를 API 서버에서 요구하는 포맷으로 변환합니다.
398
+ *
399
+ * @param minDateOptions API 호출 가능한 최소 날짜
400
+ * @param dateOptions 조회 하려는 날짜
401
+ * @private
402
+ */
392
403
  private static toDateString;
393
404
  }
394
405
  type OverallRankingApiFilterOptions = {
@@ -1,4 +1,4 @@
1
- import { MapleStoryErrorBody } from "./mapleStoryApi";
1
+ import { MapleStoryErrorBody } from './mapleStoryApi';
2
2
  /**
3
3
  * MapleStory OpenAPI error.<br>
4
4
  * Please refer to <a href="https://openapi.nexon.com/guide/request-api/">MapleStory API guide</a> for the error details.
@@ -1,4 +1,4 @@
1
- import { RankingResponseDtoBody } from "./rankingResponseDtoBody";
1
+ import { RankingResponseDtoBody } from './rankingResponseDtoBody';
2
2
  type AchievementRankingResponseDtoBody = RankingResponseDtoBody<AchievementRankingDtoBody>;
3
3
  type AchievementRankingDtoBody = {
4
4
  date: string;
@@ -21,4 +21,4 @@ type CharacterBeautyEquipmentFaceDtoBody = {
21
21
  mix_color: string;
22
22
  mix_rate: string;
23
23
  };
24
- export type { CharacterBeautyEquipmentDtoBody, CharacterBeautyEquipmentHairDtoBody, CharacterBeautyEquipmentFaceDtoBody };
24
+ export type { CharacterBeautyEquipmentDtoBody, CharacterBeautyEquipmentHairDtoBody, CharacterBeautyEquipmentFaceDtoBody, };
@@ -33,4 +33,4 @@ type CharacterCashItemEquipmentColoringPrismDtoBody = {
33
33
  saturation: number;
34
34
  value: number;
35
35
  };
36
- export type { CharacterCashItemEquipmentDtoBody, CharacterCashItemEquipmentPresetDtoBody, CharacterCashItemEquipmentOptionDtoBody, CharacterCashItemEquipmentColoringPrismDtoBody };
36
+ export type { CharacterCashItemEquipmentDtoBody, CharacterCashItemEquipmentPresetDtoBody, CharacterCashItemEquipmentOptionDtoBody, CharacterCashItemEquipmentColoringPrismDtoBody, };
@@ -11,4 +11,4 @@ type CharacterHexaMatrixEquipmentDtoBody = {
11
11
  type CharacterHexaMatrixEquipmentLinkedSkillDtoBody = {
12
12
  hexa_skill_id: string;
13
13
  };
14
- export type { CharacterHexaMatrixDtoBody, CharacterHexaMatrixEquipmentDtoBody, CharacterHexaMatrixEquipmentLinkedSkillDtoBody };
14
+ export type { CharacterHexaMatrixDtoBody, CharacterHexaMatrixEquipmentDtoBody, CharacterHexaMatrixEquipmentLinkedSkillDtoBody, };
@@ -14,4 +14,4 @@ type CharacterHexaMatrixStatCoreDtoBody = {
14
14
  sub_stat_level_2: number;
15
15
  stat_grade: number;
16
16
  };
17
- export type { CharacterHexaMatrixStatDtoBody, CharacterHexaMatrixStatCoreDtoBody };
17
+ export type { CharacterHexaMatrixStatDtoBody, CharacterHexaMatrixStatCoreDtoBody, };
@@ -152,4 +152,4 @@ type CharacterItemEquipmentTitleDtoBody = {
152
152
  date_expire: string;
153
153
  date_option_expire: string | null;
154
154
  };
155
- export type { CharacterItemEquipmentDtoBody, CharacterItemEquipmentInfoDtoBody, CharacterItemEquipmentTitleDtoBody, CharacterItemEquipmentOptionDtoBody, CharacterItemEquipmentExceptionalOptionDtoBody, CharacterItemEquipmentTotalOptionDtoBody, CharacterItemEquipmentBaseOptionDtoBody, CharacterItemEquipmentAddOptionDtoBody, CharacterItemEquipmentEtcOptionDtoBody, CharacterItemEquipmentStarforceOptionDtoBody };
155
+ export type { CharacterItemEquipmentDtoBody, CharacterItemEquipmentInfoDtoBody, CharacterItemEquipmentTitleDtoBody, CharacterItemEquipmentOptionDtoBody, CharacterItemEquipmentExceptionalOptionDtoBody, CharacterItemEquipmentTotalOptionDtoBody, CharacterItemEquipmentBaseOptionDtoBody, CharacterItemEquipmentAddOptionDtoBody, CharacterItemEquipmentEtcOptionDtoBody, CharacterItemEquipmentStarforceOptionDtoBody, };
@@ -11,4 +11,4 @@ type CharacterSetEffectOptionInfoDtoBody = {
11
11
  set_count: number;
12
12
  set_option: string;
13
13
  };
14
- export { CharacterSetEffectDtoBody, CharacterSetEffectInfoDtoBody, CharacterSetEffectOptionInfoDtoBody };
14
+ export { CharacterSetEffectDtoBody, CharacterSetEffectInfoDtoBody, CharacterSetEffectOptionInfoDtoBody, };
@@ -17,4 +17,4 @@ type CharacterSymbolEquipmentInfoDtoBody = {
17
17
  symbol_growth_count: number;
18
18
  symbol_require_growth_count: number;
19
19
  };
20
- export type { CharacterSymbolEquipmentDtoBody, CharacterSymbolEquipmentInfoDtoBody };
20
+ export type { CharacterSymbolEquipmentDtoBody, CharacterSymbolEquipmentInfoDtoBody, };
@@ -1,4 +1,4 @@
1
- import { CubeResultOptionDtoBody } from "./cubeResultOptionDtoBody";
1
+ import { CubeResultOptionDtoBody } from './cubeResultOptionDtoBody';
2
2
  type CubeHistoryDtoBody = {
3
3
  id: string;
4
4
  character_name: string;
@@ -1,4 +1,4 @@
1
- import { CubeHistoryDtoBody } from "./cubeHistoryDtoBody";
1
+ import { CubeHistoryDtoBody } from './cubeHistoryDtoBody';
2
2
  type CubeHistoryResponseDtoBody = {
3
3
  count: number;
4
4
  cube_history: CubeHistoryDtoBody[];
@@ -1,4 +1,4 @@
1
- import { RankingResponseDtoBody } from "./rankingResponseDtoBody";
1
+ import { RankingResponseDtoBody } from './rankingResponseDtoBody';
2
2
  type DojangRankingResponseDtoBody = RankingResponseDtoBody<DojangRankingDtoBody>;
3
3
  type DojangRankingDtoBody = {
4
4
  date: string;
@@ -1,4 +1,4 @@
1
- import { RankingResponseDtoBody } from "./rankingResponseDtoBody";
1
+ import { RankingResponseDtoBody } from './rankingResponseDtoBody';
2
2
  type GuildRankingResponseDtoBody = RankingResponseDtoBody<GuildRankingDtoBody>;
3
3
  type GuildRankingDtoBody = {
4
4
  date: string;