@xmobitea/gn-typescript-client 2.6.3-esnext → 2.6.4

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 (177) hide show
  1. package/dist/gn.js.client.js +46849 -0
  2. package/dist/gn.js.client.min.js +2 -0
  3. package/dist/gn.js.client.min.js.LICENSE.txt +14 -0
  4. package/dist/index.d.ts +4 -6
  5. package/dist/index.js +34129 -340
  6. package/dist/runtime/GNNetwork.d.ts +8 -8
  7. package/dist/runtime/GNNetworkCharacterPlayerApi.d.ts +12 -12
  8. package/dist/runtime/GNNetworkDashboardApi.d.ts +6 -6
  9. package/dist/runtime/GNNetworkGamePlayerApi.d.ts +18 -18
  10. package/dist/runtime/GNNetworkGroupApi.d.ts +6 -6
  11. package/dist/runtime/GNNetworkStoreInventoryApi.d.ts +6 -6
  12. package/dist/runtime/constant/EventCode.d.ts +6 -6
  13. package/dist/runtime/constant/OperationCode.d.ts +219 -219
  14. package/dist/runtime/constant/errorCode/{GNErrorCode.d.ts → ErrorCode.d.ts} +1 -1
  15. package/dist/runtime/constant/parameterCode/ParameterCode.d.ts +596 -0
  16. package/dist/runtime/entity/OperationEvent.d.ts +2 -5
  17. package/dist/runtime/entity/OperationHelper.d.ts +2 -2
  18. package/dist/runtime/entity/OperationRequest.d.ts +2 -5
  19. package/dist/runtime/entity/OperationResponse.d.ts +2 -5
  20. package/dist/runtime/entity/models/AuthenticateModels.d.ts +3 -0
  21. package/dist/runtime/entity/models/AuthenticateRequestModels.d.ts +36 -54
  22. package/dist/runtime/entity/models/AuthenticateResponseModels.d.ts +1 -1
  23. package/dist/runtime/entity/models/CharacterPlayerModels.d.ts +6 -6
  24. package/dist/runtime/entity/models/CharacterPlayerRequestModels.d.ts +224 -277
  25. package/dist/runtime/entity/models/CharacterPlayerResponseModels.d.ts +2 -2
  26. package/dist/runtime/entity/models/CloudScriptModels.d.ts +3 -2
  27. package/dist/runtime/entity/models/CloudScriptRequestModels.d.ts +20 -25
  28. package/dist/runtime/entity/models/ContentRequestModels.d.ts +28 -35
  29. package/dist/runtime/entity/models/DashboardModels.d.ts +23 -23
  30. package/dist/runtime/entity/models/DashboardRequestModels.d.ts +58 -84
  31. package/dist/runtime/entity/models/DashboardResponseModels.d.ts +3 -3
  32. package/dist/runtime/entity/models/GamePlayerModels.d.ts +9 -9
  33. package/dist/runtime/entity/models/GamePlayerRequestModels.d.ts +226 -278
  34. package/dist/runtime/entity/models/GamePlayerResponseModels.d.ts +3 -3
  35. package/dist/runtime/entity/models/GroupModels.d.ts +3 -3
  36. package/dist/runtime/entity/models/GroupRequestModels.d.ts +166 -206
  37. package/dist/runtime/entity/models/GroupResponseModels.d.ts +1 -1
  38. package/dist/runtime/entity/models/InventoryRequestModels.d.ts +136 -170
  39. package/dist/runtime/entity/models/MasterPlayerModels.d.ts +3 -1
  40. package/dist/runtime/entity/models/MasterPlayerRequestModels.d.ts +342 -428
  41. package/dist/runtime/entity/models/MasterPlayerResponseModels.d.ts +1 -1
  42. package/dist/runtime/entity/models/MultiplayerRequestModels.d.ts +40 -50
  43. package/dist/runtime/entity/models/StoreInventoryModels.d.ts +4 -4
  44. package/dist/runtime/entity/models/StoreInventoryRequestModels.d.ts +62 -76
  45. package/dist/runtime/entity/models/StoreInventoryResponseModels.d.ts +1 -1
  46. package/dist/runtime/entity/request/CustomOperationRequest.d.ts +3 -4
  47. package/dist/runtime/entity/response/CustomOperationResponse.d.ts +1 -1
  48. package/dist/runtime/helper/CodeHelper.d.ts +0 -8
  49. package/dist/runtime/helper/EnumUtility.d.ts +6 -0
  50. package/dist/runtime/networking/IPeer.d.ts +1 -1
  51. package/dist/runtime/networking/NetworkingPeer.d.ts +2 -2
  52. package/dist/runtime/networking/OperationPending.d.ts +3 -3
  53. package/dist/runtime/networking/PeerBase.d.ts +3 -3
  54. package/dist/runtime/networking/handler/IServerEventHandler.d.ts +1 -1
  55. package/dist/runtime/networking/handler/OnCharacterPlayerFriendUpdateEventHandler.d.ts +1 -1
  56. package/dist/runtime/networking/handler/OnCharacterPlayerGroupUpdateEventHandler.d.ts +1 -1
  57. package/dist/runtime/networking/handler/OnGamePlayerFriendUpdateEventHandler.d.ts +1 -1
  58. package/dist/runtime/networking/handler/OnGamePlayerGroupUpdateEventHandler.d.ts +1 -1
  59. package/dist/runtime/networking/handler/OnGroupMemberUpdateEventHandler.d.ts +1 -1
  60. package/dist/runtime/networking/handler/OnGroupMessageUpdateEventHandler.d.ts +3 -1
  61. package/dist/runtime/networking/socket/NetworkingPeerSocketIOClient.d.ts +1 -1
  62. package/dist/runtime/networking/socket/NetworkingSocketPeerBase.d.ts +10 -12
  63. package/dist/runtime/networking/socket/SocketPeer.d.ts +2 -2
  64. package/package.json +1 -1
  65. package/dist/runtime/GNNetwork.js +0 -250
  66. package/dist/runtime/GNNetworkAuthenticateApi.js +0 -122
  67. package/dist/runtime/GNNetworkCharacterPlayerApi.js +0 -968
  68. package/dist/runtime/GNNetworkCloudScriptApi.js +0 -104
  69. package/dist/runtime/GNNetworkContentApi.js +0 -140
  70. package/dist/runtime/GNNetworkDashboardApi.js +0 -170
  71. package/dist/runtime/GNNetworkGamePlayerApi.js +0 -950
  72. package/dist/runtime/GNNetworkGroupApi.js +0 -734
  73. package/dist/runtime/GNNetworkInventoryApi.js +0 -626
  74. package/dist/runtime/GNNetworkMasterPlayerApi.js +0 -1550
  75. package/dist/runtime/GNNetworkMultiplayerApi.js +0 -194
  76. package/dist/runtime/GNNetworkStoreInventoryApi.js +0 -266
  77. package/dist/runtime/common/Action0.js +0 -1
  78. package/dist/runtime/common/Action1.js +0 -1
  79. package/dist/runtime/common/Action2.js +0 -1
  80. package/dist/runtime/common/Action3.js +0 -1
  81. package/dist/runtime/common/Action4.js +0 -1
  82. package/dist/runtime/common/GNData.js +0 -211
  83. package/dist/runtime/config/GNServerSettings.js +0 -141
  84. package/dist/runtime/constant/Commands.js +0 -19
  85. package/dist/runtime/constant/EventCode.js +0 -8
  86. package/dist/runtime/constant/OperationCode.js +0 -221
  87. package/dist/runtime/constant/ReturnCode.js +0 -14
  88. package/dist/runtime/constant/enumType/ExecuteResponseStatus.js +0 -8
  89. package/dist/runtime/constant/enumType/FriendStatus.js +0 -7
  90. package/dist/runtime/constant/enumType/GoogleLoginType.js +0 -5
  91. package/dist/runtime/constant/enumType/GroupStatus.js +0 -7
  92. package/dist/runtime/constant/enumType/InvalidMemberType.js +0 -18
  93. package/dist/runtime/constant/enumType/ItemType.js +0 -5
  94. package/dist/runtime/constant/enumType/MatchmakingMemberStatus.js +0 -6
  95. package/dist/runtime/constant/enumType/MatchmakingTicketStatus.js +0 -8
  96. package/dist/runtime/constant/enumType/OwnerType.js +0 -9
  97. package/dist/runtime/constant/enumType/PermissionDataItem.js +0 -5
  98. package/dist/runtime/constant/enumType/PushPlatformType.js +0 -5
  99. package/dist/runtime/constant/enumType/RequestRole.js +0 -6
  100. package/dist/runtime/constant/enumType/RequestType.js +0 -15
  101. package/dist/runtime/constant/enumType/StoreItemType.js +0 -5
  102. package/dist/runtime/constant/enumType/StoreReceiveType.js +0 -8
  103. package/dist/runtime/constant/errorCode/GNErrorCode.js +0 -52
  104. package/dist/runtime/constant/parameterCode/GNParameterCode.d.ts +0 -599
  105. package/dist/runtime/constant/parameterCode/GNParameterCode.js +0 -599
  106. package/dist/runtime/constant/parameterCode/ParameterCode.js +0 -6
  107. package/dist/runtime/entity/DataMember.js +0 -208
  108. package/dist/runtime/entity/GNMetadata.js +0 -11
  109. package/dist/runtime/entity/InvalidMember.js +0 -1
  110. package/dist/runtime/entity/OperationEvent.js +0 -33
  111. package/dist/runtime/entity/OperationHelper.js +0 -23
  112. package/dist/runtime/entity/OperationRequest.js +0 -51
  113. package/dist/runtime/entity/OperationResponse.js +0 -82
  114. package/dist/runtime/entity/models/AuthenticateModels.js +0 -420
  115. package/dist/runtime/entity/models/AuthenticateRequestModels.js +0 -206
  116. package/dist/runtime/entity/models/AuthenticateResponseModels.js +0 -131
  117. package/dist/runtime/entity/models/CharacterPlayerModels.js +0 -1437
  118. package/dist/runtime/entity/models/CharacterPlayerRequestModels.js +0 -1439
  119. package/dist/runtime/entity/models/CharacterPlayerResponseModels.js +0 -376
  120. package/dist/runtime/entity/models/CloudScriptModels.js +0 -197
  121. package/dist/runtime/entity/models/CloudScriptRequestModels.js +0 -143
  122. package/dist/runtime/entity/models/CloudScriptResponseModels.js +0 -40
  123. package/dist/runtime/entity/models/ContentModels.js +0 -203
  124. package/dist/runtime/entity/models/ContentRequestModels.js +0 -197
  125. package/dist/runtime/entity/models/ContentResponseModels.js +0 -54
  126. package/dist/runtime/entity/models/DashboardModels.js +0 -2991
  127. package/dist/runtime/entity/models/DashboardRequestModels.js +0 -294
  128. package/dist/runtime/entity/models/DashboardResponseModels.js +0 -187
  129. package/dist/runtime/entity/models/GamePlayerModels.js +0 -1591
  130. package/dist/runtime/entity/models/GamePlayerRequestModels.js +0 -1412
  131. package/dist/runtime/entity/models/GamePlayerResponseModels.js +0 -369
  132. package/dist/runtime/entity/models/GenericModels.js +0 -177
  133. package/dist/runtime/entity/models/GroupModels.js +0 -1139
  134. package/dist/runtime/entity/models/GroupRequestModels.js +0 -1088
  135. package/dist/runtime/entity/models/GroupResponseModels.js +0 -285
  136. package/dist/runtime/entity/models/InventoryModels.js +0 -915
  137. package/dist/runtime/entity/models/InventoryRequestModels.js +0 -926
  138. package/dist/runtime/entity/models/InventoryResponseModels.js +0 -243
  139. package/dist/runtime/entity/models/MasterPlayerModels.js +0 -2570
  140. package/dist/runtime/entity/models/MasterPlayerRequestModels.js +0 -2314
  141. package/dist/runtime/entity/models/MasterPlayerResponseModels.js +0 -607
  142. package/dist/runtime/entity/models/MultiplayerModels.js +0 -404
  143. package/dist/runtime/entity/models/MultiplayerRequestModels.js +0 -278
  144. package/dist/runtime/entity/models/MultiplayerResponseModels.js +0 -75
  145. package/dist/runtime/entity/models/StoreInventoryModels.js +0 -797
  146. package/dist/runtime/entity/models/StoreInventoryRequestModels.js +0 -386
  147. package/dist/runtime/entity/models/StoreInventoryResponseModels.js +0 -103
  148. package/dist/runtime/entity/request/CustomOperationRequest.js +0 -24
  149. package/dist/runtime/entity/response/CustomOperationResponse.js +0 -29
  150. package/dist/runtime/entity/response/GetAuthInfoResponse.js +0 -2
  151. package/dist/runtime/entity/response/UploadFileResponse.js +0 -2
  152. package/dist/runtime/helper/CodeHelper.js +0 -61
  153. package/dist/runtime/helper/ConverterService.js +0 -275
  154. package/dist/runtime/helper/GNSupport.js +0 -8
  155. package/dist/runtime/helper/GNUtils.js +0 -72
  156. package/dist/runtime/helper/MessagePackConverterService.js +0 -9
  157. package/dist/runtime/logger/GNDebug.js +0 -29
  158. package/dist/runtime/networking/AuthenticateStatus.js +0 -14
  159. package/dist/runtime/networking/IPeer.js +0 -1
  160. package/dist/runtime/networking/NetworkingPeer.js +0 -182
  161. package/dist/runtime/networking/OperationPending.js +0 -53
  162. package/dist/runtime/networking/PeerBase.js +0 -170
  163. package/dist/runtime/networking/handler/IServerEventHandler.js +0 -13
  164. package/dist/runtime/networking/handler/OnCharacterPlayerFriendUpdateEventHandler.js +0 -39
  165. package/dist/runtime/networking/handler/OnCharacterPlayerGroupUpdateEventHandler.js +0 -39
  166. package/dist/runtime/networking/handler/OnGamePlayerFriendUpdateEventHandler.js +0 -39
  167. package/dist/runtime/networking/handler/OnGamePlayerGroupUpdateEventHandler.js +0 -39
  168. package/dist/runtime/networking/handler/OnGroupMemberUpdateEventHandler.js +0 -35
  169. package/dist/runtime/networking/handler/OnGroupMessageUpdateEventHandler.js +0 -35
  170. package/dist/runtime/networking/http/HttpPeer.js +0 -124
  171. package/dist/runtime/networking/http/NetworkingHttpPeerBase.js +0 -6
  172. package/dist/runtime/networking/http/NetworkingPeerAxiosRequest.js +0 -164
  173. package/dist/runtime/networking/socket/NetworkingPeerSocketIOClient.js +0 -128
  174. package/dist/runtime/networking/socket/NetworkingSocketPeerBase.js +0 -176
  175. package/dist/runtime/networking/socket/SocketPeer.js +0 -108
  176. package/dist/runtime/typescript/ServiceUpdate.js +0 -12
  177. /package/{GNServerSettingsConfig.debug.json → GNServerSettings.debug.json} +0 -0
