@xmobitea/gn-typescript-client 2.6.8-tsc → 2.6.9

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 (203) hide show
  1. package/LICENSE +198 -5
  2. package/dist/gearn.js.client.js +46884 -0
  3. package/dist/gearn.js.client.min.js +2 -0
  4. package/dist/gearn.js.client.min.js.LICENSE.txt +14 -0
  5. package/dist/index.js +34162 -337
  6. package/dist/runtime/entity/models/CharacterPlayerModels.d.ts +0 -1
  7. package/dist/runtime/entity/models/DashboardModels.d.ts +7 -7
  8. package/dist/runtime/entity/models/GroupModels.d.ts +0 -1
  9. package/dist/runtime/entity/models/MultiplayerModels.d.ts +1 -1
  10. package/package.json +2 -2
  11. package/responseModel/chatgpt/Authenticate.json +724 -0
  12. package/responseModel/chatgpt/CharacterPlayer.json +1890 -0
  13. package/responseModel/chatgpt/CloudScript.json +254 -0
  14. package/responseModel/chatgpt/Content.json +273 -0
  15. package/responseModel/chatgpt/Dashboard.json +4110 -0
  16. package/responseModel/chatgpt/GamePlayer.json +2306 -0
  17. package/responseModel/chatgpt/Generic.json +253 -0
  18. package/responseModel/chatgpt/Group.json +1509 -0
  19. package/responseModel/chatgpt/Inventory.json +1211 -0
  20. package/responseModel/chatgpt/MasterPlayer.json +3801 -0
  21. package/responseModel/chatgpt/Multiplayer.json +634 -0
  22. package/responseModel/chatgpt/StoreInventory.json +1099 -0
  23. package/responseModel/clients/AuthenticateModels.json +271 -0
  24. package/responseModel/clients/CharacterPlayerModels.json +792 -0
  25. package/responseModel/clients/CloudScriptModels.json +191 -0
  26. package/responseModel/clients/ContentModels.json +178 -0
  27. package/responseModel/clients/DashboardModels.json +5423 -0
  28. package/responseModel/clients/GamePlayerModels.json +781 -0
  29. package/responseModel/clients/GenericModels.json +344 -0
  30. package/responseModel/clients/GroupModels.json +705 -0
  31. package/responseModel/clients/InventoryModels.json +568 -0
  32. package/responseModel/clients/MasterPlayerModels.json +1281 -0
  33. package/responseModel/clients/MultiplayerModels.json +439 -0
  34. package/responseModel/clients/StoreInventoryModels.json +971 -0
  35. package/responseModel/finalChatgpt/Authenticate.json +1475 -0
  36. package/responseModel/finalChatgpt/CharacterPlayer.json +4104 -0
  37. package/responseModel/finalChatgpt/CloudScript.json +515 -0
  38. package/responseModel/finalChatgpt/Content.json +536 -0
  39. package/responseModel/finalChatgpt/Dashboard.json +6712 -0
  40. package/responseModel/finalChatgpt/GamePlayer.json +5142 -0
  41. package/responseModel/finalChatgpt/Generic.json +333 -0
  42. package/responseModel/finalChatgpt/Group.json +3232 -0
  43. package/responseModel/finalChatgpt/Inventory.json +2606 -0
  44. package/responseModel/finalChatgpt/MasterPlayer.json +8385 -0
  45. package/responseModel/finalChatgpt/Multiplayer.json +1196 -0
  46. package/responseModel/finalChatgpt/StoreInventory.json +2085 -0
  47. package/responseModel/finals/Authenticate.json +1460 -0
  48. package/responseModel/finals/CharacterPlayer.json +3639 -0
  49. package/responseModel/finals/CloudScript.json +465 -0
  50. package/responseModel/finals/Content.json +479 -0
  51. package/responseModel/finals/Dashboard.json +6718 -0
  52. package/responseModel/finals/GamePlayer.json +4291 -0
  53. package/responseModel/finals/Generic.json +345 -0
  54. package/responseModel/finals/Group.json +2885 -0
  55. package/responseModel/finals/Inventory.json +2309 -0
  56. package/responseModel/finals/MasterPlayer.json +7018 -0
  57. package/responseModel/finals/Multiplayer.json +1082 -0
  58. package/responseModel/finals/StoreInventory.json +1979 -0
  59. package/responseModel/finalsShort/Authenticate.json +723 -0
  60. package/responseModel/finalsShort/CharacterPlayer.json +1889 -0
  61. package/responseModel/finalsShort/CloudScript.json +253 -0
  62. package/responseModel/finalsShort/Content.json +272 -0
  63. package/responseModel/finalsShort/Dashboard.json +4109 -0
  64. package/responseModel/finalsShort/GamePlayer.json +2305 -0
  65. package/responseModel/finalsShort/Generic.json +252 -0
  66. package/responseModel/finalsShort/Group.json +1508 -0
  67. package/responseModel/finalsShort/Inventory.json +1210 -0
  68. package/responseModel/finalsShort/MasterPlayer.json +3800 -0
  69. package/responseModel/finalsShort/Multiplayer.json +633 -0
  70. package/responseModel/finalsShort/StoreInventory.json +1098 -0
  71. package/responseModel/operationResponse/AuthenticateResponseModels.json +77 -0
  72. package/responseModel/operationResponse/CharacterPlayerResponseModels.json +217 -0
  73. package/responseModel/operationResponse/CloudScriptResponseModels.json +25 -0
  74. package/responseModel/operationResponse/ContentResponseModels.json +33 -0
  75. package/responseModel/operationResponse/DashboardResponseModels.json +109 -0
  76. package/responseModel/operationResponse/GamePlayerResponseModels.json +213 -0
  77. package/responseModel/operationResponse/GroupResponseModels.json +165 -0
  78. package/responseModel/operationResponse/InventoryResponseModels.json +141 -0
  79. package/responseModel/operationResponse/MasterPlayerResponseModels.json +349 -0
  80. package/responseModel/operationResponse/MultiplayerResponseModels.json +45 -0
  81. package/responseModel/operationResponse/StoreInventoryResponseModels.json +61 -0
  82. package/responseModel/servers/Authenticate.json +1328 -0
  83. package/responseModel/servers/CharacterPlayer.json +3199 -0
  84. package/responseModel/servers/CloudScript.json +278 -0
  85. package/responseModel/servers/Content.json +324 -0
  86. package/responseModel/servers/GamePlayer.json +3844 -0
  87. package/responseModel/servers/Group.json +2454 -0
  88. package/responseModel/servers/Inventory.json +1964 -0
  89. package/responseModel/servers/MasterAdmin.json +5569 -0
  90. package/responseModel/servers/MasterPlayer.json +5924 -0
  91. package/responseModel/servers/Multiplayer.json +545 -0
  92. package/responseModel/servers/StoreInventory.json +1290 -0
  93. package/dist/runtime/GNNetwork.js +0 -250
  94. package/dist/runtime/GNNetworkAuthenticateApi.js +0 -122
  95. package/dist/runtime/GNNetworkCharacterPlayerApi.js +0 -968
  96. package/dist/runtime/GNNetworkCloudScriptApi.js +0 -104
  97. package/dist/runtime/GNNetworkContentApi.js +0 -140
  98. package/dist/runtime/GNNetworkDashboardApi.js +0 -170
  99. package/dist/runtime/GNNetworkGamePlayerApi.js +0 -950
  100. package/dist/runtime/GNNetworkGroupApi.js +0 -734
  101. package/dist/runtime/GNNetworkInventoryApi.js +0 -626
  102. package/dist/runtime/GNNetworkMasterPlayerApi.js +0 -1550
  103. package/dist/runtime/GNNetworkMultiplayerApi.js +0 -194
  104. package/dist/runtime/GNNetworkStoreInventoryApi.js +0 -266
  105. package/dist/runtime/common/Action0.js +0 -1
  106. package/dist/runtime/common/Action1.js +0 -1
  107. package/dist/runtime/common/Action2.js +0 -1
  108. package/dist/runtime/common/Action3.js +0 -1
  109. package/dist/runtime/common/Action4.js +0 -1
  110. package/dist/runtime/common/GNData.js +0 -211
  111. package/dist/runtime/config/GNServerSettings.js +0 -149
  112. package/dist/runtime/constant/Commands.js +0 -19
  113. package/dist/runtime/constant/EventCode.js +0 -8
  114. package/dist/runtime/constant/OperationCode.js +0 -221
  115. package/dist/runtime/constant/ReturnCode.js +0 -14
  116. package/dist/runtime/constant/enumType/ExecuteResponseStatus.js +0 -8
  117. package/dist/runtime/constant/enumType/FriendStatus.js +0 -7
  118. package/dist/runtime/constant/enumType/GoogleLoginType.js +0 -5
  119. package/dist/runtime/constant/enumType/GroupStatus.js +0 -7
  120. package/dist/runtime/constant/enumType/InvalidMemberType.js +0 -18
  121. package/dist/runtime/constant/enumType/ItemType.js +0 -5
  122. package/dist/runtime/constant/enumType/MatchmakingMemberStatus.js +0 -6
  123. package/dist/runtime/constant/enumType/MatchmakingTicketStatus.js +0 -8
  124. package/dist/runtime/constant/enumType/OwnerType.js +0 -9
  125. package/dist/runtime/constant/enumType/PermissionDataItem.js +0 -5
  126. package/dist/runtime/constant/enumType/PushPlatformType.js +0 -5
  127. package/dist/runtime/constant/enumType/RequestRole.js +0 -6
  128. package/dist/runtime/constant/enumType/RequestType.js +0 -15
  129. package/dist/runtime/constant/enumType/StoreItemType.js +0 -5
  130. package/dist/runtime/constant/enumType/StoreReceiveType.js +0 -8
  131. package/dist/runtime/constant/errorCode/ErrorCode.js +0 -52
  132. package/dist/runtime/constant/parameterCode/ParameterCode.js +0 -617
  133. package/dist/runtime/entity/DataMember.js +0 -208
  134. package/dist/runtime/entity/GNMetadata.js +0 -11
  135. package/dist/runtime/entity/InvalidMember.js +0 -1
  136. package/dist/runtime/entity/OperationEvent.js +0 -24
  137. package/dist/runtime/entity/OperationHelper.js +0 -24
  138. package/dist/runtime/entity/OperationRequest.js +0 -42
  139. package/dist/runtime/entity/OperationResponse.js +0 -73
  140. package/dist/runtime/entity/models/AuthenticateModels.js +0 -426
  141. package/dist/runtime/entity/models/AuthenticateRequestModels.js +0 -188
  142. package/dist/runtime/entity/models/AuthenticateResponseModels.js +0 -131
  143. package/dist/runtime/entity/models/CharacterPlayerModels.js +0 -1437
  144. package/dist/runtime/entity/models/CharacterPlayerRequestModels.js +0 -1386
  145. package/dist/runtime/entity/models/CharacterPlayerResponseModels.js +0 -376
  146. package/dist/runtime/entity/models/CloudScriptModels.js +0 -197
  147. package/dist/runtime/entity/models/CloudScriptRequestModels.js +0 -138
  148. package/dist/runtime/entity/models/CloudScriptResponseModels.js +0 -40
  149. package/dist/runtime/entity/models/ContentModels.js +0 -203
  150. package/dist/runtime/entity/models/ContentRequestModels.js +0 -190
  151. package/dist/runtime/entity/models/ContentResponseModels.js +0 -54
  152. package/dist/runtime/entity/models/DashboardModels.js +0 -3002
  153. package/dist/runtime/entity/models/DashboardRequestModels.js +0 -268
  154. package/dist/runtime/entity/models/DashboardResponseModels.js +0 -187
  155. package/dist/runtime/entity/models/GamePlayerModels.js +0 -1591
  156. package/dist/runtime/entity/models/GamePlayerRequestModels.js +0 -1360
  157. package/dist/runtime/entity/models/GamePlayerResponseModels.js +0 -369
  158. package/dist/runtime/entity/models/GenericModels.js +0 -177
  159. package/dist/runtime/entity/models/GroupModels.js +0 -1139
  160. package/dist/runtime/entity/models/GroupRequestModels.js +0 -1048
  161. package/dist/runtime/entity/models/GroupResponseModels.js +0 -285
  162. package/dist/runtime/entity/models/InventoryModels.js +0 -915
  163. package/dist/runtime/entity/models/InventoryRequestModels.js +0 -892
  164. package/dist/runtime/entity/models/InventoryResponseModels.js +0 -243
  165. package/dist/runtime/entity/models/MasterPlayerModels.js +0 -2573
  166. package/dist/runtime/entity/models/MasterPlayerRequestModels.js +0 -2228
  167. package/dist/runtime/entity/models/MasterPlayerResponseModels.js +0 -607
  168. package/dist/runtime/entity/models/MultiplayerModels.js +0 -404
  169. package/dist/runtime/entity/models/MultiplayerRequestModels.js +0 -268
  170. package/dist/runtime/entity/models/MultiplayerResponseModels.js +0 -75
  171. package/dist/runtime/entity/models/StoreInventoryModels.js +0 -797
  172. package/dist/runtime/entity/models/StoreInventoryRequestModels.js +0 -372
  173. package/dist/runtime/entity/models/StoreInventoryResponseModels.js +0 -103
  174. package/dist/runtime/entity/request/CustomOperationRequest.js +0 -24
  175. package/dist/runtime/entity/response/CustomOperationResponse.js +0 -29
  176. package/dist/runtime/entity/response/GetAuthInfoResponse.js +0 -2
  177. package/dist/runtime/entity/response/UploadFileResponse.js +0 -2
  178. package/dist/runtime/helper/CodeHelper.js +0 -63
  179. package/dist/runtime/helper/ConverterService.js +0 -275
  180. package/dist/runtime/helper/EnumUtility.js +0 -33
  181. package/dist/runtime/helper/GNSupport.js +0 -8
  182. package/dist/runtime/helper/GNUtils.js +0 -72
  183. package/dist/runtime/helper/MessagePackConverterService.js +0 -9
  184. package/dist/runtime/logger/GNDebug.js +0 -29
  185. package/dist/runtime/networking/AuthenticateStatus.js +0 -14
  186. package/dist/runtime/networking/IPeer.js +0 -1
  187. package/dist/runtime/networking/NetworkingPeer.js +0 -178
  188. package/dist/runtime/networking/OperationPending.js +0 -53
  189. package/dist/runtime/networking/PeerBase.js +0 -161
  190. package/dist/runtime/networking/handler/IServerEventHandler.js +0 -13
  191. package/dist/runtime/networking/handler/OnCharacterPlayerFriendUpdateEventHandler.js +0 -39
  192. package/dist/runtime/networking/handler/OnCharacterPlayerGroupUpdateEventHandler.js +0 -39
  193. package/dist/runtime/networking/handler/OnGamePlayerFriendUpdateEventHandler.js +0 -39
  194. package/dist/runtime/networking/handler/OnGamePlayerGroupUpdateEventHandler.js +0 -39
  195. package/dist/runtime/networking/handler/OnGroupMemberUpdateEventHandler.js +0 -35
  196. package/dist/runtime/networking/handler/OnGroupMessageUpdateEventHandler.js +0 -43
  197. package/dist/runtime/networking/http/HttpPeer.js +0 -122
  198. package/dist/runtime/networking/http/NetworkingHttpPeerBase.js +0 -6
  199. package/dist/runtime/networking/http/NetworkingPeerAxiosRequest.js +0 -164
  200. package/dist/runtime/networking/socket/NetworkingPeerSocketIOClient.js +0 -130
  201. package/dist/runtime/networking/socket/NetworkingSocketPeerBase.js +0 -165
  202. package/dist/runtime/networking/socket/SocketPeer.js +0 -115
  203. package/dist/runtime/typescript/ServiceUpdate.js +0 -12
