@xmobitea/gn-server 2.6.4 → 2.6.5

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 (442) hide show
  1. package/LICENSE +5 -198
  2. package/apiReferences/Authenticate.json +1 -0
  3. package/apiReferences/CharacterPlayer.json +1 -0
  4. package/apiReferences/CloudScript.json +1 -0
  5. package/apiReferences/Content.json +1 -0
  6. package/apiReferences/GamePlayer.json +1 -0
  7. package/apiReferences/Group.json +1 -0
  8. package/apiReferences/Inventory.json +1 -0
  9. package/apiReferences/MasterAdmin.json +1 -0
  10. package/apiReferences/MasterPlayer.json +1 -0
  11. package/apiReferences/Multiplayer.json +1 -0
  12. package/apiReferences/StoreInventory.json +1 -0
  13. package/dist/GN-app-api/handler/controller/RequestController.d.ts +5 -5
  14. package/dist/GN-app-api/handler/controller/handler/authenticate/LoginBaseRequestHandler.d.ts +1 -2
  15. package/dist/GN-app-api/handler/controller/handler/authenticate/LoginByAccountRequestHandler.d.ts +1 -1
  16. package/dist/GN-app-api/handler/controller/handler/authenticate/LoginByAndroidDeviceIdRequestHandler.d.ts +1 -1
  17. package/dist/GN-app-api/handler/controller/handler/authenticate/LoginByAppleRequestHandler.d.ts +1 -1
  18. package/dist/GN-app-api/handler/controller/handler/authenticate/LoginByCustomDeviceIdRequestHandler.d.ts +1 -1
  19. package/dist/GN-app-api/handler/controller/handler/authenticate/LoginByCustomIdRequestHandler.d.ts +1 -1
  20. package/dist/GN-app-api/handler/controller/handler/authenticate/LoginByEditorDeviceIdRequestHandler.d.ts +1 -1
  21. package/dist/GN-app-api/handler/controller/handler/authenticate/LoginByFacebookRequestHandler.d.ts +1 -1
  22. package/dist/GN-app-api/handler/controller/handler/authenticate/LoginByGameCenterRequestHandler.d.ts +5 -5
  23. package/dist/GN-app-api/handler/controller/handler/authenticate/LoginByGenericServiceRequestHandler.d.ts +1 -1
  24. package/dist/GN-app-api/handler/controller/handler/authenticate/LoginByGooglePlayGameServiceRequestHandler.d.ts +5 -5
  25. package/dist/GN-app-api/handler/controller/handler/authenticate/LoginByGoogleRequestHandler.d.ts +1 -1
  26. package/dist/GN-app-api/handler/controller/handler/authenticate/LoginByLinuxDeviceIdRequestHandler.d.ts +1 -1
  27. package/dist/GN-app-api/handler/controller/handler/authenticate/LoginByMacOSDeviceIdRequestHandler.d.ts +1 -1
  28. package/dist/GN-app-api/handler/controller/handler/authenticate/LoginByWindowsDeviceIdRequestHandler.d.ts +1 -1
  29. package/dist/GN-app-api/handler/controller/handler/authenticate/LoginByWindowsPhoneDeviceIdRequestHandler.d.ts +1 -1
  30. package/dist/GN-app-api/handler/controller/handler/authenticate/LoginByiOSDeviceIdRequestHandler.d.ts +1 -1
  31. package/dist/GN-app-api/handler/controller/handler/authenticate/RefreshAuthTokenRequestHandler.d.ts +1 -1
  32. package/dist/GN-app-api/handler/controller/handler/authenticate/RegisterAccountRequestHandler.d.ts +1 -1
  33. package/dist/GN-app-api/handler/controller/handler/base/IRequestHandler.d.ts +1 -1
  34. package/dist/GN-app-api/handler/controller/handler/base/RequestHandler.d.ts +1 -1
  35. package/dist/GN-app-api/handler/controller/handler/characterPlayer/AddPlayerFriendRequestHandler.d.ts +1 -1
  36. package/dist/GN-app-api/handler/controller/handler/characterPlayer/AddSegmentRequestHandler.d.ts +1 -1
  37. package/dist/GN-app-api/handler/controller/handler/characterPlayer/{SetPlayerCurrencyRequestHandler.d.ts → ChangePlayerCurrencyRequestHandler.d.ts} +5 -5
  38. package/dist/GN-app-api/handler/controller/handler/characterPlayer/{SetPlayerStatisticsRequestHandler.d.ts → ChangePlayerStatisticsRequestHandler.d.ts} +5 -5
  39. package/dist/GN-app-api/handler/controller/handler/characterPlayer/CharacterPlayerBaseRequestHandler.d.ts +1 -1
  40. package/dist/GN-app-api/handler/controller/handler/characterPlayer/{GrantGroupRequestHandler.d.ts → CreateGroupRequestHandler.d.ts} +4 -4
  41. package/dist/GN-app-api/handler/controller/handler/characterPlayer/{GrantPlayerItemRequestHandler.d.ts → CreatePlayerItemRequestHandler.d.ts} +4 -4
  42. package/dist/GN-app-api/handler/controller/handler/characterPlayer/GetAvatarRequestHandler.d.ts +1 -1
  43. package/dist/GN-app-api/handler/controller/handler/characterPlayer/GetCatalogIdRequestHandler.d.ts +1 -1
  44. package/dist/GN-app-api/handler/controller/handler/characterPlayer/GetCountryCodeRequestHandler.d.ts +1 -1
  45. package/dist/GN-app-api/handler/controller/handler/characterPlayer/GetCreateLeaderboardRequestHandler.d.ts +5 -5
  46. package/dist/GN-app-api/handler/controller/handler/characterPlayer/GetCurrencyLeaderboardRequestHandler.d.ts +1 -1
  47. package/dist/GN-app-api/handler/controller/handler/characterPlayer/GetCurrencyLogRequestHandler.d.ts +2 -2
  48. package/dist/GN-app-api/handler/controller/handler/characterPlayer/GetCustomDataRequestHandler.d.ts +1 -1
  49. package/dist/GN-app-api/handler/controller/handler/characterPlayer/GetDisplayNameRequestHandler.d.ts +1 -1
  50. package/dist/GN-app-api/handler/controller/handler/characterPlayer/GetFriendStatisticsLeaderboardAroundPlayerRequestHandler.d.ts +1 -1
  51. package/dist/GN-app-api/handler/controller/handler/characterPlayer/GetFriendStatisticsLeaderboardRequestHandler.d.ts +1 -1
  52. package/dist/GN-app-api/handler/controller/handler/characterPlayer/GetIpAddressCreateRequestHandler.d.ts +1 -1
  53. package/dist/GN-app-api/handler/controller/handler/characterPlayer/GetLastLoginLeaderboardRequestHandler.d.ts +5 -5
  54. package/dist/GN-app-api/handler/controller/handler/characterPlayer/GetOwnerRequestHandler.d.ts +1 -1
  55. package/dist/GN-app-api/handler/controller/handler/characterPlayer/GetPlayerBanRequestHandler.d.ts +1 -1
  56. package/dist/GN-app-api/handler/controller/handler/characterPlayer/GetPlayerCurrencyRequestHandler.d.ts +1 -1
  57. package/dist/GN-app-api/handler/controller/handler/characterPlayer/GetPlayerDataRequestHandler.d.ts +1 -1
  58. package/dist/GN-app-api/handler/controller/handler/characterPlayer/GetPlayerFriendRequestHandler.d.ts +1 -1
  59. package/dist/GN-app-api/handler/controller/handler/characterPlayer/GetPlayerGroupRequestHandler.d.ts +1 -1
  60. package/dist/GN-app-api/handler/controller/handler/characterPlayer/GetPlayerInformationRequestHandler.d.ts +1 -1
  61. package/dist/GN-app-api/handler/controller/handler/characterPlayer/GetPlayerInventoryRequestHandler.d.ts +1 -1
  62. package/dist/GN-app-api/handler/controller/handler/characterPlayer/GetPlayerStatisticsRequestHandler.d.ts +1 -1
  63. package/dist/GN-app-api/handler/controller/handler/characterPlayer/GetPlayersWithDisplayNameRequestHandler.d.ts +1 -1
  64. package/dist/GN-app-api/handler/controller/handler/characterPlayer/GetPlayersWithSegmentRequestHandler.d.ts +1 -1
  65. package/dist/GN-app-api/handler/controller/handler/characterPlayer/GetPlayersWithTagRequestHandler.d.ts +1 -1
  66. package/dist/GN-app-api/handler/controller/handler/characterPlayer/GetRemoveStatusRequestHandler.d.ts +1 -1
  67. package/dist/GN-app-api/handler/controller/handler/characterPlayer/GetSegmentRequestHandler.d.ts +1 -1
  68. package/dist/GN-app-api/handler/controller/handler/characterPlayer/GetStatisticsLeaderboardAroundPlayerRequestHandler.d.ts +1 -1
  69. package/dist/GN-app-api/handler/controller/handler/characterPlayer/GetStatisticsLeaderboardRequestHandler.d.ts +1 -1
  70. package/dist/GN-app-api/handler/controller/handler/characterPlayer/GetStatisticsLogRequestHandler.d.ts +2 -2
  71. package/dist/GN-app-api/handler/controller/handler/characterPlayer/GetTagRequestHandler.d.ts +1 -1
  72. package/dist/GN-app-api/handler/controller/handler/characterPlayer/GetTsCreateRequestHandler.d.ts +1 -1
  73. package/dist/GN-app-api/handler/controller/handler/characterPlayer/GetTsLastLoginRequestHandler.d.ts +1 -1
  74. package/dist/GN-app-api/handler/controller/handler/characterPlayer/JoinGroupRequestHandler.d.ts +1 -1
  75. package/dist/GN-app-api/handler/controller/handler/characterPlayer/LeaveGroupRequestHandler.d.ts +1 -1
  76. package/dist/GN-app-api/handler/controller/handler/characterPlayer/RemovePlayerFriendRequestHandler.d.ts +1 -1
  77. package/dist/GN-app-api/handler/controller/handler/characterPlayer/RemovePlayerItemRequestHandler.d.ts +1 -1
  78. package/dist/GN-app-api/handler/controller/handler/characterPlayer/RemoveSegmentRequestHandler.d.ts +1 -1
  79. package/dist/GN-app-api/handler/controller/handler/characterPlayer/RemoveTagRequestHandler.d.ts +1 -1
  80. package/dist/GN-app-api/handler/controller/handler/characterPlayer/SetAvatarRequestHandler.d.ts +1 -1
  81. package/dist/GN-app-api/handler/controller/handler/characterPlayer/SetCountryCodeRequestHandler.d.ts +1 -1
  82. package/dist/GN-app-api/handler/controller/handler/characterPlayer/SetCustomDataRequestHandler.d.ts +2 -2
  83. package/dist/GN-app-api/handler/controller/handler/characterPlayer/SetDisplayNameRequestHandler.d.ts +1 -1
  84. package/dist/GN-app-api/handler/controller/handler/characterPlayer/SetOwnerRequestHandler.d.ts +1 -1
  85. package/dist/GN-app-api/handler/controller/handler/characterPlayer/SetPlayerBanRequestHandler.d.ts +1 -1
  86. package/dist/GN-app-api/handler/controller/handler/characterPlayer/SetPlayerDataRequestHandler.d.ts +2 -2
  87. package/dist/GN-app-api/handler/controller/handler/characterPlayer/SetRemoveStatusRequestHandler.d.ts +1 -1
  88. package/dist/GN-app-api/handler/controller/handler/characterPlayer/SetTagRequestHandler.d.ts +1 -1
  89. package/dist/GN-app-api/handler/controller/handler/cloudScript/AddFunctionRequestHandler.d.ts +1 -1
  90. package/dist/GN-app-api/handler/controller/handler/cloudScript/EditFunctionRequestHandler.d.ts +1 -1
  91. package/dist/GN-app-api/handler/controller/handler/cloudScript/ExecuteFunctionRequestHandler.d.ts +2 -2
  92. package/dist/GN-app-api/handler/controller/handler/cloudScript/GetFunctionRequestHandler.d.ts +1 -1
  93. package/dist/GN-app-api/handler/controller/handler/cloudScript/GetFunctionsRequestHandler.d.ts +1 -1
  94. package/dist/GN-app-api/handler/controller/handler/content/CreateNewFileUploadInfoRequestHandler.d.ts +1 -1
  95. package/dist/GN-app-api/handler/controller/handler/content/GetContentDataRequestHandler.d.ts +1 -1
  96. package/dist/GN-app-api/handler/controller/handler/content/GetFileUploadInfoListRequestHandler.d.ts +1 -1
  97. package/dist/GN-app-api/handler/controller/handler/content/GetFileUploadInfoRequestHandler.d.ts +1 -1
  98. package/dist/GN-app-api/handler/controller/handler/content/RemoveFileUploadInfoRequestHandler.d.ts +1 -1
  99. package/dist/GN-app-api/handler/controller/handler/content/RequestDownloadFileUploadInfoRequestHandler.d.ts +1 -1
  100. package/dist/GN-app-api/handler/controller/handler/content/SetContentDataRequestHandler.d.ts +1 -1
  101. package/dist/GN-app-api/handler/controller/handler/dashboard/ChangePasswordAdminAccountRequestHandler.d.ts +1 -1
  102. package/dist/GN-app-api/handler/controller/handler/dashboard/{GrantAdminAccountRequestHandler.d.ts → CreateAdminAccountRequestHandler.d.ts} +4 -4
  103. package/dist/GN-app-api/handler/controller/handler/dashboard/{GrantGameRequestHandler.d.ts → CreateGameRequestHandler.d.ts} +4 -4
  104. package/dist/GN-app-api/handler/controller/handler/dashboard/{GrantSecretInfoRequestHandler.d.ts → CreateSecretInfoRequestHandler.d.ts} +4 -4
  105. package/dist/GN-app-api/handler/controller/handler/dashboard/DeleteInDatabaseRequestHandler.d.ts +6 -6
  106. package/dist/GN-app-api/handler/controller/handler/dashboard/GetAdminAccountListRequestHandler.d.ts +1 -1
  107. package/dist/GN-app-api/handler/controller/handler/dashboard/GetAnalyticsRequestHandler.d.ts +3 -1
  108. package/dist/GN-app-api/handler/controller/handler/dashboard/GetBackupStatisticsLeaderboardVersionRequestHandler.d.ts +6 -6
  109. package/dist/GN-app-api/handler/controller/handler/dashboard/GetEventCallbackCloudScriptRequestHandler.d.ts +1 -1
  110. package/dist/GN-app-api/handler/controller/handler/dashboard/GetGameInformationRequestHandler.d.ts +1 -1
  111. package/dist/GN-app-api/handler/controller/handler/dashboard/GetGameListRequestHandler.d.ts +1 -1
  112. package/dist/GN-app-api/handler/controller/handler/dashboard/GetMasterGameSettingsRequestHandler.d.ts +1 -1
  113. package/dist/GN-app-api/handler/controller/handler/dashboard/GetSecretInfoInformationRequestHandler.d.ts +2 -2
  114. package/dist/GN-app-api/handler/controller/handler/dashboard/GetSecretInfoListRequestHandler.d.ts +1 -1
  115. package/dist/GN-app-api/handler/controller/handler/dashboard/GetServerGameDataRequestHandler.d.ts +1 -1
  116. package/dist/GN-app-api/handler/controller/handler/dashboard/GetServerLogRequestHandler.d.ts +1 -1
  117. package/dist/GN-app-api/handler/controller/handler/dashboard/GetUsernameAdminAccountRequestHandler.d.ts +1 -1
  118. package/dist/GN-app-api/handler/controller/handler/dashboard/LoginByAdminAccountRequestHandler.d.ts +1 -1
  119. package/dist/GN-app-api/handler/controller/handler/dashboard/RemoveAdminAccountRequestHandler.d.ts +1 -1
  120. package/dist/GN-app-api/handler/controller/handler/dashboard/ResetStatisticsLeaderboardRequestHandler.d.ts +1 -1
  121. package/dist/GN-app-api/handler/controller/handler/dashboard/SetEventCallbackCloudScriptRequestHandler.d.ts +1 -1
  122. package/dist/GN-app-api/handler/controller/handler/dashboard/SetGameInformationRequestHandler.d.ts +2 -2
  123. package/dist/GN-app-api/handler/controller/handler/dashboard/SetMasterGameSettingsRequestHandler.d.ts +1 -1
  124. package/dist/GN-app-api/handler/controller/handler/dashboard/SetPasswordAdminAccountRequestHandler.d.ts +1 -1
  125. package/dist/GN-app-api/handler/controller/handler/dashboard/SetSecretInfoInformationRequestHandler.d.ts +2 -2
  126. package/dist/GN-app-api/handler/controller/handler/dashboard/SetSecretKeyAdminAccountRequestHandler.d.ts +1 -1
  127. package/dist/GN-app-api/handler/controller/handler/dashboard/model/CharacterCatalogSettingsParam.d.ts +1 -1
  128. package/dist/GN-app-api/handler/controller/handler/dashboard/model/CharacterPlayerPermissionRulesParam.d.ts +4 -4
  129. package/dist/GN-app-api/handler/controller/handler/dashboard/model/CharacterPlayerSettingsParam.d.ts +1 -1
  130. package/dist/GN-app-api/handler/controller/handler/dashboard/model/CurrencySettingsParam.d.ts +1 -1
  131. package/dist/GN-app-api/handler/controller/handler/dashboard/model/DataSettingsParam.d.ts +1 -1
  132. package/dist/GN-app-api/handler/controller/handler/dashboard/model/FriendCatalogSettingsParam.d.ts +1 -0
  133. package/dist/GN-app-api/handler/controller/handler/dashboard/model/GamePlayerPermissionRulesParam.d.ts +5 -5
  134. package/dist/GN-app-api/handler/controller/handler/dashboard/model/GamePlayerSettingsParam.d.ts +1 -1
  135. package/dist/GN-app-api/handler/controller/handler/dashboard/model/GroupCatalogSettingsParam.d.ts +1 -1
  136. package/dist/GN-app-api/handler/controller/handler/dashboard/model/GroupPermissionRulesParam.d.ts +3 -3
  137. package/dist/GN-app-api/handler/controller/handler/dashboard/model/GroupSettingsParam.d.ts +1 -1
  138. package/dist/GN-app-api/handler/controller/handler/dashboard/model/InventoryPermissionRulesParam.d.ts +1 -1
  139. package/dist/GN-app-api/handler/controller/handler/dashboard/model/InventorySettingsParam.d.ts +2 -2
  140. package/dist/GN-app-api/handler/controller/handler/dashboard/model/ItemClassSettingsParam.d.ts +1 -1
  141. package/dist/GN-app-api/handler/controller/handler/dashboard/model/MasterAdminPermissionRulesParam.d.ts +3 -3
  142. package/dist/GN-app-api/handler/controller/handler/dashboard/model/MasterPlayerPermissionRulesParam.d.ts +2 -2
  143. package/dist/GN-app-api/handler/controller/handler/dashboard/model/MasterPlayerSettingsParam.d.ts +1 -1
  144. package/dist/GN-app-api/handler/controller/handler/dashboard/model/MatchmakingQueueSettingsParam.d.ts +5 -5
  145. package/dist/GN-app-api/handler/controller/handler/dashboard/model/StatisticsSettingsParam.d.ts +1 -1
  146. package/dist/GN-app-api/handler/controller/handler/dashboard/model/StoreInventoryPermissionRulesParam.d.ts +1 -1
  147. package/dist/GN-app-api/handler/controller/handler/dashboard/model/TagSettingsParam.d.ts +1 -1
  148. package/dist/GN-app-api/handler/controller/handler/gamePlayer/AddPlayerFriendRequestHandler.d.ts +1 -1
  149. package/dist/GN-app-api/handler/controller/handler/gamePlayer/AddSegmentRequestHandler.d.ts +1 -1
  150. package/dist/GN-app-api/handler/controller/handler/gamePlayer/{SetPlayerCurrencyRequestHandler.d.ts → ChangePlayerCurrencyRequestHandler.d.ts} +5 -5
  151. package/dist/GN-app-api/handler/controller/handler/gamePlayer/{SetPlayerStatisticsRequestHandler.d.ts → ChangePlayerStatisticsRequestHandler.d.ts} +5 -5
  152. package/dist/GN-app-api/handler/controller/handler/gamePlayer/{GrantGroupRequestHandler.d.ts → CreateGroupRequestHandler.d.ts} +4 -4
  153. package/dist/GN-app-api/handler/controller/handler/gamePlayer/{GrantPlayerCharacterRequestHandler.d.ts → CreatePlayerCharacterRequestHandler.d.ts} +4 -4
  154. package/dist/GN-app-api/handler/controller/handler/gamePlayer/{GrantPlayerItemRequestHandler.d.ts → CreatePlayerItemRequestHandler.d.ts} +4 -4
  155. package/dist/GN-app-api/handler/controller/handler/gamePlayer/GetAvatarRequestHandler.d.ts +1 -1
  156. package/dist/GN-app-api/handler/controller/handler/gamePlayer/GetCountryCodeRequestHandler.d.ts +1 -1
  157. package/dist/GN-app-api/handler/controller/handler/gamePlayer/GetCreateLeaderboardRequestHandler.d.ts +5 -5
  158. package/dist/GN-app-api/handler/controller/handler/gamePlayer/GetCurrencyLeaderboardRequestHandler.d.ts +1 -1
  159. package/dist/GN-app-api/handler/controller/handler/gamePlayer/GetCurrencyLogRequestHandler.d.ts +6 -6
  160. package/dist/GN-app-api/handler/controller/handler/gamePlayer/GetCustomDataRequestHandler.d.ts +1 -1
  161. package/dist/GN-app-api/handler/controller/handler/gamePlayer/GetDisplayNameRequestHandler.d.ts +1 -1
  162. package/dist/GN-app-api/handler/controller/handler/gamePlayer/GetFriendStatisticsLeaderboardAroundPlayerRequestHandler.d.ts +1 -1
  163. package/dist/GN-app-api/handler/controller/handler/gamePlayer/GetFriendStatisticsLeaderboardRequestHandler.d.ts +1 -1
  164. package/dist/GN-app-api/handler/controller/handler/gamePlayer/GetIpAddressCreateRequestHandler.d.ts +1 -1
  165. package/dist/GN-app-api/handler/controller/handler/gamePlayer/GetLastLoginLeaderboardRequestHandler.d.ts +5 -5
  166. package/dist/GN-app-api/handler/controller/handler/gamePlayer/GetOnlineStatusRequestHandler.d.ts +1 -1
  167. package/dist/GN-app-api/handler/controller/handler/gamePlayer/GetPlayerBanRequestHandler.d.ts +1 -1
  168. package/dist/GN-app-api/handler/controller/handler/gamePlayer/GetPlayerCharacterRequestHandler.d.ts +1 -1
  169. package/dist/GN-app-api/handler/controller/handler/gamePlayer/GetPlayerCurrencyRequestHandler.d.ts +1 -1
  170. package/dist/GN-app-api/handler/controller/handler/gamePlayer/GetPlayerDataRequestHandler.d.ts +1 -1
  171. package/dist/GN-app-api/handler/controller/handler/gamePlayer/GetPlayerFriendRequestHandler.d.ts +1 -1
  172. package/dist/GN-app-api/handler/controller/handler/gamePlayer/GetPlayerGroupRequestHandler.d.ts +1 -1
  173. package/dist/GN-app-api/handler/controller/handler/gamePlayer/GetPlayerInformationRequestHandler.d.ts +1 -1
  174. package/dist/GN-app-api/handler/controller/handler/gamePlayer/GetPlayerInventoryRequestHandler.d.ts +1 -1
  175. package/dist/GN-app-api/handler/controller/handler/gamePlayer/GetPlayerStatisticsRequestHandler.d.ts +1 -1
  176. package/dist/GN-app-api/handler/controller/handler/gamePlayer/GetPlayersWithDisplayNameRequestHandler.d.ts +1 -1
  177. package/dist/GN-app-api/handler/controller/handler/gamePlayer/GetPlayersWithSegmentRequestHandler.d.ts +1 -1
  178. package/dist/GN-app-api/handler/controller/handler/gamePlayer/GetPlayersWithTagRequestHandler.d.ts +1 -1
  179. package/dist/GN-app-api/handler/controller/handler/gamePlayer/GetSegmentRequestHandler.d.ts +1 -1
  180. package/dist/GN-app-api/handler/controller/handler/gamePlayer/GetStatisticsLeaderboardAroundPlayerRequestHandler.d.ts +1 -1
  181. package/dist/GN-app-api/handler/controller/handler/gamePlayer/GetStatisticsLeaderboardRequestHandler.d.ts +1 -1
  182. package/dist/GN-app-api/handler/controller/handler/gamePlayer/GetStatisticsLogRequestHandler.d.ts +6 -6
  183. package/dist/GN-app-api/handler/controller/handler/gamePlayer/GetTagRequestHandler.d.ts +1 -1
  184. package/dist/GN-app-api/handler/controller/handler/gamePlayer/GetTsCreateRequestHandler.d.ts +1 -1
  185. package/dist/GN-app-api/handler/controller/handler/gamePlayer/GetTsLastLoginRequestHandler.d.ts +1 -1
  186. package/dist/GN-app-api/handler/controller/handler/gamePlayer/JoinGroupRequestHandler.d.ts +1 -1
  187. package/dist/GN-app-api/handler/controller/handler/gamePlayer/LeaveGroupRequestHandler.d.ts +1 -1
  188. package/dist/GN-app-api/handler/controller/handler/gamePlayer/RemovePlayerCharacterRequestHandler.d.ts +1 -1
  189. package/dist/GN-app-api/handler/controller/handler/gamePlayer/RemovePlayerFriendRequestHandler.d.ts +1 -1
  190. package/dist/GN-app-api/handler/controller/handler/gamePlayer/RemovePlayerItemRequestHandler.d.ts +1 -1
  191. package/dist/GN-app-api/handler/controller/handler/gamePlayer/RemoveSegmentRequestHandler.d.ts +1 -1
  192. package/dist/GN-app-api/handler/controller/handler/gamePlayer/RemoveTagRequestHandler.d.ts +1 -1
  193. package/dist/GN-app-api/handler/controller/handler/gamePlayer/SetAvatarRequestHandler.d.ts +1 -1
  194. package/dist/GN-app-api/handler/controller/handler/gamePlayer/SetCountryCodeRequestHandler.d.ts +1 -1
  195. package/dist/GN-app-api/handler/controller/handler/gamePlayer/SetCustomDataRequestHandler.d.ts +2 -2
  196. package/dist/GN-app-api/handler/controller/handler/gamePlayer/SetDisplayNameRequestHandler.d.ts +1 -1
  197. package/dist/GN-app-api/handler/controller/handler/gamePlayer/SetPlayerBanRequestHandler.d.ts +1 -1
  198. package/dist/GN-app-api/handler/controller/handler/gamePlayer/SetPlayerDataRequestHandler.d.ts +2 -2
  199. package/dist/GN-app-api/handler/controller/handler/gamePlayer/SetTagRequestHandler.d.ts +1 -1
  200. package/dist/GN-app-api/handler/controller/handler/group/AddMemberRequestHandler.d.ts +1 -1
  201. package/dist/GN-app-api/handler/controller/handler/group/AddSegmentRequestHandler.d.ts +1 -1
  202. package/dist/GN-app-api/handler/controller/handler/group/{SetGroupCurrencyRequestHandler.d.ts → ChangeGroupCurrencyRequestHandler.d.ts} +5 -5
  203. package/dist/GN-app-api/handler/controller/handler/group/{SetGroupStatisticsRequestHandler.d.ts → ChangeGroupStatisticsRequestHandler.d.ts} +5 -5
  204. package/dist/GN-app-api/handler/controller/handler/group/{GrantGroupItemRequestHandler.d.ts → CreateGroupItemRequestHandler.d.ts} +4 -4
  205. package/dist/GN-app-api/handler/controller/handler/group/GetAvatarRequestHandler.d.ts +1 -1
  206. package/dist/GN-app-api/handler/controller/handler/group/GetCatalogIdRequestHandler.d.ts +1 -1
  207. package/dist/GN-app-api/handler/controller/handler/group/GetCreateLeaderboardRequestHandler.d.ts +5 -5
  208. package/dist/GN-app-api/handler/controller/handler/group/GetCurrencyLeaderboardRequestHandler.d.ts +1 -1
  209. package/dist/GN-app-api/handler/controller/handler/group/GetCurrencyLogRequestHandler.d.ts +6 -6
  210. package/dist/GN-app-api/handler/controller/handler/group/GetCustomDataRequestHandler.d.ts +1 -1
  211. package/dist/GN-app-api/handler/controller/handler/group/GetDisplayNameRequestHandler.d.ts +1 -1
  212. package/dist/GN-app-api/handler/controller/handler/group/GetGroupCurrencyRequestHandler.d.ts +1 -1
  213. package/dist/GN-app-api/handler/controller/handler/group/GetGroupDataRequestHandler.d.ts +1 -1
  214. package/dist/GN-app-api/handler/controller/handler/group/GetGroupInformationRequestHandler.d.ts +1 -1
  215. package/dist/GN-app-api/handler/controller/handler/group/GetGroupInventoryRequestHandler.d.ts +1 -1
  216. package/dist/GN-app-api/handler/controller/handler/group/GetGroupMessageRequestHandler.d.ts +1 -1
  217. package/dist/GN-app-api/handler/controller/handler/group/GetGroupStatisticsRequestHandler.d.ts +1 -1
  218. package/dist/GN-app-api/handler/controller/handler/group/GetGroupsWithDisplayNameRequestHandler.d.ts +1 -1
  219. package/dist/GN-app-api/handler/controller/handler/group/GetGroupsWithSegmentRequestHandler.d.ts +1 -1
  220. package/dist/GN-app-api/handler/controller/handler/group/GetGroupsWithTagRequestHandler.d.ts +1 -1
  221. package/dist/GN-app-api/handler/controller/handler/group/GetMembersRequestHandler.d.ts +1 -1
  222. package/dist/GN-app-api/handler/controller/handler/group/GetRemoveStatusRequestHandler.d.ts +1 -1
  223. package/dist/GN-app-api/handler/controller/handler/group/GetSegmentRequestHandler.d.ts +1 -1
  224. package/dist/GN-app-api/handler/controller/handler/group/GetStatisticsLeaderboardAroundGroupRequestHandler.d.ts +1 -1
  225. package/dist/GN-app-api/handler/controller/handler/group/GetStatisticsLeaderboardRequestHandler.d.ts +1 -1
  226. package/dist/GN-app-api/handler/controller/handler/group/GetStatisticsLogRequestHandler.d.ts +6 -6
  227. package/dist/GN-app-api/handler/controller/handler/group/GetTagRequestHandler.d.ts +1 -1
  228. package/dist/GN-app-api/handler/controller/handler/group/GetTsCreateRequestHandler.d.ts +1 -1
  229. package/dist/GN-app-api/handler/controller/handler/group/GroupBaseRequestHandler.d.ts +1 -1
  230. package/dist/GN-app-api/handler/controller/handler/group/RemoveGroupItemRequestHandler.d.ts +1 -1
  231. package/dist/GN-app-api/handler/controller/handler/group/RemoveMemberRequestHandler.d.ts +1 -1
  232. package/dist/GN-app-api/handler/controller/handler/group/RemoveSegmentRequestHandler.d.ts +1 -1
  233. package/dist/GN-app-api/handler/controller/handler/group/RemoveTagRequestHandler.d.ts +1 -1
  234. package/dist/GN-app-api/handler/controller/handler/group/SendGroupMessageRequestHandler.d.ts +1 -1
  235. package/dist/GN-app-api/handler/controller/handler/group/SetAvatarRequestHandler.d.ts +1 -1
  236. package/dist/GN-app-api/handler/controller/handler/group/SetCustomDataRequestHandler.d.ts +2 -2
  237. package/dist/GN-app-api/handler/controller/handler/group/SetDisplayNameRequestHandler.d.ts +1 -1
  238. package/dist/GN-app-api/handler/controller/handler/group/SetGroupDataRequestHandler.d.ts +2 -2
  239. package/dist/GN-app-api/handler/controller/handler/group/SetRemoveStatusRequestHandler.d.ts +1 -1
  240. package/dist/GN-app-api/handler/controller/handler/group/SetTagRequestHandler.d.ts +1 -1
  241. package/dist/GN-app-api/handler/controller/handler/inventory/AddSegmentRequestHandler.d.ts +1 -1
  242. package/dist/GN-app-api/handler/controller/handler/inventory/{SetItemStatisticsRequestHandler.d.ts → ChangeItemStatisticsRequestHandler.d.ts} +5 -5
  243. package/dist/GN-app-api/handler/controller/handler/inventory/GetAmountRequestHandler.d.ts +1 -1
  244. package/dist/GN-app-api/handler/controller/handler/inventory/GetAvatarRequestHandler.d.ts +1 -1
  245. package/dist/GN-app-api/handler/controller/handler/inventory/GetCatalogIdRequestHandler.d.ts +1 -1
  246. package/dist/GN-app-api/handler/controller/handler/inventory/GetClassIdRequestHandler.d.ts +1 -1
  247. package/dist/GN-app-api/handler/controller/handler/inventory/GetCreateLeaderboardRequestHandler.d.ts +5 -5
  248. package/dist/GN-app-api/handler/controller/handler/inventory/GetCustomDataRequestHandler.d.ts +1 -1
  249. package/dist/GN-app-api/handler/controller/handler/inventory/GetDisplayNameRequestHandler.d.ts +1 -1
  250. package/dist/GN-app-api/handler/controller/handler/inventory/GetItemDataRequestHandler.d.ts +2 -2
  251. package/dist/GN-app-api/handler/controller/handler/inventory/GetItemInformationRequestHandler.d.ts +1 -1
  252. package/dist/GN-app-api/handler/controller/handler/inventory/GetItemStatisticsRequestHandler.d.ts +1 -1
  253. package/dist/GN-app-api/handler/controller/handler/inventory/GetItemTypeRequestHandler.d.ts +1 -1
  254. package/dist/GN-app-api/handler/controller/handler/inventory/GetItemsWithDisplayNameRequestHandler.d.ts +1 -1
  255. package/dist/GN-app-api/handler/controller/handler/inventory/GetItemsWithSegmentRequestHandler.d.ts +1 -1
  256. package/dist/GN-app-api/handler/controller/handler/inventory/GetItemsWithTagRequestHandler.d.ts +1 -1
  257. package/dist/GN-app-api/handler/controller/handler/inventory/GetOwnerRequestHandler.d.ts +1 -1
  258. package/dist/GN-app-api/handler/controller/handler/inventory/GetRemoveStatusRequestHandler.d.ts +1 -1
  259. package/dist/GN-app-api/handler/controller/handler/inventory/GetSegmentRequestHandler.d.ts +1 -1
  260. package/dist/GN-app-api/handler/controller/handler/inventory/GetStatisticsLeaderboardAroundItemRequestHandler.d.ts +1 -1
  261. package/dist/GN-app-api/handler/controller/handler/inventory/GetStatisticsLeaderboardRequestHandler.d.ts +1 -1
  262. package/dist/GN-app-api/handler/controller/handler/inventory/GetStatisticsLogRequestHandler.d.ts +6 -6
  263. package/dist/GN-app-api/handler/controller/handler/inventory/GetTagRequestHandler.d.ts +1 -1
  264. package/dist/GN-app-api/handler/controller/handler/inventory/GetTsCreateRequestHandler.d.ts +1 -1
  265. package/dist/GN-app-api/handler/controller/handler/inventory/ItemBaseRequestHandler.d.ts +3 -3
  266. package/dist/GN-app-api/handler/controller/handler/inventory/RemoveSegmentRequestHandler.d.ts +1 -1
  267. package/dist/GN-app-api/handler/controller/handler/inventory/RemoveTagRequestHandler.d.ts +1 -1
  268. package/dist/GN-app-api/handler/controller/handler/inventory/SetAmountRequestHandler.d.ts +1 -1
  269. package/dist/GN-app-api/handler/controller/handler/inventory/SetAvatarRequestHandler.d.ts +1 -1
  270. package/dist/GN-app-api/handler/controller/handler/inventory/SetCustomDataRequestHandler.d.ts +2 -2
  271. package/dist/GN-app-api/handler/controller/handler/inventory/SetDisplayNameRequestHandler.d.ts +1 -1
  272. package/dist/GN-app-api/handler/controller/handler/inventory/SetItemDataRequestHandler.d.ts +2 -2
  273. package/dist/GN-app-api/handler/controller/handler/inventory/SetOwnerRequestHandler.d.ts +1 -1
  274. package/dist/GN-app-api/handler/controller/handler/inventory/SetRemoveStatusRequestHandler.d.ts +1 -1
  275. package/dist/GN-app-api/handler/controller/handler/inventory/SetTagRequestHandler.d.ts +1 -1
  276. package/dist/GN-app-api/handler/controller/handler/masterPlayer/AddPushNotificationRequestHandler.d.ts +1 -1
  277. package/dist/GN-app-api/handler/controller/handler/masterPlayer/AddSegmentRequestHandler.d.ts +1 -1
  278. package/dist/GN-app-api/handler/controller/handler/masterPlayer/ChangeAccountPasswordRequestHandler.d.ts +1 -1
  279. package/dist/GN-app-api/handler/controller/handler/masterPlayer/{SetPlayerCurrencyRequestHandler.d.ts → ChangePlayerCurrencyRequestHandler.d.ts} +5 -5
  280. package/dist/GN-app-api/handler/controller/handler/masterPlayer/{SetPlayerStatisticsRequestHandler.d.ts → ChangePlayerStatisticsRequestHandler.d.ts} +5 -5
  281. package/dist/GN-app-api/handler/controller/handler/masterPlayer/GetAvatarRequestHandler.d.ts +1 -1
  282. package/dist/GN-app-api/handler/controller/handler/masterPlayer/GetCountryCodeRequestHandler.d.ts +1 -1
  283. package/dist/GN-app-api/handler/controller/handler/masterPlayer/GetCreateLeaderboardRequestHandler.d.ts +5 -5
  284. package/dist/GN-app-api/handler/controller/handler/masterPlayer/GetCurrencyLeaderboardRequestHandler.d.ts +1 -1
  285. package/dist/GN-app-api/handler/controller/handler/masterPlayer/GetCurrencyLogRequestHandler.d.ts +6 -6
  286. package/dist/GN-app-api/handler/controller/handler/masterPlayer/GetCustomDataRequestHandler.d.ts +1 -1
  287. package/dist/GN-app-api/handler/controller/handler/masterPlayer/GetDisplayNameRequestHandler.d.ts +1 -1
  288. package/dist/GN-app-api/handler/controller/handler/masterPlayer/GetEmailRequestHandler.d.ts +1 -1
  289. package/dist/GN-app-api/handler/controller/handler/masterPlayer/GetExternalRequestHandler.d.ts +1 -1
  290. package/dist/GN-app-api/handler/controller/handler/masterPlayer/GetIpAddressCreateRequestHandler.d.ts +1 -1
  291. package/dist/GN-app-api/handler/controller/handler/masterPlayer/GetLastLoginLeaderboardRequestHandler.d.ts +5 -5
  292. package/dist/GN-app-api/handler/controller/handler/masterPlayer/GetPlayerBanRequestHandler.d.ts +1 -1
  293. package/dist/GN-app-api/handler/controller/handler/masterPlayer/GetPlayerCurrencyRequestHandler.d.ts +1 -1
  294. package/dist/GN-app-api/handler/controller/handler/masterPlayer/GetPlayerDataRequestHandler.d.ts +1 -1
  295. package/dist/GN-app-api/handler/controller/handler/masterPlayer/GetPlayerInformationRequestHandler.d.ts +1 -1
  296. package/dist/GN-app-api/handler/controller/handler/masterPlayer/GetPlayerStatisticsRequestHandler.d.ts +1 -1
  297. package/dist/GN-app-api/handler/controller/handler/masterPlayer/GetPlayersWithAppleRequestHandler.d.ts +1 -1
  298. package/dist/GN-app-api/handler/controller/handler/masterPlayer/GetPlayersWithDisplayNameRequestHandler.d.ts +1 -1
  299. package/dist/GN-app-api/handler/controller/handler/masterPlayer/GetPlayersWithFacebookRequestHandler.d.ts +1 -1
  300. package/dist/GN-app-api/handler/controller/handler/masterPlayer/GetPlayersWithGameCenterRequestHandler.d.ts +5 -5
  301. package/dist/GN-app-api/handler/controller/handler/masterPlayer/GetPlayersWithGenericServiceRequestHandler.d.ts +1 -1
  302. package/dist/GN-app-api/handler/controller/handler/masterPlayer/GetPlayersWithGooglePlayGameServiceRequestHandler.d.ts +5 -5
  303. package/dist/GN-app-api/handler/controller/handler/masterPlayer/GetPlayersWithGoogleRequestHandler.d.ts +1 -1
  304. package/dist/GN-app-api/handler/controller/handler/masterPlayer/GetPlayersWithSegmentRequestHandler.d.ts +1 -1
  305. package/dist/GN-app-api/handler/controller/handler/masterPlayer/GetPlayersWithTagRequestHandler.d.ts +1 -1
  306. package/dist/GN-app-api/handler/controller/handler/masterPlayer/GetPushNotificationRequestHandler.d.ts +1 -1
  307. package/dist/GN-app-api/handler/controller/handler/masterPlayer/GetSegmentRequestHandler.d.ts +1 -1
  308. package/dist/GN-app-api/handler/controller/handler/masterPlayer/GetStatisticsLeaderboardAroundPlayerRequestHandler.d.ts +1 -1
  309. package/dist/GN-app-api/handler/controller/handler/masterPlayer/GetStatisticsLeaderboardRequestHandler.d.ts +1 -1
  310. package/dist/GN-app-api/handler/controller/handler/masterPlayer/GetStatisticsLogRequestHandler.d.ts +6 -6
  311. package/dist/GN-app-api/handler/controller/handler/masterPlayer/GetTagRequestHandler.d.ts +1 -1
  312. package/dist/GN-app-api/handler/controller/handler/masterPlayer/GetTsCreateRequestHandler.d.ts +1 -1
  313. package/dist/GN-app-api/handler/controller/handler/masterPlayer/GetTsLastLoginRequestHandler.d.ts +1 -1
  314. package/dist/GN-app-api/handler/controller/handler/masterPlayer/LinkAccountRequestHandler.d.ts +1 -1
  315. package/dist/GN-app-api/handler/controller/handler/masterPlayer/LinkAndroidDeviceIdRequestHandler.d.ts +1 -1
  316. package/dist/GN-app-api/handler/controller/handler/masterPlayer/LinkAppleRequestHandler.d.ts +1 -1
  317. package/dist/GN-app-api/handler/controller/handler/masterPlayer/LinkCustomDeviceIdRequestHandler.d.ts +1 -1
  318. package/dist/GN-app-api/handler/controller/handler/masterPlayer/LinkCustomIdRequestHandler.d.ts +1 -1
  319. package/dist/GN-app-api/handler/controller/handler/masterPlayer/LinkEditorDeviceIdRequestHandler.d.ts +1 -1
  320. package/dist/GN-app-api/handler/controller/handler/masterPlayer/LinkFacebookRequestHandler.d.ts +1 -1
  321. package/dist/GN-app-api/handler/controller/handler/masterPlayer/LinkGameCenterRequestHandler.d.ts +5 -5
  322. package/dist/GN-app-api/handler/controller/handler/masterPlayer/LinkGenericServiceRequestHandler.d.ts +1 -1
  323. package/dist/GN-app-api/handler/controller/handler/masterPlayer/LinkGooglePlayGameServiceRequestHandler.d.ts +5 -5
  324. package/dist/GN-app-api/handler/controller/handler/masterPlayer/LinkGoogleRequestHandler.d.ts +1 -1
  325. package/dist/GN-app-api/handler/controller/handler/masterPlayer/LinkLinuxDeviceIdRequestHandler.d.ts +1 -1
  326. package/dist/GN-app-api/handler/controller/handler/masterPlayer/LinkMacOSDeviceIdRequestHandler.d.ts +1 -1
  327. package/dist/GN-app-api/handler/controller/handler/masterPlayer/LinkWindowsDeviceIdRequestHandler.d.ts +1 -1
  328. package/dist/GN-app-api/handler/controller/handler/masterPlayer/LinkWindowsPhoneDeviceIdRequestHandler.d.ts +1 -1
  329. package/dist/GN-app-api/handler/controller/handler/masterPlayer/LinkiOSDeviceIdRequestHandler.d.ts +1 -1
  330. package/dist/GN-app-api/handler/controller/handler/masterPlayer/RemovePushNotificationRequestHandler.d.ts +1 -1
  331. package/dist/GN-app-api/handler/controller/handler/masterPlayer/RemoveSegmentRequestHandler.d.ts +1 -1
  332. package/dist/GN-app-api/handler/controller/handler/masterPlayer/RemoveTagRequestHandler.d.ts +1 -1
  333. package/dist/GN-app-api/handler/controller/handler/masterPlayer/ResetAccountPasswordRequestHandler.d.ts +1 -1
  334. package/dist/GN-app-api/handler/controller/handler/masterPlayer/SendEmailRequestHandler.d.ts +1 -1
  335. package/dist/GN-app-api/handler/controller/handler/masterPlayer/SendPushNotificationRequestHandler.d.ts +1 -1
  336. package/dist/GN-app-api/handler/controller/handler/masterPlayer/SendSocketOperationEventRequestHandler.d.ts +2 -3
  337. package/dist/GN-app-api/handler/controller/handler/masterPlayer/SetAvatarRequestHandler.d.ts +1 -1
  338. package/dist/GN-app-api/handler/controller/handler/masterPlayer/SetCountryCodeRequestHandler.d.ts +1 -1
  339. package/dist/GN-app-api/handler/controller/handler/masterPlayer/SetCustomDataRequestHandler.d.ts +2 -2
  340. package/dist/GN-app-api/handler/controller/handler/masterPlayer/SetDisplayNameRequestHandler.d.ts +1 -1
  341. package/dist/GN-app-api/handler/controller/handler/masterPlayer/SetEmailRequestHandler.d.ts +1 -1
  342. package/dist/GN-app-api/handler/controller/handler/masterPlayer/SetPlayerBanRequestHandler.d.ts +1 -1
  343. package/dist/GN-app-api/handler/controller/handler/masterPlayer/SetPlayerDataRequestHandler.d.ts +2 -2
  344. package/dist/GN-app-api/handler/controller/handler/masterPlayer/SetTagRequestHandler.d.ts +1 -1
  345. package/dist/GN-app-api/handler/controller/handler/masterPlayer/SetTsLastLoginRequestHandler.d.ts +1 -1
  346. package/dist/GN-app-api/handler/controller/handler/masterPlayer/UnlinkAccountRequestHandler.d.ts +1 -1
  347. package/dist/GN-app-api/handler/controller/handler/masterPlayer/UnlinkAndroidDeviceIdRequestHandler.d.ts +1 -1
  348. package/dist/GN-app-api/handler/controller/handler/masterPlayer/UnlinkAppleRequestHandler.d.ts +1 -1
  349. package/dist/GN-app-api/handler/controller/handler/masterPlayer/UnlinkCustomDeviceIdRequestHandler.d.ts +1 -1
  350. package/dist/GN-app-api/handler/controller/handler/masterPlayer/UnlinkCustomIdRequestHandler.d.ts +1 -1
  351. package/dist/GN-app-api/handler/controller/handler/masterPlayer/UnlinkEditorDeviceIdRequestHandler.d.ts +1 -1
  352. package/dist/GN-app-api/handler/controller/handler/masterPlayer/UnlinkFacebookRequestHandler.d.ts +1 -1
  353. package/dist/GN-app-api/handler/controller/handler/masterPlayer/UnlinkGameCenterRequestHandler.d.ts +5 -5
  354. package/dist/GN-app-api/handler/controller/handler/masterPlayer/UnlinkGenericServiceRequestHandler.d.ts +1 -1
  355. package/dist/GN-app-api/handler/controller/handler/masterPlayer/UnlinkGooglePlayGameServiceRequestHandler.d.ts +5 -5
  356. package/dist/GN-app-api/handler/controller/handler/masterPlayer/UnlinkGoogleRequestHandler.d.ts +1 -1
  357. package/dist/GN-app-api/handler/controller/handler/masterPlayer/UnlinkLinuxDeviceIdRequestHandler.d.ts +1 -1
  358. package/dist/GN-app-api/handler/controller/handler/masterPlayer/UnlinkMacOSDeviceIdRequestHandler.d.ts +1 -1
  359. package/dist/GN-app-api/handler/controller/handler/masterPlayer/UnlinkWindowsDeviceIdRequestHandler.d.ts +1 -1
  360. package/dist/GN-app-api/handler/controller/handler/masterPlayer/UnlinkWindowsPhoneDeviceIdRequestHandler.d.ts +1 -1
  361. package/dist/GN-app-api/handler/controller/handler/masterPlayer/UnlinkiOSDeviceIdRequestHandler.d.ts +1 -1
  362. package/dist/GN-app-api/handler/controller/handler/multiplayer/CancelAllMatchmakingTicketRequestHandler.d.ts +1 -1
  363. package/dist/GN-app-api/handler/controller/handler/multiplayer/CancelMatchmakingTicketRequestHandler.d.ts +1 -1
  364. package/dist/GN-app-api/handler/controller/handler/multiplayer/CreateMatchmakingTicketRequestHandler.d.ts +2 -2
  365. package/dist/GN-app-api/handler/controller/handler/multiplayer/GetAllMatchRequestHandler.d.ts +5 -5
  366. package/dist/GN-app-api/handler/controller/handler/multiplayer/GetAllMatchmakingTicketRequestHandler.d.ts +5 -5
  367. package/dist/GN-app-api/handler/controller/handler/multiplayer/GetMatchRequestHandler.d.ts +1 -1
  368. package/dist/GN-app-api/handler/controller/handler/multiplayer/GetMatchmakingTicketRequestHandler.d.ts +1 -1
  369. package/dist/GN-app-api/handler/controller/handler/multiplayer/GetQueueStatisticsRequestHandler.d.ts +1 -1
  370. package/dist/GN-app-api/handler/controller/handler/multiplayer/JoinMatchmakingTicketRequestHandler.d.ts +1 -1
  371. package/dist/GN-app-api/handler/controller/handler/multiplayer/ListMatchmakingTicketsForPlayerRequestHandler.d.ts +1 -1
  372. package/dist/GN-app-api/handler/controller/handler/storeInventory/BuyStoreItemRequestHandler.d.ts +1 -1
  373. package/dist/GN-app-api/handler/controller/handler/storeInventory/{GrantStoreItemRequestHandler.d.ts → CreateStoreItemRequestHandler.d.ts} +4 -4
  374. package/dist/GN-app-api/handler/controller/handler/storeInventory/GetCreateLeaderboardRequestHandler.d.ts +7 -7
  375. package/dist/GN-app-api/handler/controller/handler/storeInventory/GetStoreItemInformationRequestHandler.d.ts +1 -1
  376. package/dist/GN-app-api/handler/controller/handler/storeInventory/GetStoreItemsWithTagRequestHandler.d.ts +1 -1
  377. package/dist/GN-app-api/handler/controller/handler/storeInventory/GetStoreLogRequestHandler.d.ts +5 -5
  378. package/dist/GN-app-api/handler/controller/handler/storeInventory/GetStoreUsedRequestHandler.d.ts +6 -5
  379. package/dist/GN-app-api/handler/controller/handler/storeInventory/PresentStoreItemRequestHandler.d.ts +5 -5
  380. package/dist/GN-app-api/handler/controller/handler/storeInventory/RemoveStoreUsedRequestHandler.d.ts +5 -5
  381. package/dist/GN-app-api/handler/controller/handler/storeInventory/SetRemoveStatusRequestHandler.d.ts +1 -1
  382. package/dist/GN-app-api/handler/controller/handler/storeInventory/SetStoreItemInformationRequestHandler.d.ts +8 -8
  383. package/dist/GN-app-api/handler/controller/handler/storeInventory/StoreItemBaseRequestHandler.d.ts +1 -1
  384. package/dist/GN-app-api/handler/controller/handler/storeInventory/ValidateAppleAppStoreReceiptRequestHandler.d.ts +1 -1
  385. package/dist/GN-app-api/handler/controller/handler/storeInventory/ValidateFacebookStoreReceiptRequestHandler.d.ts +1 -1
  386. package/dist/GN-app-api/handler/controller/handler/storeInventory/ValidateGooglePlayStoreReceiptRequestHandler.d.ts +1 -1
  387. package/dist/GN-app-api/service/AnalyticsService.d.ts +1 -0
  388. package/dist/GN-app-api/service/CloudScriptService.d.ts +5 -3
  389. package/dist/GN-app-api/service/EventCallbackService.d.ts +33 -7
  390. package/dist/GN-app-api/service/IAnalyticsService.d.ts +8 -0
  391. package/dist/GN-app-api/service/IEventCallbackService.d.ts +8 -0
  392. package/dist/GN-common/constant/EventCode.d.ts +6 -6
  393. package/dist/GN-common/constant/OperationCode.d.ts +219 -219
  394. package/dist/GN-common/constant/errorCode/{GNErrorCode.d.ts → ErrorCode.d.ts} +2 -2
  395. package/dist/GN-common/constant/parameterCode/ParameterCode.d.ts +606 -0
  396. package/dist/GN-common/entity/SecretInfo.d.ts +26 -26
  397. package/dist/GN-common/entity/operationEvent/OperationEvent.d.ts +2 -5
  398. package/dist/GN-common/entity/operationHelper/OperationHelper.d.ts +26 -14
  399. package/dist/GN-common/entity/operationRequest/CommonOperationRequest.d.ts +1 -1
  400. package/dist/GN-common/entity/operationRequest/OperationRequest.d.ts +2 -9
  401. package/dist/GN-common/entity/operationRequest/base/Request.d.ts +5 -8
  402. package/dist/GN-common/entity/operationResponse/OperationResponse.d.ts +2 -5
  403. package/dist/GN-common/helper/CodeHelper.d.ts +13 -16
  404. package/dist/GN-common/helper/EnumUtility.d.ts +6 -0
  405. package/dist/GN-library/xdatabase/lib/entity/pro/Group.d.ts +2 -2
  406. package/dist/GN-library/xdatabase/lib/entity/pro/Inventory.d.ts +1 -1
  407. package/dist/GN-library/xdatabase/lib/entity/pro/PlayerBase.d.ts +2 -2
  408. package/dist/GN-library/xdatabase/lib/entity/pro/TradeInventory.d.ts +1 -1
  409. package/dist/GN-library/xdatabase/lib/entity/pro/masterAdmin/SecretInfoItem.d.ts +4 -4
  410. package/dist/GN-library/xdatabase/lib/xDatabase.d.ts +26 -10
  411. package/dist/GN-library/xsettings/lib/entity/xCharacterCatalogSettings.d.ts +1 -1
  412. package/dist/GN-library/xsettings/lib/entity/xCharacterPlayerSettings.d.ts +1 -1
  413. package/dist/GN-library/xsettings/lib/entity/xCurrencySettings.d.ts +1 -1
  414. package/dist/GN-library/xsettings/lib/entity/xDataSettings.d.ts +1 -1
  415. package/dist/GN-library/xsettings/lib/entity/xFriendCatalogSettings.d.ts +1 -0
  416. package/dist/GN-library/xsettings/lib/entity/xGamePlayerSettings.d.ts +1 -1
  417. package/dist/GN-library/xsettings/lib/entity/xGroupCatalogSettings.d.ts +1 -1
  418. package/dist/GN-library/xsettings/lib/entity/xGroupSettings.d.ts +1 -1
  419. package/dist/GN-library/xsettings/lib/entity/xInventorySettings.d.ts +2 -2
  420. package/dist/GN-library/xsettings/lib/entity/xItemCatalogSettings.d.ts +1 -1
  421. package/dist/GN-library/xsettings/lib/entity/xMasterPlayerSettings.d.ts +1 -1
  422. package/dist/GN-library/xsettings/lib/entity/xStatisticsSettings.d.ts +1 -1
  423. package/dist/GN-library/xsettings/lib/entity/xTagSettings.d.ts +1 -1
  424. package/dist/GN-startup/cloudScript/banner.txt +6 -0
  425. package/dist/GN-startup/cloudScript/eventCallbackCloudScriptData.json +117 -112
  426. package/dist/GN-startup/cloudScript/templateCloudScript.ts +277 -247
  427. package/dist/GN-startup/cloudScript/templateEventCallback.ts +196 -127
  428. package/dist/GN-startup/routes/ClusterHandler.d.ts +12 -0
  429. package/dist/GN-startup/routes/SocketAppHandler.d.ts +1 -1
  430. package/dist/GN-startup/routes/utils/wrap.d.ts +1 -1
  431. package/dist/GN-startup/settings/ApplicationSettings.d.ts +9 -0
  432. package/dist/GN-startup/settings/DatabaseSettings.d.ts +6 -0
  433. package/dist/GN-startup/settings/OtherSettings.d.ts +3 -0
  434. package/dist/GNServer.d.ts +8 -5
  435. package/dist/index.d.ts +2 -8
  436. package/gn.sh +30 -32
  437. package/index.js +26 -0
  438. package/package.json +12 -7
  439. package/dist/GN-app-api/service/GenericService.d.ts +0 -11
  440. package/dist/GN-app-api/service/IGenericService.d.ts +0 -26
  441. package/dist/GN-common/constant/parameterCode/GNParameterCode.d.ts +0 -599
  442. package/dist/index.js +0 -88041