@@ -1,599 +0,0 @@
1
- export class GNParameterCode {
2
- }
3
- GNParameterCode.Username = "username";
4
- GNParameterCode.Password = "password";
5
- GNParameterCode.AndroidDeviceId = "androidDeviceId";
6
- GNParameterCode.AppleId = "appleId";
7
- GNParameterCode.AppleIds = "appleIds";
8
- GNParameterCode.GoogleId = "googleId";
9
- GNParameterCode.GoogleIds = "googleIds";
10
- GNParameterCode.CustomDeviceId = "customDeviceId";
11
- GNParameterCode.CustomId = "customId";
12
- GNParameterCode.EditorDeviceId = "editorDeviceId";
13
- GNParameterCode.FacebookId = "facebookId";
14
- GNParameterCode.ServiceName = "serviceName";
15
- GNParameterCode.UserId = "userId";
16
- GNParameterCode.CurrentPassword = "currentPassword";
17
- GNParameterCode.iOSDeviceId = "iOSDeviceId";
18
- GNParameterCode.LinuxDeviceId = "linuxDeviceId";
19
- GNParameterCode.MacOSDeviceId = "macOSDeviceId";
20
- GNParameterCode.WindowsDeviceId = "windowsDeviceId";
21
- GNParameterCode.WindowsPhoneDeviceId = "windowsPhoneDeviceId";
22
- GNParameterCode.InfoResponseParameters = "infoResponseParameters";
23
- GNParameterCode.CreatePlayerIfNotExists = "createPlayerIfNotExists";
24
- GNParameterCode.External = "external";
25
- GNParameterCode.Segments = "segments";
26
- GNParameterCode.CustomDatas = "customDatas";
27
- GNParameterCode.DisplayName = "displayName";
28
- GNParameterCode.UniqueDisplayName = "uniqueDisplayName";
29
- GNParameterCode.Avatar = "avatar";
30
- GNParameterCode.TsCreate = "tsCreate";
31
- GNParameterCode.Tags = "tags";
32
- GNParameterCode.Role = "role";
33
- GNParameterCode.PlayerBan = "playerBan";
34
- GNParameterCode.PlayerDatas = "playerDatas";
35
- GNParameterCode.PlayerCurrencies = "playerCurrencies";
36
- GNParameterCode.PlayerStatistics = "playerStatistics";
37
- GNParameterCode.TsLastLogin = "tsLastLogin";
38
- GNParameterCode.IpAddressCreate = "ipAddressCreate";
39
- GNParameterCode.CountryCode = "countryCode";
40
- GNParameterCode.TagKeys = "tagKeys";
41
- GNParameterCode.CustomDataKeys = "customDataKeys";
42
- GNParameterCode.Type = "type";
43
- GNParameterCode.Value = "value";
44
- GNParameterCode.Name = "name";
45
- GNParameterCode.TsExpire = "tsExpire";
46
- GNParameterCode.Reason = "reason";
47
- GNParameterCode.Key = "key";
48
- GNParameterCode.Permission = "permission";
49
- GNParameterCode.NewlyCreated = "newlyCreated";
50
- GNParameterCode.Token = "token";
51
- GNParameterCode.Device = "device";
52
- GNParameterCode.Account = "account";
53
- GNParameterCode.Custom = "custom";
54
- GNParameterCode.Apple = "apple";
55
- GNParameterCode.Google = "google";
56
- GNParameterCode.Facebook = "facebook";
57
- GNParameterCode.GenericService = "genericService";
58
- GNParameterCode.ServiceId = "serviceId";
59
- GNParameterCode.ServiceData = "serviceData";
60
- GNParameterCode.StatisticsAggregationMethod = "statisticsAggregationMethod";
61
- GNParameterCode.MaximumValue = "maximumValue";
62
- GNParameterCode.MinimumValue = "minimumValue";
63
- GNParameterCode.Skip = "skip";
64
- GNParameterCode.Limit = "limit";
65
- GNParameterCode.Results = "results";
66
- GNParameterCode.FacebookIds = "facebookIds";
67
- GNParameterCode.GenericIds = "genericIds";
68
- GNParameterCode.ForceLink = "forceLink";
69
- GNParameterCode.Email = "email";
70
- GNParameterCode.InfoRequestParam = "infoRequestParam";
71
- GNParameterCode.PlayerDataKeys = "playerDataKeys";
72
- GNParameterCode.PlayerCurrencyKeys = "playerCurrencyKeys";
73
- GNParameterCode.PlayerStatisticsKeys = "playerStatisticsKeys";
74
- GNParameterCode.Amount = "amount";
75
- GNParameterCode.Keyword = "keyword";
76
- GNParameterCode.Position = "position";
77
- GNParameterCode.LoadFromCache = "loadFromCache";
78
- GNParameterCode.DataKeys = "dataKeys";
79
- GNParameterCode.CurrencyKeys = "currencyKeys";
80
- GNParameterCode.StatisticsKeys = "statisticsKeys";
81
- GNParameterCode.Id = "id";
82
- GNParameterCode.TsRemove = "tsRemove";
83
- GNParameterCode.CharacterId = "characterId";
84
- GNParameterCode.CatalogId = "catalogId";
85
- GNParameterCode.ItemId = "itemId";
86
- GNParameterCode.GroupId = "groupId";
87
- GNParameterCode.Status = "status";
88
- GNParameterCode.TsLastStatusUpdate = "tsLastStatusUpdate";
89
- GNParameterCode.PlayerInventories = "playerInventories";
90
- GNParameterCode.PlayerGroups = "playerGroups";
91
- GNParameterCode.PlayerFriends = "playerFriends";
92
- GNParameterCode.CharacterCatalogIds = "characterCatalogIds";
93
- GNParameterCode.ItemCatalogIds = "itemCatalogIds";
94
- GNParameterCode.GroupCatalogIds = "groupCatalogIds";
95
- GNParameterCode.FriendCatalogIds = "friendCatalogIds";
96
- GNParameterCode.Owner = "owner";
97
- GNParameterCode.RemoveStatus = "removeStatus";
98
- GNParameterCode.FriendId = "friendId";
99
- GNParameterCode.GroupMembers = "groupMembers";
100
- GNParameterCode.GroupStatistics = "groupStatistics";
101
- GNParameterCode.Members = "members";
102
- GNParameterCode.OwnerId = "ownerId";
103
- GNParameterCode.OwnerType = "ownerType";
104
- GNParameterCode.Keys = "keys";
105
- GNParameterCode.Label = "label";
106
- GNParameterCode.Configs = "configs";
107
- GNParameterCode.Data = "data";
108
- GNParameterCode.FileName = "fileName";
109
- GNParameterCode.FileId = "fileId";
110
- GNParameterCode.MimeType = "mimeType";
111
- GNParameterCode.Size = "size";
112
- GNParameterCode.FolderFileName = "folderFileName";
113
- GNParameterCode.FileUpload = "fileUpload";
114
- GNParameterCode.TsUploadExpire = "tsUploadExpire";
115
- GNParameterCode.DownloadToken = "downloadToken";
116
- GNParameterCode.GameId = "gameId";
117
- GNParameterCode.PlayerCharacters = "playerCharacters";
118
- GNParameterCode.ForceAcceptFriend = "forceAcceptFriend";
119
- GNParameterCode.SocketId = "socketId";
120
- GNParameterCode.OnlineStatus = "onlineStatus";
121
- GNParameterCode.GroupDatas = "groupDatas";
122
- GNParameterCode.GroupCurrencies = "groupCurrencies";
123
- GNParameterCode.GroupInventories = "groupInventories";
124
- GNParameterCode.GroupDataKeys = "groupDataKeys";
125
- GNParameterCode.GroupCurrencyKeys = "groupCurrencyKeys";
126
- GNParameterCode.GroupStatisticsKeys = "groupStatisticsKeys";
127
- GNParameterCode.MemberId = "memberId";
128
- GNParameterCode.Message = "message";
129
- GNParameterCode.SenderId = "senderId";
130
- GNParameterCode.SenderType = "senderType";
131
- GNParameterCode.GroupMessages = "groupMessages";
132
- GNParameterCode.ItemCurrencies = "itemCurrencies";
133
- GNParameterCode.ItemStatistics = "itemStatistics";
134
- GNParameterCode.ItemDatas = "itemDatas";
135
- GNParameterCode.ItemInventories = "itemInventories";
136
- GNParameterCode.ItemDataKeys = "itemDataKeys";
137
- GNParameterCode.ItemCurrencyKeys = "itemCurrencyKeys";
138
- GNParameterCode.ItemStatisticsKeys = "itemStatisticsKeys";
139
- GNParameterCode.ItemType = "itemType";
140
- GNParameterCode.ClassId = "classId";
141
- GNParameterCode.Hash = "hash";
142
- GNParameterCode.GoogleSettings = "googleSettings";
143
- GNParameterCode.FacebookSettings = "facebookSettings";
144
- GNParameterCode.AppleSettings = "appleSettings";
145
- GNParameterCode.GoogleClientId = "googleClientId";
146
- GNParameterCode.PackageId = "packageId";
147
- GNParameterCode.PublicRSAKey = "publicRSAKey";
148
- GNParameterCode.FacebookInappSecret = "facebookInappSecret";
149
- GNParameterCode.FacebookAppToken = "facebookAppToken";
150
- GNParameterCode.FacebookAppId = "facebookAppId";
151
- GNParameterCode.AppleClientId = "appleClientId";
152
- GNParameterCode.SandboxEnable = "sandboxEnable";
153
- GNParameterCode.SecretKey = "secretKey";
154
- GNParameterCode.CreatorId = "creatorId";
155
- GNParameterCode.GameDescription = "gameDescription";
156
- GNParameterCode.GameIconUrl = "gameIconUrl";
157
- GNParameterCode.GameSettings = "gameSettings";
158
- GNParameterCode.ThirtPartySettings = "thirtPartySettings";
159
- GNParameterCode.ForceAcceptMember = "forceAcceptMember";
160
- GNParameterCode.InitialValue = "initialValue";
161
- GNParameterCode.GameName = "gameName";
162
- GNParameterCode.CurrencySettings = "currencySettings";
163
- GNParameterCode.StatisticsSettings = "statisticsSettings";
164
- GNParameterCode.DatasSettings = "datasSettings";
165
- GNParameterCode.CustomDatasSettings = "customDatasSettings";
166
- GNParameterCode.TagsSettings = "tagsSettings";
167
- GNParameterCode.MasterPlayerSettings = "masterPlayerSettings";
168
- GNParameterCode.GamePlayerSettings = "gamePlayerSettings";
169
- GNParameterCode.CharacterPlayerSettings = "characterPlayerSettings";
170
- GNParameterCode.GroupSettings = "groupSettings";
171
- GNParameterCode.InventorySettings = "inventorySettings";
172
- GNParameterCode.CharacterCatalogSettings = "characterCatalogSettings";
173
- GNParameterCode.GroupCatalogSettings = "groupCatalogSettings";
174
- GNParameterCode.ItemCatalogSettings = "itemCatalogSettings";
175
- GNParameterCode.FriendCatalogSettings = "friendCatalogSettings";
176
- GNParameterCode.ItemClassSettings = "itemClassSettings";
177
- GNParameterCode.Remove = "remove";
178
- GNParameterCode.SelfEnable = "selfEnable";
179
- GNParameterCode.OtherSelfEnable = "otherSelfEnable";
180
- GNParameterCode.AdminSelfEnable = "adminSelfEnable";
181
- GNParameterCode.ServerSelfEnable = "serverSelfEnable";
182
- GNParameterCode.Authenticate = "authenticate";
183
- GNParameterCode.MasterPlayer = "masterPlayer";
184
- GNParameterCode.GamePlayer = "gamePlayer";
185
- GNParameterCode.CharacterPlayer = "characterPlayer";
186
- GNParameterCode.Content = "content";
187
- GNParameterCode.Group = "group";
188
- GNParameterCode.Inventory = "inventory";
189
- GNParameterCode.StoreInventory = "storeInventory";
190
- GNParameterCode.MasterAdmin = "masterAdmin";
191
- GNParameterCode.LoginByAccount = "loginByAccount";
192
- GNParameterCode.LoginByAndroidDeviceId = "loginByAndroidDeviceId";
193
- GNParameterCode.LoginByApple = "loginByApple";
194
- GNParameterCode.LoginByCustomDeviceId = "loginByCustomDeviceId";
195
- GNParameterCode.LoginByCustomId = "loginByCustomId";
196
- GNParameterCode.LoginByFacebook = "loginByFacebook";
197
- GNParameterCode.LoginByGenericService = "loginByGenericService";
198
- GNParameterCode.LoginByGoogle = "loginByGoogle";
199
- GNParameterCode.LoginByiOSDeviceId = "loginByiOSDeviceId";
200
- GNParameterCode.LoginByWindowsPhoneDeviceId = "loginByWindowsPhoneDeviceId";
201
- GNParameterCode.RegisterAccount = "registerAccount";
202
- GNParameterCode.LoginByEditorDeviceId = "loginByEditorDeviceId";
203
- GNParameterCode.LoginByLinuxDeviceId = "loginByLinuxDeviceId";
204
- GNParameterCode.LoginByMacOSDeviceId = "loginByMacOSDeviceId";
205
- GNParameterCode.LoginByWindowsDeviceId = "loginByWindowsDeviceId";
206
- GNParameterCode.RefreshAuthToken = "refreshAuthToken";
207
- GNParameterCode.LinkAccount = "linkAccount";
208
- GNParameterCode.LinkAndroidDeviceId = "linkAndroidDeviceId";
209
- GNParameterCode.LinkApple = "linkApple";
210
- GNParameterCode.LinkCustomDeviceId = "linkCustomDeviceId";
211
- GNParameterCode.LinkCustomId = "linkCustomId";
212
- GNParameterCode.LinkEditorDeviceId = "linkEditorDeviceId";
213
- GNParameterCode.LinkFacebook = "linkFacebook";
214
- GNParameterCode.LinkGenericService = "linkGenericService";
215
- GNParameterCode.LinkGoogle = "linkGoogle";
216
- GNParameterCode.LinkiOSDeviceId = "linkiOSDeviceId";
217
- GNParameterCode.LinkLinuxDeviceId = "linkLinuxDeviceId";
218
- GNParameterCode.LinkMacOSDeviceId = "linkMacOSDeviceId";
219
- GNParameterCode.LinkWindowsDeviceId = "linkWindowsDeviceId";
220
- GNParameterCode.LinkWindowsPhoneDeviceId = "linkWindowsPhoneDeviceId";
221
- GNParameterCode.UnlinkAccount = "unlinkAccount";
222
- GNParameterCode.UnlinkAndroidDeviceId = "unlinkAndroidDeviceId";
223
- GNParameterCode.UnlinkApple = "unlinkApple";
224
- GNParameterCode.UnlinkCustomDeviceId = "unlinkCustomDeviceId";
225
- GNParameterCode.UnlinkCustomId = "unlinkCustomId";
226
- GNParameterCode.UnlinkEditorDeviceId = "unlinkEditorDeviceId";
227
- GNParameterCode.UnlinkFacebook = "unlinkFacebook";
228
- GNParameterCode.UnlinkGenericService = "unlinkGenericService";
229
- GNParameterCode.UnlinkGoogle = "unlinkGoogle";
230
- GNParameterCode.UnlinkiOSDeviceId = "unlinkiOSDeviceId";
231
- GNParameterCode.UnlinkLinuxDeviceId = "unlinkLinuxDeviceId";
232
- GNParameterCode.UnlinkMacOSDeviceId = "unlinkMacOSDeviceId";
233
- GNParameterCode.UnlinkWindowsDeviceId = "unlinkWindowsDeviceId";
234
- GNParameterCode.UnlinkWindowsPhoneDeviceId = "unlinkWindowsPhoneDeviceId";
235
- GNParameterCode.AddSegment = "addSegment";
236
- GNParameterCode.RemoveSegment = "removeSegment";
237
- GNParameterCode.GetSegment = "getSegment";
238
- GNParameterCode.SetTag = "setTag";
239
- GNParameterCode.RemoveTag = "removeTag";
240
- GNParameterCode.GetTag = "getTag";
241
- GNParameterCode.GetDisplayName = "getDisplayName";
242
- GNParameterCode.SetDisplayName = "setDisplayName";
243
- GNParameterCode.GetTsCreate = "getTsCreate";
244
- GNParameterCode.GetIpAddressCreate = "getIpAddressCreate";
245
- GNParameterCode.SetTsLastLogin = "setTsLastLogin";
246
- GNParameterCode.GetTsLastLogin = "getTsLastLogin";
247
- GNParameterCode.SetPlayerBan = "setPlayerBan";
248
- GNParameterCode.GetPlayerBan = "getPlayerBan";
249
- GNParameterCode.SetCountryCode = "setCountryCode";
250
- GNParameterCode.GetCountryCode = "getCountryCode";
251
- GNParameterCode.ChangeAccountPassword = "changeAccountPassword";
252
- GNParameterCode.ResetAccountPassword = "resetAccountPassword";
253
- GNParameterCode.SetAvatar = "setAvatar";
254
- GNParameterCode.GetAvatar = "getAvatar";
255
- GNParameterCode.SetPlayerCurrency = "setPlayerCurrency";
256
- GNParameterCode.GetPlayerCurrency = "getPlayerCurrency";
257
- GNParameterCode.SetPlayerStatistics = "setPlayerStatistics";
258
- GNParameterCode.GetPlayerStatistics = "getPlayerStatistics";
259
- GNParameterCode.GetStatisticsLeaderboard = "getStatisticsLeaderboard";
260
- GNParameterCode.GetStatisticsLeaderboardAroundPlayer = "getStatisticsLeaderboardAroundPlayer";
261
- GNParameterCode.GetCustomData = "getCustomData";
262
- GNParameterCode.SetCustomData = "setCustomData";
263
- GNParameterCode.SetPlayerData = "setPlayerData";
264
- GNParameterCode.GetPlayerData = "getPlayerData";
265
- GNParameterCode.GetPlayerInformation = "getPlayerInformation";
266
- GNParameterCode.GetPlayersWithApple = "getPlayersWithApple";
267
- GNParameterCode.GetPlayersWithFacebook = "getPlayersWithFacebook";
268
- GNParameterCode.GetPlayersWithGoogle = "getPlayersWithGoogle";
269
- GNParameterCode.GetPlayersWithGenericService = "getPlayersWithGenericService";
270
- GNParameterCode.GetPlayersWithSegment = "getPlayersWithSegment";
271
- GNParameterCode.GetPlayersWithTag = "getPlayersWithTag";
272
- GNParameterCode.GetExternal = "getExternal";
273
- GNParameterCode.GetPlayersWithDisplayName = "getPlayersWithDisplayName";
274
- GNParameterCode.GetPlayerCharacter = "getPlayerCharacter";
275
- GNParameterCode.GetPlayerInventory = "getPlayerInventory";
276
- GNParameterCode.GetPlayerGroup = "getPlayerGroup";
277
- GNParameterCode.GetPlayerFriend = "getPlayerFriend";
278
- GNParameterCode.RemovePlayerItem = "removePlayerItem";
279
- GNParameterCode.GetOnlineStatus = "getOnlineStatus";
280
- GNParameterCode.GrantGroup = "grantGroup";
281
- GNParameterCode.GrantPlayerItem = "grantPlayerItem";
282
- GNParameterCode.GrantPlayerCharacter = "grantPlayerCharacter";
283
- GNParameterCode.AddPlayerFriend = "addPlayerFriend";
284
- GNParameterCode.RemovePlayerFriend = "removePlayerFriend";
285
- GNParameterCode.RemovePlayerCharacter = "removePlayerCharacter";
286
- GNParameterCode.JoinGroup = "joinGroup";
287
- GNParameterCode.LeaveGroup = "leaveGroup";
288
- GNParameterCode.GetFriendStatisticsLeaderboardAroundPlayer = "getFriendStatisticsLeaderboardAroundPlayer";
289
- GNParameterCode.GetFriendStatisticsLeaderboard = "getFriendStatisticsLeaderboard";
290
- GNParameterCode.GetCatalogId = "getCatalogId";
291
- GNParameterCode.GetOwner = "getOwner";
292
- GNParameterCode.GetRemoveStatus = "getRemoveStatus";
293
- GNParameterCode.SetOwner = "setOwner";
294
- GNParameterCode.SetRemoveStatus = "setRemoveStatus";
295
- GNParameterCode.GetContentData = "getContentData";
296
- GNParameterCode.SetContentData = "setContentData";
297
- GNParameterCode.SetGroupCurrency = "setGroupCurrency";
298
- GNParameterCode.GetGroupCurrency = "getGroupCurrency";
299
- GNParameterCode.SetGroupStatistics = "setGroupStatistics";
300
- GNParameterCode.GetGroupStatistics = "getGroupStatistics";
301
- GNParameterCode.GetStatisticsLeaderboardAroundGroup = "getStatisticsLeaderboardAroundGroup";
302
- GNParameterCode.SetGroupData = "setGroupData";
303
- GNParameterCode.GetGroupData = "getGroupData";
304
- GNParameterCode.GetGroupInformation = "getGroupInformation";
305
- GNParameterCode.GetGroupsWithSegment = "getGroupsWithSegment";
306
- GNParameterCode.GetGroupsWithTag = "getGroupsWithTag";
307
- GNParameterCode.GetGroupInventory = "getGroupInventory";
308
- GNParameterCode.RemoveGroupItem = "removeGroupItem";
309
- GNParameterCode.GrantGroupItem = "grantGroupItem";
310
- GNParameterCode.GetMembers = "getMembers";
311
- GNParameterCode.AddMember = "addMember";
312
- GNParameterCode.RemoveMember = "removeMember";
313
- GNParameterCode.SendGroupMessage = "sendGroupMessage";
314
- GNParameterCode.GetGroupMessage = "getGroupMessage";
315
- GNParameterCode.GetGroupsWithDisplayName = "getGroupsWithDisplayName";
316
- GNParameterCode.SetItemStatistics = "setItemStatistics";
317
- GNParameterCode.GetItemStatistics = "getItemStatistics";
318
- GNParameterCode.GetStatisticsLeaderboardAroundItem = "getStatisticsLeaderboardAroundItem";
319
- GNParameterCode.SetItemData = "setItemData";
320
- GNParameterCode.GetItemData = "getItemData";
321
- GNParameterCode.GetItemInformation = "getItemInformation";
322
- GNParameterCode.GetItemsWithSegment = "getItemsWithSegment";
323
- GNParameterCode.GetItemsWithTag = "getItemsWithTag";
324
- GNParameterCode.GetClassId = "getClassId";
325
- GNParameterCode.GetItemType = "getItemType";
326
- GNParameterCode.GetAmount = "getAmount";
327
- GNParameterCode.SetAmount = "setAmount";
328
- GNParameterCode.GetItemsWithDisplayName = "getItemsWithDisplayName";
329
- GNParameterCode.BuyStoreItem = "buyStoreItem";
330
- GNParameterCode.GetStoreItemInformation = "getStoreItemInformation";
331
- GNParameterCode.GetStoreItemsWithTag = "getStoreItemsWithTag";
332
- GNParameterCode.GrantStoreItem = "grantStoreItem";
333
- GNParameterCode.SetStoreItemInformation = "setStoreItemInformation";
334
- GNParameterCode.ValidateAppleAppStoreReceipt = "validateAppleAppStoreReceipt";
335
- GNParameterCode.ValidateGooglePlayStoreReceipt = "validateGooglePlayStoreReceipt";
336
- GNParameterCode.ValidateFacebookStoreReceipt = "validateFacebookStoreReceipt";
337
- GNParameterCode.SetMasterGameSettings = "setMasterGameSettings";
338
- GNParameterCode.GrantAdminAccount = "grantAdminAccount";
339
- GNParameterCode.RemoveAdminAccount = "removeAdminAccount";
340
- GNParameterCode.SetPasswordAdminAccount = "setPasswordAdminAccount";
341
- GNParameterCode.SetSecretKeyAdminAccount = "setSecretKeyAdminAccount";
342
- GNParameterCode.SetGameInformation = "setGameInformation";
343
- GNParameterCode.GrantGame = "grantGame";
344
- GNParameterCode.ChangePasswordAdminAccount = "changePasswordAdminAccount";
345
- GNParameterCode.GetAdminAccountList = "getAdminAccountList";
346
- GNParameterCode.GetGameInformation = "getGameInformation";
347
- GNParameterCode.GetGameList = "getGameList";
348
- GNParameterCode.GetMasterGameSettings = "getMasterGameSettings";
349
- GNParameterCode.GetServerLog = "getServerLog";
350
- GNParameterCode.GetSecretInfoInformation = "getSecretInfoInformation";
351
- GNParameterCode.GetSecretInfoList = "getSecretInfoList";
352
- GNParameterCode.GrantSecretInfo = "grantSecretInfo";
353
- GNParameterCode.GenericServiceSettings = "genericServiceSettings";
354
- GNParameterCode.GetEmail = "getEmail";
355
- GNParameterCode.SetEmail = "setEmail";
356
- GNParameterCode.CreateNewFileUploadInfo = "createNewFileUploadInfo";
357
- GNParameterCode.GetFileUploadInfoList = "getFileUploadInfoList";
358
- GNParameterCode.GetFileUploadInfo = "getFileUploadInfo";
359
- GNParameterCode.RemoveFileUploadInfo = "removeFileUploadInfo";
360
- GNParameterCode.RequestDownloadFileUploadInfo = "requestDownloadFileUploadInfo";
361
- GNParameterCode.StoreId = "storeId";
362
- GNParameterCode.StoreItems = "storeItems";
363
- GNParameterCode.StoreCurrencies = "storeCurrencies";
364
- GNParameterCode.PriceCurrencies = "priceCurrencies";
365
- GNParameterCode.InAppPurchase = "inAppPurchase";
366
- GNParameterCode.StoreStatistics = "storeStatistics";
367
- GNParameterCode.StoreDatas = "storeDatas";
368
- GNParameterCode.StoreDataKeys = "storeDataKeys";
369
- GNParameterCode.StoreStatisticsKeys = "storeStatisticsKeys";
370
- GNParameterCode.Currencies = "currencies";
371
- GNParameterCode.Inventories = "inventories";
372
- GNParameterCode.Receipt = "receipt";
373
- GNParameterCode.FacebookStoreId = "facebookStoreId";
374
- GNParameterCode.AppleAppStoreId = "appleAppStoreId";
375
- GNParameterCode.GooglePlayStoreId = "googlePlayStoreId";
376
- GNParameterCode.CustomTags = "customTags";
377
- GNParameterCode.SetSecretInfoInformation = "setSecretInfoInformation";
378
- GNParameterCode.GetCurrencyLeaderboard = "getCurrencyLeaderboard";
379
- GNParameterCode.GetCreateLeaderboard = "getCreateLeaderboard";
380
- GNParameterCode.GetLastLoginLeaderboard = "getLastLoginLeaderboard";
381
- GNParameterCode.Multiplayer = "multiplayer";
382
- GNParameterCode.TimeInSeconds = "timeInSeconds";
383
- GNParameterCode.QueueName = "queueName";
384
- GNParameterCode.TimeToMatchInSeconds = "timeToMatchInSeconds";
385
- GNParameterCode.TicketId = "ticketId";
386
- GNParameterCode.TicketIds = "ticketIds";
387
- GNParameterCode.MatchmakingTicket = "matchmakingTicket";
388
- GNParameterCode.GiveUpAfterSeconds = "giveUpAfterSeconds";
389
- GNParameterCode.MatchId = "matchId";
390
- GNParameterCode.Attribute = "attribute";
391
- GNParameterCode.ReturnMember = "returnMember";
392
- GNParameterCode.Match = "match";
393
- GNParameterCode.TeamId = "teamId";
394
- GNParameterCode.IpV4Address = "ipV4Address";
395
- GNParameterCode.Ports = "ports";
396
- GNParameterCode.PublicPort = "publicPort";
397
- GNParameterCode.PrivatePort = "privatePort";
398
- GNParameterCode.Protocol = "protocol";
399
- GNParameterCode.ServerDetail = "serverDetail";
400
- GNParameterCode.MatchmakingQueueSettings = "matchmakingQueueSettings";
401
- GNParameterCode.Min = "min";
402
- GNParameterCode.Max = "max";
403
- GNParameterCode.MatchSize = "matchSize";
404
- GNParameterCode.TicketSize = "ticketSize";
405
- GNParameterCode.TeamSize = "teamSize";
406
- GNParameterCode.Teams = "teams";
407
- GNParameterCode.Rules = "rules";
408
- GNParameterCode.AttributeSource = "attributeSource";
409
- GNParameterCode.AttributePath = "attributePath";
410
- GNParameterCode.DefaultValue = "defaultValue";
411
- GNParameterCode.CompairType = "compairType";
412
- GNParameterCode.AllowedDifference = "allowedDifference";
413
- GNParameterCode.AdvancedSettings = "advancedSettings";
414
- GNParameterCode.SecondsUntilOptional = "secondsUntilOptional";
415
- GNParameterCode.ExpansionType = "expansionType";
416
- GNParameterCode.SecondsBetweenExpansions = "secondsBetweenExpansions";
417
- GNParameterCode.Delta = "delta";
418
- GNParameterCode.LinearExpansions = "linearExpansions";
419
- GNParameterCode.CustomExpansions = "customExpansions";
420
- GNParameterCode.OverrideValue = "overrideValue";
421
- GNParameterCode.OverrideMin = "overrideMin";
422
- GNParameterCode.OverrideMax = "overrideMax";
423
- GNParameterCode.PendingMemberCount = "pendingMemberCount";
424
- GNParameterCode.PendingTicketCount = "pendingTicketCount";
425
- GNParameterCode.AverageMatchmakingTimeInSeconds = "averageMatchmakingTimeInSeconds";
426
- GNParameterCode.CancelAllMatchmakingTicket = "cancelAllMatchmakingTicket";
427
- GNParameterCode.CancelMatchmakingTicket = "cancelMatchmakingTicket";
428
- GNParameterCode.CreateMatchmakingTicket = "createMatchmakingTicket";
429
- GNParameterCode.GetMatchmakingTicket = "getMatchmakingTicket";
430
- GNParameterCode.GetMatch = "getMatch";
431
- GNParameterCode.GetQueueStatistics = "getQueueStatistics";
432
- GNParameterCode.JoinMatchmakingTicket = "joinMatchmakingTicket";
433
- GNParameterCode.ListMatchmakingTicketsForPlayer = "listMatchmakingTicketsForPlayer";
434
- GNParameterCode.GetAllMatchmakingTicket = "getAllMatchmakingTicket";
435
- GNParameterCode.GetAllMatch = "getAllMatch";
436
- GNParameterCode.FunctionName = "functionName";
437
- GNParameterCode.FunctionParameters = "functionParameters";
438
- GNParameterCode.Version = "version";
439
- GNParameterCode.FunctionResult = "functionResult";
440
- GNParameterCode.ExecutionTimeInMs = "executionTimeInMs";
441
- GNParameterCode.MemoryUsedInBytes = "memoryUsedInBytes";
442
- GNParameterCode.FunctionLogs = "functionLogs";
443
- GNParameterCode.CanExecute = "canExecute";
444
- GNParameterCode.Script = "script";
445
- GNParameterCode.IsLive = "isLive";
446
- GNParameterCode.AddFunction = "addFunction";
447
- GNParameterCode.GetFunctions = "getFunctions";
448
- GNParameterCode.EditFunction = "editFunction";
449
- GNParameterCode.ExecuteFunction = "executeFunction";
450
- GNParameterCode.GetFunction = "getFunction";
451
- GNParameterCode.CloudScript = "cloudScript";
452
- GNParameterCode.LoginByGooglePlayGameService = "loginByGooglePlayGameService";
453
- GNParameterCode.LoginByGameCenter = "loginByGameCenter";
454
- GNParameterCode.UnlinkGooglePlayGameService = "unlinkGooglePlayGameService";
455
- GNParameterCode.UnlinkGameCenter = "unlinkGameCenter";
456
- GNParameterCode.LinkGooglePlayGameService = "linkGooglePlayGameService";
457
- GNParameterCode.LinkGameCenter = "linkGameCenter";
458
- GNParameterCode.GooglePlayGameSettings = "googlePlayGameSettings";
459
- GNParameterCode.GameCenterSettings = "gameCenterSettings";
460
- GNParameterCode.ApplicationId = "applicationId";
461
- GNParameterCode.ClientId = "clientId";
462
- GNParameterCode.ClientSecret = "clientSecret";
463
- GNParameterCode.RedirectUri = "redirectUri";
464
- GNParameterCode.PlayerId = "playerId";
465
- GNParameterCode.PublicKeyUrl = "publicKeyUrl";
466
- GNParameterCode.Signature = "signature";
467
- GNParameterCode.Salt = "salt";
468
- GNParameterCode.Timestamp = "timestamp";
469
- GNParameterCode.GooglePlayGameService = "googlePlayGameService";
470
- GNParameterCode.GameCenter = "gameCenter";
471
- GNParameterCode.PlayerIds = "playerIds";
472
- GNParameterCode.GetPlayersWithGooglePlayGameService = "getPlayersWithGooglePlayGameService";
473
- GNParameterCode.GetPlayersWithGameCenter = "getPlayersWithGameCenter";
474
- GNParameterCode.LatestVersion = "latestVersion";
475
- GNParameterCode.LiveLatestVersion = "liveLatestVersion";
476
- GNParameterCode.SendSocketOperationEvent = "sendSocketOperationEvent";
477
- GNParameterCode.EventCode = "eventCode";
478
- GNParameterCode.EventParameters = "eventParameters";
479
- GNParameterCode.EventEncrypted = "eventEncrypted";
480
- GNParameterCode.Log = "log";
481
- GNParameterCode.StartValue = "startValue";
482
- GNParameterCode.FinalValue = "finalValue";
483
- GNParameterCode.GetStatisticsLog = "getStatisticsLog";
484
- GNParameterCode.GetCurrencyLog = "getCurrencyLog";
485
- GNParameterCode.GetUsernameAdminAccount = "getUsernameAdminAccount";
486
- GNParameterCode.GetAnalytics = "getAnalytics";
487
- GNParameterCode.AnalyticsItem = "analyticsItem";
488
- GNParameterCode.CCU = "ccu";
489
- GNParameterCode.DAU = "dau";
490
- GNParameterCode.DAUSince0h = "dauSince0h";
491
- GNParameterCode.DNU = "dnu";
492
- GNParameterCode.DNUSince0h = "dnuSince0h";
493
- GNParameterCode.DRT = "drt";
494
- GNParameterCode.DRTSince0h = "drtSince0h";
495
- GNParameterCode.MAU = "mau";
496
- GNParameterCode.MAUSince0h1 = "mauSince0h1";
497
- GNParameterCode.MNU = "mnu";
498
- GNParameterCode.MNUSince0h1 = "mnuSince0h1";
499
- GNParameterCode.MRT = "mrt";
500
- GNParameterCode.MRTSince0h1 = "mrtSince0h1";
501
- GNParameterCode.GetEventCallbackCloudScript = "getEventCallbackCloudScript";
502
- GNParameterCode.SetEventCallbackCloudScript = "setEventCallbackCloudScript";
503
- GNParameterCode.HasEdit = "hasEdit";
504
- GNParameterCode.FullScript = "fullScript";
505
- GNParameterCode.ChildScripts = "childScripts";
506
- GNParameterCode.EventName = "eventName";
507
- GNParameterCode.PresentStoreItem = "presentStoreItem";
508
- GNParameterCode.GetStoreLog = "getStoreLog";
509
- GNParameterCode.TsLastUpdate = "tsLastUpdate";
510
- GNParameterCode.StoreReceiveType = "storeReceiveType";
511
- GNParameterCode.StoreReceiveTypes = "storeReceiveTypes";
512
- GNParameterCode.TransactionId = "transactionId";
513
- GNParameterCode.PriceCurrencyStartValues = "priceCurrencyStartValues";
514
- GNParameterCode.PriceCurrencyAmountValues = "priceCurrencyAmountValues";
515
- GNParameterCode.PriceCurrencyFinalValues = "priceCurrencyFinalValues";
516
- GNParameterCode.StoreCurrencyStartValues = "storeCurrencyStartValues";
517
- GNParameterCode.StoreCurrencyAmountValues = "storeCurrencyAmountValues";
518
- GNParameterCode.StoreCurrencyFinalValues = "storeCurrencyFinalValues";
519
- GNParameterCode.StoreItemFinalValues = "storeItemFinalValues";
520
- GNParameterCode.Index = "index";
521
- GNParameterCode.ResetStatisticsLeaderboard = "resetStatisticsLeaderboard";
522
- GNParameterCode.GetBackupStatisticsLeaderboardVersion = "getBackupStatisticsLeaderboardVersion";
523
- GNParameterCode.GetServerGameData = "getServerGameData";
524
- GNParameterCode.DeleteInDatabase = "deleteInDatabase";
525
- GNParameterCode.MasterPlayerCount = "masterPlayerCount";
526
- GNParameterCode.GamePlayerCount = "gamePlayerCount";
527
- GNParameterCode.CharacterPlayerCount = "characterPlayerCount";
528
- GNParameterCode.InventoryCount = "inventoryCount";
529
- GNParameterCode.StoreInventoryCount = "storeInventoryCount";
530
- GNParameterCode.GroupCount = "groupCount";
531
- GNParameterCode.Country = "country";
532
- GNParameterCode.RegionCode = "regionCode";
533
- GNParameterCode.RegionName = "regionName";
534
- GNParameterCode.Regions = "regions";
535
- GNParameterCode.Latitude = "latitude";
536
- GNParameterCode.Longitude = "longitude";
537
- GNParameterCode.BackupValue = "backupValue";
538
- GNParameterCode.AnalyticsPrice = "analyticsPrice";
539
- GNParameterCode.IssuerId = "issuerId";
540
- GNParameterCode.KeyId = "keyId";
541
- GNParameterCode.P8Content = "p8Content";
542
- GNParameterCode.ServerAllocation = "serverAllocation";
543
- GNParameterCode.Enable = "enable";
544
- GNParameterCode.SendEmail = "sendEmail";
545
- GNParameterCode.SendPushNotification = "sendPushNotification";
546
- GNParameterCode.AddPushNotification = "addPushNotification";
547
- GNParameterCode.RemovePushNotification = "removePushNotification";
548
- GNParameterCode.GetPushNotification = "getPushNotification";
549
- GNParameterCode.EmailSettings = "emailSettings";
550
- GNParameterCode.PushNotificationSettings = "pushNotificationSettings";
551
- GNParameterCode.SendFrom = "sendFrom";
552
- GNParameterCode.Host = "host";
553
- GNParameterCode.Port = "port";
554
- GNParameterCode.Secure = "secure";
555
- GNParameterCode.SendGridApiKey = "sendGridApiKey";
556
- GNParameterCode.Subject = "subject";
557
- GNParameterCode.ContentHtml = "contentHtml";
558
- GNParameterCode.PushNotifications = "pushNotifications";
559
- GNParameterCode.PushId = "pushId";
560
- GNParameterCode.PlatformType = "platformType";
561
- GNParameterCode.ProjectId = "projectId";
562
- GNParameterCode.ClientEmail = "clientEmail";
563
- GNParameterCode.PrivateKey = "privateKey";
564
- GNParameterCode.Badge = "badge";
565
- GNParameterCode.Icon = "icon";
566
- GNParameterCode.Sound = "sound";
567
- GNParameterCode.Title = "title";
568
- GNParameterCode.Body = "body";
569
- GNParameterCode.TargetPlatforms = "targetPlatforms";
570
- GNParameterCode.OperationSystem = "operationSystem";
571
- GNParameterCode.RequestComplete = "requestComplete";
572
- GNParameterCode.CpuUsage = "cpuUsage";
573
- GNParameterCode.MemoryUsage = "memoryUsage";
574
- GNParameterCode.StorageUsage = "storageUsage";
575
- GNParameterCode.FreeMemoryInBytes = "freeMemoryInBytes";
576
- GNParameterCode.TotalMemoryInBytes = "totalMemoryInBytes";
577
- GNParameterCode.ErrorCode = "errorCode";
578
- GNParameterCode.Count = "count";
579
- GNParameterCode.FsTotalSizeInBytes = "fsTotalSizeInBytes";
580
- GNParameterCode.FsUsedSizeInBytes = "fsUsedSizeInBytes";
581
- GNParameterCode.TotalSizeInBytes = "totalSizeInBytes";
582
- GNParameterCode.Collections = "collections";
583
- GNParameterCode.Objects = "objects";
584
- GNParameterCode.Indexes = "indexes";
585
- GNParameterCode.DatabaseSystem = "databaseSystem";
586
- GNParameterCode.Cost = "cost";
587
- GNParameterCode.MonthlyCost = "monthlyCost";
588
- GNParameterCode.RequestCount = "requestCount";
589
- GNParameterCode.MatchmakingRequestCount = "matchmakingRequestCount";
590
- GNParameterCode.CloudScriptGBs = "cloudScriptGBs";
591
- GNParameterCode.StorageSizeInBytes = "storageSizeInBytes";
592
- GNParameterCode.DataTransferSizeInBytes = "dataTransferSizeInBytes";
593
- GNParameterCode.StoreItemType = "storeItemType";
594
- GNParameterCode.OwnerIds = "ownerIds";
595
- GNParameterCode.GetStoreUsed = "getStoreUsed";
596
- GNParameterCode.RemoveStoreUsed = "removeStoreUsed";
597
- GNParameterCode.AdminSecretKeys = "adminSecretKeys";
598
- GNParameterCode.ServerSecretKeys = "serverSecretKeys";
599
- GNParameterCode.PlayerSecretKeys = "playerSecretKeys";
@@ -1,6 +0,0 @@
1
- export class ParameterCode {
2
- }
3
- ParameterCode.AuthToken = "A";
4
- ParameterCode.Ts = "T";
5
- ParameterCode.ErrorCode = "E";
6
- ParameterCode.UserId = "U";