maplestory-openapi 2.4.0 → 2.7.1

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 (97) hide show
  1. package/README.md +51 -39
  2. package/dist/index.js +1459 -1153
  3. package/dist/index.min.js +1 -1
  4. package/dist/index.mjs +1442 -1153
  5. package/package.json +6 -4
  6. package/types/index.d.ts +18 -3
  7. package/types/maplestory/api/dto/character/characterAbilityDto.d.ts +1 -1
  8. package/types/maplestory/api/dto/character/characterAndroidEquipmentDto.d.ts +2 -2
  9. package/types/maplestory/api/dto/character/characterAndroidEquipmentPresetDto.d.ts +2 -2
  10. package/types/maplestory/api/dto/character/characterBasicDto.d.ts +21 -1
  11. package/types/maplestory/api/dto/character/characterBeautyEquipmentDto.d.ts +1 -1
  12. package/types/maplestory/api/dto/character/characterCashItemEquipmentDto.d.ts +1 -1
  13. package/types/maplestory/api/dto/character/characterDojangDto.d.ts +1 -1
  14. package/types/maplestory/api/dto/character/characterHexaMatrixDto.d.ts +1 -1
  15. package/types/maplestory/api/dto/character/characterHexaMatrixStatDto.d.ts +1 -1
  16. package/types/maplestory/api/dto/character/characterHyperStatDto.d.ts +1 -1
  17. package/types/maplestory/api/dto/character/characterItemEquipmentDto.d.ts +3 -3
  18. package/types/maplestory/api/dto/character/characterLinkSkillDto.d.ts +1 -1
  19. package/types/maplestory/api/dto/character/characterLinkSkillInfoDto.d.ts +4 -0
  20. package/types/maplestory/api/dto/character/characterListAccountCharacterDto.d.ts +28 -0
  21. package/types/maplestory/api/dto/character/characterListAccountDto.d.ts +17 -0
  22. package/types/maplestory/api/dto/character/characterListDto.d.ts +13 -0
  23. package/types/maplestory/api/dto/character/characterPetEquipmentDto.d.ts +1 -1
  24. package/types/maplestory/api/dto/character/characterPopularityDto.d.ts +1 -1
  25. package/types/maplestory/api/dto/character/characterPropensityDto.d.ts +1 -1
  26. package/types/maplestory/api/dto/character/characterSetEffectDto.d.ts +3 -3
  27. package/types/maplestory/api/dto/character/characterSetEffectInfoDto.d.ts +5 -10
  28. package/types/maplestory/api/dto/character/characterSetEffectOptionFullDto.d.ts +16 -0
  29. package/types/maplestory/api/dto/character/characterSetEffectSetDto.d.ts +26 -0
  30. package/types/maplestory/api/dto/character/characterSkillDto.d.ts +1 -1
  31. package/types/maplestory/api/dto/character/characterSkillInfoDto.d.ts +4 -0
  32. package/types/maplestory/api/dto/character/characterStatDto.d.ts +1 -1
  33. package/types/maplestory/api/dto/character/characterSymbolEquipmentDto.d.ts +1 -1
  34. package/types/maplestory/api/dto/character/characterVMatrixCoreEquipmentDto.d.ts +2 -2
  35. package/types/maplestory/api/dto/character/characterVMatrixDto.d.ts +1 -1
  36. package/types/maplestory/api/dto/guild/guildBasicDto.d.ts +1 -9
  37. package/types/maplestory/api/dto/history/cubeHistoryDto.d.ts +1 -1
  38. package/types/maplestory/api/dto/history/cubeResultOptionDto.d.ts +1 -1
  39. package/types/maplestory/api/dto/history/potentialHistoryDto.d.ts +2 -2
  40. package/types/maplestory/api/dto/history/potentialResultOptionDto.d.ts +1 -1
  41. package/types/maplestory/api/dto/history/starforceHistoryDto.d.ts +1 -1
  42. package/types/maplestory/api/dto/notice/cashshopNoticeDetailDto.d.ts +40 -0
  43. package/types/maplestory/api/dto/notice/cashshopNoticeListDto.d.ts +13 -0
  44. package/types/maplestory/api/dto/notice/cashshopNoticeListItemDto.d.ts +40 -0
  45. package/types/maplestory/api/dto/notice/eventNoticeDetailDto.d.ts +32 -0
  46. package/types/maplestory/api/dto/notice/eventNoticeListDto.d.ts +13 -0
  47. package/types/maplestory/api/dto/notice/eventNoticeListItemDto.d.ts +32 -0
  48. package/types/maplestory/api/dto/notice/noticeDetailDto.d.ts +24 -0
  49. package/types/maplestory/api/dto/notice/noticeListDto.d.ts +13 -0
  50. package/types/maplestory/api/dto/notice/noticeListItemDto.d.ts +24 -0
  51. package/types/maplestory/api/dto/notice/updateNoticeDetailDto.d.ts +24 -0
  52. package/types/maplestory/api/dto/notice/updateNoticeListDto.d.ts +13 -0
  53. package/types/maplestory/api/dto/notice/updateNoticeListItemDto.d.ts +24 -0
  54. package/types/maplestory/api/dto/union/unionArtifactDto.d.ts +1 -1
  55. package/types/maplestory/api/dto/union/unionDto.d.ts +13 -1
  56. package/types/maplestory/api/dto/union/unionRaiderDto.d.ts +26 -1
  57. package/types/maplestory/api/dto/union/unionRaiderPresetDto.d.ts +26 -0
  58. package/types/maplestory/api/mapleStoryApi.d.ts +133 -30
  59. package/types/maplestory/api/mapleStoryApiError.d.ts +4 -1
  60. package/types/maplestory/api/response/character/characterAbilityDtoBody.d.ts +1 -1
  61. package/types/maplestory/api/response/character/characterAndroidEquipmentDtoBody.d.ts +1 -1
  62. package/types/maplestory/api/response/character/characterBasicDtoBody.d.ts +4 -1
  63. package/types/maplestory/api/response/character/characterBeautyEquipmentDtoBody.d.ts +1 -1
  64. package/types/maplestory/api/response/character/characterCashItemEquipmentDtoBody.d.ts +1 -1
  65. package/types/maplestory/api/response/character/characterDojangDtoBody.d.ts +1 -1
  66. package/types/maplestory/api/response/character/characterHexaMatrixDtoBody.d.ts +1 -1
  67. package/types/maplestory/api/response/character/characterHexaMatrixStatDtoBody.d.ts +1 -1
  68. package/types/maplestory/api/response/character/characterHyperStatDtoBody.d.ts +1 -1
  69. package/types/maplestory/api/response/character/characterItemEquipmentDtoBody.d.ts +1 -1
  70. package/types/maplestory/api/response/character/characterLinkSkillDtoBody.d.ts +2 -1
  71. package/types/maplestory/api/response/character/characterListDtoBody.d.ts +15 -0
  72. package/types/maplestory/api/response/character/characterPetEquipmentDtoBody.d.ts +1 -1
  73. package/types/maplestory/api/response/character/characterPopularityDtoBody.d.ts +1 -1
  74. package/types/maplestory/api/response/character/characterPropensityDtoBody.d.ts +1 -1
  75. package/types/maplestory/api/response/character/characterSetEffectDtoBody.d.ts +11 -6
  76. package/types/maplestory/api/response/character/characterSkillDtoBody.d.ts +2 -1
  77. package/types/maplestory/api/response/character/characterStatDtoBody.d.ts +1 -1
  78. package/types/maplestory/api/response/character/characterSymbolEquipmentDtoBody.d.ts +1 -1
  79. package/types/maplestory/api/response/character/characterVMatrixDtoBody.d.ts +3 -3
  80. package/types/maplestory/api/response/guild/guildBasicDtoBody.d.ts +1 -3
  81. package/types/maplestory/api/response/history/cubeHistoryDtoBody.d.ts +1 -1
  82. package/types/maplestory/api/response/history/cubeHistoryResponseDtoBody.d.ts +1 -1
  83. package/types/maplestory/api/response/history/starforceHistoryDtoBody.d.ts +2 -2
  84. package/types/maplestory/api/response/history/starforceHistoryResponseDtoBody.d.ts +1 -1
  85. package/types/maplestory/api/response/notice/cashshopNoticeDetailDtoBody.d.ts +10 -0
  86. package/types/maplestory/api/response/notice/cashshopNoticeListDtoBody.d.ts +13 -0
  87. package/types/maplestory/api/response/notice/eventNoticeDetailDtoBody.d.ts +9 -0
  88. package/types/maplestory/api/response/notice/eventNoticeListDtoBody.d.ts +12 -0
  89. package/types/maplestory/api/response/notice/noticeDetailDtoBody.d.ts +7 -0
  90. package/types/maplestory/api/response/notice/noticeListDtoBody.d.ts +10 -0
  91. package/types/maplestory/api/response/notice/updateNoticeDetailDtoBody.d.ts +7 -0
  92. package/types/maplestory/api/response/notice/updateNoticeListDtoBody.d.ts +10 -0
  93. package/types/maplestory/api/response/ranking/theSeedRankingResponseDtoBody.d.ts +2 -3
  94. package/types/maplestory/api/response/union/unionArtifactDtoBody.d.ts +1 -1
  95. package/types/maplestory/api/response/union/unionDtoBody.d.ts +4 -1
  96. package/types/maplestory/api/response/union/unionRaiderDtoBody.d.ts +14 -2
  97. package/types/maplestory/api/dto/character/characterSetEffectOptionInfoDto.d.ts +0 -16
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "maplestory-openapi",
3
- "version": "2.4.0",
3
+ "version": "2.7.1",
4
4
  "description": "This JavaScript library enables the use of the MapleStory OpenAPI of Nexon.",