@@ -0,0 +1,1196 @@
1
+ {
2
+ "requestType": "Multiplayer",
3
+ "operations": [
4
+ {
5
+ "operationCode": "CancelAllMatchmakingTicket",
6
+ "details": [
7
+ {
8
+ "role": "Client",
9
+ "requestData": [
10
+ {
11
+ "code": "QueueName",
12
+ "description": "The name of the matchmaking queue in which the ticket resides.",
13
+ "optional": false,
14
+ "type": "string",
15
+ "gnType": "String",
16
+ "conditions": {
17
+ "minLength": 6,
18
+ "maxLength": 32
19
+ }
20
+ }
21
+ ]
22
+ },
23
+ {
24
+ "role": "Server",
25
+ "requestData": [
26
+ {
27
+ "code": "UserId",
28
+ "description": "UserId parameter.",
29
+ "optional": false,
30
+ "type": "string",
31
+ "gnType": "String",
32
+ "conditions": {
33
+ "minLength": 10,
34
+ "maxLength": 10
35
+ }
36
+ }
37
+ ]
38
+ },
39
+ {
40
+ "role": "Admin",
41
+ "requestData": [
42
+ {
43
+ "code": "UserId",
44
+ "description": "UserId parameter.",
45
+ "optional": false,
46
+ "type": "string",
47
+ "gnType": "String",
48
+ "conditions": {
49
+ "minLength": 10,
50
+ "maxLength": 10
51
+ }
52
+ }
53
+ ]
54
+ }
55
+ ],
56
+ "responseData": [
57
+ {
58
+ "code": "ErrorCode",
59
+ "value": [
60
+ "MatchmakingQueueNotFound",
61
+ "Ok"
62
+ ]
63
+ },
64
+ {
65
+ "code": "TicketIds"
66
+ }
67
+ ],
68
+ "description": "Cancels all matchmaking tickets associated with the player.",
69
+ "operationResponse": "CancelAllMatchmakingTicketResponseData"
70
+ },
71
+ {
72
+ "operationCode": "CancelMatchmakingTicket",
73
+ "details": [
74
+ {
75
+ "role": "Client",
76
+ "requestData": [
77
+ {
78
+ "code": "TicketId",
79
+ "description": "The unique identifier of the matchmaking ticket.",
80
+ "optional": false,
81
+ "type": "string",
82
+ "gnType": "String",
83
+ "conditions": {
84
+ "minLength": 10,
85
+ "maxLength": 10
86
+ }
87
+ }
88
+ ]
89
+ },
90
+ {
91
+ "role": "Server",
92
+ "requestData": [
93
+ {
94
+ "code": "UserId",
95
+ "description": "UserId parameter.",
96
+ "optional": false,
97
+ "type": "string",
98
+ "gnType": "String",
99
+ "conditions": {
100
+ "minLength": 10,
101
+ "maxLength": 10
102
+ }
103
+ }
104
+ ]
105
+ },
106
+ {
107
+ "role": "Admin",
108
+ "requestData": [
109
+ {
110
+ "code": "UserId",
111
+ "description": "UserId parameter.",
112
+ "optional": false,
113
+ "type": "string",
114
+ "gnType": "String",
115
+ "conditions": {
116
+ "minLength": 10,
117
+ "maxLength": 10
118
+ }
119
+ }
120
+ ]
121
+ }
122
+ ],
123
+ "responseData": [
124
+ {
125
+ "code": "ErrorCode",
126
+ "value": [
127
+ "MatchmakingTicketNotFound",
128
+ "MatchmakingTicketAlreadyCompleted",
129
+ "MatchmakingPlayerHasNotJoinedTicket",
130
+ "Ok"
131
+ ]
132
+ }
133
+ ],
134
+ "description": "Cancels a specific matchmaking ticket by its unique ticket ID.",
135
+ "operationResponse": "EmptyResponseData"
136
+ },
137
+ {
138
+ "operationCode": "CreateMatchmakingTicket",
139
+ "details": [
140
+ {
141
+ "role": "Client",
142
+ "requestData": [
143
+ {
144
+ "code": "GiveUpAfterSeconds",
145
+ "description": "The timeout duration after which the matchmaking ticket will expire.",
146
+ "optional": false,
147
+ "type": "number",
148
+ "gnType": "Number",
149
+ "conditions": {
150
+ "mustInt": true,
151
+ "minValue": 20
152
+ }
153
+ },
154
+ {
155
+ "code": "QueueName",
156
+ "description": "The name of the matchmaking queue in which the ticket resides.",
157
+ "optional": false,
158
+ "type": "string",
159
+ "gnType": "String",
160
+ "conditions": {
161
+ "minLength": 6,
162
+ "maxLength": 32
163
+ }
164
+ },
165
+ {
166
+ "code": "Attribute",
167
+ "description": "Attribute parameter.",
168
+ "optional": true,
169
+ "type": "GNHashtable",
170
+ "gnType": "GNHashtable",
171
+ "conditions": {}
172
+ },
173
+ {
174
+ "code": "Members",
175
+ "description": "A list of players to include in the matchmaking request.",
176
+ "optional": true,
177
+ "type": "string",
178
+ "gnType": "GNArray",
179
+ "conditions": {}
180
+ }
181
+ ]
182
+ },
183
+ {
184
+ "role": "Server",
185
+ "requestData": [
186
+ {
187
+ "code": "UserId",
188
+ "description": "UserId parameter.",
189
+ "optional": false,
190
+ "type": "string",
191
+ "gnType": "String",
192
+ "conditions": {
193
+ "minLength": 10,
194
+ "maxLength": 10
195
+ }
196
+ }
197
+ ]
198
+ },
199
+ {
200
+ "role": "Admin",
201
+ "requestData": [
202
+ {
203
+ "code": "UserId",
204
+ "description": "UserId parameter.",
205
+ "optional": false,
206
+ "type": "string",
207
+ "gnType": "String",
208
+ "conditions": {
209
+ "minLength": 10,
210
+ "maxLength": 10
211
+ }
212
+ }
213
+ ]
214
+ }
215
+ ],
216
+ "responseData": [
217
+ {
218
+ "code": "ErrorCode",
219
+ "value": [
220
+ "MatchmakingQueueNotFound",
221
+ "MatchmakingPlayerHasJoinedOtherTicket",
222
+ "TicketSizeError",
223
+ "Ok"
224
+ ]
225
+ },
226
+ {
227
+ "code": "TicketId"
228
+ }
229
+ ],
230
+ "description": "Creates a new matchmaking ticket with specified members and configuration.",
231
+ "operationResponse": "CreateMatchmakingTicketResponseData"
232
+ },
233
+ {
234
+ "operationCode": "GetAllMatchmakingTicket",
235
+ "details": [
236
+ {
237
+ "role": "Client",
238
+ "requestData": [
239
+ {
240
+ "code": "Status",
241
+ "description": "Status parameter.",
242
+ "optional": true,
243
+ "type": "number",
244
+ "gnType": "Number",
245
+ "conditions": {
246
+ "mustInt": true,
247
+ "minValue": 1,
248
+ "maxValue": 5
249
+ }
250
+ },
251
+ {
252
+ "code": "ReturnMember",
253
+ "description": "ReturnMember parameter.",
254
+ "optional": true,
255
+ "type": "boolean",
256
+ "gnType": "Boolean",
257
+ "defaultValue": "false",
258
+ "conditions": {}
259
+ },
260
+ {
261
+ "code": "Skip",
262
+ "description": "Skip parameter.",
263
+ "optional": true,
264
+ "type": "number",
265
+ "gnType": "Number",
266
+ "defaultValue": "0",
267
+ "conditions": {
268
+ "mustInt": true,
269
+ "minValue": 0
270
+ }
271
+ },
272
+ {
273
+ "code": "Limit",
274
+ "description": "Limit parameter.",
275
+ "optional": true,
276
+ "type": "number",
277
+ "gnType": "Number",
278
+ "defaultValue": "10",
279
+ "conditions": {
280
+ "mustInt": true,
281
+ "minValue": 1,
282
+ "maxValue": 100
283
+ }
284
+ }
285
+ ]
286
+ },
287
+ {
288
+ "role": "Server",
289
+ "requestData": []
290
+ },
291
+ {
292
+ "role": "Admin",
293
+ "requestData": []
294
+ }
295
+ ],
296
+ "responseData": [
297
+ {
298
+ "code": "ErrorCode",
299
+ "value": [
300
+ "Ok"
301
+ ]
302
+ },
303
+ {
304
+ "code": "Results"
305
+ }
306
+ ],
307
+ "description": "Retrieves all active matchmaking tickets for the current player or context.",
308
+ "operationResponse": "GetAllMatchmakingTicketResponseData"
309
+ },
310
+ {
311
+ "operationCode": "GetAllMatch",
312
+ "details": [
313
+ {
314
+ "role": "Client",
315
+ "requestData": [
316
+ {
317
+ "code": "ReturnMember",
318
+ "description": "ReturnMember parameter.",
319
+ "optional": true,
320
+ "type": "boolean",
321
+ "gnType": "Boolean",
322
+ "defaultValue": "false",
323
+ "conditions": {}
324
+ },
325
+ {
326
+ "code": "Skip",
327
+ "description": "Skip parameter.",
328
+ "optional": true,
329
+ "type": "number",
330
+ "gnType": "Number",
331
+ "defaultValue": "0",
332
+ "conditions": {
333
+ "mustInt": true,
334
+ "minValue": 0
335
+ }
336
+ },
337
+ {
338
+ "code": "Limit",
339
+ "description": "Limit parameter.",
340
+ "optional": true,
341
+ "type": "number",
342
+ "gnType": "Number",
343
+ "defaultValue": "10",
344
+ "conditions": {
345
+ "mustInt": true,
346
+ "minValue": 1,
347
+ "maxValue": 100
348
+ }
349
+ }
350
+ ]
351
+ },
352
+ {
353
+ "role": "Server",
354
+ "requestData": []
355
+ },
356
+ {
357
+ "role": "Admin",
358
+ "requestData": []
359
+ }
360
+ ],
361
+ "responseData": [
362
+ {
363
+ "code": "ErrorCode",
364
+ "value": [
365
+ "Ok"
366
+ ]
367
+ },
368
+ {
369
+ "code": "Results"
370
+ }
371
+ ],
372
+ "description": "Returns all active or available matches that can be joined or observed.",
373
+ "operationResponse": "GetAllMatchResponseData"
374
+ },
375
+ {
376
+ "operationCode": "GetMatchmakingTicket",
377
+ "details": [
378
+ {
379
+ "role": "Client",
380
+ "requestData": [
381
+ {
382
+ "code": "TicketId",
383
+ "description": "The unique identifier of the matchmaking ticket.",
384
+ "optional": false,
385
+ "type": "string",
386
+ "gnType": "String",
387
+ "conditions": {
388
+ "minLength": 10,
389
+ "maxLength": 10
390
+ }
391
+ },
392
+ {
393
+ "code": "ReturnMember",
394
+ "description": "ReturnMember parameter.",
395
+ "optional": true,
396
+ "type": "boolean",
397
+ "gnType": "Boolean",
398
+ "defaultValue": "false",
399
+ "conditions": {}
400
+ }
401
+ ]
402
+ },
403
+ {
404
+ "role": "Server",
405
+ "requestData": []
406
+ },
407
+ {
408
+ "role": "Admin",
409
+ "requestData": []
410
+ }
411
+ ],
412
+ "responseData": [
413
+ {
414
+ "code": "ErrorCode",
415
+ "value": [
416
+ "MatchmakingTicketNotFound",
417
+ "Ok"
418
+ ]
419
+ },
420
+ {
421
+ "code": "MatchmakingTicket"
422
+ }
423
+ ],
424
+ "description": "Fetches detailed information for a specific matchmaking ticket.",
425
+ "operationResponse": "GetMatchmakingTicketResponseData"
426
+ },
427
+ {
428
+ "operationCode": "GetMatch",
429
+ "details": [
430
+ {
431
+ "role": "Client",
432
+ "requestData": [
433
+ {
434
+ "code": "MatchId",
435
+ "description": "The unique identifier of the match.",
436
+ "optional": false,
437
+ "type": "string",
438
+ "gnType": "String",
439
+ "conditions": {
440
+ "minLength": 15,
441
+ "maxLength": 15
442
+ }
443
+ },
444
+ {
445
+ "code": "ReturnMember",
446
+ "description": "ReturnMember parameter.",
447
+ "optional": true,
448
+ "type": "boolean",
449
+ "gnType": "Boolean",
450
+ "defaultValue": "false",
451
+ "conditions": {}
452
+ }
453
+ ]
454
+ },
455
+ {
456
+ "role": "Server",
457
+ "requestData": []
458
+ },
459
+ {
460
+ "role": "Admin",
461
+ "requestData": []
462
+ }
463
+ ],
464
+ "responseData": [
465
+ {
466
+ "code": "ErrorCode",
467
+ "value": [
468
+ "MatchNotFound",
469
+ "Ok"
470
+ ]
471
+ },
472
+ {
473
+ "code": "Match"
474
+ }
475
+ ],
476
+ "description": "Retrieves full metadata and status of a match using its match ID.",
477
+ "operationResponse": "GetMatchResponseData"
478
+ },
479
+ {
480
+ "operationCode": "GetQueueStatistics",
481
+ "details": [
482
+ {
483
+ "role": "Client",
484
+ "requestData": [
485
+ {
486
+ "code": "QueueName",
487
+ "description": "The name of the matchmaking queue in which the ticket resides.",
488
+ "optional": false,
489
+ "type": "string",
490
+ "gnType": "String",
491
+ "conditions": {
492
+ "minLength": 6,
493
+ "maxLength": 32
494
+ }
495
+ },
496
+ {
497
+ "code": "TimeInSeconds",
498
+ "description": "TimeInSeconds parameter.",
499
+ "optional": false,
500
+ "type": "number",
501
+ "gnType": "Number",
502
+ "conditions": {
503
+ "mustInt": true,
504
+ "minValue": 20
505
+ }
506
+ }
507
+ ]
508
+ },
509
+ {
510
+ "role": "Server",
511
+ "requestData": []
512
+ },
513
+ {
514
+ "role": "Admin",
515
+ "requestData": []
516
+ }
517
+ ],
518
+ "responseData": [
519
+ {
520
+ "code": "PendingMemberCount"
521
+ },
522
+ {
523
+ "code": "PendingTicketCount"
524
+ },
525
+ {
526
+ "code": "AverageMatchmakingTimeInSeconds"
527
+ }
528
+ ],
529
+ "description": "Returns statistics and metrics for a specific matchmaking queue.",
530
+ "operationResponse": "GetQueueStatisticsResponseData"
531
+ },
532
+ {
533
+ "operationCode": "JoinMatchmakingTicket",
534
+ "details": [
535
+ {
536
+ "role": "Client",
537
+ "requestData": [
538
+ {
539
+ "code": "TicketId",
540
+ "description": "The unique identifier of the matchmaking ticket.",
541
+ "optional": false,
542
+ "type": "string",
543
+ "gnType": "String",
544
+ "conditions": {
545
+ "minLength": 10,
546
+ "maxLength": 10
547
+ }
548
+ },
549
+ {
550
+ "code": "Attribute",
551
+ "description": "Attribute parameter.",
552
+ "optional": true,
553
+ "type": "GNHashtable",
554
+ "gnType": "GNHashtable",
555
+ "conditions": {}
556
+ }
557
+ ]
558
+ },
559
+ {
560
+ "role": "Server",
561
+ "requestData": [
562
+ {
563
+ "code": "UserId",
564
+ "description": "UserId parameter.",
565
+ "optional": false,
566
+ "type": "string",
567
+ "gnType": "String",
568
+ "conditions": {
569
+ "minLength": 10,
570
+ "maxLength": 10
571
+ }
572
+ }
573
+ ]
574
+ },
575
+ {
576
+ "role": "Admin",
577
+ "requestData": [
578
+ {
579
+ "code": "UserId",
580
+ "description": "UserId parameter.",
581
+ "optional": false,
582
+ "type": "string",
583
+ "gnType": "String",
584
+ "conditions": {
585
+ "minLength": 10,
586
+ "maxLength": 10
587
+ }
588
+ }
589
+ ]
590
+ }
591
+ ],
592
+ "responseData": [
593
+ {
594
+ "code": "ErrorCode",
595
+ "value": [
596
+ "MatchmakingTicketNotFound",
597
+ "MatchmakingTicketAlreadyCompleted",
598
+ "MatchmakingQueueNotFound",
599
+ "MatchmakingPlayerHasJoinedOtherTicket",
600
+ "Ok"
601
+ ]
602
+ }
603
+ ],
604
+ "description": "Adds a player to an existing matchmaking ticket.",
605
+ "operationResponse": "EmptyResponseData"
606
+ },
607
+ {
608
+ "operationCode": "ListMatchmakingTicketsForPlayer",
609
+ "details": [
610
+ {
611
+ "role": "Client",
612
+ "requestData": [
613
+ {
614
+ "code": "QueueName",
615
+ "description": "The name of the matchmaking queue in which the ticket resides.",
616
+ "optional": false,
617
+ "type": "string",
618
+ "gnType": "String",
619
+ "conditions": {
620
+ "minLength": 6,
621
+ "maxLength": 32
622
+ }
623
+ }
624
+ ]
625
+ },
626
+ {
627
+ "role": "Server",
628
+ "requestData": [
629
+ {
630
+ "code": "UserId",
631
+ "description": "UserId parameter.",
632
+ "optional": false,
633
+ "type": "string",
634
+ "gnType": "String",
635
+ "conditions": {
636
+ "minLength": 10,
637
+ "maxLength": 10
638
+ }
639
+ }
640
+ ]
641
+ },
642
+ {
643
+ "role": "Admin",
644
+ "requestData": [
645
+ {
646
+ "code": "UserId",
647
+ "description": "UserId parameter.",
648
+ "optional": false,
649
+ "type": "string",
650
+ "gnType": "String",
651
+ "conditions": {
652
+ "minLength": 10,
653
+ "maxLength": 10
654
+ }
655
+ }
656
+ ]
657
+ }
658
+ ],
659
+ "responseData": [
660
+ {
661
+ "code": "ErrorCode",
662
+ "value": [
663
+ "Ok"
664
+ ]
665
+ },
666
+ {
667
+ "code": "TicketIds"
668
+ }
669
+ ],
670
+ "description": "Returns all tickets currently associated with a given player.",
671
+ "operationResponse": "ListMatchmakingTicketsForPlayerResponseData"
672
+ }
673
+ ],
674
+ "models": [
675
+ {
676
+ "name": "CancelAllMatchmakingTicketResponseData",
677
+ "details": [
678
+ {
679
+ "code": "TicketIds",
680
+ "description": "TicketIds field in CancelAllMatchmakingTicketResponseData.",
681
+ "optional": false,
682
+ "type": "string",
683
+ "gnType": "GNArray",
684
+ "conditions": {}
685
+ }
686
+ ],
687
+ "description": "Response returned after canceling all matchmaking tickets."
688
+ },
689
+ {
690
+ "name": "CreateMatchmakingTicketResponseData",
691
+ "details": [
692
+ {
693
+ "code": "TicketId",
694
+ "description": "Unique identifier of the matchmaking ticket.",
695
+ "optional": false,
696
+ "type": "string",
697
+ "gnType": "String",
698
+ "conditions": {}
699
+ }
700
+ ],
701
+ "description": "Response containing the ticket ID of the newly created matchmaking ticket."
702
+ },
703
+ {
704
+ "name": "MatchmakingTicketMember",
705
+ "details": [
706
+ {
707
+ "code": "UserId",
708
+ "description": "UserId field in MatchmakingTicketMember.",
709
+ "optional": false,
710
+ "type": "string",
711
+ "gnType": "String",
712
+ "conditions": {
713
+ "minLength": 10,
714
+ "maxLength": 10
715
+ }
716
+ },
717
+ {
718
+ "code": "Status",
719
+ "description": "Current status of the ticket or match.",
720
+ "optional": false,
721
+ "type": "number",
722
+ "gnType": "Number",
723
+ "conditions": {
724
+ "mustInt": true
725
+ }
726
+ },
727
+ {
728
+ "code": "Attribute",
729
+ "description": "Attribute field in MatchmakingTicketMember.",
730
+ "optional": false,
731
+ "type": "GNHashtable",
732
+ "gnType": "GNHashtable",
733
+ "conditions": {}
734
+ }
735
+ ],
736
+ "description": "Represents a single player participating in a matchmaking ticket."
737
+ },
738
+ {
739
+ "name": "MatchmakingTicketResponseData",
740
+ "details": [
741
+ {
742
+ "code": "TsCreate",
743
+ "description": "TsCreate field in MatchmakingTicketResponseData.",
744
+ "optional": false,
745
+ "type": "number",
746
+ "gnType": "Number",
747
+ "conditions": {}
748
+ },
749
+ {
750
+ "code": "CreatorId",
751
+ "description": "CreatorId field in MatchmakingTicketResponseData.",
752
+ "optional": false,
753
+ "type": "string",
754
+ "gnType": "String",
755
+ "conditions": {
756
+ "minLength": 10,
757
+ "maxLength": 10
758
+ }
759
+ },
760
+ {
761
+ "code": "GiveUpAfterSeconds",
762
+ "description": "Maximum number of seconds the matchmaking system will search before expiring the ticket.",
763
+ "optional": false,
764
+ "type": "number",
765
+ "gnType": "Number",
766
+ "conditions": {}
767
+ },
768
+ {
769
+ "code": "QueueName",
770
+ "description": "Name of the matchmaking queue.",
771
+ "optional": false,
772
+ "type": "string",
773
+ "gnType": "String",
774
+ "conditions": {
775
+ "minLength": 6,
776
+ "maxLength": 32
777
+ }
778
+ },
779
+ {
780
+ "code": "Status",
781
+ "description": "Current status of the ticket or match.",
782
+ "optional": false,
783
+ "type": "number",
784
+ "gnType": "Number",
785
+ "conditions": {
786
+ "mustInt": true
787
+ }
788
+ },
789
+ {
790
+ "code": "MatchId",
791
+ "description": "Unique identifier of the match.",
792
+ "optional": true,
793
+ "type": "string",
794
+ "gnType": "String",
795
+ "conditions": {
796
+ "minLength": 15,
797
+ "maxLength": 15
798
+ }
799
+ },
800
+ {
801
+ "code": "Members",
802
+ "description": "List of players included in the matchmaking ticket or match.",
803
+ "optional": true,
804
+ "type": "MatchmakingTicketMember",
805
+ "gnType": "GNArray",
806
+ "conditions": {}
807
+ }
808
+ ],
809
+ "description": "Metadata about a matchmaking ticket, including status and player info."
810
+ },
811
+ {
812
+ "name": "MatchmakingTicketWithTicketIdResponseData",
813
+ "details": [
814
+ {
815
+ "code": "TicketId",
816
+ "description": "Unique identifier of the matchmaking ticket.",
817
+ "optional": false,
818
+ "type": "string",
819
+ "gnType": "String",
820
+ "conditions": {}
821
+ },
822
+ {
823
+ "code": "TsCreate",
824
+ "description": "TsCreate field in MatchmakingTicketWithTicketIdResponseData.",
825
+ "optional": false,
826
+ "type": "number",
827
+ "gnType": "Number",
828
+ "conditions": {}
829
+ },
830
+ {
831
+ "code": "CreatorId",
832
+ "description": "CreatorId field in MatchmakingTicketWithTicketIdResponseData.",
833
+ "optional": false,
834
+ "type": "string",
835
+ "gnType": "String",
836
+ "conditions": {
837
+ "minLength": 10,
838
+ "maxLength": 10
839
+ }
840
+ },
841
+ {
842
+ "code": "GiveUpAfterSeconds",
843
+ "description": "Maximum number of seconds the matchmaking system will search before expiring the ticket.",
844
+ "optional": false,
845
+ "type": "number",
846
+ "gnType": "Number",
847
+ "conditions": {}
848
+ },
849
+ {
850
+ "code": "QueueName",
851
+ "description": "Name of the matchmaking queue.",
852
+ "optional": false,
853
+ "type": "string",
854
+ "gnType": "String",
855
+ "conditions": {
856
+ "minLength": 6,
857
+ "maxLength": 32
858
+ }
859
+ },
860
+ {
861
+ "code": "Status",
862
+ "description": "Current status of the ticket or match.",
863
+ "optional": false,
864
+ "type": "number",
865
+ "gnType": "Number",
866
+ "conditions": {
867
+ "mustInt": true
868
+ }
869
+ },
870
+ {
871
+ "code": "MatchId",
872
+ "description": "Unique identifier of the match.",
873
+ "optional": true,
874
+ "type": "string",
875
+ "gnType": "String",
876
+ "conditions": {
877
+ "minLength": 15,
878
+ "maxLength": 15
879
+ }
880
+ },
881
+ {
882
+ "code": "Members",
883
+ "description": "List of players included in the matchmaking ticket or match.",
884
+ "optional": true,
885
+ "type": "MatchmakingTicketMember",
886
+ "gnType": "GNArray",
887
+ "conditions": {}
888
+ }
889
+ ],
890
+ "description": "Matchmaking ticket information paired with its ticket ID."
891
+ },
892
+ {
893
+ "name": "GetMatchmakingTicketResponseData",
894
+ "details": [
895
+ {
896
+ "code": "MatchmakingTicket",
897
+ "description": "MatchmakingTicket field in GetMatchmakingTicketResponseData.",
898
+ "optional": false,
899
+ "type": "MatchmakingTicketResponseData",
900
+ "gnType": "GNHashtable",
901
+ "conditions": {}
902
+ }
903
+ ],
904
+ "description": "Full ticket detail returned by GetMatchmakingTicket."
905
+ },
906
+ {
907
+ "name": "MatchMember",
908
+ "details": [
909
+ {
910
+ "code": "UserId",
911
+ "description": "UserId field in MatchMember.",
912
+ "optional": false,
913
+ "type": "string",
914
+ "gnType": "String",
915
+ "conditions": {
916
+ "minLength": 10,
917
+ "maxLength": 10
918
+ }
919
+ },
920
+ {
921
+ "code": "TeamId",
922
+ "description": "TeamId field in MatchMember.",
923
+ "optional": false,
924
+ "type": "string",
925
+ "gnType": "String",
926
+ "conditions": {}
927
+ },
928
+ {
929
+ "code": "Attribute",
930
+ "description": "Attribute field in MatchMember.",
931
+ "optional": false,
932
+ "type": "GNHashtable",
933
+ "gnType": "GNHashtable",
934
+ "conditions": {}
935
+ }
936
+ ],
937
+ "description": "Represents a participant in a match, including identifiers and attributes."
938
+ },
939
+ {
940
+ "name": "PortInfo",
941
+ "details": [
942
+ {
943
+ "code": "Name",
944
+ "description": "Name field in PortInfo.",
945
+ "optional": false,
946
+ "type": "string",
947
+ "gnType": "String",
948
+ "conditions": {}
949
+ },
950
+ {
951
+ "code": "PublicPort",
952
+ "description": "PublicPort field in PortInfo.",
953
+ "optional": false,
954
+ "type": "number",
955
+ "gnType": "Number",
956
+ "conditions": {
957
+ "mustInt": true,
958
+ "minValue": 0
959
+ }
960
+ },
961
+ {
962
+ "code": "PrivatePort",
963
+ "description": "PrivatePort field in PortInfo.",
964
+ "optional": false,
965
+ "type": "number",
966
+ "gnType": "Number",
967
+ "conditions": {
968
+ "mustInt": true,
969
+ "minValue": 0
970
+ }
971
+ },
972
+ {
973
+ "code": "Protocol",
974
+ "description": "Protocol field in PortInfo.",
975
+ "optional": false,
976
+ "type": "number",
977
+ "gnType": "Number",
978
+ "conditions": {
979
+ "mustInt": true,
980
+ "minValue": 1,
981
+ "maxValue": 2
982
+ }
983
+ }
984
+ ],
985
+ "description": "Networking port configuration for multiplayer server communication."
986
+ },
987
+ {
988
+ "name": "ServerDetail",
989
+ "details": [
990
+ {
991
+ "code": "IpV4Address",
992
+ "description": "IpV4Address field in ServerDetail.",
993
+ "optional": false,
994
+ "type": "string",
995
+ "gnType": "String",
996
+ "conditions": {}
997
+ },
998
+ {
999
+ "code": "Ports",
1000
+ "description": "Network ports allocated for player-server communication.",
1001
+ "optional": false,
1002
+ "type": "PortInfo",
1003
+ "gnType": "GNArray",
1004
+ "conditions": {}
1005
+ }
1006
+ ],
1007
+ "description": "Information about the allocated game server, including connection endpoints."
1008
+ },
1009
+ {
1010
+ "name": "MatchResponseData",
1011
+ "details": [
1012
+ {
1013
+ "code": "TsCreate",
1014
+ "description": "TsCreate field in MatchResponseData.",
1015
+ "optional": false,
1016
+ "type": "number",
1017
+ "gnType": "Number",
1018
+ "conditions": {}
1019
+ },
1020
+ {
1021
+ "code": "QueueName",
1022
+ "description": "Name of the matchmaking queue.",
1023
+ "optional": false,
1024
+ "type": "string",
1025
+ "gnType": "String",
1026
+ "conditions": {
1027
+ "minLength": 6,
1028
+ "maxLength": 32
1029
+ }
1030
+ },
1031
+ {
1032
+ "code": "Members",
1033
+ "description": "List of players included in the matchmaking ticket or match.",
1034
+ "optional": true,
1035
+ "type": "MatchMember",
1036
+ "gnType": "GNArray",
1037
+ "conditions": {}
1038
+ },
1039
+ {
1040
+ "code": "TimeToMatchInSeconds",
1041
+ "description": "TimeToMatchInSeconds field in MatchResponseData.",
1042
+ "optional": false,
1043
+ "type": "number",
1044
+ "gnType": "Number",
1045
+ "conditions": {}
1046
+ }
1047
+ ],
1048
+ "description": "Metadata about a completed or ongoing match."
1049
+ },
1050
+ {
1051
+ "name": "MatchWithMatchIdResponseData",
1052
+ "details": [
1053
+ {
1054
+ "code": "MatchId",
1055
+ "description": "Unique identifier of the match.",
1056
+ "optional": false,
1057
+ "type": "string",
1058
+ "gnType": "String",
1059
+ "conditions": {}
1060
+ },
1061
+ {
1062
+ "code": "TsCreate",
1063
+ "description": "TsCreate field in MatchWithMatchIdResponseData.",
1064
+ "optional": false,
1065
+ "type": "number",
1066
+ "gnType": "Number",
1067
+ "conditions": {}
1068
+ },
1069
+ {
1070
+ "code": "QueueName",
1071
+ "description": "Name of the matchmaking queue.",
1072
+ "optional": false,
1073
+ "type": "string",
1074
+ "gnType": "String",
1075
+ "conditions": {
1076
+ "minLength": 6,
1077
+ "maxLength": 32
1078
+ }
1079
+ },
1080
+ {
1081
+ "code": "Members",
1082
+ "description": "List of players included in the matchmaking ticket or match.",
1083
+ "optional": true,
1084
+ "type": "MatchMember",
1085
+ "gnType": "GNArray",
1086
+ "conditions": {}
1087
+ },
1088
+ {
1089
+ "code": "TimeToMatchInSeconds",
1090
+ "description": "TimeToMatchInSeconds field in MatchWithMatchIdResponseData.",
1091
+ "optional": false,
1092
+ "type": "number",
1093
+ "gnType": "Number",
1094
+ "conditions": {}
1095
+ }
1096
+ ],
1097
+ "description": "Match data referenced by its unique match ID."
1098
+ },
1099
+ {
1100
+ "name": "GetMatchResponseData",
1101
+ "details": [
1102
+ {
1103
+ "code": "Match",
1104
+ "description": "Match field in GetMatchResponseData.",
1105
+ "optional": false,
1106
+ "type": "MatchResponseData",
1107
+ "gnType": "GNHashtable",
1108
+ "conditions": {}
1109
+ }
1110
+ ],
1111
+ "description": "Response payload for GetMatch, including server and member info."
1112
+ },
1113
+ {
1114
+ "name": "GetQueueStatisticsResponseData",
1115
+ "details": [
1116
+ {
1117
+ "code": "PendingMemberCount",
1118
+ "description": "PendingMemberCount field in GetQueueStatisticsResponseData.",
1119
+ "optional": false,
1120
+ "type": "number",
1121
+ "gnType": "Number",
1122
+ "conditions": {
1123
+ "mustInt": true
1124
+ }
1125
+ },
1126
+ {
1127
+ "code": "PendingTicketCount",
1128
+ "description": "PendingTicketCount field in GetQueueStatisticsResponseData.",
1129
+ "optional": false,
1130
+ "type": "number",
1131
+ "gnType": "Number",
1132
+ "conditions": {
1133
+ "mustInt": true
1134
+ }
1135
+ },
1136
+ {
1137
+ "code": "AverageMatchmakingTimeInSeconds",
1138
+ "description": "AverageMatchmakingTimeInSeconds field in GetQueueStatisticsResponseData.",
1139
+ "optional": false,
1140
+ "type": "number",
1141
+ "gnType": "Number",
1142
+ "conditions": {}
1143
+ }
1144
+ ],
1145
+ "description": "Statistics for a matchmaking queue, such as average wait times."
1146
+ },
1147
+ {
1148
+ "name": "ListMatchmakingTicketsForPlayerResponseData",
1149
+ "details": [
1150
+ {
1151
+ "code": "TicketIds",
1152
+ "description": "TicketIds field in ListMatchmakingTicketsForPlayerResponseData.",
1153
+ "optional": false,
1154
+ "type": "string",
1155
+ "gnType": "GNArray",
1156
+ "conditions": {}
1157
+ }
1158
+ ],
1159
+ "description": "List of all active or pending tickets for a player."
1160
+ },
1161
+ {
1162
+ "name": "GetAllMatchResponseData",
1163
+ "details": [
1164
+ {
1165
+ "code": "Results",
1166
+ "description": "Results field in GetAllMatchResponseData.",
1167
+ "optional": false,
1168
+ "type": "MatchWithMatchIdResponseData",
1169
+ "gnType": "GNArray",
1170
+ "conditions": {}
1171
+ }
1172
+ ],
1173
+ "description": "List of all available matches in the current environment."
1174
+ },
1175
+ {
1176
+ "name": "GetAllMatchmakingTicketResponseData",
1177
+ "details": [
1178
+ {
1179
+ "code": "Results",
1180
+ "description": "Results field in GetAllMatchmakingTicketResponseData.",
1181
+ "optional": false,
1182
+ "type": "MatchmakingTicketWithTicketIdResponseData",
1183
+ "gnType": "GNArray",
1184
+ "conditions": {}
1185
+ }
1186
+ ],
1187
+ "description": "Returns all matchmaking tickets in the environment."
1188
+ },
1189
+ {
1190
+ "name": "EmptyResponseData",
1191
+ "details": [],
1192
+ "description": "Standard response used when no data is returned upon success."
1193
+ }
1194
+ ],
1195
+ "description": "API endpoints for managing matchmaking, match creation, player ticketing, and multiplayer server metadata."
1196
+ }