maplestory-openapi 2.1.1 → 2.2.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 (100) hide show
  1. package/README.md +1 -1
  2. package/dist/index.js +2031 -1891
  3. package/dist/index.min.js +1 -1
  4. package/dist/index.mjs +2031 -1891
  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 +75 -72
  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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "maplestory-openapi",
3
- "version": "2.1.1",
3
+ "version": "2.2.1",
4
4
  "description": "This JavaScript library enables the use of the MapleStory OpenAPI of Nexon.",
5
5
  "keywords": [
6
6
  "maplestory",
@@ -39,6 +39,8 @@
39
39
  "scripts": {
40
40
  "build": "rollup -c",
41
41
  "js_sample": "node sample/js_sample.js",
42
+ "lint": "eslint ./src/** --fix",
43
+ "format": "prettier --write ./**/*.{ts,js}",
42
44
  "prepublishOnly": "npm run build",
43
45
  "test": "uvu -r tsm test",
44
46
  "ts_sample": "ts-node sample/ts_sample.ts",
@@ -53,6 +55,15 @@
53
55
  "@rollup/plugin-commonjs": "^21.1.0",
54
56
  "@rollup/plugin-node-resolve": "13.1.3",
55
57
  "@types/xml2js": "^0.4.14",
58
+ "@typescript-eslint/eslint-plugin": "^6.15.0",
59
+ "@typescript-eslint/parser": "^6.15.0",
60
+ "eslint-import-resolver-typescript": "^3.6.1",
61
+ "eslint": "^8.56.0",
62
+ "eslint-config-google": "^0.14.0",
63
+ "eslint-config-prettier": "^9.1.0",
64
+ "eslint-plugin-import": "^2.29.1",
65
+ "eslint-plugin-prettier": "^5.1.2",
66
+ "prettier": "^3.1.1",
56
67
  "rollup": "2.66.1",
57
68
  "rollup-plugin-terser": "7.0.2",
58
69
  "rollup-plugin-typescript2": "0.27.1",
@@ -1,4 +1,4 @@
1
- import { AchievementRankingDtoBody } from "../response/achievementRankingResponseDtoBody";
1
+ import { AchievementRankingDtoBody } from '../response/achievementRankingResponseDtoBody';
2
2
  /**
3
3
  * 업적 랭킹 정보
4
4
  */
@@ -1,5 +1,5 @@
1
- import { AchievementRankingDto } from "./achievementRankingDto";
2
- import { AchievementRankingResponseDtoBody } from "../response/achievementRankingResponseDtoBody";
1
+ import { AchievementRankingDto } from './achievementRankingDto';
2
+ import { AchievementRankingResponseDtoBody } from '../response/achievementRankingResponseDtoBody';
3
3
  /**
4
4
  * 업적 랭킹 응답 정보
5
5
  */
@@ -1,5 +1,5 @@
1
- import { CharacterAbilityDtoBody } from "../response/characterAbilityDtoBody";
2
- import { CharacterAbilityInfoDto } from "./characterAbilityInfoDto";
1
+ import { CharacterAbilityInfoDto } from './characterAbilityInfoDto';
2
+ import { CharacterAbilityDtoBody } from '../response/characterAbilityDtoBody';
3
3
  /**
4
4
  * 캐릭터 어빌리티 정보
5
5
  */
@@ -1,4 +1,4 @@
1
- import { CharacterAbilityInfoDtoBody } from "../response/characterAbilityDtoBody";
1
+ import { CharacterAbilityInfoDtoBody } from '../response/characterAbilityDtoBody';
2
2
  /**
3
3
  * 캐릭터 어빌리티 상세 정보
4
4
  */
@@ -1,4 +1,4 @@
1
- import { CharacterAndroidCashItemEquipmentColoringPrismDtoBody } from "../response/characterAndroidEquipmentDtoBody";
1
+ import { CharacterAndroidCashItemEquipmentColoringPrismDtoBody } from '../response/characterAndroidEquipmentDtoBody';
2
2
  /**
3
3
  * 캐릭터 안드로이드 캐시 아이템 컬러링프리즘 정보
4
4
  */
@@ -1,6 +1,6 @@
1
- import { CharacterAndroidCashItemEquipmentOptionDto } from "./characterAndroidCashItemEquipmentOptionDto";
2
- import { CharacterAndroidCashItemEquipmentColoringPrismDto } from "./characterAndroidCashItemEquipmentColoringPrismDto";
3
- import { CharacterAndroidCashItemEquipmentDtoBody } from "../response/characterAndroidEquipmentDtoBody";
1
+ import { CharacterAndroidCashItemEquipmentColoringPrismDto } from './characterAndroidCashItemEquipmentColoringPrismDto';
2
+ import { CharacterAndroidCashItemEquipmentOptionDto } from './characterAndroidCashItemEquipmentOptionDto';
3
+ import { CharacterAndroidCashItemEquipmentDtoBody } from '../response/characterAndroidEquipmentDtoBody';
4
4
  /**
5
5
  * 캐릭터 안드로이드 캐시 아이템 장착 정보
6
6
  */
@@ -1,4 +1,4 @@
1
- import { CharacterAndroidCashItemEquipmentOptionDtoBody } from "../response/characterAndroidEquipmentDtoBody";
1
+ import { CharacterAndroidCashItemEquipmentOptionDtoBody } from '../response/characterAndroidEquipmentDtoBody';
2
2
  /**
3
3
  * 캐릭터 안드로이드 캐시 아이템 옵션 정보
4
4
  */
@@ -1,7 +1,7 @@
1
- import { CharacterAndroidEquipmentDtoBody } from "../response/characterAndroidEquipmentDtoBody";
2
- import { CharacterAndroidEquipmentFaceDto } from "./characterAndroidEquipmentFaceDto";
3
- import { CharacterAndroidEquipmentHairDto } from "./characterAndroidEquipmentHairDto";
4
- import { CharacterAndroidCashItemEquipmentDto } from "./characterAndroidCashItemEquipmentDto";
1
+ import { CharacterAndroidCashItemEquipmentDto } from './characterAndroidCashItemEquipmentDto';
2
+ import { CharacterAndroidEquipmentFaceDto } from './characterAndroidEquipmentFaceDto';
3
+ import { CharacterAndroidEquipmentHairDto } from './characterAndroidEquipmentHairDto';
4
+ import { CharacterAndroidEquipmentDtoBody } from '../response/characterAndroidEquipmentDtoBody';
5
5
  /**
6
6
  * 캐릭터 안드로이드 장비 정보
7
7
  */
@@ -1,4 +1,4 @@
1
- import { CharacterAndroidEquipmentFaceDtoBody } from "../response/characterAndroidEquipmentDtoBody";
1
+ import { CharacterAndroidEquipmentFaceDtoBody } from '../response/characterAndroidEquipmentDtoBody';
2
2
  /**
3
3
  * 캐릭터 안드로이드 성형 정보
4
4
  */
@@ -1,4 +1,4 @@
1
- import { CharacterAndroidEquipmentHairDtoBody } from "../response/characterAndroidEquipmentDtoBody";
1
+ import { CharacterAndroidEquipmentHairDtoBody } from '../response/characterAndroidEquipmentDtoBody';
2
2
  /**
3
3
  * 캐릭터 안드로이드 헤어 정보
4
4
  */
@@ -1,4 +1,4 @@
1
- import { CharacterBasicDtoBody } from "../response/characterBasicDtoBody";
1
+ import { CharacterBasicDtoBody } from '../response/characterBasicDtoBody';
2
2
  /**
3
3
  * 캐릭터 기본 정보
4
4
  */
@@ -1,6 +1,6 @@
1
- import { CharacterBeautyEquipmentHairDto } from "./characterBeautyEquipmentHairDto";
2
- import { CharacterBeautyEquipmentFaceDto } from "./characterBeautyEquipmentFaceDto";
3
- import { CharacterBeautyEquipmentDtoBody } from "../response/characterBeautyEquipmentDtoBody";
1
+ import { CharacterBeautyEquipmentFaceDto } from './characterBeautyEquipmentFaceDto';
2
+ import { CharacterBeautyEquipmentHairDto } from './characterBeautyEquipmentHairDto';
3
+ import { CharacterBeautyEquipmentDtoBody } from '../response/characterBeautyEquipmentDtoBody';
4
4
  /**
5
5
  * 캐릭터 헤어, 성형, 피부 정보
6
6
  */
@@ -1,4 +1,4 @@
1
- import { CharacterBeautyEquipmentFaceDtoBody } from "../response/characterBeautyEquipmentDtoBody";
1
+ import { CharacterBeautyEquipmentFaceDtoBody } from '../response/characterBeautyEquipmentDtoBody';
2
2
  /**
3
3
  * 캐릭터 성형 정보
4
4
  */
@@ -1,4 +1,4 @@
1
- import { CharacterBeautyEquipmentHairDtoBody } from "../response/characterBeautyEquipmentDtoBody";
1
+ import { CharacterBeautyEquipmentHairDtoBody } from '../response/characterBeautyEquipmentDtoBody';
2
2
  /**
3
3
  * 캐릭터 헤어 정보
4
4
  */
@@ -1,4 +1,4 @@
1
- import { CharacterCashItemEquipmentColoringPrismDtoBody } from "../response/characterCashItemEquipmentDtoBody";
1
+ import { CharacterCashItemEquipmentColoringPrismDtoBody } from '../response/characterCashItemEquipmentDtoBody';
2
2
  /**
3
3
  * 캐릭터 캐시 장비 컬러링프리즘
4
4
  */
@@ -1,5 +1,5 @@
1
- import { CharacterCashItemEquipmentDtoBody } from "../response/characterCashItemEquipmentDtoBody";
2
- import { CharacterCashItemEquipmentPresetDto } from "./characterCashItemEquipmentPresetDto";
1
+ import { CharacterCashItemEquipmentPresetDto } from './characterCashItemEquipmentPresetDto';
2
+ import { CharacterCashItemEquipmentDtoBody } from '../response/characterCashItemEquipmentDtoBody';
3
3
  /**
4
4
  * 캐릭터 캐시 장비 아이템 정보
5
5
  */
@@ -1,4 +1,4 @@
1
- import { CharacterCashItemEquipmentOptionDtoBody } from "../response/characterCashItemEquipmentDtoBody";
1
+ import { CharacterCashItemEquipmentOptionDtoBody } from '../response/characterCashItemEquipmentDtoBody';
2
2
  /**
3
3
  * 캐릭터 캐시 장비 옵션
4
4
  */
@@ -1,6 +1,6 @@
1
- import { CharacterCashItemEquipmentPresetDtoBody } from "../response/characterCashItemEquipmentDtoBody";
2
- import { CharacterCashItemEquipmentOptionDto } from "./characterCashItemEquipmentOptionDto";
3
- import { CharacterCashItemEquipmentColoringPrismDto } from "./characterCashItemEquipmentColoringPrismDto";
1
+ import { CharacterCashItemEquipmentColoringPrismDto } from './characterCashItemEquipmentColoringPrismDto';
2
+ import { CharacterCashItemEquipmentOptionDto } from './characterCashItemEquipmentOptionDto';
3
+ import { CharacterCashItemEquipmentPresetDtoBody } from '../response/characterCashItemEquipmentDtoBody';
4
4
  /**
5
5
  * 캐릭터 프리셋 장착 캐시 장비 정보
6
6
  */
@@ -1,4 +1,4 @@
1
- import { CharacterDojangDtoBody } from "../response/characterDojangDtoBody";
1
+ import { CharacterDojangDtoBody } from '../response/characterDojangDtoBody';
2
2
  /**
3
3
  * 캐릭터 도장 정보
4
4
  */
@@ -1,4 +1,4 @@
1
- import { CharacterDtoBody } from "../response/characterDtoBody";
1
+ import { CharacterDtoBody } from '../response/characterDtoBody';
2
2
  /**
3
3
  * 캐릭터 식별 정보
4
4
  */
@@ -1,5 +1,5 @@
1
- import { CharacterHexaMatrixDtoBody } from "../response/characterHexaMatrixDtoBody";
2
- import { CharacterHexaMatrixEquipmentDto } from "./characterHexaMatrixEquipmentDto";
1
+ import { CharacterHexaMatrixEquipmentDto } from './characterHexaMatrixEquipmentDto';
2
+ import { CharacterHexaMatrixDtoBody } from '../response/characterHexaMatrixDtoBody';
3
3
  /**
4
4
  * 캐릭터 HEXA 코어 정보
5
5
  */
@@ -1,5 +1,5 @@
1
- import { CharacterHexaMatrixEquipmentLinkedSkillDto } from "./characterHexaMatrixEquipmentLinkedSkillDto";
2
- import { CharacterHexaMatrixEquipmentDtoBody } from "../response/characterHexaMatrixDtoBody";
1
+ import { CharacterHexaMatrixEquipmentLinkedSkillDto } from './characterHexaMatrixEquipmentLinkedSkillDto';
2
+ import { CharacterHexaMatrixEquipmentDtoBody } from '../response/characterHexaMatrixDtoBody';
3
3
  /**
4
4
  * 캐릭터 HEXA 코어 정보
5
5
  */
@@ -1,4 +1,4 @@
1
- import { CharacterHexaMatrixEquipmentLinkedSkillDtoBody } from "../response/characterHexaMatrixDtoBody";
1
+ import { CharacterHexaMatrixEquipmentLinkedSkillDtoBody } from '../response/characterHexaMatrixDtoBody';
2
2
  /**
3
3
  * 연결된 HEXA 스킬 정보
4
4
  */
@@ -1,4 +1,4 @@
1
- import { CharacterHexaMatrixStatCoreDtoBody } from "../response/characterHexaMatrixStatDtoBody";
1
+ import { CharacterHexaMatrixStatCoreDtoBody } from '../response/characterHexaMatrixStatDtoBody';
2
2
  /**
3
3
  * 캐릭터 HEXA 스탯 코어 정보
4
4
  */
@@ -1,5 +1,5 @@
1
- import { CharacterHexaMatrixStatCoreDto } from "./characterHexaMatrixStatCoreDto";
2
- import { CharacterHexaMatrixStatDtoBody } from "../response/characterHexaMatrixStatDtoBody";
1
+ import { CharacterHexaMatrixStatCoreDto } from './characterHexaMatrixStatCoreDto';
2
+ import { CharacterHexaMatrixStatDtoBody } from '../response/characterHexaMatrixStatDtoBody';
3
3
  /**
4
4
  * 캐릭터 HEXA 스탯 코어 정보
5
5
  */
@@ -1,5 +1,5 @@
1
- import { CharacterHyperStatDtoBody } from "../response/characterHyperStatDtoBody";
2
- import { CharacterHyperStatInfoDto } from "./characterHyperStatInfoDto";
1
+ import { CharacterHyperStatInfoDto } from './characterHyperStatInfoDto';
2
+ import { CharacterHyperStatDtoBody } from '../response/characterHyperStatDtoBody';
3
3
  /**
4
4
  * 캐릭터 하이퍼 스탯 정보
5
5
  */
@@ -1,4 +1,4 @@
1
- import { CharacterHyperStatInfoDtoBody } from "../response/characterHyperStatDtoBody";
1
+ import { CharacterHyperStatInfoDtoBody } from '../response/characterHyperStatDtoBody';
2
2
  /**
3
3
  * 캐릭터 하이퍼 스탯 상세 정보
4
4
  */
@@ -1,4 +1,4 @@
1
- import { CharacterItemEquipmentAddOptionDtoBody } from "../response/characterItemEquipmentDtoBody";
1
+ import { CharacterItemEquipmentAddOptionDtoBody } from '../response/characterItemEquipmentDtoBody';
2
2
  /**
3
3
  * 캐릭터 장비 추가 옵션 정보
4
4
  */
@@ -1,4 +1,4 @@
1
- import { CharacterItemEquipmentBaseOptionDtoBody } from "../response/characterItemEquipmentDtoBody";
1
+ import { CharacterItemEquipmentBaseOptionDtoBody } from '../response/characterItemEquipmentDtoBody';
2
2
  /**
3
3
  * 캐릭터 장비 기본 옵션 정보
4
4
  */
@@ -1,6 +1,6 @@
1
- import { CharacterItemEquipmentDtoBody } from "../response/characterItemEquipmentDtoBody";
2
- import { CharacterItemEquipmentTitleDto } from "./characterItemEquipmentTitleDto";
3
- import { CharacterItemEquipmentInfoDto } from "./characterItemEquipmentInfoDto";
1
+ import { CharacterItemEquipmentInfoDto } from './characterItemEquipmentInfoDto';
2
+ import { CharacterItemEquipmentTitleDto } from './characterItemEquipmentTitleDto';
3
+ import { CharacterItemEquipmentDtoBody } from '../response/characterItemEquipmentDtoBody';
4
4
  /**
5
5
  * 캐릭터 장비 아이템 정보
6
6
  */
@@ -1,4 +1,4 @@
1
- import { CharacterItemEquipmentEtcOptionDtoBody } from "../response/characterItemEquipmentDtoBody";
1
+ import { CharacterItemEquipmentEtcOptionDtoBody } from '../response/characterItemEquipmentDtoBody';
2
2
  /**
3
3
  * 캐릭터 장비 기타 옵션 정보
4
4
  */
@@ -1,4 +1,4 @@
1
- import { CharacterItemEquipmentExceptionalOptionDtoBody } from "../response/characterItemEquipmentDtoBody";
1
+ import { CharacterItemEquipmentExceptionalOptionDtoBody } from '../response/characterItemEquipmentDtoBody';
2
2
  /**
3
3
  * 캐릭터 장비 특별 옵션 정보
4
4
  */
@@ -1,10 +1,10 @@
1
- import { CharacterItemEquipmentInfoDtoBody } from "../response/characterItemEquipmentDtoBody";
2
- import { CharacterItemEquipmentExceptionalOptionDto } from "./characterItemEquipmentExceptionalOptionDto";
3
- import { CharacterItemEquipmentTotalOptionDto } from "./characterItemEquipmentTotalOptionDto";
4
- import { CharacterItemEquipmentBaseOptionDto } from "./characterItemEquipmentBaseOptionDto";
5
- import { CharacterItemEquipmentAddOptionDto } from "./characterItemEquipmentAddOptionDto";
6
- import { CharacterItemEquipmentEtcOptionDto } from "./characterItemEquipmentEtcOptionDto";
7
- import { CharacterItemEquipmentStarforceOptionDto } from "./characterItemEquipmentStarforceOptionDto";
1
+ import { CharacterItemEquipmentAddOptionDto } from './characterItemEquipmentAddOptionDto';
2
+ import { CharacterItemEquipmentBaseOptionDto } from './characterItemEquipmentBaseOptionDto';
3
+ import { CharacterItemEquipmentEtcOptionDto } from './characterItemEquipmentEtcOptionDto';
4
+ import { CharacterItemEquipmentExceptionalOptionDto } from './characterItemEquipmentExceptionalOptionDto';
5
+ import { CharacterItemEquipmentStarforceOptionDto } from './characterItemEquipmentStarforceOptionDto';
6
+ import { CharacterItemEquipmentTotalOptionDto } from './characterItemEquipmentTotalOptionDto';
7
+ import { CharacterItemEquipmentInfoDtoBody } from '../response/characterItemEquipmentDtoBody';
8
8
  declare class CharacterItemEquipmentInfoDto {
9
9
  /**
10
10
  * 장비 부위 명
@@ -1,4 +1,4 @@
1
- import { CharacterItemEquipmentStarforceOptionDtoBody } from "../response/characterItemEquipmentDtoBody";
1
+ import { CharacterItemEquipmentStarforceOptionDtoBody } from '../response/characterItemEquipmentDtoBody';
2
2
  /**
3
3
  * 캐릭터 장비 스타포스 옵션 정보
4
4
  */
@@ -1,4 +1,4 @@
1
- import { CharacterItemEquipmentTitleDtoBody } from "../response/characterItemEquipmentDtoBody";
1
+ import { CharacterItemEquipmentTitleDtoBody } from '../response/characterItemEquipmentDtoBody';
2
2
  /**
3
3
  * 캐릭터 칭호 아이템 정보
4
4
  */
@@ -1,4 +1,4 @@
1
- import { CharacterItemEquipmentTotalOptionDtoBody } from "../response/characterItemEquipmentDtoBody";
1
+ import { CharacterItemEquipmentTotalOptionDtoBody } from '../response/characterItemEquipmentDtoBody';
2
2
  /**
3
3
  * 캐릭터 장비 최종 옵션 정보
4
4
  */
@@ -1,5 +1,5 @@
1
- import { CharacterLinkSkillInfoDto } from "./characterLinkSkillInfoDto";
2
- import { CharacterLinkSkillDtoBody } from "../response/characterLinkSkillDtoBody";
1
+ import { CharacterLinkSkillInfoDto } from './characterLinkSkillInfoDto';
2
+ import { CharacterLinkSkillDtoBody } from '../response/characterLinkSkillDtoBody';
3
3
  /**
4
4
  * 캐릭터 링크 스킬 정보
5
5
  */
@@ -1,4 +1,4 @@
1
- import { CharacterLinkSkillInfoDtoBody } from "../response/characterLinkSkillDtoBody";
1
+ import { CharacterLinkSkillInfoDtoBody } from '../response/characterLinkSkillDtoBody';
2
2
  /**
3
3
  * 캐릭터 링크 스킬 정보
4
4
  */
@@ -1,4 +1,4 @@
1
- import { CharacterPetEquipmentAutoSkillDtoBody } from "../response/characterPetEquipmentDtoBody";
1
+ import { CharacterPetEquipmentAutoSkillDtoBody } from '../response/characterPetEquipmentDtoBody';
2
2
  /**
3
3
  * 캐릭터 펫 장비 자동 스킬 정보
4
4
  */
@@ -1,6 +1,6 @@
1
- import { CharacterPetEquipmentItemDto } from "./characterPetEquipmentItemDto";
2
- import { CharacterPetEquipmentDtoBody } from "../response/characterPetEquipmentDtoBody";
3
- import { CharacterPetEquipmentAutoSkillDto } from "./characterPetEquipmentAutoSkillDto";
1
+ import { CharacterPetEquipmentAutoSkillDto } from './characterPetEquipmentAutoSkillDto';
2
+ import { CharacterPetEquipmentItemDto } from './characterPetEquipmentItemDto';
3
+ import { CharacterPetEquipmentDtoBody } from '../response/characterPetEquipmentDtoBody';
4
4
  /**
5
5
  * 캐릭터 펫 장비 정보
6
6
  */
@@ -1,5 +1,5 @@
1
- import { CharacterPetEquipmentItemDtoBody } from "../response/characterPetEquipmentDtoBody";
2
- import { CharacterPetEquipmentItemOptionDto } from "./characterPetEquipmentItemOptionDto";
1
+ import { CharacterPetEquipmentItemOptionDto } from './characterPetEquipmentItemOptionDto';
2
+ import { CharacterPetEquipmentItemDtoBody } from '../response/characterPetEquipmentDtoBody';
3
3
  /**
4
4
  * 캐릭터 펫 장비 아이템 정보
5
5
  */
@@ -1,4 +1,4 @@
1
- import { CharacterPetEquipmentItemOptionDtoBody } from "../response/characterPetEquipmentDtoBody";
1
+ import { CharacterPetEquipmentItemOptionDtoBody } from '../response/characterPetEquipmentDtoBody';
2
2
  /**
3
3
  * 캐릭터 펫 장비 아이템 옵션 정보
4
4
  */
@@ -1,4 +1,4 @@
1
- import { CharacterPopularityDtoBody } from "../response/characterPopularityDtoBody";
1
+ import { CharacterPopularityDtoBody } from '../response/characterPopularityDtoBody';
2
2
  /**
3
3
  * 캐릭터 인기도 정보
4
4
  */
@@ -1,4 +1,4 @@
1
- import { CharacterPropensityDtoBody } from "../response/characterPropensityDtoBody";
1
+ import { CharacterPropensityDtoBody } from '../response/characterPropensityDtoBody';
2
2
  /**
3
3
  * 캐릭터 성향 정보
4
4
  */
@@ -1,5 +1,5 @@
1
- import { CharacterSetEffectInfoDto } from "./characterSetEffectInfoDto";
2
- import { CharacterSetEffectDtoBody } from "../response/characterSetEffectDtoBody";
1
+ import { CharacterSetEffectInfoDto } from './characterSetEffectInfoDto';
2
+ import { CharacterSetEffectDtoBody } from '../response/characterSetEffectDtoBody';
3
3
  /**
4
4
  * 캐릭터 세트 효과 정보
5
5
  */
@@ -1,5 +1,5 @@
1
- import { CharacterSetEffectInfoDtoBody } from "../response/characterSetEffectDtoBody";
2
- import { CharacterSetEffectOptionInfoDto } from "./characterSetEffectOptionInfoDto";
1
+ import { CharacterSetEffectOptionInfoDto } from './characterSetEffectOptionInfoDto';
2
+ import { CharacterSetEffectInfoDtoBody } from '../response/characterSetEffectDtoBody';
3
3
  /**
4
4
  * 캐릭터 세트 효과 정보
5
5
  */
@@ -1,4 +1,4 @@
1
- import { CharacterSetEffectOptionInfoDtoBody } from "../response/characterSetEffectDtoBody";
1
+ import { CharacterSetEffectOptionInfoDtoBody } from '../response/characterSetEffectDtoBody';
2
2
  /**
3
3
  * 캐릭터 세트 효과 옵션 정보
4
4
  */
@@ -1,5 +1,5 @@
1
- import { CharacterSkillInfoDto } from "./characterSkillInfoDto";
2
- import { CharacterSkillDtoBody } from "../response/characterSkillDtoBody";
1
+ import { CharacterSkillInfoDto } from './characterSkillInfoDto';
2
+ import { CharacterSkillDtoBody } from '../response/characterSkillDtoBody';
3
3
  /**
4
4
  * 캐릭터 스킬 정보
5
5
  */
@@ -1,4 +1,4 @@
1
- import { CharacterSkillInfoDtoBody } from "../response/characterSkillDtoBody";
1
+ import { CharacterSkillInfoDtoBody } from '../response/characterSkillDtoBody';
2
2
  /**
3
3
  * 캐릭터 스킬 상세 정보
4
4
  */
@@ -1,4 +1,4 @@
1
- import { CharacterStatDtoBody } from "../response/characterStatDtoBody";
1
+ import { CharacterStatDtoBody } from '../response/characterStatDtoBody';
2
2
  /**
3
3
  * 캐릭터 스탯 정보
4
4
  */
@@ -1,5 +1,5 @@
1
- import { CharacterSymbolEquipmentDtoBody } from "../response/characterSymbolEquipmentDtoBody";
2
- import { CharacterSymbolEquipmentInfoDto } from "./characterSymbolEquipmentInfoDto";
1
+ import { CharacterSymbolEquipmentInfoDto } from './characterSymbolEquipmentInfoDto';
2
+ import { CharacterSymbolEquipmentDtoBody } from '../response/characterSymbolEquipmentDtoBody';
3
3
  /**
4
4
  * 캐릭터 심볼 정보
5
5
  */
@@ -1,4 +1,4 @@
1
- import { CharacterSymbolEquipmentInfoDtoBody } from "../response/characterSymbolEquipmentDtoBody";
1
+ import { CharacterSymbolEquipmentInfoDtoBody } from '../response/characterSymbolEquipmentDtoBody';
2
2
  /**
3
3
  * 캐릭터 심볼 상세 정보
4
4
  */
@@ -1,4 +1,4 @@
1
- import { CharacterVMatrixCoreEquipmentDtoBody } from "../response/characterVMatrixDtoBody";
1
+ import { CharacterVMatrixCoreEquipmentDtoBody } from '../response/characterVMatrixDtoBody';
2
2
  /**
3
3
  * 캐릭터 V코어 정보
4
4
  */
@@ -1,5 +1,5 @@
1
- import { CharacterVMatrixCodeEquipmentDto } from "./characterVMatrixCoreEquipmentDto";
2
- import { CharacterVMatrixDtoBody } from "../response/characterVMatrixDtoBody";
1
+ import { CharacterVMatrixCodeEquipmentDto } from './characterVMatrixCoreEquipmentDto';
2
+ import { CharacterVMatrixDtoBody } from '../response/characterVMatrixDtoBody';
3
3
  /**
4
4
  * 캐릭터 V매트릭스 정보
5
5
  */
@@ -1,6 +1,6 @@
1
- import { CubeResultOptionDto } from "./cubeResultOptionDto";
2
- import { CubeHistoryDtoBody } from "../response/cubeHistoryDtoBody";
3
- import { PotentialOptionGrade } from "./potentialOptionGrade";
1
+ import { CubeResultOptionDto } from './cubeResultOptionDto';
2
+ import { PotentialOptionGrade } from './potentialOptionGrade';
3
+ import { CubeHistoryDtoBody } from '../response/cubeHistoryDtoBody';
4
4
  /**
5
5
  * 큐브 히스토리
6
6
  */
@@ -1,5 +1,5 @@
1
- import { CubeHistoryDto } from "./cubeHistoryDto";
2
- import { CubeHistoryResponseDtoBody } from "../response/cubeHistoryResponseDtoBody";
1
+ import { CubeHistoryDto } from './cubeHistoryDto';
2
+ import { CubeHistoryResponseDtoBody } from '../response/cubeHistoryResponseDtoBody';
3
3
  /**
4
4
  * 큐브 히스토리 응답 정보
5
5
  */
@@ -1,5 +1,5 @@
1
- import { CubeResultOptionDtoBody } from "../response/cubeResultOptionDtoBody";
2
- import { PotentialOptionGrade } from "./potentialOptionGrade";
1
+ import { PotentialOptionGrade } from './potentialOptionGrade';
2
+ import { CubeResultOptionDtoBody } from '../response/cubeResultOptionDtoBody';
3
3
  /**
4
4
  * 큐브 결과 옵션 정보
5
5
  */
@@ -1,4 +1,4 @@
1
- import { DojangRankingDtoBody } from "../response/dojangRankingResponseDtoBody";
1
+ import { DojangRankingDtoBody } from '../response/dojangRankingResponseDtoBody';
2
2
  /**
3
3
  * 무릉도장 랭킹 정보
4
4
  */
@@ -1,5 +1,5 @@
1
- import { DojangRankingDto } from "./dojangRankingDto";
2
- import { DojangRankingResponseDtoBody } from "../response/dojangRankingResponseDtoBody";
1
+ import { DojangRankingDto } from './dojangRankingDto';
2
+ import { DojangRankingResponseDtoBody } from '../response/dojangRankingResponseDtoBody';
3
3
  /**
4
4
  * 무릉도장 랭킹 응답 정보
5
5
  */
@@ -1,5 +1,5 @@
1
- import { GuildSkillDto } from "./guildSkillDto";
2
- import { GuildBasicDtoBody } from "../response/guildBasicDtoBody";
1
+ import { GuildSkillDto } from './guildSkillDto';
2
+ import { GuildBasicDtoBody } from '../response/guildBasicDtoBody';
3
3
  /**
4
4
  * 길드 기본 정보
5
5
  */
@@ -1,4 +1,4 @@
1
- import { GuildDtoBody } from "../response/guildDtoBody";
1
+ import { GuildDtoBody } from '../response/guildDtoBody';
2
2
  /**
3
3
  * 길드 식별자 정보
4
4
  */
@@ -1,4 +1,4 @@
1
- import { GuildRankingDtoBody } from "../response/guildRankingResponseDtoBody";
1
+ import { GuildRankingDtoBody } from '../response/guildRankingResponseDtoBody';
2
2
  /**
3
3
  * 길드 랭킹 정보
4
4
  */
@@ -1,5 +1,5 @@
1
- import { GuildRankingDto } from "./guildRankingDto";
2
- import { GuildRankingResponseDtoBody } from "../response/guildRankingResponseDtoBody";
1
+ import { GuildRankingDto } from './guildRankingDto';
2
+ import { GuildRankingResponseDtoBody } from '../response/guildRankingResponseDtoBody';
3
3
  /**
4
4
  * 길드 랭킹 응답 정보
5
5
  */
@@ -1,4 +1,4 @@
1
- import { GuildSkillDtoBody } from "../response/guildBasicDtoBody";
1
+ import { GuildSkillDtoBody } from '../response/guildBasicDtoBody';
2
2
  /**
3
3
  * 길드 스킬 정보
4
4
  */
@@ -1,4 +1,4 @@
1
- import { InspectionInfoSoapBody } from "../response/inspectionInfoSoapBody";
1
+ import { InspectionInfoSoapBody } from '../response/inspectionInfoSoapBody';
2
2
  /**
3
3
  * 서버 점검 정보
4
4
  */
@@ -1,4 +1,4 @@
1
- import { OverallRankingDtoBody } from "../response/overallRankingResponseDtoBody";
1
+ import { OverallRankingDtoBody } from '../response/overallRankingResponseDtoBody';
2
2
  /**
3
3
  * 종합 랭킹 정보
4
4
  */