5
5
  "keywords": [
6
6
  "maplestory",
@@ -42,7 +42,7 @@
42
42
  "lint": "eslint ./src/** --fix",
43
43
  "format": "prettier --write ./**/*.{ts,js}",
44
44
  "prepublishOnly": "npm run build",
45
- "test": "uvu -r tsm test",
45
+ "test": "jest",
46
46
  "ts_sample": "ts-node sample/ts_sample.ts",
47
47
  "types": "tsc --noEmit"
48
48
  },
@@ -54,6 +54,7 @@
54
54
  "devDependencies": {
55
55
  "@rollup/plugin-commonjs": "^21.1.0",
56
56
  "@rollup/plugin-node-resolve": "13.1.3",
57
+ "@types/jest": "^29.5.12",
57
58
  "@types/xml2js": "^0.4.14",
58
59
  "@typescript-eslint/eslint-plugin": "^6.15.0",
59
60
  "@typescript-eslint/parser": "^6.15.0",
@@ -67,10 +68,11 @@
67
68
  "rollup": "2.66.1",
68
69
  "rollup-plugin-terser": "7.0.2",
69
70
  "rollup-plugin-typescript2": "0.27.1",
71
+ "jest": "^29.7.0",
72
+ "ts-jest": "^29.1.4",
70
73
  "ts-node": "^10.9.1",
71
74
  "tsm": "2.2.1",
72
- "typescript": "^5.2.2",
73
- "uvu": "0.5.3"
75
+ "typescript": "^5.2.2"
74
76
  },
