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/README.md CHANGED
@@ -13,7 +13,7 @@ Packages written in other languages can be found [HERE](https://github.com/Spira
13
13
  Install the latest version of the JavaScript/TypeScript library in your npm project:
14
14
 
15
15
  ```bash
16
- npm install maplestory-openapi@2.1.1 # Replace with the latest version
16
+ npm install maplestory-openapi@2.2.1 # Replace with the latest version
17
17
  ```
18
18
 
19
19
  ## Usage