@xmobitea/gn-server 2.6.3 → 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 +51 -7
  390. package/dist/GN-app-api/service/IAnalyticsService.d.ts +8 -0
  391. package/dist/GN-app-api/service/IEventCallbackService.d.ts +14 -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 +121 -111
  426. package/dist/GN-startup/cloudScript/templateCloudScript.ts +277 -247
  427. package/dist/GN-startup/cloudScript/templateEventCallback.ts +578 -415
  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 -87844
@@ -9,7 +9,7 @@ declare class GetMatchmakingTicketOperationRequest extends OperationRequest {
9
9
  isValidRequest(): boolean;
10
10
  }
11
11
  export declare class GetMatchmakingTicketRequestHandler extends MultiplayerBaseRequestHandler {
12
- getCode(): number;
12
+ getCode(): string;
13
13
  getCommonOperationRequest(): typeof GetMatchmakingTicketOperationRequest;
14
14
  handle(authInfo: AuthInfo, secretInfo: SecretInfo, operationRequest: OperationRequest): Promise<OperationResponse>;
15
15
  serverHandle(secretInfo: SecretInfo, operationRequest: OperationRequest): Promise<OperationResponse>;
@@ -9,7 +9,7 @@ declare class GetQueueStatisticsOperationRequest extends OperationRequest {
9
9
  isValidRequest(): boolean;
10
10
  }
11
11
  export declare class GetQueueStatisticsRequestHandler extends MultiplayerBaseRequestHandler {
12
- getCode(): number;
12
+ getCode(): string;
13
13
  getCommonOperationRequest(): typeof GetQueueStatisticsOperationRequest;
14
14
  handle(authInfo: AuthInfo, secretInfo: SecretInfo, operationRequest: OperationRequest): Promise<OperationResponse>;
15
15
  serverHandle(secretInfo: SecretInfo, operationRequest: OperationRequest): Promise<OperationResponse>;
@@ -10,7 +10,7 @@ declare class JoinMatchmakingTicketOperationRequest extends OperationRequest {
10
10
  isValidRequest(): boolean;
11
11
  }
12
12
  export declare class JoinMatchmakingTicketRequestHandler extends MultiplayerBaseRequestHandler {
13
- getCode(): number;
13
+ getCode(): string;
14
14
  getCommonOperationRequest(): typeof JoinMatchmakingTicketOperationRequest;
15
15
  handle(authInfo: AuthInfo, secretInfo: SecretInfo, operationRequest: OperationRequest): Promise<OperationResponse>;
16
16
  serverHandle(secretInfo: SecretInfo, operationRequest: OperationRequest): Promise<OperationResponse>;
@@ -8,7 +8,7 @@ declare class ListMatchmakingTicketsForPlayerOperationRequest extends OperationR
8
8
  isValidRequest(): boolean;
9
9
  }
10
10
  export declare class ListMatchmakingTicketsForPlayerRequestHandler extends MultiplayerBaseRequestHandler {
11
- getCode(): number;
11
+ getCode(): string;
12
12
  getCommonOperationRequest(): typeof ListMatchmakingTicketsForPlayerOperationRequest;
13
13
  handle(authInfo: AuthInfo, secretInfo: SecretInfo, operationRequest: OperationRequest): Promise<OperationResponse>;
14
14
  serverHandle(secretInfo: SecretInfo, operationRequest: OperationRequest): Promise<OperationResponse>;
@@ -11,7 +11,7 @@ declare class BuyStoreItemOperationRequest extends OperationRequest {
11
11
  isValidRequest(): boolean;
12
12
  }
13
13
  export declare class BuyStoreItemRequestHandler extends StoreItemBaseRequestHandler {
14
- getCode(): number;
14
+ getCode(): string;
15
15
  getCommonOperationRequest(): typeof BuyStoreItemOperationRequest;
16
16
  handle(authInfo: AuthInfo, secretInfo: SecretInfo, operationRequest: OperationRequest): Promise<OperationResponse>;
17
17
  serverHandle(secretInfo: SecretInfo, operationRequest: OperationRequest): Promise<OperationResponse>;
@@ -3,14 +3,14 @@ import { OperationResponse } from "./../../../../../GN-common/entity/operationRe
3
3
  import { AuthInfo } from "./../../../../../GN-common/entity/AuthInfo";
4
4
  import { SecretInfo } from "./../../../../../GN-common/entity/SecretInfo";
5
5
  import { StoreItemBaseRequestHandler } from "./StoreItemBaseRequestHandler";
6
- declare class GrantStoreItemOperationRequest extends OperationRequest {
6
+ declare class CreateStoreItemOperationRequest extends OperationRequest {
7
7
  storeId?: string;
8
8
  displayName?: string;
9
9
  isValidRequest(): boolean;
10
10
  }
11
- export declare class GrantStoreItemRequestHandler extends StoreItemBaseRequestHandler {
12
- getCode(): number;
13
- getCommonOperationRequest(): typeof GrantStoreItemOperationRequest;
11
+ export declare class CreateStoreItemRequestHandler extends StoreItemBaseRequestHandler {
12
+ getCode(): string;
13
+ getCommonOperationRequest(): typeof CreateStoreItemOperationRequest;
14
14
  handle(authInfo: AuthInfo, secretInfo: SecretInfo, operationRequest: OperationRequest): Promise<OperationResponse>;
15
15
  serverHandle(secretInfo: SecretInfo, operationRequest: OperationRequest): Promise<OperationResponse>;
16
16
  adminHandle(secretInfo: SecretInfo, operationRequest: OperationRequest): Promise<OperationResponse>;
@@ -1,9 +1,9 @@
1
- import { OperationRequest } from "../../../../../GN-common/entity/operationRequest/OperationRequest";
2
- import { OperationResponse } from "../../../../../GN-common/entity/operationResponse/OperationResponse";
3
- import { AuthInfo } from "../../../../../GN-common/entity/AuthInfo";
4
- import { SecretInfo } from "../../../../../GN-common/entity/SecretInfo";
5
- import { StoreItemBaseRequestHandler } from "../storeInventory/StoreItemBaseRequestHandler";
6
- import { InfoRequestParam } from "../storeInventory/model/InfoRequestParam";
1
+ import { OperationRequest } from "./../../../../../GN-common/entity/operationRequest/OperationRequest";
2
+ import { OperationResponse } from "./../../../../../GN-common/entity/operationResponse/OperationResponse";
3
+ import { AuthInfo } from "./../../../../../GN-common/entity/AuthInfo";
4
+ import { SecretInfo } from "./../../../../../GN-common/entity/SecretInfo";
5
+ import { StoreItemBaseRequestHandler } from "./../storeInventory/StoreItemBaseRequestHandler";
6
+ import { InfoRequestParam } from "./../storeInventory/model/InfoRequestParam";
7
7
  declare class GetCreateLeaderboardOperationRequest extends OperationRequest {
8
8
  infoRequestParam: InfoRequestParam;
9
9
  skip?: number;
@@ -12,7 +12,7 @@ declare class GetCreateLeaderboardOperationRequest extends OperationRequest {
12
12
  isValidRequest(): boolean;
13
13
  }
14
14
  export declare class GetCreateLeaderboardRequestHandler extends StoreItemBaseRequestHandler {
15
- getCode(): number;
15
+ getCode(): string;
16
16
  getCommonOperationRequest(): typeof GetCreateLeaderboardOperationRequest;
17
17
  handle(authInfo: AuthInfo, secretInfo: SecretInfo, operationRequest: OperationRequest): Promise<OperationResponse>;
18
18
  serverHandle(secretInfo: SecretInfo, operationRequest: OperationRequest): Promise<OperationResponse>;
@@ -10,7 +10,7 @@ declare class GetStoreItemInformationOperationRequest extends OperationRequest {
10
10
  isValidRequest(): boolean;
11
11
  }
12
12
  export declare class GetStoreItemInformationRequestHandler extends StoreItemBaseRequestHandler {
13
- getCode(): number;
13
+ getCode(): string;
14
14
  getCommonOperationRequest(): typeof GetStoreItemInformationOperationRequest;
15
15
  handle(authInfo: AuthInfo, secretInfo: SecretInfo, operationRequest: OperationRequest): Promise<OperationResponse>;
16
16
  serverHandle(secretInfo: SecretInfo, operationRequest: OperationRequest): Promise<OperationResponse>;
@@ -13,7 +13,7 @@ declare class GetStoreItemsWithTagOperationRequest extends OperationRequest {
13
13
  isValidRequest(): boolean;
14
14
  }
15
15
  export declare class GetStoreItemsWithTagRequestHandler extends StoreItemBaseRequestHandler {
16
- getCode(): number;
16
+ getCode(): string;
17
17
  getCommonOperationRequest(): typeof GetStoreItemsWithTagOperationRequest;
18
18
  handle(authInfo: AuthInfo, secretInfo: SecretInfo, operationRequest: OperationRequest): Promise<OperationResponse>;
19
19
  serverHandle(secretInfo: SecretInfo, operationRequest: OperationRequest): Promise<OperationResponse>;
@@ -1,7 +1,7 @@
1
- import { OperationRequest } from "../../../../../GN-common/entity/operationRequest/OperationRequest";
2
- import { OperationResponse } from "../../../../../GN-common/entity/operationResponse/OperationResponse";
3
- import { AuthInfo } from "../../../../../GN-common/entity/AuthInfo";
4
- import { SecretInfo } from "../../../../../GN-common/entity/SecretInfo";
1
+ import { OperationRequest } from "./../../../../../GN-common/entity/operationRequest/OperationRequest";
2
+ import { OperationResponse } from "./../../../../../GN-common/entity/operationResponse/OperationResponse";
3
+ import { AuthInfo } from "./../../../../../GN-common/entity/AuthInfo";
4
+ import { SecretInfo } from "./../../../../../GN-common/entity/SecretInfo";
5
5
  import { StoreItemBaseRequestHandler } from "./StoreItemBaseRequestHandler";
6
6
  declare class GetStoreLogOperationRequest extends OperationRequest {
7
7
  storeId?: string;
@@ -12,7 +12,7 @@ declare class GetStoreLogOperationRequest extends OperationRequest {
12
12
  isValidRequest(): boolean;
13
13
  }
14
14
  export declare class GetStoreLogRequestHandler extends StoreItemBaseRequestHandler {
15
- getCode(): number;
15
+ getCode(): string;
16
16
  getCommonOperationRequest(): typeof GetStoreLogOperationRequest;
17
17
  handle(authInfo: AuthInfo, secretInfo: SecretInfo, operationRequest: OperationRequest): Promise<OperationResponse>;
18
18
  serverHandle(secretInfo: SecretInfo, operationRequest: OperationRequest): Promise<OperationResponse>;
@@ -1,13 +1,14 @@
1
- import { OperationRequest } from "../../../../../GN-common/entity/operationRequest/OperationRequest";
2
- import { OperationResponse } from "../../../../../GN-common/entity/operationResponse/OperationResponse";
3
- import { AuthInfo } from "../../../../../GN-common/entity/AuthInfo";
4
- import { SecretInfo } from "../../../../../GN-common/entity/SecretInfo";
1
+ import { OperationRequest } from "./../../../../../GN-common/entity/operationRequest/OperationRequest";
2
+ import { OperationResponse } from "./../../../../../GN-common/entity/operationResponse/OperationResponse";
3
+ import { AuthInfo } from "./../../../../../GN-common/entity/AuthInfo";
4
+ import { SecretInfo } from "./../../../../../GN-common/entity/SecretInfo";
5
5
  import { StoreItemBaseRequestHandler } from "./StoreItemBaseRequestHandler";
6
6
  declare class GetStoreUsedOperationRequest extends OperationRequest {
7
7
  storeId: string;
8
+ isValidRequest(): boolean;
8
9
  }
9
10
  export declare class GetStoreUsedRequestHandler extends StoreItemBaseRequestHandler {
10
- getCode(): number;
11
+ getCode(): string;
11
12
  getCommonOperationRequest(): typeof GetStoreUsedOperationRequest;
12
13
  handle(authInfo: AuthInfo, secretInfo: SecretInfo, operationRequest: OperationRequest): Promise<OperationResponse>;
13
14
  serverHandle(secretInfo: SecretInfo, operationRequest: OperationRequest): Promise<OperationResponse>;
@@ -1,7 +1,7 @@
1
- import { OperationRequest } from "../../../../../GN-common/entity/operationRequest/OperationRequest";
2
- import { OperationResponse } from "../../../../../GN-common/entity/operationResponse/OperationResponse";
3
- import { AuthInfo } from "../../../../../GN-common/entity/AuthInfo";
4
- import { SecretInfo } from "../../../../../GN-common/entity/SecretInfo";
1
+ import { OperationRequest } from "./../../../../../GN-common/entity/operationRequest/OperationRequest";
2
+ import { OperationResponse } from "./../../../../../GN-common/entity/operationResponse/OperationResponse";
3
+ import { AuthInfo } from "./../../../../../GN-common/entity/AuthInfo";
4
+ import { SecretInfo } from "./../../../../../GN-common/entity/SecretInfo";
5
5
  import { StoreItemBaseRequestHandler } from "./StoreItemBaseRequestHandler";
6
6
  declare class PresentStoreItemOperationRequest extends OperationRequest {
7
7
  storeId: string;
@@ -11,7 +11,7 @@ declare class PresentStoreItemOperationRequest extends OperationRequest {
11
11
  isValidRequest(): boolean;
12
12
  }
13
13
  export declare class PresentStoreItemRequestHandler extends StoreItemBaseRequestHandler {
14
- getCode(): number;
14
+ getCode(): string;
15
15
  getCommonOperationRequest(): typeof PresentStoreItemOperationRequest;
16
16
  handle(authInfo: AuthInfo, secretInfo: SecretInfo, operationRequest: OperationRequest): Promise<OperationResponse>;
17
17
  serverHandle(secretInfo: SecretInfo, operationRequest: OperationRequest): Promise<OperationResponse>;
@@ -1,14 +1,14 @@
1
- import { OperationRequest } from "../../../../../GN-common/entity/operationRequest/OperationRequest";
2
- import { OperationResponse } from "../../../../../GN-common/entity/operationResponse/OperationResponse";
3
- import { AuthInfo } from "../../../../../GN-common/entity/AuthInfo";
4
- import { SecretInfo } from "../../../../../GN-common/entity/SecretInfo";
1
+ import { OperationRequest } from "./../../../../../GN-common/entity/operationRequest/OperationRequest";
2
+ import { OperationResponse } from "./../../../../../GN-common/entity/operationResponse/OperationResponse";
3
+ import { AuthInfo } from "./../../../../../GN-common/entity/AuthInfo";
4
+ import { SecretInfo } from "./../../../../../GN-common/entity/SecretInfo";
5
5
  import { StoreItemBaseRequestHandler } from "./StoreItemBaseRequestHandler";
6
6
  declare class RemoveStoreUsedOperationRequest extends OperationRequest {
7
7
  storeId: string;
8
8
  ownerIds?: Array<string>;
9
9
  }
10
10
  export declare class RemoveStoreUsedRequestHandler extends StoreItemBaseRequestHandler {
11
- getCode(): number;
11
+ getCode(): string;
12
12
  getCommonOperationRequest(): typeof RemoveStoreUsedOperationRequest;
13
13
  handle(authInfo: AuthInfo, secretInfo: SecretInfo, operationRequest: OperationRequest): Promise<OperationResponse>;
14
14
  serverHandle(secretInfo: SecretInfo, operationRequest: OperationRequest): Promise<OperationResponse>;
@@ -9,7 +9,7 @@ declare class SetRemoveStatusOperationRequest extends OperationRequest {
9
9
  isValidRequest(): boolean;
10
10
  }
11
11
  export declare class SetRemoveStatusRequestHandler extends StoreItemBaseRequestHandler {
12
- getCode(): number;
12
+ getCode(): string;
13
13
  getCommonOperationRequest(): typeof SetRemoveStatusOperationRequest;
14
14
  handle(authInfo: AuthInfo, secretInfo: SecretInfo, operationRequest: OperationRequest): Promise<OperationResponse>;
15
15
  serverHandle(secretInfo: SecretInfo, operationRequest: OperationRequest): Promise<OperationResponse>;
@@ -12,18 +12,18 @@ import { InAppPurchaseParam } from "./model/InAppPurchaseParam";
12
12
  declare class SetStoreItemInformationOperationRequest extends OperationRequest {
13
13
  storeId: string;
14
14
  storeItemType?: number;
15
- storeDataParams?: Array<StoreDataParam>;
16
- storeItemParams?: Array<StoreItemParam>;
17
- storeCurrencyParams?: Array<CurrencyParam>;
18
- priceCurrencyParams?: Array<CurrencyParam>;
19
- inAppPurchaseParam?: InAppPurchaseParam;
15
+ storeDatas?: Array<StoreDataParam>;
16
+ storeItems?: Array<StoreItemParam>;
17
+ storeCurrencies?: Array<CurrencyParam>;
18
+ priceCurrencies?: Array<CurrencyParam>;
19
+ inAppPurchase?: InAppPurchaseParam;
20
20
  displayName?: string;
21
- avatarParam?: AvatarParam;
22
- tagParams?: Array<TagParam>;
21
+ avatar?: AvatarParam;
22
+ tags?: Array<TagParam>;
23
23
  isValidRequest(): boolean;
24
24
  }
25
25
  export declare class SetStoreItemInformationRequestHandler extends StoreItemBaseRequestHandler {
26
- getCode(): number;
26
+ getCode(): string;
27
27
  getCommonOperationRequest(): typeof SetStoreItemInformationOperationRequest;
28
28
  handle(authInfo: AuthInfo, secretInfo: SecretInfo, operationRequest: OperationRequest): Promise<OperationResponse>;
29
29
  serverHandle(secretInfo: SecretInfo, operationRequest: OperationRequest): Promise<OperationResponse>;
@@ -6,7 +6,7 @@ import { InfoRequestParam } from "./model/InfoRequestParam";
6
6
  import { Inventory } from "./../../../../../GN-library/xdatabase/lib/entity/pro/Inventory";
7
7
  export declare abstract class StoreItemBaseRequestHandler extends RequestHandler {
8
8
  private isGetAll;
9
- protected grantItem(catalogId: string, classId: string, amount: number, itemType: number, id: string, type: number, gameId: string): Promise<Inventory>;
9
+ protected createItem(catalogId: string, classId: string, amount: number, itemType: number, id: string, type: number, gameId: string): Promise<Inventory>;
10
10
  protected convertToStoreInventoryFindOptions(infoRequestParam: InfoRequestParam): StoreInventoryFindOptions;
11
11
  protected generateInfoResponseParameters(storeInventory: StoreInventory, infoRequestParam: InfoRequestParam, gameId: string): GNHashtable;
12
12
  protected generateStoreItems(storeInventory: StoreInventory): GNArray;
@@ -11,7 +11,7 @@ declare class ValidateAppleAppStoreReceiptOperationRequest extends OperationRequ
11
11
  isValidRequest(): boolean;
12
12
  }
13
13
  export declare class ValidateAppleAppStoreReceiptRequestHandler extends StoreItemBaseRequestHandler {
14
- getCode(): number;
14
+ getCode(): string;
15
15
  getCommonOperationRequest(): typeof ValidateAppleAppStoreReceiptOperationRequest;
16
16
  handle(authInfo: AuthInfo, secretInfo: SecretInfo, operationRequest: OperationRequest): Promise<OperationResponse>;
17
17
  serverHandle(secretInfo: SecretInfo, operationRequest: OperationRequest): Promise<OperationResponse>;
@@ -11,7 +11,7 @@ declare class ValidateFacebookStoreReceiptOperationRequest extends OperationRequ
11
11
  isValidRequest(): boolean;
12
12
  }
13
13
  export declare class ValidateFacebookStoreReceiptRequestHandler extends StoreItemBaseRequestHandler {
14
- getCode(): number;
14
+ getCode(): string;
15
15
  getCommonOperationRequest(): typeof ValidateFacebookStoreReceiptOperationRequest;
16
16
  handle(authInfo: AuthInfo, secretInfo: SecretInfo, operationRequest: OperationRequest): Promise<OperationResponse>;
17
17
  serverHandle(secretInfo: SecretInfo, operationRequest: OperationRequest): Promise<OperationResponse>;
@@ -11,7 +11,7 @@ declare class ValidateGooglePlayStoreReceiptOperationRequest extends OperationRe
11
11
  isValidRequest(): boolean;
12
12
  }
13
13
  export declare class ValidateGooglePlayStoreReceiptRequestHandler extends StoreItemBaseRequestHandler {
14
- getCode(): number;
14
+ getCode(): string;
15
15
  getCommonOperationRequest(): typeof ValidateGooglePlayStoreReceiptOperationRequest;
16
16
  handle(authInfo: AuthInfo, secretInfo: SecretInfo, operationRequest: OperationRequest): Promise<OperationResponse>;
17
17
  serverHandle(secretInfo: SecretInfo, operationRequest: OperationRequest): Promise<OperationResponse>;
@@ -19,6 +19,7 @@ export declare class AnalyticsService implements IAnalyticsService {
19
19
  private currentCountry;
20
20
  private currentOperationSystem;
21
21
  private currentDatabaseSystem;
22
+ private currentLogDatabaseSystem;
22
23
  private currentRequestComplete;
23
24
  private currentCost;
24
25
  private currentMonthlyCost;
@@ -1,16 +1,17 @@
1
1
  import { ExecuteResult, ICloudScriptService } from "./ICloudScriptService";
2
2
  import * as mongoDB from "mongodb";
3
3
  import { GNServerSettingsOptions } from "@xmobitea/gn-typescript-client";
4
- import { GNServer } from "../../GNServer";
4
+ import { GNServer } from "./../../GNServer";
5
5
  interface DbConnection {
6
6
  url: string;
7
7
  dbName: string;
8
+ logUrl: string;
9
+ logDbName: string;
8
10
  options?: {
9
11
  [k: string]: any;
10
12
  };
11
13
  }
12
14
  export declare class CloudScriptService implements ICloudScriptService {
13
- private static readonly ExecuteTimeoutInMs;
14
15
  private cloudScriptWorkerDict;
15
16
  private cloudScriptWaitingResponseCallbackDict;
16
17
  private latestVersion;
@@ -21,9 +22,10 @@ export declare class CloudScriptService implements ICloudScriptService {
21
22
  private gnServerSettingsOptions;
22
23
  private dbConnection;
23
24
  private gameId;
25
+ private executeTimeoutInMs;
24
26
  private cloudScriptFunctions;
25
27
  constructor();
26
- init(gameId: string, gnServerSettingsOptions: GNServerSettingsOptions, dbConnection: DbConnection, gnServer: GNServer): void;
28
+ init(gameId: string, gnServerSettingsOptions: GNServerSettingsOptions, dbConnection: DbConnection, gnServer: GNServer, executeTimeoutInMs: number): void;
27
29
  setCloudScriptFunctionCollection(cloudScriptFunctionCollection: mongoDB.Collection<mongoDB.Document>): void;
28
30
  setCloudScriptFunctionLogCollection(cloudScriptFunctionLogCollection: mongoDB.Collection<mongoDB.Document>): void;
29
31
  run(): void;
@@ -3,13 +3,15 @@ import { OperationRequest } from "./../../GN-common/entity/operationRequest/Oper
3
3
  import { OperationResponse } from "./../../GN-common/entity/operationResponse/OperationResponse";
4
4
  import { IPostEventCallbackService, IPreEventCallbackService, OnPostCallbackFunction, OnPreCallbackFunction } from "./IEventCallbackService";
5
5
  import * as mongoDB from "mongodb";
6
- import { GNServer } from "../../GNServer";
6
+ import { GNServer } from "./../../GNServer";
7
7
  import { GNServerSettingsOptions } from "@xmobitea/gn-typescript-client";
8
- import { OperationEvent } from "../../GN-common/entity/operationEvent/OperationEvent";
9
- import { MatchmakingTicketCanMatch } from "../handler/controller/handler/multiplayer/MatchmakingHandler";
8
+ import { OperationEvent } from "./../../GN-common/entity/operationEvent/OperationEvent";
9
+ import { MatchmakingTicketCanMatch } from "./../handler/controller/handler/multiplayer/MatchmakingHandler";
10
10
  interface DbConnection {
11
11
  url: string;
12
12
  dbName: string;
13
+ logUrl: string;
14
+ logDbName: string;
13
15
  options?: {
14
16
  [k: string]: any;
15
17
  };
@@ -38,6 +40,20 @@ export interface IEventCallbackCloudScriptService {
38
40
  executePre(eventName: string, request: {
39
41
  [k: string]: any;
40
42
  }, secretInfo: SecretInfo, operationRequest: OperationRequest): Promise<OperationResponse>;
43
+ executeAuthenticate(eventName: string, request: {
44
+ userId: string;
45
+ ipAddress: string;
46
+ isNewUser: boolean;
47
+ authenticationType: string;
48
+ }, secretInfo: SecretInfo, operationRequest: OperationRequest, operationResponse: OperationResponse): Promise<void>;
49
+ executeVerifyGenericService(serviceName: string, serviceData: {
50
+ [k: string]: any;
51
+ }): Promise<{
52
+ success: boolean;
53
+ serviceId: string;
54
+ someDatas?: any;
55
+ errorMessage?: string;
56
+ }>;
41
57
  addCloudScriptFunction(eventName: string, script: string): Promise<{
42
58
  success: boolean;
43
59
  errorMessage?: string;
@@ -56,7 +72,6 @@ export interface IEventCallbackCloudScriptService {
56
72
  }[]>;
57
73
  }
58
74
  export declare class EventCallbackCloudScriptService implements IEventCallbackCloudScriptService {
59
- private static readonly ExecuteTimeoutInMs;
60
75
  private static readonly SystemExecuteTimeoutInMs;
61
76
  private static readonly OnEveryMinute;
62
77
  private static readonly OnEveryHour;
@@ -68,6 +83,7 @@ export declare class EventCallbackCloudScriptService implements IEventCallbackCl
68
83
  private gnServer;
69
84
  private gnServerSettingsOptions;
70
85
  private dbConnection;
86
+ private executeTimeoutInMs;
71
87
  private cloudScriptFunctionDict;
72
88
  constructor();
73
89
  getAllCloudScriptFunction(): Promise<{
@@ -81,7 +97,7 @@ export declare class EventCallbackCloudScriptService implements IEventCallbackCl
81
97
  hasEdit: boolean;
82
98
  }[];
83
99
  }[]>;
84
- init(gnServerSettingsOptions: GNServerSettingsOptions, dbConnection: DbConnection, gnServer: GNServer): void;
100
+ init(gnServerSettingsOptions: GNServerSettingsOptions, dbConnection: DbConnection, gnServer: GNServer, executeTimeoutInMs: number): void;
85
101
  setCloudScriptFunctionCollection(cloudScriptFunctionCollection: mongoDB.Collection<mongoDB.Document>): void;
86
102
  setBackupCloudScriptFunctionCollection(cloudScriptFunctionCollection: mongoDB.Collection<mongoDB.Document>): void;
87
103
  run(): void;
@@ -96,6 +112,20 @@ export declare class EventCallbackCloudScriptService implements IEventCallbackCl
96
112
  executePre(eventName: string, request: {
97
113
  [k: string]: any;
98
114
  }, secretInfo: SecretInfo, operationRequest: OperationRequest): Promise<OperationResponse>;
115
+ executeVerifyGenericService(serviceName: string, serviceData: {
116
+ [k: string]: any;
117
+ }): Promise<{
118
+ success: boolean;
119
+ serviceId: string;
120
+ someDatas?: any;
121
+ errorMessage?: string;
122
+ }>;
123
+ executeAuthenticate(eventName: string, request: {
124
+ userId: string;
125
+ ipAddress: string;
126
+ isNewUser: boolean;
127
+ authenticationType: string;
128
+ }, secretInfo: SecretInfo, operationRequest: OperationRequest, operationResponse: OperationResponse): Promise<void>;
99
129
  executePost(eventName: string, request: {
100
130
  [k: string]: any;
101
131
  }, secretInfo: SecretInfo, operationRequest: OperationRequest, operationResponse: OperationResponse): Promise<void>;
@@ -112,13 +142,27 @@ export declare class EventCallbackCloudScriptService implements IEventCallbackCl
112
142
  export declare class PostEventCallbackService implements IPostEventCallbackService {
113
143
  private eventLstDict;
114
144
  constructor();
115
- private eventCallbackCollection;
145
+ private eventCallbackLogCollection;
116
146
  private cloudScriptService;
117
147
  subscriberEvent(eventName: string, callbackFunction: OnPostCallbackFunction): void;
118
148
  unSubscriberEvent(eventName: string, callbackFunction: OnPostCallbackFunction): void;
119
- setEventCallbackCollection(eventCallbackCollection: mongoDB.Collection<mongoDB.Document>): void;
149
+ setEventCallbackLogCollection(eventCallbackLogCollection: mongoDB.Collection<mongoDB.Document>): void;
120
150
  setCloudScriptService(cloudScriptService: IEventCallbackCloudScriptService): void;
121
151
  onEvent(eventName: string, request: {}, secretInfo: SecretInfo, operationRequest: OperationRequest, operationResponse: OperationResponse): Promise<void>;
152
+ onAuthenticateEvent(eventName: string, request: {
153
+ userId: string;
154
+ ipAddress: string;
155
+ isNewUser: boolean;
156
+ authenticationType: string;
157
+ }, secretInfo: SecretInfo, operationRequest: OperationRequest, operationResponse: OperationResponse): Promise<void>;
158
+ onVerifyGenericService(serviceName: string, serviceData: {
159
+ [k: string]: any;
160
+ }): Promise<{
161
+ success: boolean;
162
+ serviceId: string;
163
+ someDatas?: any;
164
+ errorMessage?: string;
165
+ }>;
122
166
  }
123
167
  export declare class PreEventCallbackService implements IPreEventCallbackService {
124
168
  private eventDict;
@@ -43,6 +43,14 @@ export interface BigAnalyticsItem {
43
43
  objects: number;
44
44
  indexes: number;
45
45
  };
46
+ logDatabaseSystem: {
47
+ fsTotalSizeInBytes: number;
48
+ fsUsedSizeInBytes: number;
49
+ totalSizeInBytes: number;
50
+ collections: number;
51
+ objects: number;
52
+ indexes: number;
53
+ };
46
54
  requestComplete: {
47
55
  eventName: string;
48
56
  results: {
@@ -8,6 +8,20 @@ export interface IPostEventCallbackService {
8
8
  subscriberEvent(eventName: string, callbackFunction: OnPostCallbackFunction): void;
9
9
  unSubscriberEvent(eventName: string, callbackFunction: OnPostCallbackFunction): void;
10
10
  onEvent(eventName: string, request: {}, secretInfo: SecretInfo, operationRequest: OperationRequest, operationResponse: OperationResponse): Promise<void>;
11
+ onAuthenticateEvent(eventName: string, request: {
12
+ userId: string;
13
+ ipAddress: string;
14
+ isNewUser: boolean;
15
+ authenticationType: string;
16
+ }, secretInfo: SecretInfo, operationRequest: OperationRequest, operationResponse: OperationResponse): Promise<void>;
17
+ onVerifyGenericService(serviceName: string, serviceData: {
18
+ [k: string]: any;
19
+ }): Promise<{
20
+ success: boolean;
21
+ serviceId: string;
22
+ someDatas?: any;
23
+ errorMessage?: string;
24
+ }>;
11
25
  }
12
26
  export interface OnPreCallbackFunction {
13
27
  (request: {}, secretInfo: SecretInfo, operationRequest: OperationRequest): Promise<OperationResponse>;
@@ -1,8 +1,8 @@
1
1
  export declare class EventCode {
2
- static readonly OnGamePlayerFriendUpdate: number;
3
- static readonly OnCharacterPlayerFriendUpdate: number;
4
- static readonly OnGamePlayerGroupUpdate: number;
5
- static readonly OnGroupMemberUpdate: number;
6
- static readonly OnGroupMessageUpdate: number;
7
- static readonly OnCharacterPlayerGroupUpdate: number;
2
+ static readonly OnGamePlayerFriendUpdate: string;
3
+ static readonly OnCharacterPlayerFriendUpdate: string;
4
+ static readonly OnGamePlayerGroupUpdate: string;
5
+ static readonly OnGroupMemberUpdate: string;
6
+ static readonly OnGroupMessageUpdate: string;
7
+ static readonly OnCharacterPlayerGroupUpdate: string;
8
8
  }