75
77
  "engines": {
76
78
  "node": ">=12"
package/types/index.d.ts CHANGED
@@ -42,6 +42,9 @@ export * from './maplestory/api/dto/character/characterItemEquipmentTitleDto';
42
42
  export * from './maplestory/api/dto/character/characterItemEquipmentTotalOptionDto';
43
43
  export * from './maplestory/api/dto/character/characterLinkSkillDto';
44
44
  export * from './maplestory/api/dto/character/characterLinkSkillInfoDto';
45
+ export * from './maplestory/api/dto/character/characterListAccountCharacterDto';
46
+ export * from './maplestory/api/dto/character/characterListAccountDto';
47
+ export * from './maplestory/api/dto/character/characterListDto';
45
48
  export * from './maplestory/api/dto/character/characterPetEquipmentAutoSkillDto';
46
49
  export * from './maplestory/api/dto/character/characterPetEquipmentDto';
47
50
  export * from './maplestory/api/dto/character/characterPetEquipmentItemDto';
@@ -49,8 +52,9 @@ export * from './maplestory/api/dto/character/characterPetEquipmentItemOptionDto
49
52
  export * from './maplestory/api/dto/character/characterPopularityDto';
50
53
  export * from './maplestory/api/dto/character/characterPropensityDto';
51
54
  export * from './maplestory/api/dto/character/characterSetEffectDto';
55
+ export * from './maplestory/api/dto/character/characterSetEffectSetDto';
52
56
  export * from './maplestory/api/dto/character/characterSetEffectInfoDto';
53
- export * from './maplestory/api/dto/character/characterSetEffectOptionInfoDto';
57
+ export * from './maplestory/api/dto/character/characterSetEffectOptionFullDto';
54
58
  export * from './maplestory/api/dto/character/characterSkillDto';
55
59
  export * from './maplestory/api/dto/character/characterSkillInfoDto';
56
60
  export * from './maplestory/api/dto/character/characterStatDto';
@@ -66,8 +70,6 @@ export * from './maplestory/api/dto/history/potentialHistoryResponseDto';
66
70
  export * from './maplestory/api/dto/history/potentialResultOptionDto';
67
71
  export * from './maplestory/api/dto/ranking/dojangRankingDto';
68
72
  export * from './maplestory/api/dto/ranking/dojangRankingResponseDto';
69
- export * from './maplestory/api/dto/guild/guildBasicDto';
70
- export * from './maplestory/api/dto/guild/guildDto';
71
73
  export * from './maplestory/api/dto/ranking/guildRankingDto';
72
74
  export * from './maplestory/api/dto/ranking/guildRankingResponseDto';
73
75
  export * from './maplestory/api/dto/guild/guildBasicDto';
@@ -80,6 +82,18 @@ export * from './maplestory/api/dto/potentialOptionGrade';
80
82
  export * from './maplestory/api/dto/history/starforceEventDto';
81
83
  export * from './maplestory/api/dto/history/starforceHistoryDto';
82
84
  export * from './maplestory/api/dto/history/starforceHistoryResponseDto';
85
+ export * from './maplestory/api/dto/notice/cashshopNoticeDetailDto';
86
+ export * from './maplestory/api/dto/notice/cashshopNoticeListDto';
87
+ export * from './maplestory/api/dto/notice/cashshopNoticeListItemDto';
88
+ export * from './maplestory/api/dto/notice/eventNoticeDetailDto';
89
+ export * from './maplestory/api/dto/notice/eventNoticeListDto';
90
+ export * from './maplestory/api/dto/notice/eventNoticeListItemDto';
91
+ export * from './maplestory/api/dto/notice/noticeDetailDto';
92
+ export * from './maplestory/api/dto/notice/noticeListDto';
93
+ export * from './maplestory/api/dto/notice/noticeListItemDto';
94
+ export * from './maplestory/api/dto/notice/updateNoticeDetailDto';
95
+ export * from './maplestory/api/dto/notice/updateNoticeListDto';
96
+ export * from './maplestory/api/dto/notice/updateNoticeListItemDto';
83
97
  export * from './maplestory/api/dto/ranking/theSeedRankingDto';
84
98
  export * from './maplestory/api/dto/ranking/theSeedRankingResponseDto';
85
99
  export * from './maplestory/api/dto/union/unionArtifactCrystalDto';
@@ -91,5 +105,6 @@ export * from './maplestory/api/dto/union/unionRaiderBlockPositionDto';
91
105
  export * from './maplestory/api/dto/union/unionRaiderControlPointDto';
92
106
  export * from './maplestory/api/dto/union/unionRaiderDto';
93
107
  export * from './maplestory/api/dto/union/unionRaiderInnerStatDto';
108
+ export * from './maplestory/api/dto/union/unionRaiderPresetDto';
94
109
  export * from './maplestory/api/dto/ranking/unionRankingDto';
95
110
  export * from './maplestory/api/dto/ranking/unionRankingResponseDto';
@@ -8,7 +8,7 @@ declare class CharacterAbilityDto {
8
8
  /**
9
9
  * 조회 기준일
10
10
  */
11
- date: Date;
11
+ date: Date | null;
12
12
  /**
13
13
  * 어빌리티 등급
14
14
  */
@@ -1,8 +1,8 @@
1
1
  import { CharacterAndroidCashItemEquipmentDto } from './characterAndroidCashItemEquipmentDto';
2
2
  import { CharacterAndroidEquipmentFaceDto } from './characterAndroidEquipmentFaceDto';
3
3
  import { CharacterAndroidEquipmentHairDto } from './characterAndroidEquipmentHairDto';
4
- import { CharacterAndroidEquipmentDtoBody } from '../../response/character/characterAndroidEquipmentDtoBody';
5
4
  import { CharacterAndroidEquipmentPresetDto } from './characterAndroidEquipmentPresetDto';
5
+ import { CharacterAndroidEquipmentDtoBody } from '../../response/character/characterAndroidEquipmentDtoBody';
6
6
  /**
7
7
  * 캐릭터 안드로이드 장비 정보
8
8
  */
@@ -10,7 +10,7 @@ declare class CharacterAndroidEquipmentDto {
10
10
  /**
11
11
  * 조회 기준일
12
12
  */
13
- date: Date;
13
+ date: Date | null;
14
14
  /**
15
15
  * 안드로이드 명
16
16
  */
@@ -1,6 +1,6 @@
1
- import { CharacterAndroidEquipmentPresetDtoBody } from '../../response/character/characterAndroidEquipmentDtoBody';
2
- import { CharacterAndroidEquipmentHairDto } from './characterAndroidEquipmentHairDto';
3
1
  import { CharacterAndroidEquipmentFaceDto } from './characterAndroidEquipmentFaceDto';
2
+ import { CharacterAndroidEquipmentHairDto } from './characterAndroidEquipmentHairDto';
3
+ import { CharacterAndroidEquipmentPresetDtoBody } from '../../response/character/characterAndroidEquipmentDtoBody';
4
4
  /**
5
5
  * 캐릭터 안드로이드 프리셋 정보
6
6
  */
@@ -3,7 +3,7 @@ import { CharacterBasicDtoBody } from '../../response/character/characterBasicDt
3
3
  * 캐릭터 기본 정보
4
4
  */
5
5
  declare class CharacterBasicDto {
6
- date: Date;
6
+ date: Date | null;
7
7
  /**
8
8
  * 캐릭터 명
9
9
  */
@@ -44,6 +44,26 @@ declare class CharacterBasicDto {
44
44
  * 캐릭터 외형 이미지
45
45
  */
46
46
  characterImage: string;
47
+ /**
48
+ * 캐릭터 생성일
49
+ */
50
+ characterDateCreate: Date;
51
+ /**
52
+ * 최근 7일간 접속 여부
53
+ */
54
+ accessFlag: 'true' | 'false';
55
+ /**
56
+ * 해방 퀘스트 완료 여부
57
+ */
58
+ liberationQuestClearFlag: 'true' | 'false';
47
59
  constructor(obj: CharacterBasicDtoBody);
60
+ /**
61
+ * 최근 7일간 접속 여부
62
+ */
63
+ get isAccessFlag(): boolean;
64
+ /**
65
+ * 해방 퀘스트 완료 여부
66
+ */
67
+ get isLiberationQuestClearFlag(): boolean;
48
68
  }
49
69
  export { CharacterBasicDto };
@@ -8,7 +8,7 @@ declare class CharacterBeautyEquipmentDto {
8
8
  /**
9
9
  * 조회 기준일
10
10
  */
11
- date: Date;
11
+ date: Date | null;
12
12
  /**
13
13
  * 캐릭터 성별
14
14
  */
@@ -7,7 +7,7 @@ declare class CharacterCashItemEquipmentDto {
7
7
  /**
8
8
  * 조회 기준일
9
9
  */
10
- date: Date;
10
+ date: Date | null;
11
11
  /**
12
12
  * 캐릭터 성별
13
13
  */
@@ -6,7 +6,7 @@ declare class CharacterDojangDto {
6
6
  /**
7
7
  * 조회 기준일
8
8
  */
9
- date: Date;
9
+ date: Date | null;
10
10
  /**
11
11
  * 캐릭터 직업
12
12
  */
@@ -7,7 +7,7 @@ declare class CharacterHexaMatrixDto {
7
7
  /**
8
8
  * 조회 기준일
9
9
  */
10
- date: Date;
10
+ date: Date | null;
11
11
  /**
12
12
  * HEXA 코어 정보
13
13
  */
@@ -7,7 +7,7 @@ declare class CharacterHexaMatrixStatDto {
7
7
  /**
8
8
  * 조회 기준일
9
9
  */
10
- date: Date;
10
+ date: Date | null;
11
11
  /**
12
12
  * 캐릭터 직업
13
13
  */
@@ -7,7 +7,7 @@ declare class CharacterHyperStatDto {
7
7
  /**
8
8
  * 조회 기준일
9
9
  */
10
- date: Date;
10
+ date: Date | null;
11
11
  /**
12
12
  * 캐릭터 직업
13
13
  */
@@ -1,8 +1,8 @@
1
+ import { CharacterItemEquipmentDragonInfoDto } from './characterItemEquipmentDragonInfoDto';
1
2
  import { CharacterItemEquipmentInfoDto } from './characterItemEquipmentInfoDto';
3
+ import { CharacterItemEquipmentMechanicInfoDto } from './characterItemEquipmentMechanicInfoDto';
2
4
  import { CharacterItemEquipmentTitleDto } from './characterItemEquipmentTitleDto';
3
5
  import { CharacterItemEquipmentDtoBody } from '../../response/character/characterItemEquipmentDtoBody';
4
- import { CharacterItemEquipmentDragonInfoDto } from './characterItemEquipmentDragonInfoDto';
5
- import { CharacterItemEquipmentMechanicInfoDto } from './characterItemEquipmentMechanicInfoDto';
6
6
  /**
7
7
  * 캐릭터 장비 아이템 정보
8
8
  */
@@ -10,7 +10,7 @@ declare class CharacterItemEquipmentDto {
10
10
  /**
11
11
  * 조회 기준일
12
12
  */
13
- date: Date;
13
+ date: Date | null;
14
14
  /**
15
15
  * 캐릭터 성별
16
16
  */
@@ -7,7 +7,7 @@ declare class CharacterLinkSkillDto {
7
7
  /**
8
8
  * 조회 기준일
9
9
  */
10
- date: Date;
10
+ date: Date | null;
11
11
  /**
12
12
  * 캐릭터 직업
13
13
  */
@@ -19,6 +19,10 @@ declare class CharacterLinkSkillInfoDto {
19
19
  * 스킬 효과
20
20
  */
21
21
  skillEffect: string;
22
+ /**
23
+ * 다음 레벨의 스킬 효과
24
+ */
25
+ skillEffectNext: string | null;
22
26
  /**
23
27
  * 스킬 아이콘
24
28
  */
@@ -0,0 +1,28 @@
1
+ import { CharacterListAccountCharacterDtoBody } from '../../response/character/characterListDtoBody';
2
+ /**
3
+ * 캐릭터 정보
4
+ */
5
+ declare class CharacterListAccountCharacterDto {
6
+ /**
7
+ * 캐릭터 식별자
8
+ */
9
+ ocid: string;
10
+ /**
11
+ * 캐릭터 명
12
+ */
13
+ characterName: string;
14
+ /**
15
+ * 월드 명
16
+ */
17
+ worldName: string;
18
+ /**
19
+ * 캐릭터 직업
20
+ */
21
+ characterClass: string;
22
+ /**
23
+ * 캐릭터 레벨
24
+ */
25
+ characterLevel: number;
26
+ constructor(obj: CharacterListAccountCharacterDtoBody);
27
+ }
28
+ export { CharacterListAccountCharacterDto };
@@ -0,0 +1,17 @@
1
+ import { CharacterListAccountCharacterDto } from './characterListAccountCharacterDto';
2
+ import { CharacterListAccountDtoBody } from '../../response/character/characterListDtoBody';
3
+ /**
4
+ * 메이플스토리 계정
5
+ */
6
+ declare class CharacterListAccountDto {
7
+ /**
8
+ * 메이플스토리 계정 식별자
9
+ */
10
+ accountId: string;
11
+ /**
12
+ * 캐릭터 목록
13
+ */
14
+ characterList: CharacterListAccountCharacterDto[];
15
+ constructor(obj: CharacterListAccountDtoBody);
16
+ }
17
+ export { CharacterListAccountDto };
@@ -0,0 +1,13 @@
1
+ import { CharacterListAccountDto } from './characterListAccountDto';
2
+ import { CharacterListDtoBody } from '../../response/character/characterListDtoBody';
3
+ /**
4
+ * 계정의 보유 캐릭터 목록
5
+ */
6
+ declare class CharacterListDto {
7
+ /**
8
+ * 메이플스토리 계정 목록
9
+ */
10
+ accountList: CharacterListAccountDto[];
11
+ constructor(obj: CharacterListDtoBody);
12
+ }
13
+ export { CharacterListDto };
@@ -8,7 +8,7 @@ declare class CharacterPetEquipmentDto {
8
8
  /**
9
9
  * 조회 기준일
10
10
  */
11
- date: Date;
11
+ date: Date | null;
12
12
  /**
13
13
  * 펫1 명
14
14
  */
@@ -6,7 +6,7 @@ declare class CharacterPopularityDto {
6
6
  /**
7
7
  * 조회 기준일
8
8
  */
9
- date: Date;
9
+ date: Date | null;
10
10
  /**
11
11
  * 캐릭터 인기도
12
12
  */
@@ -3,7 +3,7 @@ import { CharacterPropensityDtoBody } from '../../response/character/characterPr
3
3
  * 캐릭터 성향 정보
4
4
  */
5
5
  declare class CharacterPropensityDto {
6
- date: Date;
6
+ date: Date | null;
7
7
  /**
8
8
  * 카리스마 레벨
9
9
  */
@@ -1,4 +1,4 @@
1
- import { CharacterSetEffectInfoDto } from './characterSetEffectInfoDto';
1
+ import { CharacterSetEffectSetDto } from './characterSetEffectSetDto';
2
2
  import { CharacterSetEffectDtoBody } from '../../response/character/characterSetEffectDtoBody';
3
3
  /**
4
4
  * 캐릭터 세트 효과 정보
@@ -7,11 +7,11 @@ declare class CharacterSetEffectDto {
7
7
  /**
8
8
  * 조회 기준일
9
9
  */
10
- date: Date;
10
+ date: Date | null;
11
11
  /**
12
12
  * 세트 효과 정보
13
13
  */
14
- setEffect: CharacterSetEffectInfoDto[];
14
+ setEffect: CharacterSetEffectSetDto[];
15
15
  constructor(obj: CharacterSetEffectDtoBody);
16
16
  }
17
17
  export { CharacterSetEffectDto };
@@ -1,21 +1,16 @@
1
- import { CharacterSetEffectOptionInfoDto } from './characterSetEffectOptionInfoDto';
2
1
  import { CharacterSetEffectInfoDtoBody } from '../../response/character/characterSetEffectDtoBody';
3
2
  /**
4
- * 캐릭터 세트 효과 정보
3
+ * 적용 중인 세트 효과 정보
5
4
  */
6
5
  declare class CharacterSetEffectInfoDto {
7
6
  /**
8
- * 세트 효과
7
+ * 세트 효과 레벨 (장비 수)
9
8
  */
10
- setName: string;
9
+ setCount: number;
11
10
  /**
12
- * 세트 개수 (럭키 아이템 포함)
11
+ * 세트 효과
13
12
  */
14
- totalSetCount: number;
15
- /**
16
- * 세트 효과 옵션
17
- */
18
- setEffectInfo: CharacterSetEffectOptionInfoDto[];
13
+ setOption: string;
19
14
  constructor(obj: CharacterSetEffectInfoDtoBody);
20
15
  }
21
16
  export { CharacterSetEffectInfoDto };
@@ -0,0 +1,16 @@
1
+ import { CharacterSetEffectOptionFullDtoBody } from '../../response/character/characterSetEffectDtoBody';
2
+ /**
3
+ * 모든 세트 효과 정보
4
+ */
5
+ declare class CharacterSetEffectOptionFullDto {
6
+ /**
7
+ * 세트 효과 레벨 (장비 수)
8
+ */
9
+ setCount: number;
10
+ /**
11
+ * 세트 효과
12
+ */
13
+ setOption: string;
14
+ constructor(obj: CharacterSetEffectOptionFullDtoBody);
15
+ }
16
+ export { CharacterSetEffectOptionFullDto };
@@ -0,0 +1,26 @@
1
+ import { CharacterSetEffectInfoDto } from './characterSetEffectInfoDto';
2
+ import { CharacterSetEffectOptionFullDto } from './characterSetEffectOptionFullDto';
3
+ import { CharacterSetEffectSetDtoBody } from '../../response/character/characterSetEffectDtoBody';
4
+ /**
5
+ * 세트 효과 정보
6
+ */
7
+ declare class CharacterSetEffectSetDto {
8
+ /**
9
+ * 세트 효과 명
10
+ */
11
+ setName: string;
12
+ /**
13
+ * 세트 개수 (럭키 아이템 포함)
14
+ */
15
+ totalSetCount: number;
16
+ /**
17
+ * 적용 중인 세트 효과 정보
18
+ */
19
+ setEffectInfo: CharacterSetEffectInfoDto[];
20
+ /**
21
+ * 모든 세트 효과 정보
22
+ */
23
+ setOptionFull: CharacterSetEffectOptionFullDto[];
24
+ constructor(obj: CharacterSetEffectSetDtoBody);
25
+ }
26
+ export { CharacterSetEffectSetDto };
@@ -7,7 +7,7 @@ declare class CharacterSkillDto {
7
7
  /**
8
8
  * 조회 기준일
9
9
  */
10
- date: Date;
10
+ date: Date | null;
11
11
  /**
12
12
  * 캐릭터 직업
13
13
  */
@@ -19,6 +19,10 @@ declare class CharacterSkillInfoDto {
19
19
  * 스킬 레벨 별 효과 설명
20
20
  */
21
21
  skillEffect: string;
22
+ /**
23
+ * 다음 스킬 레벨 효과 설명
24
+ */
25
+ skillEffectNext: string | null;
22
26
  /**
23
27
  * 스킬 아이콘
24
28
  */
@@ -6,7 +6,7 @@ declare class CharacterStatDto {
6
6
  /**
7
7
  * 조회 기준일
8
8
  */
9
- date: Date;
9
+ date: Date | null;
10
10
  /**
11
11
  * 캐릭터 직업
12
12
  */
@@ -7,7 +7,7 @@ declare class CharacterSymbolEquipmentDto {
7
7
  /**
8
8
  * 조회 기준일
9
9
  */
10
- date: Date;
10
+ date: Date | null;
11
11
  /**
12
12
  * 캐릭터 직업
13
13
  */
@@ -14,11 +14,11 @@ declare class CharacterVMatrixCodeEquipmentDto {
14
14
  /**
15
15
  * 코어 명
16
16
  */
17
- vCoreName: string;
17
+ vCoreName: string | null;
18
18
  /**
19
19
  * 코어 타입
20
20
  */
21
- vCoreType: string;
21
+ vCoreType: string | null;
22
22
  /**
23
23
  * 코어 레벨
24
24
  */
@@ -7,7 +7,7 @@ declare class CharacterVMatrixDto {
7
7
  /**
8
8
  * 조회 기준일
9
9
  */
10
- date: Date;
10
+ date: Date | null;
11
11
  /**
12
12
  * 캐릭터 직업
13
13
  */
@@ -7,7 +7,7 @@ declare class GuildBasicDto {
7
7
  /**
8
8
  * 조회 기준일
9
9
  */
10
- date: Date;
10
+ date: Date | null;
11
11
  /**
12
12
  * 월드 명
13
13
  */
@@ -48,14 +48,6 @@ declare class GuildBasicDto {
48
48
  * 노블레스 스킬 목록
49
49
  */
50
50
  guildNoblesseSkill: GuildSkillDto[];
51
- /**
52
- * 조합형 길드 마크
53
- */
54
- guildMark: string | null;
55
- /**
56
- * 커스텀 길드 마크 (base64 인코딩 형식)
57
- */
58
- guildMarkCustom: string | null;
59
51
  constructor(obj: GuildBasicDtoBody);
60
52
  }
61
53
  export { GuildBasicDto };
@@ -1,6 +1,6 @@
1
1
  import { CubeResultOptionDto } from './cubeResultOptionDto';
2
- import { PotentialOptionGrade } from '../potentialOptionGrade';
3
2
  import { CubeHistoryDtoBody } from '../../response/history/cubeHistoryDtoBody';
3
+ import { PotentialOptionGrade } from '../potentialOptionGrade';
4
4
  /**
5
5
  * 큐브 히스토리
6
6
  */
@@ -1,5 +1,5 @@
1
- import { PotentialOptionGrade } from '../potentialOptionGrade';
2
1
  import { CubeResultOptionDtoBody } from '../../response/history/cubeResultOptionDtoBody';
2
+ import { PotentialOptionGrade } from '../potentialOptionGrade';
3
3
  /**
4
4
  * 큐브 결과 옵션 정보
5
5
  */
@@ -1,6 +1,6 @@
1
- import { PotentialOptionGrade } from '../potentialOptionGrade';
2
- import { PotentialHistoryDtoBody } from '../../response/history/potentialHistoryResponseDtoBody';
3
1
  import { PotentialResultOptionDto } from './potentialResultOptionDto';
2
+ import { PotentialHistoryDtoBody } from '../../response/history/potentialHistoryResponseDtoBody';
3
+ import { PotentialOptionGrade } from '../potentialOptionGrade';
4
4
  /**
5
5
  * 잠재능력 재설정 히스토리
6
6
  */
@@ -1,5 +1,5 @@
1
- import { PotentialOptionGrade } from '../potentialOptionGrade';
2
1
  import { PotentialResultOptionDtoBody } from '../../response/history/potentialHistoryResponseDtoBody';
2
+ import { PotentialOptionGrade } from '../potentialOptionGrade';
3
3
  /**
4
4
  * 잠재능력 재설정 결과 옵션 정보
5
5
  */
@@ -71,7 +71,7 @@ declare class StarforceHistoryDto {
71
71
  /**
72
72
  * 진행 중인 스타포스 강화 이벤트 정보
73
73
  */
74
- starforceEventList: StarforceEventDto[];
74
+ starforceEventList: StarforceEventDto[] | null;
75
75
  constructor(obj: StarforceHistoryDtoBody);
76
76
  }
77
77
  export { StarforceHistoryDto };
@@ -0,0 +1,40 @@
1
+ import { CashshopNoticeDetailDtoBody } from '../../response/notice/cashshopNoticeDetailDtoBody';
2
+ /**
3
+ * 캐시샵 공지 상세
4
+ */
5
+ declare class CashshopNoticeDetailDto {
6
+ /**
7
+ * 공지 제목
8
+ */
9
+ title: string;
10
+ /**
11
+ * 공지 링크
12
+ */
13
+ url: string;
14
+ /**
15
+ * 공지 본문
16
+ */
17
+ contents: string;
18
+ /**
19
+ * 공지 등록일
20
+ */
21
+ date: Date;
22
+ /**
23
+ * 판매 시작일
24
+ */
25
+ dateSaleStart: Date | null;
26
+ /**
27
+ * 판매 종료일
28
+ */
29
+ dateSaleEnd: Date | null;
30
+ /**
31
+ * 상시 판매 여부 (true - 상시)
32
+ */
33
+ ongoingFlag: string;
34
+ constructor(obj: CashshopNoticeDetailDtoBody);
35
+ /**
36
+ * 상시 판매 여부 (true - 상시)
37
+ */
38
+ get isOnGoing(): boolean;
39
+ }
40
+ export { CashshopNoticeDetailDto };
@@ -0,0 +1,13 @@
1
+ import { CashshopNoticeListItemDto } from './cashshopNoticeListItemDto';
2
+ import { CashshopNoticeListDtoBody } from '../../response/notice/cashshopNoticeListDtoBody';
3
+ /**
4
+ * 캐시샵 공지 목록
5
+ */
6
+ declare class CashshopNoticeListDto {
7
+ /**
8
+ * 공지 목록
9
+ */
10
+ cashshopNotice: CashshopNoticeListItemDto[];
11
+ constructor(obj: CashshopNoticeListDtoBody);
12
+ }
13
+ export { CashshopNoticeListDto };