@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
@@ -0,0 +1 @@
1
+ {"requestType":"MasterAdmin","operations":[{"operationCode":"ChangePasswordAdminAccount","details":[{"role":"Client","requestData":[{"code":"CurrentPassword","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":6,"maxLength":64}},{"code":"Password","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":6,"maxLength":64}}]}],"responseData":[{"code":"ErrorCode","value":["AccountNotFound","Ok"]}],"description":""},{"operationCode":"CreateAdminAccount","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":"SecretKey","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":6,"maxLength":64}}]}],"responseData":[{"code":"ErrorCode","value":["AccountUsernameExists","Ok"]},{"code":"UserId"}],"description":""},{"operationCode":"CreateGame","details":[{"role":"Client","requestData":[{"code":"GameId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":2,"maxLength":32}}]}],"responseData":[{"code":"ErrorCode","value":["GameIsExists","Ok"]},{"code":"GameId"}],"description":""},{"operationCode":"CreateSecretInfo","details":[{"role":"Client","requestData":[{"code":"SecretKey","description":"","optional":true,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":6,"maxLength":64}},{"code":"GameId","description":"","optional":true,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":2,"maxLength":32}},{"code":"Role","description":"","optional":false,"type":"number","gnType":"Number","conditions":{"mustInt":true,"minValue":1,"maxValue":3}},{"code":"PermissionParam","description":"","optional":true,"type":"PermissionParam","gnType":"GNHashtable","conditions":{}}]}],"responseData":[{"code":"ErrorCode","value":["SecretInfoIsExists","Ok"]},{"code":"SecretKey"}],"description":""},{"operationCode":"DeleteInDatabase","details":[{"role":"Client","requestData":[{"code":"Type","description":"","optional":false,"type":"number","gnType":"Number","conditions":{"mustInt":true}},{"code":"Id","description":"","optional":false,"type":"string","gnType":"String","conditions":{"minLength":2,"maxLength":15}},{"code":"GameId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":2,"maxLength":32}},{"code":"Log","description":"","optional":true,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":1,"maxLength":256}}]}],"responseData":[{"code":"ErrorCode","value":["ItemNotFound","Ok"]}],"description":""},{"operationCode":"GetAdminAccountList","details":[],"responseData":[{"code":"ErrorCode","value":["Ok"]},{"code":"Results"}],"description":""},{"operationCode":"GetAnalytics","details":[{"role":"Client","requestData":[{"code":"Timestamp","description":"","optional":true,"type":"number","gnType":"Number","conditions":{"minValue":0}},{"code":"AnalyticsItem","description":"","optional":true,"type":"boolean","gnType":"Boolean","conditions":{}},{"code":"Country","description":"","optional":true,"type":"boolean","gnType":"Boolean","conditions":{}},{"code":"RequestComplete","description":"","optional":true,"type":"boolean","gnType":"Boolean","conditions":{}},{"code":"OperationSystem","description":"","optional":true,"type":"boolean","gnType":"Boolean","conditions":{}},{"code":"DatabaseSystem","description":"","optional":true,"type":"boolean","gnType":"Boolean","conditions":{}},{"code":"LogDatabaseSystem","description":"","optional":true,"type":"boolean","gnType":"Boolean","conditions":{}},{"code":"Cost","description":"","optional":true,"type":"boolean","gnType":"Boolean","conditions":{}},{"code":"MonthlyCost","description":"","optional":true,"type":"boolean","gnType":"Boolean","conditions":{}}]}],"responseData":[{"code":"ErrorCode","value":["ItemNotFound","Ok"]},{"code":"AnalyticsItem"},{"code":"Country"},{"code":"OperationSystem"},{"code":"DatabaseSystem"},{"code":"LogDatabaseSystem"},{"code":"RequestComplete"},{"code":"Cost"},{"code":"MonthlyCost"}],"description":""},{"operationCode":"GetBackupStatisticsLeaderboardVersion","details":[{"role":"Client","requestData":[{"code":"GameId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":2,"maxLength":32}},{"code":"Type","description":"","optional":false,"type":"number","gnType":"Number","conditions":{"mustInt":true}},{"code":"Key","description":"","optional":false,"type":"string","gnType":"String","conditions":{"minLength":2,"maxLength":32}}]}],"responseData":[{"code":"ErrorCode","value":["OwnerNotFound","Ok"]},{"code":"Results"}],"description":""},{"operationCode":"GetEventCallbackCloudScript","details":[],"responseData":[{"code":"ErrorCode","value":["Ok"]},{"code":"Results"}],"description":""},{"operationCode":"GetGameInformation","details":[{"role":"Client","requestData":[{"code":"GameId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":2,"maxLength":32}}]}],"responseData":[{"code":"ErrorCode","value":["GameNotFound","Ok"]},{"code":"GameId"},{"code":"TsCreate"},{"code":"CreatorId"},{"code":"GameDescription"},{"code":"GameIconUrl"},{"code":"GameName"},{"code":"GameSettings"},{"code":"MatchmakingQueueSettings"}],"description":""},{"operationCode":"GetGameList","details":[],"responseData":[{"code":"ErrorCode","value":["Ok"]},{"code":"Results"}],"description":""},{"operationCode":"GetMasterGameSettings","details":[],"responseData":[{"code":"ErrorCode","value":["Ok"]},{"code":"ThirtPartySettings"},{"code":"MasterPlayerSettings"},{"code":"EmailSettings"},{"code":"PushNotificationSettings"}],"description":""},{"operationCode":"GetSecretInfoInformation","details":[{"role":"Client","requestData":[{"code":"SecretKey","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":6,"maxLength":64}}]}],"responseData":[{"code":"ErrorCode","value":["SecretInfoNotFound","Ok"]},{"code":"SecretKey"},{"code":"GameId"},{"code":"Role"},{"code":"TsCreate"},{"code":"CreatorId"},{"code":"Remove"},{"code":"TsExpire"},{"code":"Description"},{"code":"PermissionParam"}],"description":""},{"operationCode":"GetSecretInfoList","details":[],"responseData":[{"code":"ErrorCode","value":["Ok"]},{"code":"AdminSecretKeys"},{"code":"ServerSecretKeys"},{"code":"PlayerSecretKeys"}],"description":""},{"operationCode":"GetServerGameData","details":[{"role":"Client","requestData":[{"code":"GameId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":2,"maxLength":32}},{"code":"MasterPlayerCount","description":"","optional":true,"type":"boolean","gnType":"Boolean","conditions":{}},{"code":"GamePlayerCount","description":"","optional":true,"type":"boolean","gnType":"Boolean","conditions":{}},{"code":"CharacterPlayerCount","description":"","optional":true,"type":"boolean","gnType":"Boolean","conditions":{}},{"code":"InventoryCount","description":"","optional":true,"type":"boolean","gnType":"Boolean","conditions":{}},{"code":"StoreInventoryCount","description":"","optional":true,"type":"boolean","gnType":"Boolean","conditions":{}},{"code":"GroupCount","description":"","optional":true,"type":"boolean","gnType":"Boolean","conditions":{}},{"code":"Country","description":"","optional":true,"type":"boolean","gnType":"Boolean","conditions":{}},{"code":"Version","description":"","optional":true,"type":"boolean","gnType":"Boolean","conditions":{}}]}],"responseData":[{"code":"ErrorCode","value":["Ok"]},{"code":"MasterPlayerCount"},{"code":"GamePlayerCount"},{"code":"CharacterPlayerCount"},{"code":"InventoryCount"},{"code":"StoreInventoryCount"},{"code":"GroupCount"},{"code":"Country"},{"code":"Version"}],"description":""},{"operationCode":"GetServerLog","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":"50","conditions":{"mustInt":true,"minValue":5,"maxValue":200}}]}],"responseData":[{"code":"ErrorCode","value":["Ok"]},{"code":"Results"}],"description":""},{"operationCode":"GetUsernameAdminAccount","details":[{"role":"Client","requestData":[{"code":"UserId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":10,"maxLength":10}}]}],"responseData":[{"code":"ErrorCode","value":["AccountNotFound","Ok"]},{"code":"Username"}],"description":""},{"operationCode":"LoginByAdminAccount","details":[{"role":"Client","requestData":[{"code":"Username","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":4,"maxLength":32}},{"code":"Password","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":6,"maxLength":64}}]}],"responseData":[{"code":"ErrorCode","value":["AccountNotFound","Ok"]},{"code":"AuthToken"}],"description":""},{"operationCode":"RemoveAdminAccount","details":[{"role":"Client","requestData":[{"code":"UserId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":10,"maxLength":10}}]}],"responseData":[{"code":"ErrorCode","value":["AccountNotFound","Ok"]}],"description":""},{"operationCode":"ResetStatisticsLeaderboard","details":[{"role":"Client","requestData":[{"code":"Type","description":"","optional":false,"type":"number","gnType":"Number","conditions":{"mustInt":true}},{"code":"Key","description":"","optional":false,"type":"string","gnType":"String","conditions":{"minLength":2,"maxLength":32}},{"code":"Version","description":"","optional":false,"type":"string","gnType":"String","conditions":{"minLength":2,"maxLength":32}},{"code":"GameId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":2,"maxLength":32}},{"code":"Log","description":"","optional":true,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":1,"maxLength":256}},{"code":"CatalogId","description":"","optional":true,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":2,"maxLength":32}}]}],"responseData":[{"code":"ErrorCode","value":["VersionInvalid","KeyNotFound","OwnerTypeNotSupport","Ok"]}],"description":""},{"operationCode":"SetEventCallbackCloudScript","details":[{"role":"Client","requestData":[{"code":"EventName","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":6,"maxLength":128}},{"code":"Script","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":6,"maxLength":40960}}]}],"responseData":[{"code":"ErrorCode","value":["ExecuteError","Ok"]},{"code":"ErrorMessage"}],"description":""},{"operationCode":"SetGameInformation","details":[{"role":"Client","requestData":[{"code":"GameId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":2,"maxLength":32}},{"code":"GameName","description":"","optional":true,"type":"string","gnType":"String","conditions":{}},{"code":"GameDescription","description":"","optional":true,"type":"string","gnType":"String","conditions":{}},{"code":"GameIconUrl","description":"","optional":true,"type":"string","gnType":"String","conditions":{}},{"code":"GameSettings","description":"","optional":true,"type":"GameSettingsParam","gnType":"GNHashtable","conditions":{}},{"code":"MatchmakingQueueSettings","description":"","optional":true,"type":"MatchmakingQueueSettingsParam","gnType":"GNArray","conditions":{}}]}],"responseData":[{"code":"ErrorCode","value":["GameNotFound","Ok"]}],"description":""},{"operationCode":"SetMasterGameSettings","details":[{"role":"Client","requestData":[{"code":"ThirtPartySettings","description":"","optional":true,"type":"ThirtPartyParam","gnType":"GNHashtable","conditions":{}},{"code":"MasterPlayerSettings","description":"","optional":true,"type":"MasterPlayerSettingsParam","gnType":"GNHashtable","conditions":{}},{"code":"EmailSettings","description":"","optional":true,"type":"EmailSettingsParam","gnType":"GNHashtable","conditions":{}},{"code":"PushNotificationSettings","description":"","optional":true,"type":"PushNotificationSettingsParam","gnType":"GNHashtable","conditions":{}}]}],"responseData":[{"code":"ErrorCode","value":["Ok"]}],"description":""},{"operationCode":"SetPasswordAdminAccount","details":[{"role":"Client","requestData":[{"code":"UserId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":10,"maxLength":10}},{"code":"Password","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":6,"maxLength":64}}]}],"responseData":[{"code":"ErrorCode","value":["AccountNotFound","Ok"]}],"description":""},{"operationCode":"SetSecretInfoInformation","details":[{"role":"Client","requestData":[{"code":"SecretKey","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":6,"maxLength":64}},{"code":"Remove","description":"","optional":true,"type":"boolean","gnType":"Boolean","conditions":{}},{"code":"TsExpire","description":"","optional":true,"type":"number","gnType":"Number","conditions":{}},{"code":"PermissionParam","description":"","optional":true,"type":"PermissionParam","gnType":"GNHashtable","conditions":{}},{"code":"Description","description":"","optional":true,"type":"string","gnType":"String","conditions":{}}]}],"responseData":[{"code":"ErrorCode","value":["SecretInfoNotFound","Ok"]}],"description":""},{"operationCode":"SetSecretKeyAdminAccount","details":[{"role":"Client","requestData":[{"code":"UserId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":10,"maxLength":10}},{"code":"SecretKey","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":true,"minLength":6,"maxLength":64}}]}],"responseData":[{"code":"ErrorCode","value":["AccountNotFound","Ok"]}],"description":""}],"models":[{"name":"AuthenticatePermissionRulesParam","details":[{"code":"LoginByAccount","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"LoginByAndroidDeviceId","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"LoginByApple","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"LoginByCustomDeviceId","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"LoginByCustomId","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"LoginByFacebook","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"LoginByGenericService","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"LoginByGoogle","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"LoginByGooglePlayGameService","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"LoginByGameCenter","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"LoginByiOSDeviceId","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"LoginByWindowsPhoneDeviceId","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"RegisterAccount","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"LoginByEditorDeviceId","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"LoginByLinuxDeviceId","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"LoginByMacOSDeviceId","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"LoginByWindowsDeviceId","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"RefreshAuthToken","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}}]},{"name":"CharacterCatalogSettingsParam","details":[{"code":"CatalogId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":false,"mustInt":false,"minLength":2,"maxLength":32}},{"code":"Description","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":false,"mustInt":false}}]},{"name":"CharacterPlayerPermissionRulesParam","details":[{"code":"AddSegment","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"RemoveSegment","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetSegment","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"SetTag","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"RemoveTag","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetTag","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetDisplayName","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"SetDisplayName","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetTsCreate","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetIpAddressCreate","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetTsLastLogin","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"SetPlayerBan","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetPlayerBan","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"SetCountryCode","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetCountryCode","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"SetAvatar","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetAvatar","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"ChangePlayerCurrency","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetPlayerCurrency","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"ChangePlayerStatistics","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetPlayerStatistics","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetStatisticsLeaderboard","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetStatisticsLeaderboardAroundPlayer","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetCustomData","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"SetCustomData","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"SetPlayerData","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetPlayerData","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetPlayerInformation","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetPlayersWithSegment","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetPlayersWithTag","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetCatalogId","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetOwner","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetRemoveStatus","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetPlayerFriend","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetPlayerGroup","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetPlayerInventory","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"RemovePlayerItem","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"CreatePlayerItem","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"CreateGroup","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"JoinGroup","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"LeaveGroup","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"SetOwner","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"AddPlayerFriend","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"RemovePlayerFriend","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetPlayersWithDisplayName","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"SetRemoveStatus","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetFriendStatisticsLeaderboardAroundPlayer","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetFriendStatisticsLeaderboard","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetCurrencyLeaderboard","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetCreateLeaderboard","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetLastLoginLeaderboard","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetStatisticsLog","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetCurrencyLog","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}}]},{"name":"CharacterPlayerSettingsParam","details":[{"code":"PlayerCurrenciesSettings","description":"","optional":true,"type":"CurrencySettingsParam","gnType":"GNArray","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"PlayerStatisticsSettings","description":"","optional":true,"type":"StatisticsSettingsParam","gnType":"GNArray","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"PlayerDatasSettings","description":"","optional":true,"type":"DataSettingsParam","gnType":"GNArray","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"CustomDatasSettings","description":"","optional":true,"type":"DataSettingsParam","gnType":"GNArray","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"TagsSettings","description":"","optional":true,"type":"TagSettingsParam","gnType":"GNArray","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"PlayerGroupCatalogSettings","description":"","optional":true,"type":"GroupCatalogSettingsParam","gnType":"GNArray","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"PlayerItemCatalogSettings","description":"","optional":true,"type":"ItemCatalogSettingsParam","gnType":"GNArray","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"PlayerFriendCatalogSettings","description":"","optional":true,"type":"FriendCatalogSettingsParam","gnType":"GNArray","conditions":{"mustNonNull":false,"mustInt":false}}]},{"name":"CloudScriptPermissionRulesParam","details":[{"code":"AddFunction","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetFunctions","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"EditFunction","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"ExecuteFunction","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetFunction","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}}]},{"name":"ContentPermissionRulesParam","details":[{"code":"GetContentData","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"SetContentData","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"CreateNewFileUploadInfo","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetFileUploadInfoList","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetFileUploadInfo","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"RemoveFileUploadInfo","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"RequestDownloadFileUploadInfo","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}}]},{"name":"CurrencySettingsParam","details":[{"code":"Key","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":false,"mustInt":false,"minLength":2,"maxLength":32}},{"code":"InitialValue","description":"","optional":false,"type":"number","gnType":"Number","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"Description","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"Index","description":"","optional":false,"type":"boolean","gnType":"Boolean","conditions":{"mustNonNull":false,"mustInt":false}}]},{"name":"DataSettingsParam","details":[{"code":"Key","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":false,"mustInt":false,"minLength":2,"maxLength":32}},{"code":"Description","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"Permission","description":"","optional":false,"type":"number","gnType":"Number","conditions":{"mustNonNull":false,"mustInt":true}}]},{"name":"EmailSettingsParam","details":[{"code":"SendFrom","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"Secure","description":"","optional":false,"type":"boolean","gnType":"Boolean","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"Host","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"Port","description":"","optional":false,"type":"number","gnType":"Number","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"Username","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"Password","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":false,"mustInt":false}}]},{"name":"FriendCatalogSettingsParam","details":[{"code":"CatalogId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":false,"mustInt":false,"minLength":2,"maxLength":32}},{"code":"Description","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"ForceAcceptFriend","description":"","optional":false,"type":"boolean","gnType":"Boolean","conditions":{"mustNonNull":false,"mustInt":false}}]},{"name":"GamePlayerPermissionRulesParam","details":[{"code":"AddSegment","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"RemoveSegment","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetSegment","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"SetTag","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"RemoveTag","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetTag","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetDisplayName","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"SetDisplayName","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetTsCreate","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetIpAddressCreate","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetTsLastLogin","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"SetPlayerBan","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetPlayerBan","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"SetCountryCode","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetCountryCode","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"SetAvatar","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetAvatar","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"ChangePlayerCurrency","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetPlayerCurrency","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"ChangePlayerStatistics","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetPlayerStatistics","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetStatisticsLeaderboard","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetStatisticsLeaderboardAroundPlayer","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetCustomData","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"SetCustomData","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"SetPlayerData","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetPlayerData","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetPlayerInformation","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetPlayersWithSegment","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetPlayersWithTag","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetPlayerCharacter","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetPlayerInventory","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetPlayerGroup","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetPlayerFriend","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"RemovePlayerItem","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetOnlineStatus","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"CreateGroup","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"CreatePlayerItem","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"CreatePlayerCharacter","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"AddPlayerFriend","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"RemovePlayerFriend","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"RemovePlayerCharacter","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"JoinGroup","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"LeaveGroup","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetPlayersWithDisplayName","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetFriendStatisticsLeaderboardAroundPlayer","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetFriendStatisticsLeaderboard","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetCurrencyLeaderboard","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetCreateLeaderboard","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetLastLoginLeaderboard","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetStatisticsLog","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetCurrencyLog","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}}]},{"name":"GamePlayerSettingsParam","details":[{"code":"PlayerCurrenciesSettings","description":"","optional":true,"type":"CurrencySettingsParam","gnType":"GNArray","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"PlayerStatisticsSettings","description":"","optional":true,"type":"StatisticsSettingsParam","gnType":"GNArray","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"PlayerDatasSettings","description":"","optional":true,"type":"DataSettingsParam","gnType":"GNArray","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"CustomDatasSettings","description":"","optional":true,"type":"DataSettingsParam","gnType":"GNArray","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"TagsSettings","description":"","optional":true,"type":"TagSettingsParam","gnType":"GNArray","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"PlayerCharacterCatalogSettings","description":"","optional":true,"type":"CharacterCatalogSettingsParam","gnType":"GNArray","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"PlayerGroupCatalogSettings","description":"","optional":true,"type":"GroupCatalogSettingsParam","gnType":"GNArray","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"PlayerItemCatalogSettings","description":"","optional":true,"type":"ItemCatalogSettingsParam","gnType":"GNArray","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"PlayerFriendCatalogSettings","description":"","optional":true,"type":"FriendCatalogSettingsParam","gnType":"GNArray","conditions":{"mustNonNull":false,"mustInt":false}}]},{"name":"GameSettingsParam","details":[{"code":"GamePlayerSettings","description":"","optional":true,"type":"GamePlayerSettingsParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"CharacterPlayerSettings","description":"","optional":true,"type":"CharacterPlayerSettingsParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GroupSettings","description":"","optional":true,"type":"GroupSettingsParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"InventorySettings","description":"","optional":true,"type":"InventorySettingsParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}}]},{"name":"GenericServiceSettingsParam","details":[{"code":"ServiceName","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":false,"mustInt":false,"minLength":2,"maxLength":32}}]},{"name":"GroupCatalogSettingsParam","details":[{"code":"CatalogId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":false,"mustInt":false,"minLength":2,"maxLength":32}},{"code":"Description","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"ForceAcceptMember","description":"","optional":false,"type":"boolean","gnType":"Boolean","conditions":{"mustNonNull":false,"mustInt":false}}]},{"name":"GroupPermissionRulesParam","details":[{"code":"AddSegment","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"RemoveSegment","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetSegment","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"SetTag","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"RemoveTag","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetTag","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetDisplayName","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"SetDisplayName","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetTsCreate","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"SetAvatar","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetAvatar","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"ChangeGroupCurrency","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetGroupCurrency","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"ChangeGroupStatistics","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetGroupStatistics","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetStatisticsLeaderboard","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetStatisticsLeaderboardAroundGroup","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetCustomData","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"SetCustomData","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"SetGroupData","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetGroupData","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetGroupInformation","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetGroupsWithSegment","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetGroupsWithTag","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetCatalogId","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetRemoveStatus","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetGroupInventory","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"RemoveGroupItem","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"CreateGroupItem","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetMembers","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"AddMember","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"RemoveMember","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"SendGroupMessage","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetGroupMessage","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"SetRemoveStatus","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetGroupsWithDisplayName","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetCurrencyLeaderboard","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetCreateLeaderboard","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetStatisticsLog","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetCurrencyLog","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}}]},{"name":"GroupSettingsParam","details":[{"code":"GroupCurrenciesSettings","description":"","optional":true,"type":"CurrencySettingsParam","gnType":"GNArray","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GroupStatisticsSettings","description":"","optional":true,"type":"StatisticsSettingsParam","gnType":"GNArray","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GroupDatasSettings","description":"","optional":true,"type":"DataSettingsParam","gnType":"GNArray","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"CustomDatasSettings","description":"","optional":true,"type":"DataSettingsParam","gnType":"GNArray","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"TagsSettings","description":"","optional":true,"type":"TagSettingsParam","gnType":"GNArray","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GroupItemCatalogSettings","description":"","optional":true,"type":"ItemCatalogSettingsParam","gnType":"GNArray","conditions":{"mustNonNull":false,"mustInt":false}}]},{"name":"InventoryPermissionRulesParam","details":[{"code":"AddSegment","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"RemoveSegment","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetSegment","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"SetTag","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"RemoveTag","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetTag","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetDisplayName","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"SetDisplayName","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetTsCreate","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"SetAvatar","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetAvatar","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"ChangeItemStatistics","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetItemStatistics","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetStatisticsLeaderboard","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetStatisticsLeaderboardAroundItem","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetCustomData","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"SetCustomData","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"SetItemData","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetItemData","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetItemInformation","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetItemsWithSegment","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetItemsWithTag","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetCatalogId","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetClassId","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetItemType","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetAmount","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetOwner","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetRemoveStatus","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"SetAmount","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"SetOwner","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"SetRemoveStatus","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetItemsWithDisplayName","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetCreateLeaderboard","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetStatisticsLog","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}}]},{"name":"InventorySettingsParam","details":[{"code":"ItemStatisticsSettings","description":"","optional":true,"type":"StatisticsSettingsParam","gnType":"GNArray","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"ItemDatasSettings","description":"","optional":true,"type":"DataSettingsParam","gnType":"GNArray","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"CustomDatasSettings","description":"","optional":true,"type":"DataSettingsParam","gnType":"GNArray","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"TagsSettings","description":"","optional":true,"type":"TagSettingsParam","gnType":"GNArray","conditions":{"mustNonNull":false,"mustInt":false}}]},{"name":"ItemCatalogSettingsParam","details":[{"code":"CatalogId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":false,"mustInt":false,"minLength":2,"maxLength":32}},{"code":"ItemType","description":"","optional":false,"type":"number","gnType":"Number","conditions":{"mustNonNull":false,"mustInt":true}},{"code":"ItemClassSettings","description":"","optional":false,"type":"ItemClassSettingsParam","gnType":"GNArray","conditions":{"mustNonNull":false,"mustInt":false}}]},{"name":"ItemClassSettingsParam","details":[{"code":"ClassId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":false,"mustInt":false,"minLength":2,"maxLength":32}},{"code":"Description","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":false,"mustInt":false}}]},{"name":"MasterAdminPermissionRulesParam","details":[{"code":"SetMasterGameSettings","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"CreateAdminAccount","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"RemoveAdminAccount","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"SetPasswordAdminAccount","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"SetSecretKeyAdminAccount","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"SetGameInformation","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"CreateGame","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"ChangePasswordAdminAccount","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetAdminAccountList","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetGameInformation","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetGameList","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetMasterGameSettings","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetServerLog","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetSecretInfoInformation","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetSecretInfoList","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"CreateSecretInfo","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"SetSecretInfoInformation","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetUsernameAdminAccount","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetAnalytics","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetEventCallbackCloudScript","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"SetEventCallbackCloudScript","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"ResetStatisticsLeaderboard","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetBackupStatisticsLeaderboardVersion","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"DeleteInDatabase","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}}]},{"name":"MasterPlayerPermissionRulesParam","details":[{"code":"LinkAccount","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"LinkAndroidDeviceId","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"LinkApple","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"LinkCustomDeviceId","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"LinkCustomId","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"LinkEditorDeviceId","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"LinkFacebook","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"LinkGenericService","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"LinkGoogle","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"LinkGooglePlayGameService","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"LinkGameCenter","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"LinkiOSDeviceId","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"LinkLinuxDeviceId","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"LinkMacOSDeviceId","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"LinkWindowsDeviceId","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"LinkWindowsPhoneDeviceId","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"UnlinkAccount","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"UnlinkAndroidDeviceId","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"UnlinkApple","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"UnlinkCustomDeviceId","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"UnlinkCustomId","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"UnlinkEditorDeviceId","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"UnlinkFacebook","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"UnlinkGenericService","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"UnlinkGoogle","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"UnlinkGooglePlayGameService","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"UnlinkGameCenter","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"UnlinkiOSDeviceId","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"UnlinkLinuxDeviceId","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"UnlinkMacOSDeviceId","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"UnlinkWindowsDeviceId","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"UnlinkWindowsPhoneDeviceId","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"AddSegment","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"RemoveSegment","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetSegment","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"SetTag","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"RemoveTag","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetTag","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetDisplayName","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"SetDisplayName","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetTsCreate","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetIpAddressCreate","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"SetTsLastLogin","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetTsLastLogin","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"SetPlayerBan","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetPlayerBan","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"SetCountryCode","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetCountryCode","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"ChangeAccountPassword","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"ResetAccountPassword","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"SetAvatar","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetAvatar","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"ChangePlayerCurrency","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetPlayerCurrency","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"ChangePlayerStatistics","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetPlayerStatistics","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetStatisticsLeaderboard","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetStatisticsLeaderboardAroundPlayer","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetCustomData","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"SetCustomData","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"SetPlayerData","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetPlayerData","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetPlayerInformation","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetPlayersWithApple","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetPlayersWithFacebook","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetPlayersWithGoogle","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetPlayersWithGenericService","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetPlayersWithSegment","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetPlayersWithTag","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetPlayersWithGooglePlayGameService","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetPlayersWithGameCenter","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetExternal","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetPlayersWithDisplayName","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetEmail","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"SetEmail","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetCurrencyLeaderboard","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetLastLoginLeaderboard","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetCreateLeaderboard","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetStatisticsLog","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetCurrencyLog","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"SendSocketOperationEvent","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"SendEmail","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"SendPushNotification","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"AddPushNotification","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"RemovePushNotification","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetPushNotification","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}}]},{"name":"MasterPlayerSettingsParam","details":[{"code":"GenericServiceSettings","description":"","optional":true,"type":"GenericServiceSettingsParam","gnType":"GNArray","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"PlayerCurrenciesSettings","description":"","optional":true,"type":"CurrencySettingsParam","gnType":"GNArray","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"PlayerStatisticsSettings","description":"","optional":true,"type":"StatisticsSettingsParam","gnType":"GNArray","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"PlayerDatasSettings","description":"","optional":true,"type":"DataSettingsParam","gnType":"GNArray","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"CustomDatasSettings","description":"","optional":true,"type":"DataSettingsParam","gnType":"GNArray","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"TagsSettings","description":"","optional":true,"type":"TagSettingsParam","gnType":"GNArray","conditions":{"mustNonNull":false,"mustInt":false}}]},{"name":"MatchmakingQueueSettingsParam","details":[{"code":"Min","description":"","optional":true,"type":"number","gnType":"Number","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"Max","description":"","optional":true,"type":"number","gnType":"Number","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"TeamId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":false,"mustInt":false,"minLength":1,"maxLength":32}},{"code":"TeamSize","description":"","optional":false,"type":"SizeParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"SecondsBetweenExpansions","description":"","optional":false,"type":"number","gnType":"Number","conditions":{"mustNonNull":false,"mustInt":false,"minValue":1}},{"code":"Delta","description":"","optional":true,"type":"number","gnType":"Number","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"Limit","description":"","optional":true,"type":"number","gnType":"Number","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"SecondsBetweenExpansions","description":"","optional":false,"type":"number","gnType":"Number","conditions":{"mustNonNull":false,"mustInt":false,"minValue":1}},{"code":"OverrideValue","description":"","optional":true,"type":"any","gnType":"GNArray","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"OverrideMin","description":"","optional":true,"type":"any","gnType":"GNArray","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"OverrideMax","description":"","optional":true,"type":"any","gnType":"GNArray","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"SecondsUntilOptional","description":"","optional":false,"type":"number","gnType":"Number","conditions":{"mustNonNull":false,"mustInt":false,"minValue":1}},{"code":"ExpansionType","description":"","optional":true,"type":"number","gnType":"Number","conditions":{"mustNonNull":false,"mustInt":true,"minValue":1,"maxValue":3}},{"code":"LinearExpansions","description":"","optional":true,"type":"LinearExpansionsParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"CustomExpansions","description":"","optional":true,"type":"CustomExpansionsParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"Name","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":false,"mustInt":false,"minLength":1,"maxLength":32}},{"code":"Type","description":"","optional":false,"type":"number","gnType":"Number","conditions":{"mustNonNull":false,"mustInt":true,"minValue":1,"maxValue":8}},{"code":"AttributeSource","description":"","optional":true,"type":"number","gnType":"Number","conditions":{"mustNonNull":false,"mustInt":false,"minValue":1,"maxValue":2}},{"code":"AttributePath","description":"","optional":true,"type":"string","gnType":"String","conditions":{"mustNonNull":false,"mustInt":false,"minLength":1,"maxLength":32}},{"code":"DefaultValue","description":"","optional":true,"type":"any","gnType":"DataMember","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"CompairType","description":"","optional":true,"type":"number","gnType":"Number","conditions":{"mustNonNull":false,"mustInt":true,"minValue":1,"maxValue":2}},{"code":"AllowedDifference","description":"","optional":true,"type":"number","gnType":"Number","conditions":{"mustNonNull":false,"mustInt":false,"minValue":0}},{"code":"Min","description":"","optional":true,"type":"number","gnType":"Number","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"Max","description":"","optional":true,"type":"number","gnType":"Number","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"AdvancedSettings","description":"","optional":true,"type":"AdvancedSettingsParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"Enable","description":"","optional":false,"type":"boolean","gnType":"Boolean","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"QueueName","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":false,"mustInt":false,"minLength":6,"maxLength":32}},{"code":"MatchSize","description":"","optional":false,"type":"SizeParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"TicketSize","description":"","optional":false,"type":"SizeParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"ServerAllocation","description":"","optional":false,"type":"ServerAllocationParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"Teams","description":"","optional":true,"type":"TeamParam","gnType":"GNArray","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"Rules","description":"","optional":true,"type":"RuleParam","gnType":"GNArray","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"Remove","description":"","optional":true,"type":"boolean","gnType":"Boolean","conditions":{"mustNonNull":false,"mustInt":false}}]},{"name":"MultiplayerPermissionRulesParam","details":[{"code":"CancelAllMatchmakingTicket","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"CancelMatchmakingTicket","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"CreateMatchmakingTicket","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetMatchmakingTicket","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetMatch","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetQueueStatistics","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"JoinMatchmakingTicket","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"ListMatchmakingTicketsForPlayer","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetAllMatchmakingTicket","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetAllMatch","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}}]},{"name":"PermissionParam","details":[{"code":"Authenticate","description":"","optional":true,"type":"AuthenticatePermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"MasterPlayer","description":"","optional":true,"type":"MasterPlayerPermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GamePlayer","description":"","optional":true,"type":"GamePlayerPermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"CharacterPlayer","description":"","optional":true,"type":"CharacterPlayerPermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"Content","description":"","optional":true,"type":"ContentPermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"Group","description":"","optional":true,"type":"GroupPermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"Inventory","description":"","optional":true,"type":"InventoryPermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"StoreInventory","description":"","optional":true,"type":"StoreInventoryPermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"MasterAdmin","description":"","optional":true,"type":"MasterAdminPermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"Multiplayer","description":"","optional":true,"type":"MultiplayerPermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"CloudScript","description":"","optional":true,"type":"CloudScriptPermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}}]},{"name":"PermissionRulesParam","details":[{"code":"SelfEnable","description":"","optional":true,"type":"boolean","gnType":"Boolean","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"OtherSelfEnable","description":"","optional":true,"type":"boolean","gnType":"Boolean","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"AdminSelfEnable","description":"","optional":true,"type":"boolean","gnType":"Boolean","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"ServerSelfEnable","description":"","optional":true,"type":"boolean","gnType":"Boolean","conditions":{"mustNonNull":false,"mustInt":false}}]},{"name":"PushNotificationSettingsParam","details":[{"code":"ProjectId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"ClientEmail","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"PrivateKey","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":false,"mustInt":false}}]},{"name":"StatisticsSettingsParam","details":[{"code":"Key","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":false,"mustInt":false,"minLength":2,"maxLength":32}},{"code":"StatisticsAggregationMethod","description":"","optional":false,"type":"number","gnType":"Number","conditions":{"mustNonNull":false,"mustInt":true}},{"code":"MaximumValue","description":"","optional":true,"type":"number","gnType":"Number","defaultValue":"null","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"MinimumValue","description":"","optional":true,"type":"number","gnType":"Number","defaultValue":"null","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"InitialValue","description":"","optional":false,"type":"number","gnType":"Number","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"Description","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"Index","description":"","optional":false,"type":"boolean","gnType":"Boolean","conditions":{"mustNonNull":false,"mustInt":false}}]},{"name":"StoreInventoryPermissionRulesParam","details":[{"code":"BuyStoreItem","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetStoreItemInformation","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetStoreItemsWithTag","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"CreateStoreItem","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"SetRemoveStatus","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"SetStoreItemInformation","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"ValidateAppleAppStoreReceipt","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"ValidateGooglePlayStoreReceipt","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"ValidateFacebookStoreReceipt","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetCreateLeaderboard","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"PresentStoreItem","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetStoreLog","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GetStoreUsed","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"RemoveStoreUsed","description":"","optional":true,"type":"PermissionRulesParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}}]},{"name":"TagSettingsParam","details":[{"code":"Key","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":false,"mustInt":false,"minLength":2,"maxLength":32}},{"code":"Description","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"Index","description":"","optional":false,"type":"boolean","gnType":"Boolean","conditions":{"mustNonNull":false,"mustInt":false}}]},{"name":"ThirtPartyAppleSettingsParam","details":[{"code":"AppleClientId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"SandboxEnable","description":"","optional":false,"type":"boolean","gnType":"Boolean","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"IssuerId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"KeyId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"P8Content","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":false,"mustInt":false}}]},{"name":"ThirtPartyFacebookSettingsParam","details":[{"code":"FacebookAppId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"FacebookAppToken","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"FacebookInappSecret","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":false,"mustInt":false}}]},{"name":"ThirtPartyGameCenterSettingsParam","details":[{"code":"PackageId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":false,"mustInt":false}}]},{"name":"ThirtPartyGooglePlayGameSettingsParam","details":[{"code":"RedirectUri","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"ClientId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"ClientSecret","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"ApplicationId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":false,"mustInt":false}}]},{"name":"ThirtPartyGoogleSettingsParam","details":[{"code":"GoogleClientId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"PackageId","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"PublicRSAKey","description":"","optional":false,"type":"string","gnType":"String","conditions":{"mustNonNull":false,"mustInt":false}}]},{"name":"ThirtPartyParam","details":[{"code":"GoogleSettings","description":"","optional":true,"type":"ThirtPartyGoogleSettingsParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"FacebookSettings","description":"","optional":true,"type":"ThirtPartyFacebookSettingsParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"AppleSettings","description":"","optional":true,"type":"ThirtPartyAppleSettingsParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GooglePlayGameSettings","description":"","optional":true,"type":"ThirtPartyGooglePlayGameSettingsParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}},{"code":"GameCenterSettings","description":"","optional":true,"type":"ThirtPartyGameCenterSettingsParam","gnType":"GNHashtable","conditions":{"mustNonNull":false,"mustInt":false}}]}]}