package/LICENSE CHANGED
@@ -1,202 +1,9 @@
1
- Apache License
2
- Version 2.0, January 2004
3
- http://www.apache.org/licenses/
1
+ Copyright 2020-2025 XmobiTea Family (https://xmobitea.com)
4
2
 
5
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
3
+ MIT License:
6
4
 
7
- 1. Definitions.
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
8
6
 
9
- "License" shall mean the terms and conditions for use, reproduction,
10
- and distribution as defined by Sections 1 through 9 of this document.
7
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
11
8
 
12
- "Licensor" shall mean the copyright owner or entity authorized by
13
- the copyright owner that is granting the License.
14
-
15
- "Legal Entity" shall mean the union of the acting entity and all
16
- other entities that control, are controlled by, or are under common
17
- control with that entity. For the purposes of this definition,
18
- "control" means (i) the power, direct or indirect, to cause the
19
- direction or management of such entity, whether by contract or
20
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
- outstanding shares, or (iii) beneficial ownership of such entity.
22
-
23
- "You" (or "Your") shall mean an individual or Legal Entity
24
- exercising permissions granted by this License.
25
-
26
- "Source" form shall mean the preferred form for making modifications,
27
- including but not limited to software source code, documentation
28
- source, and configuration files.
29
-
30
- "Object" form shall mean any form resulting from mechanical
31
- transformation or translation of a Source form, including but
32
- not limited to compiled object code, generated documentation,
33
- and conversions to other media types.
34
-
35
- "Work" shall mean the work of authorship, whether in Source or
36
- Object form, made available under the License, as indicated by a
37
- copyright notice that is included in or attached to the work
38
- (an example is provided in the Appendix below).
39
-
40
- "Derivative Works" shall mean any work, whether in Source or Object
41
- form, that is based on (or derived from) the Work and for which the
42
- editorial revisions, annotations, elaborations, or other modifications
43
- represent, as a whole, an original work of authorship. For the purposes
44
- of this License, Derivative Works shall not include works that remain
45
- separable from, or merely link (or bind by name) to the interfaces of,
46
- the Work and Derivative Works thereof.
47
-
48
- "Contribution" shall mean any work of authorship, including
49
- the original version of the Work and any modifications or additions
50
- to that Work or Derivative Works thereof, that is intentionally
51
- submitted to Licensor for inclusion in the Work by the copyright owner
52
- or by an individual or Legal Entity authorized to submit on behalf of
53
- the copyright owner. For the purposes of this definition, "submitted"
54
- means any form of electronic, verbal, or written communication sent
55
- to the Licensor or its representatives, including but not limited to
56
- communication on electronic mailing lists, source code control systems,
57
- and issue tracking systems that are managed by, or on behalf of, the
58
- Licensor for the purpose of discussing and improving the Work, but
59
- excluding communication that is conspicuously marked or otherwise
60
- designated in writing by the copyright owner as "Not a Contribution."
61
-
62
- "Contributor" shall mean Licensor and any individual or Legal Entity
63
- on behalf of whom a Contribution has been received by Licensor and
64
- subsequently incorporated within the Work.
65
-
66
- 2. Grant of Copyright License. Subject to the terms and conditions of
67
- this License, each Contributor hereby grants to You a perpetual,
68
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69
- copyright license to reproduce, prepare Derivative Works of,
70
- publicly display, publicly perform, sublicense, and distribute the
71
- Work and such Derivative Works in Source or Object form.
72
-
73
- 3. Grant of Patent License. Subject to the terms and conditions of
74
- this License, each Contributor hereby grants to You a perpetual,
75
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76
- (except as stated in this section) patent license to make, have made,
77
- use, offer to sell, sell, import, and otherwise transfer the Work,
78
- where such license applies only to those patent claims licensable
79
- by such Contributor that are necessarily infringed by their
80
- Contribution(s) alone or by combination of their Contribution(s)
81
- with the Work to which such Contribution(s) was submitted. If You
82
- institute patent litigation against any entity (including a
83
- cross-claim or counterclaim in a lawsuit) alleging that the Work
84
- or a Contribution incorporated within the Work constitutes direct
85
- or contributory patent infringement, then any patent licenses
86
- granted to You under this License for that Work shall terminate
87
- as of the date such litigation is filed.
88
-
89
- 4. Redistribution. You may reproduce and distribute copies of the
90
- Work or Derivative Works thereof in any medium, with or without
91
- modifications, and in Source or Object form, provided that You
92
- meet the following conditions:
93
-
94
- (a) You must give any other recipients of the Work or
95
- Derivative Works a copy of this License; and
96
-
97
- (b) You must cause any modified files to carry prominent notices
98
- stating that You changed the files; and
99
-
100
- (c) You must retain, in the Source form of any Derivative Works
101
- that You distribute, all copyright, patent, trademark, and
102
- attribution notices from the Source form of the Work,
103
- excluding those notices that do not pertain to any part of
104
- the Derivative Works; and
105
-
106
- (d) If the Work includes a "NOTICE" text file as part of its
107
- distribution, then any Derivative Works that You distribute must
108
- include a readable copy of the attribution notices contained
109
- within such NOTICE file, excluding those notices that do not
110
- pertain to any part of the Derivative Works, in at least one
111
- of the following places: within a NOTICE text file distributed
112
- as part of the Derivative Works; within the Source form or
113
- documentation, if provided along with the Derivative Works; or,
114
- within a display generated by the Derivative Works, if and
115
- wherever such third-party notices normally appear. The contents
116
- of the NOTICE file are for informational purposes only and
117
- do not modify the License. You may add Your own attribution
118
- notices within Derivative Works that You distribute, alongside
119
- or as an addendum to the NOTICE text from the Work, provided
120
- that such additional attribution notices cannot be construed
121
- as modifying the License.
122
-
123
- You may add Your own copyright statement to Your modifications and
124
- may provide additional or different license terms and conditions
125
- for use, reproduction, or distribution of Your modifications, or
126
- for any such Derivative Works as a whole, provided Your use,
127
- reproduction, and distribution of the Work otherwise complies with
128
- the conditions stated in this License.
129
-
130
- 5. Submission of Contributions. Unless You explicitly state otherwise,
131
- any Contribution intentionally submitted for inclusion in the Work
132
- by You to the Licensor shall be under the terms and conditions of
133
- this License, without any additional terms or conditions.
134
- Notwithstanding the above, nothing herein shall supersede or modify
135
- the terms of any separate license agreement you may have executed
136
- with Licensor regarding such Contributions.
137
-
138
- 6. Trademarks. This License does not grant permission to use the trade
139
- names, trademarks, service marks, or product names of the Licensor,
140
- except as required for reasonable and customary use in describing the
141
- origin of the Work and reproducing the content of the NOTICE file.
142
-
143
- 7. Disclaimer of Warranty. Unless required by applicable law or
144
- agreed to in writing, Licensor provides the Work (and each
145
- Contributor provides its Contributions) on an "AS IS" BASIS,
146
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147
- implied, including, without limitation, any warranties or conditions
148
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149
- PARTICULAR PURPOSE. You are solely responsible for determining the
150
- appropriateness of using or redistributing the Work and assume any
151
- risks associated with Your exercise of permissions under this License.
152
-
153
- 8. Limitation of Liability. In no event and under no legal theory,
154
- whether in tort (including negligence), contract, or otherwise,
155
- unless required by applicable law (such as deliberate and grossly
156
- negligent acts) or agreed to in writing, shall any Contributor be
157
- liable to You for damages, including any direct, indirect, special,
158
- incidental, or consequential damages of any character arising as a
159
- result of this License or out of the use or inability to use the
160
- Work (including but not limited to damages for loss of goodwill,
161
- work stoppage, computer failure or malfunction, or any and all
162
- other commercial damages or losses), even if such Contributor
163
- has been advised of the possibility of such damages.
164
-
165
- 9. Accepting Warranty or Additional Liability. While redistributing
166
- the Work or Derivative Works thereof, You may choose to offer,
167
- and charge a fee for, acceptance of support, warranty, indemnity,
168
- or other liability obligations and/or rights consistent with this
169
- License. However, in accepting such obligations, You may act only
170
- on Your own behalf and on Your sole responsibility, not on behalf
171
- of any other Contributor, and only if You agree to indemnify,
172
- defend, and hold each Contributor harmless for any liability
173
- incurred by, or claims asserted against, such Contributor by reason
174
- of your accepting any such warranty or additional liability.
175
-
176
- END OF TERMS AND CONDITIONS
177
-
178
- APPENDIX: How to apply the Apache License to your work.
179
-
180
- To apply the Apache License to your work, attach the following
181
- boilerplate notice, with the fields enclosed by brackets "[]"
182
- replaced with your own identifying information. (Don't include
183
- the brackets!) The text should be enclosed in the appropriate
184
- comment syntax for the file format. We also recommend that a
185
- file or class name and description of purpose be included on the
186
- same "printed page" as the copyright notice for easier
187
- identification within third-party archives.
188
-
189
- Copyright [2024] [XmobiTea Family]
190
-
191
- Licensed under the Apache License, Version 2.0 (the "License");
192
- you may not use this file except in compliance with the License.
193
- You may obtain a copy of the License at
194
-
195
- http://www.apache.org/licenses/LICENSE-2.0
196
-
197
- Unless required by applicable law or agreed to in writing, software
198
- distributed under the License is distributed on an "AS IS" BASIS,
199
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200
- See the License for the specific language governing permissions and
201
- limitations under the License.
202
-
9
+ THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -0,0 +1 @@
1
+ {"requestType":"Authenticate","operations":[{"operationCode":"LoginByAccount","details":[{"role":"Client","requestData":[{"code":"Username","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":6,"maxLength":32}},{"code":"Password","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":6,"maxLength":64}},{"code":"InfoRequestParam","description":"","optional":false,"type":"InfoRequestParam","gnType":"GNHashtable","conditions":{"mustNonNull":true}}]}],"responseData":[{"code":"ErrorCode","value":["AccountNotFound","AccountPasswordWrong","Ok"]},{"code":"UserId"},{"code":"InfoResponseParameters"}],"description":""},{"operationCode":"LoginByAndroidDeviceId","details":[{"role":"Client","requestData":[{"code":"AndroidDeviceId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":6,"maxLength":64}},{"code":"CreatePlayerIfNotExists","description":"","optional":true,"type":"boolean","gnType":"Boolean","defaultValue":"false","conditions":{}},{"code":"InfoRequestParam","description":"","optional":false,"type":"InfoRequestParam","gnType":"GNHashtable","conditions":{"mustNonNull":true}}]}],"responseData":[{"code":"ErrorCode","value":["AccountNotFound","Ok"]},{"code":"NewlyCreated"},{"code":"UserId"},{"code":"InfoResponseParameters"}],"description":""},{"operationCode":"LoginByApple","details":[{"role":"Client","requestData":[{"code":"Token","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":32,"maxLength":2048}},{"code":"CreatePlayerIfNotExists","description":"","optional":true,"type":"boolean","gnType":"Boolean","defaultValue":"false","conditions":{}},{"code":"InfoRequestParam","description":"","optional":false,"type":"InfoRequestParam","gnType":"GNHashtable","conditions":{"mustNonNull":true}}]}],"responseData":[{"code":"ErrorCode","value":["VerifyTokenError","AccountNotFound","Ok"]},{"code":"NewlyCreated"},{"code":"UserId"},{"code":"InfoResponseParameters"}],"description":""},{"operationCode":"LoginByCustomDeviceId","details":[{"role":"Client","requestData":[{"code":"CustomDeviceId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":6,"maxLength":64}},{"code":"CreatePlayerIfNotExists","description":"","optional":true,"type":"boolean","gnType":"Boolean","defaultValue":"false","conditions":{}},{"code":"InfoRequestParam","description":"","optional":false,"type":"InfoRequestParam","gnType":"GNHashtable","conditions":{"mustNonNull":true}}]}],"responseData":[{"code":"ErrorCode","value":["AccountNotFound","Ok"]},{"code":"NewlyCreated"},{"code":"UserId"},{"code":"InfoResponseParameters"}],"description":""},{"operationCode":"LoginByCustomId","details":[{"role":"Client","requestData":[{"code":"CustomId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":6,"maxLength":64}},{"code":"CreatePlayerIfNotExists","description":"","optional":true,"type":"boolean","gnType":"Boolean","defaultValue":"false","conditions":{}},{"code":"InfoRequestParam","description":"","optional":false,"type":"InfoRequestParam","gnType":"GNHashtable","conditions":{"mustNonNull":true}}]}],"responseData":[{"code":"ErrorCode","value":["AccountNotFound","Ok"]},{"code":"NewlyCreated"},{"code":"UserId"},{"code":"InfoResponseParameters"}],"description":""},{"operationCode":"LoginByEditorDeviceId","details":[{"role":"Client","requestData":[{"code":"EditorDeviceId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":6,"maxLength":64}},{"code":"CreatePlayerIfNotExists","description":"","optional":true,"type":"boolean","gnType":"Boolean","defaultValue":"false","conditions":{}},{"code":"InfoRequestParam","description":"","optional":false,"type":"InfoRequestParam","gnType":"GNHashtable","conditions":{"mustNonNull":true}}]}],"responseData":[{"code":"ErrorCode","value":["AccountNotFound","Ok"]},{"code":"NewlyCreated"},{"code":"UserId"},{"code":"InfoResponseParameters"}],"description":""},{"operationCode":"LoginByFacebook","details":[{"role":"Client","requestData":[{"code":"Token","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":32,"maxLength":2048}},{"code":"CreatePlayerIfNotExists","description":"","optional":true,"type":"boolean","gnType":"Boolean","defaultValue":"false","conditions":{}},{"code":"InfoRequestParam","description":"","optional":false,"type":"InfoRequestParam","gnType":"GNHashtable","conditions":{"mustNonNull":true}}]}],"responseData":[{"code":"ErrorCode","value":["VerifyTokenError","AccountNotFound","Ok"]},{"code":"NewlyCreated"},{"code":"UserId"},{"code":"InfoResponseParameters"}],"description":""},{"operationCode":"LoginByGameCenter","details":[{"role":"Client","requestData":[{"code":"PlayerId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":2,"maxLength":64}},{"code":"Name","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":2,"maxLength":128}},{"code":"PublicKeyUrl","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":2,"maxLength":2048}},{"code":"Signature","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":2,"maxLength":2048}},{"code":"Salt","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":2,"maxLength":256}},{"code":"Timestamp","description":"","optional":false,"type":"number","gnType":"Number","conditions":{}},{"code":"CreatePlayerIfNotExists","description":"","optional":true,"type":"boolean","gnType":"Boolean","defaultValue":"false","conditions":{}},{"code":"InfoRequestParam","description":"","optional":false,"type":"InfoRequestParam","gnType":"GNHashtable","conditions":{"mustNonNull":true}}]}],"responseData":[{"code":"ErrorCode","value":["VerifyTokenError","AccountNotFound","Ok"]},{"code":"NewlyCreated"},{"code":"UserId"},{"code":"InfoResponseParameters"}],"description":""},{"operationCode":"LoginByGenericService","details":[{"role":"Client","requestData":[{"code":"ServiceName","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":6,"maxLength":32}},{"code":"ServiceData","description":"","optional":false,"type":"GNHashtable","gnType":"GNHashtable","conditions":{"mustNonNull":true}},{"code":"CreatePlayerIfNotExists","description":"","optional":true,"type":"boolean","gnType":"Boolean","defaultValue":"false","conditions":{}},{"code":"InfoRequestParam","description":"","optional":false,"type":"InfoRequestParam","gnType":"GNHashtable","conditions":{"mustNonNull":true}}]}],"responseData":[{"code":"ErrorCode","value":["VerifyFailed","AccountNotFound","Ok"]},{"code":"ErrorMessage"},{"code":"NewlyCreated"},{"code":"UserId"},{"code":"InfoResponseParameters"}],"description":""},{"operationCode":"LoginByGooglePlayGameService","details":[{"role":"Client","requestData":[{"code":"Token","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":32,"maxLength":2048}},{"code":"CreatePlayerIfNotExists","description":"","optional":true,"type":"boolean","gnType":"Boolean","defaultValue":"false","conditions":{}},{"code":"InfoRequestParam","description":"","optional":false,"type":"InfoRequestParam","gnType":"GNHashtable","conditions":{"mustNonNull":true}}]}],"responseData":[{"code":"ErrorCode","value":["VerifyTokenError","AccountNotFound","Ok"]},{"code":"NewlyCreated"},{"code":"UserId"},{"code":"InfoResponseParameters"}],"description":""},{"operationCode":"LoginByGoogle","details":[{"role":"Client","requestData":[{"code":"Token","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":32,"maxLength":2048}},{"code":"Type","description":"","optional":false,"type":"number","gnType":"Number","conditions":{"mustInt":true,"minValue":1,"maxValue":2}},{"code":"CreatePlayerIfNotExists","description":"","optional":true,"type":"boolean","gnType":"Boolean","defaultValue":"false","conditions":{}},{"code":"InfoRequestParam","description":"","optional":false,"type":"InfoRequestParam","gnType":"GNHashtable","conditions":{"mustNonNull":true}}]}],"responseData":[{"code":"ErrorCode","value":["VerifyTokenError","AccountNotFound","Ok"]},{"code":"NewlyCreated"},{"code":"UserId"},{"code":"InfoResponseParameters"}],"description":""},{"operationCode":"LoginByiOSDeviceId","details":[{"role":"Client","requestData":[{"code":"iOSDeviceId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":6,"maxLength":64}},{"code":"CreatePlayerIfNotExists","description":"","optional":true,"type":"boolean","gnType":"Boolean","defaultValue":"false","conditions":{}},{"code":"InfoRequestParam","description":"","optional":false,"type":"InfoRequestParam","gnType":"GNHashtable","conditions":{"mustNonNull":true}}]}],"responseData":[{"code":"ErrorCode","value":["AccountNotFound","Ok"]},{"code":"NewlyCreated"},{"code":"UserId"},{"code":"InfoResponseParameters"}],"description":""},{"operationCode":"LoginByLinuxDeviceId","details":[{"role":"Client","requestData":[{"code":"LinuxDeviceId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":6,"maxLength":64}},{"code":"CreatePlayerIfNotExists","description":"","optional":true,"type":"boolean","gnType":"Boolean","defaultValue":"false","conditions":{}},{"code":"InfoRequestParam","description":"","optional":false,"type":"InfoRequestParam","gnType":"GNHashtable","conditions":{"mustNonNull":true}}]}],"responseData":[{"code":"ErrorCode","value":["AccountNotFound","Ok"]},{"code":"NewlyCreated"},{"code":"UserId"},{"code":"InfoResponseParameters"}],"description":""},{"operationCode":"LoginByMacOSDeviceId","details":[{"role":"Client","requestData":[{"code":"MacOSDeviceId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":6,"maxLength":64}},{"code":"CreatePlayerIfNotExists","description":"","optional":true,"type":"boolean","gnType":"Boolean","defaultValue":"false","conditions":{}},{"code":"InfoRequestParam","description":"","optional":false,"type":"InfoRequestParam","gnType":"GNHashtable","conditions":{"mustNonNull":true}}]}],"responseData":[{"code":"ErrorCode","value":["AccountNotFound","Ok"]},{"code":"NewlyCreated"},{"code":"UserId"},{"code":"InfoResponseParameters"}],"description":""},{"operationCode":"LoginByWindowsDeviceId","details":[{"role":"Client","requestData":[{"code":"WindowsDeviceId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":6,"maxLength":64}},{"code":"CreatePlayerIfNotExists","description":"","optional":true,"type":"boolean","gnType":"Boolean","defaultValue":"false","conditions":{}},{"code":"InfoRequestParam","description":"","optional":false,"type":"InfoRequestParam","gnType":"GNHashtable","conditions":{"mustNonNull":true}}]}],"responseData":[{"code":"ErrorCode","value":["AccountNotFound","Ok"]},{"code":"NewlyCreated"},{"code":"UserId"},{"code":"InfoResponseParameters"}],"description":""},{"operationCode":"LoginByWindowsPhoneDeviceId","details":[{"role":"Client","requestData":[{"code":"WindowsPhoneDeviceId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":6,"maxLength":64}},{"code":"CreatePlayerIfNotExists","description":"","optional":true,"type":"boolean","gnType":"Boolean","defaultValue":"false","conditions":{}},{"code":"InfoRequestParam","description":"","optional":false,"type":"InfoRequestParam","gnType":"GNHashtable","conditions":{"mustNonNull":true}}]}],"responseData":[{"code":"ErrorCode","value":["AccountNotFound","Ok"]},{"code":"NewlyCreated"},{"code":"UserId"},{"code":"InfoResponseParameters"}],"description":""},{"operationCode":"RefreshAuthToken","details":[],"responseData":[{"code":"ErrorCode","value":["AccountNotFound","PlayerBan","Ok"]},{"code":"PlayerBan"},{"code":"AuthToken"}],"description":""},{"operationCode":"RegisterAccount","details":[{"role":"Client","requestData":[{"code":"Username","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":6,"maxLength":32}},{"code":"Password","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":6,"maxLength":64}},{"code":"InfoRequestParam","description":"","optional":false,"type":"InfoRequestParam","gnType":"GNHashtable","conditions":{"mustNonNull":true}}]}],"responseData":[{"code":"ErrorCode","value":["AccountUsernameExists","Ok"]},{"code":"UserId"},{"code":"InfoResponseParameters"},{"code":"NewlyCreated"}],"description":""}],"models":[{"name":"InfoRequestParam","details":[{"code":"External","description":"","optional":true,"type":"boolean","gnType":"Boolean","defaultValue":"false","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"Segments","description":"","optional":true,"type":"boolean","gnType":"Boolean","defaultValue":"false","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"CustomDatas","description":"","optional":true,"type":"boolean","gnType":"Boolean","defaultValue":"false","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"DisplayName","description":"","optional":true,"type":"boolean","gnType":"Boolean","defaultValue":"false","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"Avatar","description":"","optional":true,"type":"boolean","gnType":"Boolean","defaultValue":"false","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"TsCreate","description":"","optional":true,"type":"boolean","gnType":"Boolean","defaultValue":"false","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"Tags","description":"","optional":true,"type":"boolean","gnType":"Boolean","defaultValue":"false","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"PlayerBan","description":"","optional":true,"type":"boolean","gnType":"Boolean","defaultValue":"false","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"PlayerCurrencies","description":"","optional":true,"type":"boolean","gnType":"Boolean","defaultValue":"false","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"PlayerStatistics","description":"","optional":true,"type":"boolean","gnType":"Boolean","defaultValue":"false","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"PlayerDatas","description":"","optional":true,"type":"boolean","gnType":"Boolean","defaultValue":"false","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"IpAddressCreate","description":"","optional":true,"type":"boolean","gnType":"Boolean","defaultValue":"false","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"CountryCode","description":"","optional":true,"type":"boolean","gnType":"Boolean","defaultValue":"false","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"Email","description":"","optional":true,"type":"boolean","gnType":"Boolean","defaultValue":"false","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"TsLastLogin","description":"","optional":true,"type":"boolean","gnType":"Boolean","defaultValue":"false","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"PushNotifications","description":"","optional":true,"type":"boolean","gnType":"Boolean","defaultValue":"false","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"PlayerDataKeys","description":"","optional":true,"type":"string","gnType":"GNArray","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"PlayerCurrencyKeys","description":"","optional":true,"type":"string","gnType":"GNArray","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"PlayerStatisticsKeys","description":"","optional":true,"type":"string","gnType":"GNArray","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"CustomDataKeys","description":"","optional":true,"type":"string","gnType":"GNArray","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"TagKeys","description":"","optional":true,"type":"string","gnType":"GNArray","conditions":{"mustNonNull":false,"mustInt":false}}]}]}
@@ -0,0 +1 @@
1
+ {"requestType":"CharacterPlayer","operations":[{"operationCode":"AddPlayerFriend","details":[{"role":"Client","requestData":[{"code":"CharacterId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":11,"maxLength":11}},{"code":"FriendId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":11,"maxLength":11}},{"code":"CatalogId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":2,"maxLength":32}}]}],"responseData":[{"code":"ErrorCode","value":["CatalogIdNotFound","CharacterPlayerNotFound","Ok"]}],"description":""},{"operationCode":"AddSegment","details":[{"role":"Client","requestData":[{"code":"CharacterId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":11,"maxLength":11}},{"code":"Value","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":6,"maxLength":32}}]}],"responseData":[{"code":"ErrorCode","value":["CharacterPlayerNotFound","Ok"]}],"description":""},{"operationCode":"ChangePlayerCurrency","details":[{"role":"Client","requestData":[{"code":"CharacterId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":11,"maxLength":11}},{"code":"PlayerCurrencies","description":"","optional":false,"type":"PlayerCurrencyParam","gnType":"GNArray","conditions":{"mustNonNull":true,"minLength":1,"maxLength":32}},{"code":"Log","description":"","optional":true,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":1,"maxLength":256}}]}],"responseData":[{"code":"ErrorCode","value":["CharacterPlayerNotFound","NotEnoughCurrency","Ok"]},{"code":"InfoResponseParameters"}],"description":""},{"operationCode":"ChangePlayerStatistics","details":[{"role":"Client","requestData":[{"code":"CharacterId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":11,"maxLength":11}},{"code":"PlayerStatistics","description":"","optional":false,"type":"PlayerStatisticsParam","gnType":"GNArray","conditions":{"mustNonNull":true,"minLength":1,"maxLength":32}},{"code":"Log","description":"","optional":true,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":1,"maxLength":256}}]}],"responseData":[{"code":"ErrorCode","value":["CharacterPlayerNotFound","Ok"]},{"code":"InfoResponseParameters"}],"description":""},{"operationCode":"CreateGroup","details":[{"role":"Client","requestData":[{"code":"CharacterId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":11,"maxLength":11}},{"code":"CatalogId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":2,"maxLength":32}},{"code":"GroupMembers","description":"","optional":true,"type":"GroupMemberParam","gnType":"GNArray","conditions":{}},{"code":"DisplayName","description":"","optional":true,"type":"string","gnType":"String","defaultValue":"\"\"","conditions":{}}]}],"responseData":[{"code":"ErrorCode","value":["CatalogIdNotFound","CharacterPlayerNotFound","Ok"]},{"code":"InfoResponseParameters"}],"description":""},{"operationCode":"CreatePlayerItem","details":[{"role":"Client","requestData":[{"code":"CharacterId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":11,"maxLength":11}},{"code":"CatalogId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":2,"maxLength":32}},{"code":"ClassId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":2,"maxLength":32}},{"code":"DisplayName","description":"","optional":true,"type":"string","gnType":"String","defaultValue":"\"\"","conditions":{}},{"code":"Amount","description":"","optional":true,"type":"number","gnType":"Number","defaultValue":"1","conditions":{"mustInt":true}}]}],"responseData":[{"code":"ErrorCode","value":["CatalogIdNotFound","ClassIdNotFound","CharacterPlayerNotFound","Ok"]},{"code":"InfoResponseParameters"}],"description":""},{"operationCode":"GetAvatar","details":[{"role":"Client","requestData":[{"code":"CharacterId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":11,"maxLength":11}}]}],"responseData":[{"code":"ErrorCode","value":["CharacterPlayerNotFound","Ok"]},{"code":"InfoResponseParameters"}],"description":""},{"operationCode":"GetCatalogId","details":[{"role":"Client","requestData":[{"code":"CharacterId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":11,"maxLength":11}}]}],"responseData":[{"code":"ErrorCode","value":["CharacterPlayerNotFound","Ok"]},{"code":"InfoResponseParameters"}],"description":""},{"operationCode":"GetCountryCode","details":[{"role":"Client","requestData":[{"code":"CharacterId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":11,"maxLength":11}}]}],"responseData":[{"code":"ErrorCode","value":["CharacterPlayerNotFound","Ok"]},{"code":"InfoResponseParameters"}],"description":""},{"operationCode":"GetCreateLeaderboard","details":[{"role":"Client","requestData":[{"code":"InfoRequestParam","description":"","optional":false,"type":"InfoRequestParam","gnType":"GNHashtable","conditions":{"mustNonNull":true}},{"code":"Skip","description":"","optional":true,"type":"number","gnType":"Number","defaultValue":"0","conditions":{"mustInt":true,"minValue":0}},{"code":"Limit","description":"","optional":true,"type":"number","gnType":"Number","defaultValue":"10","conditions":{"mustInt":true,"minValue":1,"maxValue":100}},{"code":"LoadFromCache","description":"","optional":true,"type":"boolean","gnType":"Boolean","defaultValue":"true","conditions":{}}]}],"responseData":[{"code":"ErrorCode","value":["Ok"]},{"code":"Results"}],"description":""},{"operationCode":"GetCurrencyLeaderboard","details":[{"role":"Client","requestData":[{"code":"Key","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":2,"maxLength":32}},{"code":"InfoRequestParam","description":"","optional":false,"type":"InfoRequestParam","gnType":"GNHashtable","conditions":{"mustNonNull":true}},{"code":"Skip","description":"","optional":true,"type":"number","gnType":"Number","defaultValue":"0","conditions":{"mustInt":true,"minValue":0}},{"code":"Limit","description":"","optional":true,"type":"number","gnType":"Number","defaultValue":"10","conditions":{"mustInt":true,"minValue":1,"maxValue":100}},{"code":"LoadFromCache","description":"","optional":true,"type":"boolean","gnType":"Boolean","defaultValue":"true","conditions":{}},{"code":"CatalogId","description":"","optional":true,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":2,"maxLength":32}}]}],"responseData":[{"code":"ErrorCode","value":["KeyNotFound","Ok"]},{"code":"Results"}],"description":""},{"operationCode":"GetCurrencyLog","details":[{"role":"Client","requestData":[{"code":"Keys","description":"","optional":true,"type":"string","gnType":"GNArray","conditions":{"mustNonNull":true,"minLength":1,"maxLength":32}},{"code":"CharacterId","description":"","optional":true,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":11,"maxLength":11}},{"code":"Limit","description":"","optional":true,"type":"number","gnType":"Number","defaultValue":"10","conditions":{"mustInt":true,"minValue":1,"maxValue":100}},{"code":"Token","description":"","optional":true,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":24,"maxLength":24}}]}],"responseData":[{"code":"ErrorCode","value":["Ok"]},{"code":"Results"},{"code":"Token"}],"description":""},{"operationCode":"GetCustomData","details":[{"role":"Client","requestData":[{"code":"CharacterId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":11,"maxLength":11}},{"code":"CustomDataKeys","description":"","optional":true,"type":"string","gnType":"GNArray","conditions":{}}]}],"responseData":[{"code":"ErrorCode","value":["CharacterPlayerNotFound","Ok"]},{"code":"InfoResponseParameters"}],"description":""},{"operationCode":"GetDisplayName","details":[{"role":"Client","requestData":[{"code":"CharacterId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":11,"maxLength":11}}]}],"responseData":[{"code":"ErrorCode","value":["CharacterPlayerNotFound","Ok"]},{"code":"InfoResponseParameters"}],"description":""},{"operationCode":"GetFriendStatisticsLeaderboardAroundPlayer","details":[{"role":"Client","requestData":[{"code":"CharacterId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":11,"maxLength":11}},{"code":"Key","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":2,"maxLength":32}},{"code":"InfoRequestParam","description":"","optional":false,"type":"InfoRequestParam","gnType":"GNHashtable","conditions":{"mustNonNull":true}},{"code":"Skip","description":"","optional":true,"type":"number","gnType":"Number","defaultValue":"0","conditions":{"mustInt":true,"minValue":0}},{"code":"Limit","description":"","optional":true,"type":"number","gnType":"Number","defaultValue":"10","conditions":{"mustInt":true,"minValue":1,"maxValue":100}},{"code":"LoadFromCache","description":"","optional":true,"type":"boolean","gnType":"Boolean","defaultValue":"true","conditions":{}}]}],"responseData":[{"code":"ErrorCode","value":["KeyNotFound","CharacterPlayerNotFound","Ok"]},{"code":"Results"}],"description":""},{"operationCode":"GetFriendStatisticsLeaderboard","details":[{"role":"Client","requestData":[{"code":"CharacterId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":11,"maxLength":11}},{"code":"Key","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":2,"maxLength":32}},{"code":"InfoRequestParam","description":"","optional":false,"type":"InfoRequestParam","gnType":"GNHashtable","conditions":{"mustNonNull":true}},{"code":"Skip","description":"","optional":true,"type":"number","gnType":"Number","defaultValue":"0","conditions":{"mustInt":true,"minValue":0}},{"code":"Limit","description":"","optional":true,"type":"number","gnType":"Number","defaultValue":"10","conditions":{"mustInt":true,"minValue":1,"maxValue":100}},{"code":"LoadFromCache","description":"","optional":true,"type":"boolean","gnType":"Boolean","defaultValue":"true","conditions":{}}]}],"responseData":[{"code":"ErrorCode","value":["KeyNotFound","CharacterPlayerNotFound","Ok"]},{"code":"Results"}],"description":""},{"operationCode":"GetIpAddressCreate","details":[{"role":"Client","requestData":[{"code":"CharacterId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":11,"maxLength":11}}]}],"responseData":[{"code":"ErrorCode","value":["CharacterPlayerNotFound","Ok"]},{"code":"InfoResponseParameters"}],"description":""},{"operationCode":"GetLastLoginLeaderboard","details":[{"role":"Client","requestData":[{"code":"InfoRequestParam","description":"","optional":false,"type":"InfoRequestParam","gnType":"GNHashtable","conditions":{"mustNonNull":true}},{"code":"Skip","description":"","optional":true,"type":"number","gnType":"Number","defaultValue":"0","conditions":{"mustInt":true,"minValue":0}},{"code":"Limit","description":"","optional":true,"type":"number","gnType":"Number","defaultValue":"10","conditions":{"mustInt":true,"minValue":1,"maxValue":100}},{"code":"LoadFromCache","description":"","optional":true,"type":"boolean","gnType":"Boolean","defaultValue":"true","conditions":{}}]}],"responseData":[{"code":"ErrorCode","value":["Ok"]},{"code":"Results"}],"description":""},{"operationCode":"GetOwner","details":[{"role":"Client","requestData":[{"code":"CharacterId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":11,"maxLength":11}}]}],"responseData":[{"code":"ErrorCode","value":["CharacterPlayerNotFound","Ok"]},{"code":"InfoResponseParameters"}],"description":""},{"operationCode":"GetPlayerBan","details":[{"role":"Client","requestData":[{"code":"CharacterId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":11,"maxLength":11}}]}],"responseData":[{"code":"ErrorCode","value":["CharacterPlayerNotFound","Ok"]},{"code":"InfoResponseParameters"}],"description":""},{"operationCode":"GetPlayerCurrency","details":[{"role":"Client","requestData":[{"code":"CharacterId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":11,"maxLength":11}},{"code":"PlayerCurrencyKeys","description":"","optional":true,"type":"string","gnType":"GNArray","conditions":{}}]}],"responseData":[{"code":"ErrorCode","value":["CharacterPlayerNotFound","Ok"]},{"code":"InfoResponseParameters"}],"description":""},{"operationCode":"GetPlayerData","details":[{"role":"Client","requestData":[{"code":"CharacterId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":11,"maxLength":11}},{"code":"PlayerDataKeys","description":"","optional":true,"type":"string","gnType":"GNArray","conditions":{}}]}],"responseData":[{"code":"ErrorCode","value":["CharacterPlayerNotFound","Ok"]},{"code":"InfoResponseParameters"}],"description":""},{"operationCode":"GetPlayerFriend","details":[{"role":"Client","requestData":[{"code":"CharacterId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":11,"maxLength":11}},{"code":"FriendCatalogIds","description":"","optional":true,"type":"string","gnType":"GNArray","conditions":{}}]}],"responseData":[{"code":"ErrorCode","value":["CharacterPlayerNotFound","Ok"]},{"code":"InfoResponseParameters"}],"description":""},{"operationCode":"GetPlayerGroup","details":[{"role":"Client","requestData":[{"code":"CharacterId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":11,"maxLength":11}},{"code":"GroupCatalogIds","description":"","optional":true,"type":"string","gnType":"GNArray","conditions":{}}]}],"responseData":[{"code":"ErrorCode","value":["CharacterPlayerNotFound","Ok"]},{"code":"InfoResponseParameters"}],"description":""},{"operationCode":"GetPlayerInformation","details":[{"role":"Client","requestData":[{"code":"CharacterId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":11,"maxLength":11}},{"code":"InfoRequestParam","description":"","optional":false,"type":"InfoRequestParam","gnType":"GNHashtable","conditions":{"mustNonNull":true}}]}],"responseData":[{"code":"ErrorCode","value":["CharacterPlayerNotFound","Ok"]},{"code":"InfoResponseParameters"}],"description":""},{"operationCode":"GetPlayerInventory","details":[{"role":"Client","requestData":[{"code":"CharacterId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":11,"maxLength":11}},{"code":"ItemCatalogIds","description":"","optional":true,"type":"string","gnType":"GNArray","conditions":{}}]}],"responseData":[{"code":"ErrorCode","value":["CharacterPlayerNotFound","Ok"]},{"code":"InfoResponseParameters"}],"description":""},{"operationCode":"GetPlayerStatistics","details":[{"role":"Client","requestData":[{"code":"CharacterId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":11,"maxLength":11}},{"code":"StatisticsKeys","description":"","optional":true,"type":"string","gnType":"GNArray","conditions":{}}]}],"responseData":[{"code":"ErrorCode","value":["CharacterPlayerNotFound","Ok"]},{"code":"InfoResponseParameters"}],"description":""},{"operationCode":"GetPlayersWithDisplayName","details":[{"role":"Client","requestData":[{"code":"Keyword","description":"","optional":false,"type":"string","gnType":"String","conditions":{"minLength":2,"maxLength":32}},{"code":"InfoRequestParam","description":"","optional":false,"type":"InfoRequestParam","gnType":"GNHashtable","conditions":{"mustNonNull":true}},{"code":"Skip","description":"","optional":true,"type":"number","gnType":"Number","defaultValue":"0","conditions":{"mustInt":true,"minValue":0}},{"code":"Limit","description":"","optional":true,"type":"number","gnType":"Number","defaultValue":"10","conditions":{"mustInt":true,"minValue":1,"maxValue":100}}]}],"responseData":[{"code":"ErrorCode","value":["Ok"]},{"code":"Results"}],"description":""},{"operationCode":"GetPlayersWithSegment","details":[{"role":"Client","requestData":[{"code":"Value","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":2,"maxLength":32}},{"code":"InfoRequestParam","description":"","optional":false,"type":"InfoRequestParam","gnType":"GNHashtable","conditions":{"mustNonNull":true}},{"code":"Skip","description":"","optional":true,"type":"number","gnType":"Number","defaultValue":"0","conditions":{"mustInt":true,"minValue":0}},{"code":"Limit","description":"","optional":true,"type":"number","gnType":"Number","defaultValue":"10","conditions":{"mustInt":true,"minValue":1,"maxValue":100}}]}],"responseData":[{"code":"ErrorCode","value":["Ok"]},{"code":"Results"}],"description":""},{"operationCode":"GetPlayersWithTag","details":[{"role":"Client","requestData":[{"code":"Key","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":2,"maxLength":32}},{"code":"Value","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":2,"maxLength":32}},{"code":"InfoRequestParam","description":"","optional":false,"type":"InfoRequestParam","gnType":"GNHashtable","conditions":{"mustNonNull":true}},{"code":"Skip","description":"","optional":true,"type":"number","gnType":"Number","defaultValue":"0","conditions":{"mustInt":true,"minValue":0}},{"code":"Limit","description":"","optional":true,"type":"number","gnType":"Number","defaultValue":"10","conditions":{"mustInt":true,"minValue":1,"maxValue":100}}]}],"responseData":[{"code":"ErrorCode","value":["KeyNotFound","Ok"]},{"code":"Results"}],"description":""},{"operationCode":"GetRemoveStatus","details":[{"role":"Client","requestData":[{"code":"CharacterId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":11,"maxLength":11}}]}],"responseData":[{"code":"ErrorCode","value":["CharacterPlayerNotFound","Ok"]},{"code":"InfoResponseParameters"}],"description":""},{"operationCode":"GetSegment","details":[{"role":"Client","requestData":[{"code":"CharacterId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":11,"maxLength":11}}]}],"responseData":[{"code":"ErrorCode","value":["CharacterPlayerNotFound","Ok"]},{"code":"InfoResponseParameters"}],"description":""},{"operationCode":"GetStatisticsLeaderboardAroundPlayer","details":[{"role":"Client","requestData":[{"code":"CharacterId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":11,"maxLength":11}},{"code":"Key","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":2,"maxLength":32}},{"code":"InfoRequestParam","description":"","optional":false,"type":"InfoRequestParam","gnType":"GNHashtable","conditions":{"mustNonNull":true}},{"code":"Skip","description":"","optional":true,"type":"number","gnType":"Number","defaultValue":"0","conditions":{"mustInt":true,"minValue":0}},{"code":"Limit","description":"","optional":true,"type":"number","gnType":"Number","defaultValue":"10","conditions":{"mustInt":true,"minValue":1,"maxValue":100}},{"code":"LoadFromCache","description":"","optional":true,"type":"boolean","gnType":"Boolean","defaultValue":"true","conditions":{}},{"code":"CatalogId","description":"","optional":true,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":2,"maxLength":32}}]}],"responseData":[{"code":"ErrorCode","value":["KeyNotFound","Ok"]},{"code":"Results"}],"description":""},{"operationCode":"GetStatisticsLeaderboard","details":[{"role":"Client","requestData":[{"code":"Key","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":2,"maxLength":32}},{"code":"InfoRequestParam","description":"","optional":false,"type":"InfoRequestParam","gnType":"GNHashtable","conditions":{"mustNonNull":true}},{"code":"Skip","description":"","optional":true,"type":"number","gnType":"Number","defaultValue":"0","conditions":{"mustInt":true,"minValue":0}},{"code":"Limit","description":"","optional":true,"type":"number","gnType":"Number","defaultValue":"10","conditions":{"mustInt":true,"minValue":1,"maxValue":100}},{"code":"LoadFromCache","description":"","optional":true,"type":"boolean","gnType":"Boolean","defaultValue":"true","conditions":{}},{"code":"Version","description":"","optional":true,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":2,"maxLength":32}},{"code":"CatalogId","description":"","optional":true,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":2,"maxLength":32}}]}],"responseData":[{"code":"ErrorCode","value":["KeyNotFound","VersionInvalid","Ok"]},{"code":"Results"},{"code":"TsCreate"}],"description":""},{"operationCode":"GetStatisticsLog","details":[{"role":"Client","requestData":[{"code":"Keys","description":"","optional":true,"type":"string","gnType":"GNArray","conditions":{"mustNonNull":true,"minLength":1,"maxLength":32}},{"code":"CharacterId","description":"","optional":true,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":11,"maxLength":11}},{"code":"Limit","description":"","optional":true,"type":"number","gnType":"Number","defaultValue":"10","conditions":{"mustInt":true,"minValue":1,"maxValue":100}},{"code":"Token","description":"","optional":true,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":24,"maxLength":24}}]}],"responseData":[{"code":"ErrorCode","value":["Ok"]},{"code":"Results"},{"code":"Token"}],"description":""},{"operationCode":"GetTag","details":[{"role":"Client","requestData":[{"code":"CharacterId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":11,"maxLength":11}},{"code":"TagKeys","description":"","optional":false,"type":"string","gnType":"GNArray","conditions":{}}]}],"responseData":[{"code":"ErrorCode","value":["CharacterPlayerNotFound","Ok"]},{"code":"InfoResponseParameters"}],"description":""},{"operationCode":"GetTsCreate","details":[{"role":"Client","requestData":[{"code":"CharacterId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":11,"maxLength":11}}]}],"responseData":[{"code":"ErrorCode","value":["CharacterPlayerNotFound","Ok"]},{"code":"InfoResponseParameters"}],"description":""},{"operationCode":"GetTsLastLogin","details":[{"role":"Client","requestData":[{"code":"CharacterId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":11,"maxLength":11}}]}],"responseData":[{"code":"ErrorCode","value":["CharacterPlayerNotFound","Ok"]},{"code":"InfoResponseParameters"}],"description":""},{"operationCode":"JoinGroup","details":[{"role":"Client","requestData":[{"code":"CharacterId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":11,"maxLength":11}},{"code":"GroupId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":10,"maxLength":10}}]}],"responseData":[{"code":"ErrorCode","value":["GroupNotFound","CharacterPlayerNotFound","Ok"]}],"description":""},{"operationCode":"LeaveGroup","details":[{"role":"Client","requestData":[{"code":"CharacterId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":11,"maxLength":11}},{"code":"GroupId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":10,"maxLength":10}}]}],"responseData":[{"code":"ErrorCode","value":["GroupNotFound","CharacterPlayerNotFound","Ok"]}],"description":""},{"operationCode":"RemovePlayerFriend","details":[{"role":"Client","requestData":[{"code":"CharacterId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":11,"maxLength":11}},{"code":"FriendId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":11,"maxLength":11}}]}],"responseData":[{"code":"ErrorCode","value":["CharacterPlayerNotFound","Ok"]}],"description":""},{"operationCode":"RemovePlayerItem","details":[{"role":"Client","requestData":[{"code":"CharacterId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":11,"maxLength":11}},{"code":"ItemId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":12,"maxLength":12}}]}],"responseData":[{"code":"ErrorCode","value":["CharacterPlayerNotFound","ItemNotFound","Ok"]}],"description":""},{"operationCode":"RemoveSegment","details":[{"role":"Client","requestData":[{"code":"CharacterId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":11,"maxLength":11}},{"code":"Value","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":2,"maxLength":32}}]}],"responseData":[{"code":"ErrorCode","value":["CharacterPlayerNotFound","Ok"]}],"description":""},{"operationCode":"RemoveTag","details":[{"role":"Client","requestData":[{"code":"CharacterId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":11,"maxLength":11}},{"code":"Key","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":2,"maxLength":32}}]}],"responseData":[{"code":"ErrorCode","value":["CharacterPlayerNotFound","Ok"]}],"description":""},{"operationCode":"SetAvatar","details":[{"role":"Client","requestData":[{"code":"CharacterId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":11,"maxLength":11}},{"code":"Type","description":"","optional":false,"type":"number","gnType":"Number","conditions":{"mustInt":true}},{"code":"Value","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":1,"maxLength":128}}]}],"responseData":[{"code":"ErrorCode","value":["CharacterPlayerNotFound","Ok"]}],"description":""},{"operationCode":"SetCountryCode","details":[{"role":"Client","requestData":[{"code":"CharacterId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":11,"maxLength":11}},{"code":"CountryCode","description":"","optional":false,"type":"string","gnType":"String","conditions":{"minLength":2,"maxLength":32}}]}],"responseData":[{"code":"ErrorCode","value":["CharacterPlayerNotFound","Ok"]}],"description":""},{"operationCode":"SetCustomData","details":[{"role":"Client","requestData":[{"code":"CharacterId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":11,"maxLength":11}},{"code":"CustomDatas","description":"","optional":false,"type":"CustomDataParam","gnType":"GNArray","conditions":{"mustNonNull":true,"minLength":1,"maxLength":32}}]}],"responseData":[{"code":"ErrorCode","value":["CharacterPlayerNotFound","Ok"]},{"code":"InfoResponseParameters"}],"description":""},{"operationCode":"SetDisplayName","details":[{"role":"Client","requestData":[{"code":"CharacterId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":11,"maxLength":11}},{"code":"DisplayName","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":5,"maxLength":32}},{"code":"UniqueDisplayName","description":"","optional":true,"type":"boolean","gnType":"Boolean","defaultValue":"false","conditions":{}}]}],"responseData":[{"code":"ErrorCode","value":["DisplayNameHasUse","CharacterPlayerNotFound","Ok"]}],"description":""},{"operationCode":"SetOwner","details":[{"role":"Client","requestData":[{"code":"CharacterId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":11,"maxLength":11}},{"code":"NewOwnerId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":10,"maxLength":10}}]}],"responseData":[{"code":"ErrorCode","value":["CharacterPlayerNotFound","OwnerNotFound","Ok"]}],"description":""},{"operationCode":"SetPlayerBan","details":[{"role":"Client","requestData":[{"code":"CharacterId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":11,"maxLength":11}},{"code":"TsExpire","description":"","optional":false,"type":"number","gnType":"Number","conditions":{}},{"code":"Reason","description":"","optional":false,"type":"string","gnType":"String","conditions":{}}]}],"responseData":[{"code":"ErrorCode","value":["CharacterPlayerNotFound","Ok"]}],"description":""},{"operationCode":"SetPlayerData","details":[{"role":"Client","requestData":[{"code":"CharacterId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":11,"maxLength":11}},{"code":"PlayerDatas","description":"","optional":false,"type":"PlayerDataParam","gnType":"GNArray","conditions":{"mustNonNull":true,"minLength":1,"maxLength":32}}]}],"responseData":[{"code":"ErrorCode","value":["CharacterPlayerNotFound","Ok"]},{"code":"InfoResponseParameters"}],"description":""},{"operationCode":"SetRemoveStatus","details":[{"role":"Client","requestData":[{"code":"CharacterId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":11,"maxLength":11}},{"code":"Reason","description":"","optional":true,"type":"string","gnType":"String","defaultValue":"\"\"","conditions":{}}]}],"responseData":[{"code":"ErrorCode","value":["CharacterPlayerNotFound","Ok"]}],"description":""},{"operationCode":"SetTag","details":[{"role":"Client","requestData":[{"code":"CharacterId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":11,"maxLength":11}},{"code":"Key","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":2,"maxLength":32}},{"code":"Value","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":2,"maxLength":32}}]}],"responseData":[{"code":"ErrorCode","value":["KeyNotFound","CharacterPlayerNotFound","Ok"]}],"description":""}],"models":[{"name":"CustomDataParam","details":[{"code":"Key","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"mustInt":false,"minLength":2,"maxLength":32}},{"code":"Value","description":"","optional":false,"type":"any","gnType":"DataMember","conditions":{"mustNonNull":false,"mustInt":false}}]},{"name":"GroupMemberParam","details":[{"code":"UserId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"mustInt":false,"minLength":10,"maxLength":11}},{"code":"Role","description":"","optional":false,"type":"number","gnType":"Number","conditions":{"mustNonNull":false,"mustInt":true}}]},{"name":"InfoRequestParam","details":[{"code":"CatalogId","description":"","optional":true,"type":"boolean","gnType":"Boolean","defaultValue":"false","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"Owner","description":"","optional":true,"type":"boolean","gnType":"Boolean","defaultValue":"false","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"RemoveStatus","description":"","optional":true,"type":"boolean","gnType":"Boolean","defaultValue":"false","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"Segments","description":"","optional":true,"type":"boolean","gnType":"Boolean","defaultValue":"false","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"CustomDatas","description":"","optional":true,"type":"boolean","gnType":"Boolean","defaultValue":"false","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"DisplayName","description":"","optional":true,"type":"boolean","gnType":"Boolean","defaultValue":"false","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"Avatar","description":"","optional":true,"type":"boolean","gnType":"Boolean","defaultValue":"false","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"TsCreate","description":"","optional":true,"type":"boolean","gnType":"Boolean","defaultValue":"false","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"Tags","description":"","optional":true,"type":"boolean","gnType":"Boolean","defaultValue":"false","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"PlayerBan","description":"","optional":true,"type":"boolean","gnType":"Boolean","defaultValue":"false","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"PlayerCurrencies","description":"","optional":true,"type":"boolean","gnType":"Boolean","defaultValue":"false","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"PlayerStatistics","description":"","optional":true,"type":"boolean","gnType":"Boolean","defaultValue":"false","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"PlayerDatas","description":"","optional":true,"type":"boolean","gnType":"Boolean","defaultValue":"false","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"IpAddressCreate","description":"","optional":true,"type":"boolean","gnType":"Boolean","defaultValue":"false","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"CountryCode","description":"","optional":true,"type":"boolean","gnType":"Boolean","defaultValue":"false","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"TsLastLogin","description":"","optional":true,"type":"boolean","gnType":"Boolean","defaultValue":"false","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"PlayerInventories","description":"","optional":true,"type":"boolean","gnType":"Boolean","defaultValue":"false","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"PlayerGroups","description":"","optional":true,"type":"boolean","gnType":"Boolean","defaultValue":"false","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"PlayerFriends","description":"","optional":true,"type":"boolean","gnType":"Boolean","defaultValue":"false","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"PlayerDataKeys","description":"","optional":true,"type":"string","gnType":"GNArray","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"PlayerCurrencyKeys","description":"","optional":true,"type":"string","gnType":"GNArray","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"PlayerStatisticsKeys","description":"","optional":true,"type":"string","gnType":"GNArray","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"CustomDataKeys","description":"","optional":true,"type":"string","gnType":"GNArray","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"TagKeys","description":"","optional":true,"type":"string","gnType":"GNArray","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"CharacterCatalogIds","description":"","optional":true,"type":"string","gnType":"GNArray","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"ItemCatalogIds","description":"","optional":true,"type":"string","gnType":"GNArray","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GroupCatalogIds","description":"","optional":true,"type":"string","gnType":"GNArray","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"FriendCatalogIds","description":"","optional":true,"type":"string","gnType":"GNArray","conditions":{"mustNonNull":false,"mustInt":false}}]},{"name":"PlayerCurrencyParam","details":[{"code":"Key","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"mustInt":false,"minLength":2,"maxLength":32}},{"code":"Amount","description":"","optional":false,"type":"number","gnType":"Number","conditions":{"mustNonNull":false,"mustInt":false}}]},{"name":"PlayerDataParam","details":[{"code":"Key","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"mustInt":false,"minLength":2,"maxLength":32}},{"code":"Value","description":"","optional":false,"type":"any","gnType":"DataMember","conditions":{"mustNonNull":false,"mustInt":false}}]},{"name":"PlayerStatisticsParam","details":[{"code":"Key","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"mustInt":false,"minLength":2,"maxLength":32}},{"code":"Value","description":"","optional":false,"type":"number","gnType":"Number","conditions":{"mustNonNull":false,"mustInt":false}}]}]}
@@ -0,0 +1 @@
1
+ {"requestType":"CloudScript","operations":[{"operationCode":"AddFunction","details":[{"role":"Client","requestData":[{"code":"Script","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":0,"maxLength":null}},{"code":"CanExecute","description":"","optional":false,"type":"boolean","gnType":"Boolean","conditions":{}},{"code":"IsLive","description":"","optional":false,"type":"boolean","gnType":"Boolean","conditions":{}}]}],"responseData":[{"code":"ErrorCode","value":["GameNotFound","ExecuteError","Ok"]},{"code":"ErrorMessage"},{"code":"Version"}],"description":""},{"operationCode":"EditFunction","details":[{"role":"Client","requestData":[{"code":"Version","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":7,"maxLength":7}},{"code":"CanExecute","description":"","optional":false,"type":"boolean","gnType":"Boolean","conditions":{}},{"code":"IsLive","description":"","optional":false,"type":"boolean","gnType":"Boolean","conditions":{}}]}],"responseData":[{"code":"ErrorCode","value":["GameNotFound","Ok","ExecuteError"]},{"code":"ErrorMessage"}],"description":""},{"operationCode":"ExecuteFunction","details":[{"role":"Client","requestData":[{"code":"UserId","description":"","optional":true,"type":"string","gnType":"String","conditions":{"minLength":10,"maxLength":10}},{"code":"FunctionName","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":3,"maxLength":30}},{"code":"FunctionParameters","description":"","optional":true,"type":"object","gnType":"DataMember","conditions":{}},{"code":"Version","description":"","optional":true,"type":"string","gnType":"String","conditions":{"minLength":7,"maxLength":7}}]},{"role":"Server","requestData":[{"code":"UserId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":10,"maxLength":10}}]}],"responseData":[{"code":"ErrorCode","value":["GameNotFound","Ok","ExecuteError"]},{"code":"FunctionLogs"},{"code":"Status"},{"code":"ExecutionTimeInMs"},{"code":"MemoryUsedInBytes"},{"code":"FunctionResult"},{"code":"ErrorMessage"}],"description":""},{"operationCode":"GetFunction","details":[{"role":"Client","requestData":[{"code":"Version","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":7,"maxLength":7}}]}],"responseData":[{"code":"ErrorCode","value":["GameNotFound","Ok"]},{"code":"Script"},{"code":"CanExecute"},{"code":"IsLive"},{"code":"TsCreate"}],"description":""},{"operationCode":"GetFunctions","details":[],"responseData":[{"code":"ErrorCode","value":["GameNotFound","Ok"]},{"code":"Results"},{"code":"LatestVersion"},{"code":"LiveLatestVersion"}],"description":""}],"models":[]}
@@ -0,0 +1 @@
1
+ {"requestType":"Content","operations":[{"operationCode":"CreateNewFileUploadInfo","details":[{"role":"Client","requestData":[{"code":"FileName","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":5,"maxLength":50}}]}],"responseData":[{"code":"ErrorCode","value":["Ok"]},{"code":"FileId"}],"description":""},{"operationCode":"GetContentData","details":[{"role":"Client","requestData":[{"code":"Keys","description":"","optional":true,"type":"string","gnType":"GNArray","conditions":{}},{"code":"Label","description":"","optional":true,"type":"string","gnType":"String","defaultValue":"\"\"","conditions":{"minLength":2,"maxLength":32}}]}],"responseData":[{"code":"ErrorCode","value":["GameNotFound","Ok"]},{"code":"Configs"}],"description":""},{"operationCode":"GetFileUploadInfoList","details":[{"role":"Client","requestData":[{"code":"Skip","description":"","optional":true,"type":"number","gnType":"Number","defaultValue":"0","conditions":{"mustInt":true,"minValue":0}},{"code":"Limit","description":"","optional":true,"type":"number","gnType":"Number","defaultValue":"10","conditions":{"mustInt":true,"minValue":1,"maxValue":100}}]}],"responseData":[{"code":"ErrorCode","value":["Ok"]},{"code":"Results"}],"description":""},{"operationCode":"GetFileUploadInfo","details":[{"role":"Client","requestData":[{"code":"FileId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":15,"maxLength":15}}]}],"responseData":[{"code":"ErrorCode","value":["FileNotFound","Ok"]},{"code":"FileId"},{"code":"FileName"},{"code":"TsCreate"},{"code":"RemoveStatus"},{"code":"FileUpload"},{"code":"TsUploadExpire"}],"description":""},{"operationCode":"RemoveFileUploadInfo","details":[{"role":"Client","requestData":[{"code":"FileId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":15,"maxLength":15}},{"code":"Reason","description":"","optional":true,"type":"string","gnType":"String","defaultValue":"\"\"","conditions":{}}]}],"responseData":[{"code":"ErrorCode","value":["FileNotFound","Ok"]}],"description":""},{"operationCode":"RequestDownloadFileUploadInfo","details":[{"role":"Client","requestData":[{"code":"FileId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":15,"maxLength":15}}]}],"responseData":[{"code":"ErrorCode","value":["FileNotFound","FileNotUpload","Ok"]},{"code":"DownloadToken"}],"description":""},{"operationCode":"SetContentData","details":[{"role":"Client","requestData":[{"code":"Configs","description":"","optional":false,"type":"ContentDataParam","gnType":"GNArray","conditions":{"mustNonNull":true}},{"code":"Label","description":"","optional":true,"type":"string","gnType":"String","conditions":{"minLength":2,"maxLength":32}}]}],"responseData":[{"code":"ErrorCode","value":["GameNotFound","Ok"]}],"description":""}],"models":[{"name":"ContentDataParam","details":[{"code":"Key","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"mustInt":false,"minLength":2,"maxLength":32}},{"code":"Data","description":"","optional":false,"type":"GNHashtable","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}}]}]}