{
	"id": 0,
	"name": "@themaxdavitt/riot-games-apis - v0.2021.68",
	"kind": 0,
	"flags": {},
	"originalName": "",
	"children": [
		{
			"id": 8,
			"name": "client",
			"kind": 1,
			"kindString": "Module",
			"flags": {},
			"children": [
				{
					"id": 9,
					"name": "Components",
					"kind": 2,
					"kindString": "Namespace",
					"flags": {},
					"children": [
						{
							"id": 10,
							"name": "Schemas",
							"kind": 2,
							"kindString": "Namespace",
							"flags": {},
							"children": [
								{
									"id": 11,
									"name": "AccountV1AccountDto",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "AccountDto"
									},
									"children": [
										{
											"id": 13,
											"name": "gameName",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"comment": {
												"shortText": "This field may be excluded from the response if the account doesn't have a gameName."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 19,
													"character": 14
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "string"
													}
												]
											}
										},
										{
											"id": 12,
											"name": "puuid",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 15,
													"character": 11
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 14,
											"name": "tagLine",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"comment": {
												"shortText": "This field may be excluded from the response if the account doesn't have a tagLine."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 23,
													"character": 13
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "string"
													}
												]
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												13,
												12,
												14
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 14,
											"character": 40
										}
									]
								},
								{
									"id": 15,
									"name": "AccountV1ActiveShardDto",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "ActiveShardDto"
									},
									"children": [
										{
											"id": 18,
											"name": "activeShard",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 31,
													"character": 17
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 17,
											"name": "game",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 30,
													"character": 10
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 16,
											"name": "puuid",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 29,
													"character": 11
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												18,
												17,
												16
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 28,
											"character": 44
										}
									]
								},
								{
									"id": 19,
									"name": "ChampionMasteryV4ChampionMasteryDto",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "ChampionMasteryDto\nThis object contains single Champion Mastery information for player and champion combination."
									},
									"children": [
										{
											"id": 22,
											"name": "championId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Champion ID for this entry."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 49,
													"character": 16
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 24,
											"name": "championLevel",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Champion level for specified player and champion combination."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 57,
													"character": 19
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 26,
											"name": "championPoints",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Total number of champion points for this player and champion combination - they are used to determine championLevel."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 65,
													"character": 20
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 27,
											"name": "championPointsSinceLastLevel",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Number of points earned since current level has been achieved."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 69,
													"character": 34
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 20,
											"name": "championPointsUntilNextLevel",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Number of points needed to achieve next level. Zero if player reached maximum champion level for this champion."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 41,
													"character": 34
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 21,
											"name": "chestGranted",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Is chest granted for this champion or not in current season."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 45,
													"character": 18
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "boolean"
											}
										},
										{
											"id": 23,
											"name": "lastPlayTime",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Last time this champion was played by this player - in Unix milliseconds time format."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 53,
													"character": 18
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 25,
											"name": "summonerId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Summoner ID for this entry. (Encrypted)"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 61,
													"character": 16
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 28,
											"name": "tokensEarned",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "The token earned for this champion at the current championLevel. When the championLevel is advanced the tokensEarned resets to 0."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 73,
													"character": 18
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												22,
												24,
												26,
												27,
												20,
												21,
												23,
												25,
												28
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 37,
											"character": 56
										}
									]
								},
								{
									"id": 29,
									"name": "ChampionV3ChampionInfo",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "ChampionInfo"
									},
									"children": [
										{
											"id": 32,
											"name": "freeChampionIds",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 81,
													"character": 21
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "intrinsic",
													"name": "number"
												}
											}
										},
										{
											"id": 31,
											"name": "freeChampionIdsForNewPlayers",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 80,
													"character": 34
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "intrinsic",
													"name": "number"
												}
											}
										},
										{
											"id": 30,
											"name": "maxNewPlayerLevel",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 79,
													"character": 23
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												32,
												31,
												30
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 78,
											"character": 43
										}
									]
								},
								{
									"id": 33,
									"name": "ClashV1PlayerDto",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "PlayerDto"
									},
									"children": [
										{
											"id": 36,
											"name": "position",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "(Legal values:  UNSELECTED,  FILL,  TOP,  JUNGLE,  MIDDLE,  BOTTOM,  UTILITY)"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 92,
													"character": 14
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "literal",
														"value": "UNSELECTED"
													},
													{
														"type": "literal",
														"value": "FILL"
													},
													{
														"type": "literal",
														"value": "TOP"
													},
													{
														"type": "literal",
														"value": "JUNGLE"
													},
													{
														"type": "literal",
														"value": "MIDDLE"
													},
													{
														"type": "literal",
														"value": "BOTTOM"
													},
													{
														"type": "literal",
														"value": "UTILITY"
													}
												]
											}
										},
										{
											"id": 37,
											"name": "role",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "(Legal values:  CAPTAIN,  MEMBER)"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 96,
													"character": 10
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "literal",
														"value": "CAPTAIN"
													},
													{
														"type": "literal",
														"value": "MEMBER"
													}
												]
											}
										},
										{
											"id": 34,
											"name": "summonerId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 87,
													"character": 16
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 35,
											"name": "teamId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 88,
													"character": 12
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												36,
												37,
												34,
												35
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 86,
											"character": 37
										}
									]
								},
								{
									"id": 38,
									"name": "ClashV1TeamDto",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "TeamDto"
									},
									"children": [
										{
											"id": 45,
											"name": "abbreviation",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 111,
													"character": 18
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 44,
											"name": "captain",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Summoner ID of the team captain."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 110,
													"character": 13
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 42,
											"name": "iconId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 105,
													"character": 12
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 39,
											"name": "id",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 102,
													"character": 8
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 41,
											"name": "name",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 104,
													"character": 10
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 46,
											"name": "players",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Team members."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 115,
													"character": 13
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "reference",
													"id": 33,
													"name": "ClashV1PlayerDto"
												}
											}
										},
										{
											"id": 43,
											"name": "tier",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 106,
													"character": 10
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 40,
											"name": "tournamentId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 103,
													"character": 18
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												45,
												44,
												42,
												39,
												41,
												46,
												43,
												40
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 101,
											"character": 35
										}
									]
								},
								{
									"id": 47,
									"name": "ClashV1TournamentDto",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "TournamentDto"
									},
									"children": [
										{
											"id": 48,
											"name": "id",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 121,
													"character": 8
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 50,
											"name": "nameKey",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 123,
													"character": 13
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 51,
											"name": "nameKeySecondary",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 124,
													"character": 22
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 52,
											"name": "schedule",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Tournament phase."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 128,
													"character": 14
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "reference",
													"id": 53,
													"name": "ClashV1TournamentPhaseDto"
												}
											}
										},
										{
											"id": 49,
											"name": "themeId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 122,
													"character": 13
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												48,
												50,
												51,
												52,
												49
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 120,
											"character": 41
										}
									]
								},
								{
									"id": 53,
									"name": "ClashV1TournamentPhaseDto",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "TournamentPhaseDto"
									},
									"children": [
										{
											"id": 57,
											"name": "cancelled",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 137,
													"character": 15
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "boolean"
											}
										},
										{
											"id": 54,
											"name": "id",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 134,
													"character": 8
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 55,
											"name": "registrationTime",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 135,
													"character": 22
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 56,
											"name": "startTime",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 136,
													"character": 15
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												57,
												54,
												55,
												56
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 133,
											"character": 46
										}
									]
								},
								{
									"id": 58,
									"name": "Error",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"children": [
										{
											"id": 59,
											"name": "status",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 140,
													"character": 12
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "reflection",
														"declaration": {
															"id": 60,
															"name": "__type",
															"kind": 65536,
															"kindString": "Type literal",
															"flags": {},
															"children": [
																{
																	"id": 62,
																	"name": "message",
																	"kind": 1024,
																	"kindString": "Property",
																	"flags": {
																		"isOptional": true
																	},
																	"sources": [
																		{
																			"fileName": "client.d.ts",
																			"line": 142,
																			"character": 15
																		}
																	],
																	"type": {
																		"type": "union",
																		"types": [
																			{
																				"type": "intrinsic",
																				"name": "undefined"
																			},
																			{
																				"type": "intrinsic",
																				"name": "string"
																			}
																		]
																	}
																},
																{
																	"id": 61,
																	"name": "status_code",
																	"kind": 1024,
																	"kindString": "Property",
																	"flags": {
																		"isOptional": true
																	},
																	"sources": [
																		{
																			"fileName": "client.d.ts",
																			"line": 141,
																			"character": 19
																		}
																	],
																	"type": {
																		"type": "union",
																		"types": [
																			{
																				"type": "intrinsic",
																				"name": "undefined"
																			},
																			{
																				"type": "intrinsic",
																				"name": "number"
																			}
																		]
																	}
																}
															],
															"groups": [
																{
																	"title": "Properties",
																	"kind": 1024,
																	"children": [
																		62,
																		61
																	]
																}
															]
														}
													}
												]
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												59
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 139,
											"character": 26
										}
									]
								},
								{
									"id": 63,
									"name": "LeagueExpV4LeagueEntryDTO",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "LeagueEntryDTO"
									},
									"children": [
										{
											"id": 75,
											"name": "freshBlood",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 169,
													"character": 16
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "boolean"
											}
										},
										{
											"id": 73,
											"name": "hotStreak",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 167,
													"character": 15
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "boolean"
											}
										},
										{
											"id": 76,
											"name": "inactive",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 170,
													"character": 14
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "boolean"
											}
										},
										{
											"id": 64,
											"name": "leagueId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 149,
													"character": 14
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 70,
											"name": "leaguePoints",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 158,
													"character": 18
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 72,
											"name": "losses",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Losing team on Summoners Rift. Second through eighth placement in Teamfight Tactics."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 166,
													"character": 12
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 77,
											"name": "miniSeries",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 171,
													"character": 16
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "reference",
														"id": 78,
														"name": "LeagueExpV4MiniSeriesDTO"
													}
												]
											}
										},
										{
											"id": 67,
											"name": "queueType",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 155,
													"character": 15
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 69,
											"name": "rank",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 157,
													"character": 10
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 65,
											"name": "summonerId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Player's summonerId (Encrypted)"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 153,
													"character": 16
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 66,
											"name": "summonerName",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 154,
													"character": 18
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 68,
											"name": "tier",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 156,
													"character": 10
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 74,
											"name": "veteran",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 168,
													"character": 13
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "boolean"
											}
										},
										{
											"id": 71,
											"name": "wins",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Winning team on Summoners Rift. First placement in Teamfight Tactics."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 162,
													"character": 10
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												75,
												73,
												76,
												64,
												70,
												72,
												77,
												67,
												69,
												65,
												66,
												68,
												74,
												71
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 148,
											"character": 46
										}
									]
								},
								{
									"id": 78,
									"name": "LeagueExpV4MiniSeriesDTO",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "MiniSeriesDTO"
									},
									"children": [
										{
											"id": 79,
											"name": "losses",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 177,
													"character": 12
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 80,
											"name": "progress",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 178,
													"character": 14
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 81,
											"name": "target",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 179,
													"character": 12
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 82,
											"name": "wins",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 180,
													"character": 10
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												79,
												80,
												81,
												82
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 176,
											"character": 45
										}
									]
								},
								{
									"id": 83,
									"name": "LeagueV4LeagueEntryDTO",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "LeagueEntryDTO"
									},
									"children": [
										{
											"id": 95,
											"name": "freshBlood",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 206,
													"character": 16
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "boolean"
											}
										},
										{
											"id": 93,
											"name": "hotStreak",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 204,
													"character": 15
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "boolean"
											}
										},
										{
											"id": 96,
											"name": "inactive",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 207,
													"character": 14
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "boolean"
											}
										},
										{
											"id": 84,
											"name": "leagueId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 186,
													"character": 14
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 90,
											"name": "leaguePoints",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 195,
													"character": 18
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 92,
											"name": "losses",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Losing team on Summoners Rift."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 203,
													"character": 12
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 97,
											"name": "miniSeries",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 208,
													"character": 16
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "reference",
														"id": 116,
														"name": "LeagueV4MiniSeriesDTO"
													}
												]
											}
										},
										{
											"id": 87,
											"name": "queueType",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 192,
													"character": 15
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 89,
											"name": "rank",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 194,
													"character": 10
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 85,
											"name": "summonerId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Player's encrypted summonerId."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 190,
													"character": 16
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 86,
											"name": "summonerName",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 191,
													"character": 18
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 88,
											"name": "tier",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 193,
													"character": 10
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 94,
											"name": "veteran",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 205,
													"character": 13
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "boolean"
											}
										},
										{
											"id": 91,
											"name": "wins",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Winning team on Summoners Rift."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 199,
													"character": 10
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												95,
												93,
												96,
												84,
												90,
												92,
												97,
												87,
												89,
												85,
												86,
												88,
												94,
												91
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 185,
											"character": 43
										}
									]
								},
								{
									"id": 98,
									"name": "LeagueV4LeagueItemDTO",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "LeagueItemDTO"
									},
									"children": [
										{
											"id": 99,
											"name": "freshBlood",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 214,
													"character": 16
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "boolean"
											}
										},
										{
											"id": 105,
											"name": "hotStreak",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 223,
													"character": 15
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "boolean"
											}
										},
										{
											"id": 103,
											"name": "inactive",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 221,
													"character": 14
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "boolean"
											}
										},
										{
											"id": 107,
											"name": "leaguePoints",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 225,
													"character": 18
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 108,
											"name": "losses",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Losing team on Summoners Rift."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 229,
													"character": 12
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 102,
											"name": "miniSeries",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 220,
													"character": 16
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "reference",
														"id": 116,
														"name": "LeagueV4MiniSeriesDTO"
													}
												]
											}
										},
										{
											"id": 106,
											"name": "rank",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 224,
													"character": 10
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 109,
											"name": "summonerId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Player's encrypted summonerId."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 233,
													"character": 16
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 101,
											"name": "summonerName",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 219,
													"character": 18
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 104,
											"name": "veteran",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 222,
													"character": 13
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "boolean"
											}
										},
										{
											"id": 100,
											"name": "wins",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Winning team on Summoners Rift."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 218,
													"character": 10
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												99,
												105,
												103,
												107,
												108,
												102,
												106,
												109,
												101,
												104,
												100
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 213,
											"character": 42
										}
									]
								},
								{
									"id": 110,
									"name": "LeagueV4LeagueListDTO",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "LeagueListDTO"
									},
									"children": [
										{
											"id": 112,
											"name": "entries",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 240,
													"character": 13
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "reference",
													"id": 98,
													"name": "LeagueV4LeagueItemDTO"
												}
											}
										},
										{
											"id": 111,
											"name": "leagueId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 239,
													"character": 14
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 114,
											"name": "name",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 242,
													"character": 10
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 115,
											"name": "queue",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 243,
													"character": 11
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 113,
											"name": "tier",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 241,
													"character": 10
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												112,
												111,
												114,
												115,
												113
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 238,
											"character": 42
										}
									]
								},
								{
									"id": 116,
									"name": "LeagueV4MiniSeriesDTO",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "MiniSeriesDTO"
									},
									"children": [
										{
											"id": 117,
											"name": "losses",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 249,
													"character": 12
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 118,
											"name": "progress",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 250,
													"character": 14
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 119,
											"name": "target",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 251,
													"character": 12
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 120,
											"name": "wins",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 252,
													"character": 10
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												117,
												118,
												119,
												120
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 248,
											"character": 42
										}
									]
								},
								{
									"id": 121,
									"name": "LolStatusV3Incident",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "Incident"
									},
									"children": [
										{
											"id": 123,
											"name": "active",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 259,
													"character": 12
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "boolean"
											}
										},
										{
											"id": 124,
											"name": "created_at",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 260,
													"character": 16
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 122,
											"name": "id",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 258,
													"character": 8
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 125,
											"name": "updates",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 261,
													"character": 13
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "reference",
													"id": 126,
													"name": "LolStatusV3Message"
												}
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												123,
												124,
												122,
												125
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 257,
											"character": 40
										}
									]
								},
								{
									"id": 126,
									"name": "LolStatusV3Message",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "Message"
									},
									"children": [
										{
											"id": 128,
											"name": "author",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 268,
													"character": 12
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 130,
											"name": "content",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 270,
													"character": 13
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 132,
											"name": "created_at",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 272,
													"character": 16
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 129,
											"name": "heading",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 269,
													"character": 13
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 127,
											"name": "id",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 267,
													"character": 8
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 131,
											"name": "severity",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 271,
													"character": 14
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 134,
											"name": "translations",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 274,
													"character": 18
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "reference",
													"id": 147,
													"name": "LolStatusV3Translation"
												}
											}
										},
										{
											"id": 133,
											"name": "updated_at",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 273,
													"character": 16
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												128,
												130,
												132,
												129,
												127,
												131,
												134,
												133
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 266,
											"character": 39
										}
									]
								},
								{
									"id": 135,
									"name": "LolStatusV3Service",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "Service"
									},
									"children": [
										{
											"id": 139,
											"name": "incidents",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 283,
													"character": 15
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "reference",
													"id": 121,
													"name": "LolStatusV3Incident"
												}
											}
										},
										{
											"id": 136,
											"name": "name",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 280,
													"character": 10
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 137,
											"name": "slug",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 281,
													"character": 10
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 138,
											"name": "status",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 282,
													"character": 12
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												139,
												136,
												137,
												138
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 279,
											"character": 39
										}
									]
								},
								{
									"id": 140,
									"name": "LolStatusV3ShardStatus",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "ShardStatus"
									},
									"children": [
										{
											"id": 142,
											"name": "hostname",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 290,
													"character": 14
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 141,
											"name": "locales",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 289,
													"character": 13
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "intrinsic",
													"name": "string"
												}
											}
										},
										{
											"id": 143,
											"name": "name",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 291,
													"character": 10
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 146,
											"name": "region_tag",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 294,
													"character": 16
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 144,
											"name": "services",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 292,
													"character": 14
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "reference",
													"id": 135,
													"name": "LolStatusV3Service"
												}
											}
										},
										{
											"id": 145,
											"name": "slug",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 293,
													"character": 10
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												142,
												141,
												143,
												146,
												144,
												145
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 288,
											"character": 43
										}
									]
								},
								{
									"id": 147,
									"name": "LolStatusV3Translation",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "Translation"
									},
									"children": [
										{
											"id": 150,
											"name": "content",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 302,
													"character": 13
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 149,
											"name": "locale",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 301,
													"character": 12
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 148,
											"name": "updated_at",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 300,
													"character": 16
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												150,
												149,
												148
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 299,
											"character": 43
										}
									]
								},
								{
									"id": 151,
									"name": "LolStatusV4ContentDto",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "ContentDto"
									},
									"children": [
										{
											"id": 153,
											"name": "content",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 309,
													"character": 13
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 152,
											"name": "locale",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 308,
													"character": 12
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												153,
												152
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 307,
											"character": 42
										}
									]
								},
								{
									"id": 154,
									"name": "LolStatusV4PlatformDataDto",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "PlatformDataDto"
									},
									"children": [
										{
											"id": 155,
											"name": "id",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 315,
													"character": 8
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 159,
											"name": "incidents",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 319,
													"character": 15
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "reference",
													"id": 160,
													"name": "LolStatusV4StatusDto"
												}
											}
										},
										{
											"id": 157,
											"name": "locales",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 317,
													"character": 13
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "intrinsic",
													"name": "string"
												}
											}
										},
										{
											"id": 158,
											"name": "maintenances",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 318,
													"character": 18
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "reference",
													"id": 160,
													"name": "LolStatusV4StatusDto"
												}
											}
										},
										{
											"id": 156,
											"name": "name",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 316,
													"character": 10
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												155,
												159,
												157,
												158,
												156
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 314,
											"character": 47
										}
									]
								},
								{
									"id": 160,
									"name": "LolStatusV4StatusDto",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "StatusDto"
									},
									"children": [
										{
											"id": 167,
											"name": "archive_at",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 337,
													"character": 16
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 166,
											"name": "created_at",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 336,
													"character": 16
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 161,
											"name": "id",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 325,
													"character": 8
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 163,
											"name": "incident_severity",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "(Legal values:  info,  warning,  critical)"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 333,
													"character": 23
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "literal",
														"value": "info"
													},
													{
														"type": "literal",
														"value": "warning"
													},
													{
														"type": "literal",
														"value": "critical"
													}
												]
											}
										},
										{
											"id": 162,
											"name": "maintenance_status",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "(Legal values:  scheduled,  in_progress,  complete)"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 329,
													"character": 24
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "literal",
														"value": "scheduled"
													},
													{
														"type": "literal",
														"value": "in_progress"
													},
													{
														"type": "literal",
														"value": "complete"
													}
												]
											}
										},
										{
											"id": 169,
											"name": "platforms",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "(Legal values: windows, macos, android, ios, ps4, xbone, switch)"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 342,
													"character": 15
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "literal",
														"value": "windows"
													},
													{
														"type": "literal",
														"value": "macos"
													},
													{
														"type": "literal",
														"value": "android"
													},
													{
														"type": "literal",
														"value": "ios"
													},
													{
														"type": "literal",
														"value": "ps4"
													},
													{
														"type": "literal",
														"value": "xbone"
													},
													{
														"type": "literal",
														"value": "switch"
													}
												]
											}
										},
										{
											"id": 164,
											"name": "titles",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 334,
													"character": 12
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "reference",
													"id": 151,
													"name": "LolStatusV4ContentDto"
												}
											}
										},
										{
											"id": 168,
											"name": "updated_at",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 338,
													"character": 16
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 165,
											"name": "updates",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 335,
													"character": 13
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "reference",
													"id": 170,
													"name": "LolStatusV4UpdateDto"
												}
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												167,
												166,
												161,
												163,
												162,
												169,
												164,
												168,
												165
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 324,
											"character": 41
										}
									]
								},
								{
									"id": 170,
									"name": "LolStatusV4UpdateDto",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "UpdateDto"
									},
									"children": [
										{
											"id": 172,
											"name": "author",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 349,
													"character": 12
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 176,
											"name": "created_at",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 356,
													"character": 16
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 171,
											"name": "id",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 348,
													"character": 8
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 173,
											"name": "publish",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 350,
													"character": 13
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "boolean"
											}
										},
										{
											"id": 174,
											"name": "publish_locations",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "(Legal values: riotclient, riotstatus, game)"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 354,
													"character": 23
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "literal",
														"value": "riotclient"
													},
													{
														"type": "literal",
														"value": "riotstatus"
													},
													{
														"type": "literal",
														"value": "game"
													}
												]
											}
										},
										{
											"id": 175,
											"name": "translations",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 355,
													"character": 18
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "reference",
													"id": 151,
													"name": "LolStatusV4ContentDto"
												}
											}
										},
										{
											"id": 177,
											"name": "updated_at",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 357,
													"character": 16
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												172,
												176,
												171,
												173,
												174,
												175,
												177
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 347,
											"character": 41
										}
									]
								},
								{
									"id": 178,
									"name": "LorMatchV1InfoDto",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "InfoDto"
									},
									"children": [
										{
											"id": 179,
											"name": "game_mode",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "(Legal values:  Constructed,  Expeditions,  Tutorial)"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 366,
													"character": 15
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "literal",
														"value": "Constructed"
													},
													{
														"type": "literal",
														"value": "Expeditions"
													},
													{
														"type": "literal",
														"value": "Tutorial"
													}
												]
											}
										},
										{
											"id": 181,
											"name": "game_start_time_utc",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 371,
													"character": 25
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 180,
											"name": "game_type",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "(Legal values:  Ranked,  Normal,  AI,  Tutorial,  VanillaTrial,  Singleton,  StandardGauntlet)"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 370,
													"character": 15
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "literal",
														"value": "Tutorial"
													},
													{
														"type": "literal",
														"value": "Ranked"
													},
													{
														"type": "literal",
														"value": "Normal"
													},
													{
														"type": "literal",
														"value": "AI"
													},
													{
														"type": "literal",
														"value": "VanillaTrial"
													},
													{
														"type": "literal",
														"value": "Singleton"
													},
													{
														"type": "literal",
														"value": "StandardGauntlet"
													}
												]
											}
										},
										{
											"id": 182,
											"name": "game_version",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 372,
													"character": 18
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 183,
											"name": "players",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 373,
													"character": 13
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "reference",
													"id": 192,
													"name": "LorMatchV1PlayerDto"
												}
											}
										},
										{
											"id": 184,
											"name": "total_turn_count",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Total turns taken by both players."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 377,
													"character": 22
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												179,
												181,
												180,
												182,
												183,
												184
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 362,
											"character": 38
										}
									]
								},
								{
									"id": 185,
									"name": "LorMatchV1MatchDto",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "MatchDto"
									},
									"children": [
										{
											"id": 187,
											"name": "info",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Match info."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 390,
													"character": 10
												}
											],
											"type": {
												"type": "reference",
												"id": 178,
												"name": "LorMatchV1InfoDto"
											}
										},
										{
											"id": 186,
											"name": "metadata",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Match metadata."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 386,
													"character": 14
												}
											],
											"type": {
												"type": "reference",
												"id": 188,
												"name": "LorMatchV1MetadataDto"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												187,
												186
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 382,
											"character": 39
										}
									]
								},
								{
									"id": 188,
									"name": "LorMatchV1MetadataDto",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "MetadataDto"
									},
									"children": [
										{
											"id": 189,
											"name": "data_version",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Match data version."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 399,
													"character": 18
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 190,
											"name": "match_id",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Match id."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 403,
													"character": 14
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 191,
											"name": "participants",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "A list of participant PUUIDs."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 407,
													"character": 18
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "intrinsic",
													"name": "string"
												}
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												189,
												190,
												191
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 395,
											"character": 42
										}
									]
								},
								{
									"id": 192,
									"name": "LorMatchV1PlayerDto",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "PlayerDto"
									},
									"children": [
										{
											"id": 195,
											"name": "deck_code",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Code for the deck played. Refer to LOR documentation for details on deck codes."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 418,
													"character": 15
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 194,
											"name": "deck_id",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 414,
													"character": 13
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 196,
											"name": "factions",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 419,
													"character": 14
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "intrinsic",
													"name": "string"
												}
											}
										},
										{
											"id": 197,
											"name": "game_outcome",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 420,
													"character": 18
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 198,
											"name": "order_of_play",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "The order in which the players took turns."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 424,
													"character": 19
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 193,
											"name": "puuid",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 413,
													"character": 11
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												195,
												194,
												196,
												197,
												198,
												193
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 412,
											"character": 40
										}
									]
								},
								{
									"id": 199,
									"name": "LorRankedV1LeaderboardDto",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "LeaderboardDto"
									},
									"children": [
										{
											"id": 200,
											"name": "players",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "A list of players in Master tier."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 433,
													"character": 13
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "reference",
													"id": 201,
													"name": "LorRankedV1PlayerDto"
												}
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												200
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 429,
											"character": 46
										}
									]
								},
								{
									"id": 201,
									"name": "LorRankedV1PlayerDto",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "PlayerDto"
									},
									"children": [
										{
											"id": 204,
											"name": "lp",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "League points."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 444,
													"character": 8
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 202,
											"name": "name",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 439,
													"character": 10
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 203,
											"name": "rank",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 440,
													"character": 10
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												204,
												202,
												203
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 438,
											"character": 41
										}
									]
								},
								{
									"id": 205,
									"name": "LorStatusV1ContentDto",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "ContentDto"
									},
									"children": [
										{
											"id": 207,
											"name": "content",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 451,
													"character": 13
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 206,
											"name": "locale",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 450,
													"character": 12
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												207,
												206
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 449,
											"character": 42
										}
									]
								},
								{
									"id": 208,
									"name": "LorStatusV1PlatformDataDto",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "PlatformDataDto"
									},
									"children": [
										{
											"id": 209,
											"name": "id",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 457,
													"character": 8
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 213,
											"name": "incidents",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 461,
													"character": 15
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "reference",
													"id": 214,
													"name": "LorStatusV1StatusDto"
												}
											}
										},
										{
											"id": 211,
											"name": "locales",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 459,
													"character": 13
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "intrinsic",
													"name": "string"
												}
											}
										},
										{
											"id": 212,
											"name": "maintenances",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 460,
													"character": 18
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "reference",
													"id": 214,
													"name": "LorStatusV1StatusDto"
												}
											}
										},
										{
											"id": 210,
											"name": "name",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 458,
													"character": 10
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												209,
												213,
												211,
												212,
												210
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 456,
											"character": 47
										}
									]
								},
								{
									"id": 214,
									"name": "LorStatusV1StatusDto",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "StatusDto"
									},
									"children": [
										{
											"id": 221,
											"name": "archive_at",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 479,
													"character": 16
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 220,
											"name": "created_at",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 478,
													"character": 16
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 215,
											"name": "id",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 467,
													"character": 8
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 217,
											"name": "incident_severity",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "(Legal values:  info,  warning,  critical)"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 475,
													"character": 23
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "literal",
														"value": "info"
													},
													{
														"type": "literal",
														"value": "warning"
													},
													{
														"type": "literal",
														"value": "critical"
													}
												]
											}
										},
										{
											"id": 216,
											"name": "maintenance_status",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "(Legal values:  scheduled,  in_progress,  complete)"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 471,
													"character": 24
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "literal",
														"value": "scheduled"
													},
													{
														"type": "literal",
														"value": "in_progress"
													},
													{
														"type": "literal",
														"value": "complete"
													}
												]
											}
										},
										{
											"id": 223,
											"name": "platforms",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "(Legal values: windows, macos, android, ios, ps4, xbone, switch)"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 484,
													"character": 15
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "literal",
														"value": "windows"
													},
													{
														"type": "literal",
														"value": "macos"
													},
													{
														"type": "literal",
														"value": "android"
													},
													{
														"type": "literal",
														"value": "ios"
													},
													{
														"type": "literal",
														"value": "ps4"
													},
													{
														"type": "literal",
														"value": "xbone"
													},
													{
														"type": "literal",
														"value": "switch"
													}
												]
											}
										},
										{
											"id": 218,
											"name": "titles",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 476,
													"character": 12
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "reference",
													"id": 205,
													"name": "LorStatusV1ContentDto"
												}
											}
										},
										{
											"id": 222,
											"name": "updated_at",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 480,
													"character": 16
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 219,
											"name": "updates",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 477,
													"character": 13
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "reference",
													"id": 224,
													"name": "LorStatusV1UpdateDto"
												}
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												221,
												220,
												215,
												217,
												216,
												223,
												218,
												222,
												219
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 466,
											"character": 41
										}
									]
								},
								{
									"id": 224,
									"name": "LorStatusV1UpdateDto",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "UpdateDto"
									},
									"children": [
										{
											"id": 226,
											"name": "author",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 491,
													"character": 12
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 230,
											"name": "created_at",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 498,
													"character": 16
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 225,
											"name": "id",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 490,
													"character": 8
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 227,
											"name": "publish",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 492,
													"character": 13
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "boolean"
											}
										},
										{
											"id": 228,
											"name": "publish_locations",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "(Legal values: riotclient, riotstatus, game)"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 496,
													"character": 23
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "literal",
														"value": "riotclient"
													},
													{
														"type": "literal",
														"value": "riotstatus"
													},
													{
														"type": "literal",
														"value": "game"
													}
												]
											}
										},
										{
											"id": 229,
											"name": "translations",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 497,
													"character": 18
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "reference",
													"id": 205,
													"name": "LorStatusV1ContentDto"
												}
											}
										},
										{
											"id": 231,
											"name": "updated_at",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 499,
													"character": 16
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												226,
												230,
												225,
												227,
												228,
												229,
												231
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 489,
											"character": 41
										}
									]
								},
								{
									"id": 232,
									"name": "MatchV4MasteryDto",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "MasteryDto"
									},
									"children": [
										{
											"id": 234,
											"name": "masteryId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 506,
													"character": 15
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 233,
											"name": "rank",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 505,
													"character": 10
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												234,
												233
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 504,
											"character": 38
										}
									]
								},
								{
									"id": 235,
									"name": "MatchV4MatchDto",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "MatchDto"
									},
									"children": [
										{
											"id": 243,
											"name": "gameCreation",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Designates the timestamp when champion select ended and the loading screen appeared, NOT when the game timer was at 0:00."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 540,
													"character": 18
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 240,
											"name": "gameDuration",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Match duration in seconds."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 528,
													"character": 18
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 236,
											"name": "gameId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 512,
													"character": 12
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 247,
											"name": "gameMode",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Please refer to the Game Constants documentation."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 556,
													"character": 14
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 239,
											"name": "gameType",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Please refer to the Game Constants documentation."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 524,
													"character": 14
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 245,
											"name": "gameVersion",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "The major.minor version typically indicates the patch the match was played on."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 548,
													"character": 17
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 246,
											"name": "mapId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Please refer to the Game Constants documentation."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 552,
													"character": 11
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 237,
											"name": "participantIdentities",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Participant identity information. Participant identity information is purposefully excluded for custom games."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 516,
													"character": 27
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "reference",
													"id": 322,
													"name": "MatchV4ParticipantIdentityDto"
												}
											}
										},
										{
											"id": 248,
											"name": "participants",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Participant information."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 560,
													"character": 18
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "reference",
													"id": 311,
													"name": "MatchV4ParticipantDto"
												}
											}
										},
										{
											"id": 242,
											"name": "platformId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Platform where the match was played."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 536,
													"character": 16
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 238,
											"name": "queueId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Please refer to the Game Constants documentation."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 520,
													"character": 13
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 244,
											"name": "seasonId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Please refer to the Game Constants documentation."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 544,
													"character": 14
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 241,
											"name": "teams",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Team information."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 532,
													"character": 11
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "reference",
													"id": 484,
													"name": "MatchV4TeamStatsDto"
												}
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												243,
												240,
												236,
												247,
												239,
												245,
												246,
												237,
												248,
												242,
												238,
												244,
												241
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 511,
											"character": 36
										}
									]
								},
								{
									"id": 249,
									"name": "MatchV4MatchEventDto",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "MatchEventDto"
									},
									"children": [
										{
											"id": 254,
											"name": "afterId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 570,
													"character": 13
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "number"
													}
												]
											}
										},
										{
											"id": 252,
											"name": "ascendedType",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 568,
													"character": 18
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "string"
													}
												]
											}
										},
										{
											"id": 270,
											"name": "assistingParticipantIds",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 589,
													"character": 29
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "array",
														"elementType": {
															"type": "intrinsic",
															"name": "number"
														}
													}
												]
											}
										},
										{
											"id": 262,
											"name": "beforeId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 581,
													"character": 14
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "number"
													}
												]
											}
										},
										{
											"id": 271,
											"name": "buildingType",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 590,
													"character": 18
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "string"
													}
												]
											}
										},
										{
											"id": 253,
											"name": "creatorId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 569,
													"character": 15
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "number"
													}
												]
											}
										},
										{
											"id": 255,
											"name": "eventType",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 571,
													"character": 15
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "string"
													}
												]
											}
										},
										{
											"id": 261,
											"name": "itemId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 580,
													"character": 12
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "number"
													}
												]
											}
										},
										{
											"id": 268,
											"name": "killerId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 587,
													"character": 14
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "number"
													}
												]
											}
										},
										{
											"id": 250,
											"name": "laneType",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 566,
													"character": 14
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "string"
													}
												]
											}
										},
										{
											"id": 257,
											"name": "levelUpType",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 576,
													"character": 17
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "string"
													}
												]
											}
										},
										{
											"id": 265,
											"name": "monsterSubType",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 584,
													"character": 20
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "string"
													}
												]
											}
										},
										{
											"id": 264,
											"name": "monsterType",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 583,
													"character": 17
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "string"
													}
												]
											}
										},
										{
											"id": 259,
											"name": "participantId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 578,
													"character": 19
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "number"
													}
												]
											}
										},
										{
											"id": 263,
											"name": "pointCaptured",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 582,
													"character": 19
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "string"
													}
												]
											}
										},
										{
											"id": 267,
											"name": "position",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 586,
													"character": 14
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "reference",
														"id": 291,
														"name": "MatchV4MatchPositionDto"
													}
												]
											}
										},
										{
											"id": 251,
											"name": "skillSlot",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 567,
													"character": 15
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "number"
													}
												]
											}
										},
										{
											"id": 266,
											"name": "teamId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 585,
													"character": 12
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "number"
													}
												]
											}
										},
										{
											"id": 269,
											"name": "timestamp",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 588,
													"character": 15
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 260,
											"name": "towerType",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 579,
													"character": 15
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "string"
													}
												]
											}
										},
										{
											"id": 256,
											"name": "type",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "(Legal values:  CHAMPION_KILL,  WARD_PLACED,  WARD_KILL,  BUILDING_KILL,  ELITE_MONSTER_KILL,  ITEM_PURCHASED,  ITEM_SOLD,  ITEM_DESTROYED,  ITEM_UNDO,  SKILL_LEVEL_UP,  ASCENDED_EVENT,  CAPTURE_POINT,  PORO_KING_SUMMON)"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 575,
													"character": 10
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "literal",
														"value": "CHAMPION_KILL"
													},
													{
														"type": "literal",
														"value": "WARD_PLACED"
													},
													{
														"type": "literal",
														"value": "WARD_KILL"
													},
													{
														"type": "literal",
														"value": "BUILDING_KILL"
													},
													{
														"type": "literal",
														"value": "ELITE_MONSTER_KILL"
													},
													{
														"type": "literal",
														"value": "ITEM_PURCHASED"
													},
													{
														"type": "literal",
														"value": "ITEM_SOLD"
													},
													{
														"type": "literal",
														"value": "ITEM_DESTROYED"
													},
													{
														"type": "literal",
														"value": "ITEM_UNDO"
													},
													{
														"type": "literal",
														"value": "SKILL_LEVEL_UP"
													},
													{
														"type": "literal",
														"value": "ASCENDED_EVENT"
													},
													{
														"type": "literal",
														"value": "CAPTURE_POINT"
													},
													{
														"type": "literal",
														"value": "PORO_KING_SUMMON"
													}
												]
											}
										},
										{
											"id": 272,
											"name": "victimId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 591,
													"character": 14
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "number"
													}
												]
											}
										},
										{
											"id": 258,
											"name": "wardType",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 577,
													"character": 14
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "string"
													}
												]
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												254,
												252,
												270,
												262,
												271,
												253,
												255,
												261,
												268,
												250,
												257,
												265,
												264,
												259,
												263,
												267,
												251,
												266,
												269,
												260,
												256,
												272,
												258
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 565,
											"character": 41
										}
									]
								},
								{
									"id": 273,
									"name": "MatchV4MatchFrameDto",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "MatchFrameDto"
									},
									"children": [
										{
											"id": 278,
											"name": "events",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 600,
													"character": 12
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "reference",
													"id": 249,
													"name": "MatchV4MatchEventDto"
												}
											}
										},
										{
											"id": 274,
											"name": "participantFrames",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 597,
													"character": 23
												}
											],
											"type": {
												"type": "reflection",
												"declaration": {
													"id": 275,
													"name": "__type",
													"kind": 65536,
													"kindString": "Type literal",
													"flags": {},
													"indexSignature": {
														"id": 276,
														"name": "__index",
														"kind": 8192,
														"kindString": "Index signature",
														"flags": {},
														"parameters": [
															{
																"id": 277,
																"name": "name",
																"kind": 32768,
																"flags": {},
																"type": {
																	"type": "intrinsic",
																	"name": "string"
																}
															}
														],
														"type": {
															"type": "reference",
															"id": 280,
															"name": "MatchV4MatchParticipantFrameDto"
														}
													}
												}
											}
										},
										{
											"id": 279,
											"name": "timestamp",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 601,
													"character": 15
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												278,
												274,
												279
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 596,
											"character": 41
										}
									]
								},
								{
									"id": 280,
									"name": "MatchV4MatchParticipantFrameDto",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "MatchParticipantFrameDto"
									},
									"children": [
										{
											"id": 288,
											"name": "currentGold",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 614,
													"character": 17
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 284,
											"name": "dominionScore",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 610,
													"character": 19
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "number"
													}
												]
											}
										},
										{
											"id": 290,
											"name": "jungleMinionsKilled",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 616,
													"character": 25
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 286,
											"name": "level",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 612,
													"character": 11
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 282,
											"name": "minionsKilled",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 608,
													"character": 19
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 281,
											"name": "participantId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 607,
													"character": 19
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 289,
											"name": "position",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 615,
													"character": 14
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "reference",
														"id": 291,
														"name": "MatchV4MatchPositionDto"
													}
												]
											}
										},
										{
											"id": 283,
											"name": "teamScore",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 609,
													"character": 15
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "number"
													}
												]
											}
										},
										{
											"id": 285,
											"name": "totalGold",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 611,
													"character": 15
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 287,
											"name": "xp",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 613,
													"character": 8
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												288,
												284,
												290,
												286,
												282,
												281,
												289,
												283,
												285,
												287
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 606,
											"character": 52
										}
									]
								},
								{
									"id": 291,
									"name": "MatchV4MatchPositionDto",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "MatchPositionDto"
									},
									"children": [
										{
											"id": 292,
											"name": "x",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 622,
													"character": 7
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 293,
											"name": "y",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 623,
													"character": 7
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												292,
												293
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 621,
											"character": 44
										}
									]
								},
								{
									"id": 294,
									"name": "MatchV4MatchReferenceDto",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "MatchReferenceDto"
									},
									"children": [
										{
											"id": 299,
											"name": "champion",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 633,
													"character": 14
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 295,
											"name": "gameId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 629,
													"character": 12
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 301,
											"name": "lane",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 635,
													"character": 10
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "string"
													}
												]
											}
										},
										{
											"id": 298,
											"name": "platformId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 632,
													"character": 16
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 300,
											"name": "queue",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 634,
													"character": 11
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 296,
											"name": "role",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 630,
													"character": 10
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "string"
													}
												]
											}
										},
										{
											"id": 297,
											"name": "season",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 631,
													"character": 12
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 302,
											"name": "timestamp",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 636,
													"character": 15
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												299,
												295,
												301,
												298,
												300,
												296,
												297,
												302
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 628,
											"character": 45
										}
									]
								},
								{
									"id": 303,
									"name": "MatchV4MatchTimelineDto",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "MatchTimelineDto"
									},
									"children": [
										{
											"id": 305,
											"name": "frameInterval",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 643,
													"character": 19
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 304,
											"name": "frames",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 642,
													"character": 12
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "reference",
													"id": 273,
													"name": "MatchV4MatchFrameDto"
												}
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												305,
												304
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 641,
											"character": 44
										}
									]
								},
								{
									"id": 306,
									"name": "MatchV4MatchlistDto",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "MatchlistDto"
									},
									"children": [
										{
											"id": 309,
											"name": "endIndex",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 654,
													"character": 14
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 310,
											"name": "matches",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 655,
													"character": 13
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "reference",
													"id": 294,
													"name": "MatchV4MatchReferenceDto"
												}
											}
										},
										{
											"id": 307,
											"name": "startIndex",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 649,
													"character": 16
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 308,
											"name": "totalGames",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "There is a known issue that this field doesn't correctly return the total number of games that match the parameters of the request. Please paginate using beginIndex until you reach the end of a player's matchlist."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 653,
													"character": 16
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												309,
												310,
												307,
												308
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 648,
											"character": 40
										}
									]
								},
								{
									"id": 311,
									"name": "MatchV4ParticipantDto",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "ParticipantDto"
									},
									"children": [
										{
											"id": 313,
											"name": "championId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 662,
													"character": 16
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 320,
											"name": "highestAchievedSeasonTier",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"comment": {
												"shortText": "Highest ranked tier achieved for the previous season in a specific subset of queueIds, if any, otherwise null. Used to display border in game loading screen. Please refer to the Ranked Info documentation.\n             (Legal values:  CHALLENGER,  MASTER,  DIAMOND,  PLATINUM,  GOLD,  SILVER,  BRONZE,  UNRANKED)"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 691,
													"character": 31
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "literal",
														"value": "CHALLENGER"
													},
													{
														"type": "literal",
														"value": "MASTER"
													},
													{
														"type": "literal",
														"value": "DIAMOND"
													},
													{
														"type": "literal",
														"value": "PLATINUM"
													},
													{
														"type": "literal",
														"value": "GOLD"
													},
													{
														"type": "literal",
														"value": "SILVER"
													},
													{
														"type": "literal",
														"value": "BRONZE"
													},
													{
														"type": "literal",
														"value": "UNRANKED"
													}
												]
											}
										},
										{
											"id": 321,
											"name": "masteries",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"comment": {
												"shortText": "List of legacy Mastery information. Not included for matches played with Runes Reforged."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 695,
													"character": 15
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "array",
														"elementType": {
															"type": "reference",
															"id": 232,
															"name": "MatchV4MasteryDto"
														}
													}
												]
											}
										},
										{
											"id": 312,
											"name": "participantId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 661,
													"character": 19
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 314,
											"name": "runes",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"comment": {
												"shortText": "List of legacy Rune information. Not included for matches played with Runes Reforged."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 666,
													"character": 11
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "array",
														"elementType": {
															"type": "reference",
															"id": 478,
															"name": "MatchV4RuneDto"
														}
													}
												]
											}
										},
										{
											"id": 318,
											"name": "spell1Id",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "First Summoner Spell id."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 682,
													"character": 14
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 319,
											"name": "spell2Id",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Second Summoner Spell id."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 686,
													"character": 14
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 315,
											"name": "stats",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Participant statistics."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 670,
													"character": 11
												}
											],
											"type": {
												"type": "reference",
												"id": 325,
												"name": "MatchV4ParticipantStatsDto"
											}
										},
										{
											"id": 316,
											"name": "teamId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "100 for blue side. 200 for red side."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 674,
													"character": 12
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 317,
											"name": "timeline",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"comment": {
												"shortText": "Participant timeline data."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 678,
													"character": 14
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "reference",
														"id": 437,
														"name": "MatchV4ParticipantTimelineDto"
													}
												]
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												313,
												320,
												321,
												312,
												314,
												318,
												319,
												315,
												316,
												317
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 660,
											"character": 42
										}
									]
								},
								{
									"id": 322,
									"name": "MatchV4ParticipantIdentityDto",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "ParticipantIdentityDto"
									},
									"children": [
										{
											"id": 323,
											"name": "participantId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 701,
													"character": 19
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 324,
											"name": "player",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Player information not included in the response for custom matches. Custom matches are considered private unless a tournament code was used to create the match."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 705,
													"character": 12
												}
											],
											"type": {
												"type": "reference",
												"id": 469,
												"name": "MatchV4PlayerDto"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												323,
												324
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 700,
											"character": 50
										}
									]
								},
								{
									"id": 325,
									"name": "MatchV4ParticipantStatsDto",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "ParticipantStatsDto"
									},
									"children": [
										{
											"id": 379,
											"name": "altarsCaptured",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 764,
													"character": 20
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "number"
													}
												]
											}
										},
										{
											"id": 376,
											"name": "altarsNeutralized",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 761,
													"character": 23
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "number"
													}
												]
											}
										},
										{
											"id": 374,
											"name": "assists",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 759,
													"character": 13
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 336,
											"name": "champLevel",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 721,
													"character": 16
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 367,
											"name": "combatPlayerScore",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 752,
													"character": 23
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "number"
													}
												]
											}
										},
										{
											"id": 337,
											"name": "damageDealtToObjectives",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 722,
													"character": 29
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 378,
											"name": "damageDealtToTurrets",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 763,
													"character": 26
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 345,
											"name": "damageSelfMitigated",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 730,
													"character": 25
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 340,
											"name": "deaths",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 725,
													"character": 12
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 391,
											"name": "doubleKills",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 776,
													"character": 17
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 372,
											"name": "firstBloodAssist",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 757,
													"character": 22
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "boolean"
													}
												]
											}
										},
										{
											"id": 385,
											"name": "firstBloodKill",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 770,
													"character": 20
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "boolean"
													}
												]
											}
										},
										{
											"id": 362,
											"name": "firstInhibitorAssist",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 747,
													"character": 26
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "boolean"
													}
												]
											}
										},
										{
											"id": 332,
											"name": "firstInhibitorKill",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 717,
													"character": 24
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "boolean"
													}
												]
											}
										},
										{
											"id": 366,
											"name": "firstTowerAssist",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 751,
													"character": 22
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "boolean"
													}
												]
											}
										},
										{
											"id": 349,
											"name": "firstTowerKill",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 734,
													"character": 20
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "boolean"
													}
												]
											}
										},
										{
											"id": 331,
											"name": "goldEarned",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 716,
													"character": 16
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 377,
											"name": "goldSpent",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 762,
													"character": 15
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 368,
											"name": "inhibitorKills",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 753,
													"character": 20
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "number"
													}
												]
											}
										},
										{
											"id": 326,
											"name": "item0",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 711,
													"character": 11
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 329,
											"name": "item1",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 714,
													"character": 11
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 327,
											"name": "item2",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 712,
													"character": 11
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 395,
											"name": "item3",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 780,
													"character": 11
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 394,
											"name": "item4",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 779,
													"character": 11
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 397,
											"name": "item5",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 782,
													"character": 11
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 396,
											"name": "item6",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 781,
													"character": 11
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 387,
											"name": "killingSprees",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 772,
													"character": 19
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 365,
											"name": "kills",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 750,
													"character": 11
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 346,
											"name": "largestCriticalStrike",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 731,
													"character": 27
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 357,
											"name": "largestKillingSpree",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 742,
													"character": 25
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 330,
											"name": "largestMultiKill",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 715,
													"character": 22
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 386,
											"name": "longestTimeSpentLiving",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 771,
													"character": 28
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 350,
											"name": "magicDamageDealt",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 735,
													"character": 22
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 342,
											"name": "magicDamageDealtToChampions",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 727,
													"character": 33
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 356,
											"name": "magicalDamageTaken",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 741,
													"character": 24
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 339,
											"name": "neutralMinionsKilled",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 724,
													"character": 26
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 390,
											"name": "neutralMinionsKilledEnemyJungle",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 775,
													"character": 37
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "number"
													}
												]
											}
										},
										{
											"id": 360,
											"name": "neutralMinionsKilledTeamJungle",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 745,
													"character": 36
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "number"
													}
												]
											}
										},
										{
											"id": 352,
											"name": "nodeCapture",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 737,
													"character": 17
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "number"
													}
												]
											}
										},
										{
											"id": 373,
											"name": "nodeCaptureAssist",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 758,
													"character": 23
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "number"
													}
												]
											}
										},
										{
											"id": 347,
											"name": "nodeNeutralize",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 732,
													"character": 20
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "number"
													}
												]
											}
										},
										{
											"id": 334,
											"name": "nodeNeutralizeAssist",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 719,
													"character": 26
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "number"
													}
												]
											}
										},
										{
											"id": 364,
											"name": "objectivePlayerScore",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 749,
													"character": 26
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "number"
													}
												]
											}
										},
										{
											"id": 370,
											"name": "participantId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 755,
													"character": 19
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 344,
											"name": "pentaKills",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 729,
													"character": 16
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 408,
											"name": "perk0",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"comment": {
												"shortText": "Primary path keystone rune."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 796,
													"character": 11
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "number"
													}
												]
											}
										},
										{
											"id": 409,
											"name": "perk0Var1",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"comment": {
												"shortText": "Post game rune stats."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 800,
													"character": 15
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "number"
													}
												]
											}
										},
										{
											"id": 410,
											"name": "perk0Var2",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"comment": {
												"shortText": "Post game rune stats."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 804,
													"character": 15
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "number"
													}
												]
											}
										},
										{
											"id": 411,
											"name": "perk0Var3",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"comment": {
												"shortText": "Post game rune stats."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 808,
													"character": 15
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "number"
													}
												]
											}
										},
										{
											"id": 412,
											"name": "perk1",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"comment": {
												"shortText": "Primary path rune."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 812,
													"character": 11
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "number"
													}
												]
											}
										},
										{
											"id": 413,
											"name": "perk1Var1",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"comment": {
												"shortText": "Post game rune stats."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 816,
													"character": 15
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "number"
													}
												]
											}
										},
										{
											"id": 414,
											"name": "perk1Var2",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"comment": {
												"shortText": "Post game rune stats."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 820,
													"character": 15
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "number"
													}
												]
											}
										},
										{
											"id": 415,
											"name": "perk1Var3",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"comment": {
												"shortText": "Post game rune stats."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 824,
													"character": 15
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "number"
													}
												]
											}
										},
										{
											"id": 416,
											"name": "perk2",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"comment": {
												"shortText": "Primary path rune."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 828,
													"character": 11
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "number"
													}
												]
											}
										},
										{
											"id": 417,
											"name": "perk2Var1",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"comment": {
												"shortText": "Post game rune stats."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 832,
													"character": 15
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "number"
													}
												]
											}
										},
										{
											"id": 418,
											"name": "perk2Var2",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"comment": {
												"shortText": "Post game rune stats."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 836,
													"character": 15
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "number"
													}
												]
											}
										},
										{
											"id": 419,
											"name": "perk2Var3",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"comment": {
												"shortText": "Post game rune stats."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 840,
													"character": 15
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "number"
													}
												]
											}
										},
										{
											"id": 420,
											"name": "perk3",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"comment": {
												"shortText": "Primary path rune."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 844,
													"character": 11
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "number"
													}
												]
											}
										},
										{
											"id": 421,
											"name": "perk3Var1",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"comment": {
												"shortText": "Post game rune stats."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 848,
													"character": 15
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "number"
													}
												]
											}
										},
										{
											"id": 422,
											"name": "perk3Var2",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"comment": {
												"shortText": "Post game rune stats."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 852,
													"character": 15
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "number"
													}
												]
											}
										},
										{
											"id": 423,
											"name": "perk3Var3",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"comment": {
												"shortText": "Post game rune stats."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 856,
													"character": 15
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "number"
													}
												]
											}
										},
										{
											"id": 424,
											"name": "perk4",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"comment": {
												"shortText": "Secondary path rune."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 860,
													"character": 11
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "number"
													}
												]
											}
										},
										{
											"id": 425,
											"name": "perk4Var1",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"comment": {
												"shortText": "Post game rune stats."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 864,
													"character": 15
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "number"
													}
												]
											}
										},
										{
											"id": 426,
											"name": "perk4Var2",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"comment": {
												"shortText": "Post game rune stats."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 868,
													"character": 15
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "number"
													}
												]
											}
										},
										{
											"id": 427,
											"name": "perk4Var3",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"comment": {
												"shortText": "Post game rune stats."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 872,
													"character": 15
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "number"
													}
												]
											}
										},
										{
											"id": 428,
											"name": "perk5",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"comment": {
												"shortText": "Secondary path rune."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 876,
													"character": 11
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "number"
													}
												]
											}
										},
										{
											"id": 429,
											"name": "perk5Var1",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"comment": {
												"shortText": "Post game rune stats."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 880,
													"character": 15
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "number"
													}
												]
											}
										},
										{
											"id": 430,
											"name": "perk5Var2",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"comment": {
												"shortText": "Post game rune stats."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 884,
													"character": 15
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "number"
													}
												]
											}
										},
										{
											"id": 431,
											"name": "perk5Var3",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"comment": {
												"shortText": "Post game rune stats."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 888,
													"character": 15
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "number"
													}
												]
											}
										},
										{
											"id": 432,
											"name": "perkPrimaryStyle",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"comment": {
												"shortText": "Primary rune path"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 892,
													"character": 22
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "number"
													}
												]
											}
										},
										{
											"id": 433,
											"name": "perkSubStyle",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"comment": {
												"shortText": "Secondary rune path"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 896,
													"character": 18
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "number"
													}
												]
											}
										},
										{
											"id": 384,
											"name": "physicalDamageDealt",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 769,
													"character": 25
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 359,
											"name": "physicalDamageDealtToChampions",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 744,
													"character": 36
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 333,
											"name": "physicalDamageTaken",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 718,
													"character": 25
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 398,
											"name": "playerScore0",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 783,
													"character": 18
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "number"
													}
												]
											}
										},
										{
											"id": 399,
											"name": "playerScore1",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 784,
													"character": 18
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "number"
													}
												]
											}
										},
										{
											"id": 400,
											"name": "playerScore2",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 785,
													"character": 18
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "number"
													}
												]
											}
										},
										{
											"id": 401,
											"name": "playerScore3",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 786,
													"character": 18
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "number"
													}
												]
											}
										},
										{
											"id": 402,
											"name": "playerScore4",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 787,
													"character": 18
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "number"
													}
												]
											}
										},
										{
											"id": 403,
											"name": "playerScore5",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 788,
													"character": 18
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "number"
													}
												]
											}
										},
										{
											"id": 404,
											"name": "playerScore6",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 789,
													"character": 18
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "number"
													}
												]
											}
										},
										{
											"id": 405,
											"name": "playerScore7",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 790,
													"character": 18
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "number"
													}
												]
											}
										},
										{
											"id": 406,
											"name": "playerScore8",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 791,
													"character": 18
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "number"
													}
												]
											}
										},
										{
											"id": 407,
											"name": "playerScore9",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 792,
													"character": 18
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "number"
													}
												]
											}
										},
										{
											"id": 393,
											"name": "quadraKills",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 778,
													"character": 17
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 388,
											"name": "sightWardsBoughtInGame",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 773,
													"character": 28
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "number"
													}
												]
											}
										},
										{
											"id": 434,
											"name": "statPerk0",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"comment": {
												"shortText": "Stat rune"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 900,
													"character": 15
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "number"
													}
												]
											}
										},
										{
											"id": 435,
											"name": "statPerk1",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"comment": {
												"shortText": "Stat rune"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 904,
													"character": 15
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "number"
													}
												]
											}
										},
										{
											"id": 436,
											"name": "statPerk2",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"comment": {
												"shortText": "Stat rune"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 908,
													"character": 15
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "number"
													}
												]
											}
										},
										{
											"id": 375,
											"name": "teamObjective",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 760,
													"character": 19
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "number"
													}
												]
											}
										},
										{
											"id": 355,
											"name": "timeCCingOthers",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 740,
													"character": 21
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 354,
											"name": "totalDamageDealt",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 739,
													"character": 22
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 358,
											"name": "totalDamageDealtToChampions",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 743,
													"character": 33
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 338,
											"name": "totalDamageTaken",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 723,
													"character": 22
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 381,
											"name": "totalHeal",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 766,
													"character": 15
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 361,
											"name": "totalMinionsKilled",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 746,
													"character": 24
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 335,
											"name": "totalPlayerScore",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 720,
													"character": 22
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "number"
													}
												]
											}
										},
										{
											"id": 351,
											"name": "totalScoreRank",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 736,
													"character": 20
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "number"
													}
												]
											}
										},
										{
											"id": 348,
											"name": "totalTimeCrowdControlDealt",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 733,
													"character": 32
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 328,
											"name": "totalUnitsHealed",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 713,
													"character": 22
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 341,
											"name": "tripleKills",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 726,
													"character": 17
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 392,
											"name": "trueDamageDealt",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 777,
													"character": 21
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 389,
											"name": "trueDamageDealtToChampions",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 774,
													"character": 32
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 371,
											"name": "trueDamageTaken",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 756,
													"character": 21
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 369,
											"name": "turretKills",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 754,
													"character": 17
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "number"
													}
												]
											}
										},
										{
											"id": 382,
											"name": "unrealKills",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 767,
													"character": 17
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 383,
											"name": "visionScore",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 768,
													"character": 17
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "number"
													}
												]
											}
										},
										{
											"id": 363,
											"name": "visionWardsBoughtInGame",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 748,
													"character": 29
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 343,
											"name": "wardsKilled",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 728,
													"character": 17
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "number"
													}
												]
											}
										},
										{
											"id": 353,
											"name": "wardsPlaced",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 738,
													"character": 17
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "number"
													}
												]
											}
										},
										{
											"id": 380,
											"name": "win",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 765,
													"character": 9
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "boolean"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												379,
												376,
												374,
												336,
												367,
												337,
												378,
												345,
												340,
												391,
												372,
												385,
												362,
												332,
												366,
												349,
												331,
												377,
												368,
												326,
												329,
												327,
												395,
												394,
												397,
												396,
												387,
												365,
												346,
												357,
												330,
												386,
												350,
												342,
												356,
												339,
												390,
												360,
												352,
												373,
												347,
												334,
												364,
												370,
												344,
												408,
												409,
												410,
												411,
												412,
												413,
												414,
												415,
												416,
												417,
												418,
												419,
												420,
												421,
												422,
												423,
												424,
												425,
												426,
												427,
												428,
												429,
												430,
												431,
												432,
												433,
												384,
												359,
												333,
												398,
												399,
												400,
												401,
												402,
												403,
												404,
												405,
												406,
												407,
												393,
												388,
												434,
												435,
												436,
												375,
												355,
												354,
												358,
												338,
												381,
												361,
												335,
												351,
												348,
												328,
												341,
												392,
												389,
												371,
												369,
												382,
												383,
												363,
												343,
												353,
												380
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 710,
											"character": 47
										}
									]
								},
								{
									"id": 437,
									"name": "MatchV4ParticipantTimelineDto",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "ParticipantTimelineDto"
									},
									"children": [
										{
											"id": 461,
											"name": "creepsPerMinDeltas",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"comment": {
												"shortText": "Creeps for a specified period."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 958,
													"character": 24
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "reflection",
														"declaration": {
															"id": 462,
															"name": "__type",
															"kind": 65536,
															"kindString": "Type literal",
															"flags": {},
															"indexSignature": {
																"id": 463,
																"name": "__index",
																"kind": 8192,
																"kindString": "Index signature",
																"flags": {},
																"parameters": [
																	{
																		"id": 464,
																		"name": "name",
																		"kind": 32768,
																		"flags": {},
																		"type": {
																			"type": "intrinsic",
																			"name": "string"
																		}
																	}
																],
																"type": {
																	"type": "intrinsic",
																	"name": "number"
																}
															}
														}
													}
												]
											}
										},
										{
											"id": 439,
											"name": "csDiffPerMinDeltas",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"comment": {
												"shortText": "Creep score difference versus the calculated lane opponent(s) for a specified period."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 918,
													"character": 24
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "reflection",
														"declaration": {
															"id": 440,
															"name": "__type",
															"kind": 65536,
															"kindString": "Type literal",
															"flags": {},
															"indexSignature": {
																"id": 441,
																"name": "__index",
																"kind": 8192,
																"kindString": "Index signature",
																"flags": {},
																"parameters": [
																	{
																		"id": 442,
																		"name": "name",
																		"kind": 32768,
																		"flags": {},
																		"type": {
																			"type": "intrinsic",
																			"name": "string"
																		}
																	}
																],
																"type": {
																	"type": "intrinsic",
																	"name": "number"
																}
															}
														}
													}
												]
											}
										},
										{
											"id": 448,
											"name": "damageTakenDiffPerMinDeltas",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"comment": {
												"shortText": "Damage taken difference versus the calculated lane opponent(s) for a specified period."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 935,
													"character": 33
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "reflection",
														"declaration": {
															"id": 449,
															"name": "__type",
															"kind": 65536,
															"kindString": "Type literal",
															"flags": {},
															"indexSignature": {
																"id": 450,
																"name": "__index",
																"kind": 8192,
																"kindString": "Index signature",
																"flags": {},
																"parameters": [
																	{
																		"id": 451,
																		"name": "name",
																		"kind": 32768,
																		"flags": {},
																		"type": {
																			"type": "intrinsic",
																			"name": "string"
																		}
																	}
																],
																"type": {
																	"type": "intrinsic",
																	"name": "number"
																}
															}
														}
													}
												]
											}
										},
										{
											"id": 443,
											"name": "damageTakenPerMinDeltas",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"comment": {
												"shortText": "Damage taken for a specified period."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 924,
													"character": 29
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "reflection",
														"declaration": {
															"id": 444,
															"name": "__type",
															"kind": 65536,
															"kindString": "Type literal",
															"flags": {},
															"indexSignature": {
																"id": 445,
																"name": "__index",
																"kind": 8192,
																"kindString": "Index signature",
																"flags": {},
																"parameters": [
																	{
																		"id": 446,
																		"name": "name",
																		"kind": 32768,
																		"flags": {},
																		"type": {
																			"type": "intrinsic",
																			"name": "string"
																		}
																	}
																],
																"type": {
																	"type": "intrinsic",
																	"name": "number"
																}
															}
														}
													}
												]
											}
										},
										{
											"id": 465,
											"name": "goldPerMinDeltas",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"comment": {
												"shortText": "Gold for a specified period."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 964,
													"character": 22
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "reflection",
														"declaration": {
															"id": 466,
															"name": "__type",
															"kind": 65536,
															"kindString": "Type literal",
															"flags": {},
															"indexSignature": {
																"id": 467,
																"name": "__index",
																"kind": 8192,
																"kindString": "Index signature",
																"flags": {},
																"parameters": [
																	{
																		"id": 468,
																		"name": "name",
																		"kind": 32768,
																		"flags": {},
																		"type": {
																			"type": "intrinsic",
																			"name": "string"
																		}
																	}
																],
																"type": {
																	"type": "intrinsic",
																	"name": "number"
																}
															}
														}
													}
												]
											}
										},
										{
											"id": 460,
											"name": "lane",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"comment": {
												"shortText": "Participant's calculated lane. MID and BOT are legacy values.\n             (Legal values:  MID,  MIDDLE,  TOP,  JUNGLE,  BOT,  BOTTOM)"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 954,
													"character": 10
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "literal",
														"value": "TOP"
													},
													{
														"type": "literal",
														"value": "JUNGLE"
													},
													{
														"type": "literal",
														"value": "MIDDLE"
													},
													{
														"type": "literal",
														"value": "BOTTOM"
													},
													{
														"type": "literal",
														"value": "MID"
													},
													{
														"type": "literal",
														"value": "BOT"
													}
												]
											}
										},
										{
											"id": 438,
											"name": "participantId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 914,
													"character": 19
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "number"
													}
												]
											}
										},
										{
											"id": 447,
											"name": "role",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"comment": {
												"shortText": "Participant's calculated role.\n             (Legal values:  DUO,  NONE,  SOLO,  DUO_CARRY,  DUO_SUPPORT)"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 931,
													"character": 10
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "literal",
														"value": "DUO"
													},
													{
														"type": "literal",
														"value": "NONE"
													},
													{
														"type": "literal",
														"value": "SOLO"
													},
													{
														"type": "literal",
														"value": "DUO_CARRY"
													},
													{
														"type": "literal",
														"value": "DUO_SUPPORT"
													}
												]
											}
										},
										{
											"id": 456,
											"name": "xpDiffPerMinDeltas",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"comment": {
												"shortText": "Experience difference versus the calculated lane opponent(s) for a specified period."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 947,
													"character": 24
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "reflection",
														"declaration": {
															"id": 457,
															"name": "__type",
															"kind": 65536,
															"kindString": "Type literal",
															"flags": {},
															"indexSignature": {
																"id": 458,
																"name": "__index",
																"kind": 8192,
																"kindString": "Index signature",
																"flags": {},
																"parameters": [
																	{
																		"id": 459,
																		"name": "name",
																		"kind": 32768,
																		"flags": {},
																		"type": {
																			"type": "intrinsic",
																			"name": "string"
																		}
																	}
																],
																"type": {
																	"type": "intrinsic",
																	"name": "number"
																}
															}
														}
													}
												]
											}
										},
										{
											"id": 452,
											"name": "xpPerMinDeltas",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"comment": {
												"shortText": "Experience change for a specified period."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 941,
													"character": 20
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "reflection",
														"declaration": {
															"id": 453,
															"name": "__type",
															"kind": 65536,
															"kindString": "Type literal",
															"flags": {},
															"indexSignature": {
																"id": 454,
																"name": "__index",
																"kind": 8192,
																"kindString": "Index signature",
																"flags": {},
																"parameters": [
																	{
																		"id": 455,
																		"name": "name",
																		"kind": 32768,
																		"flags": {},
																		"type": {
																			"type": "intrinsic",
																			"name": "string"
																		}
																	}
																],
																"type": {
																	"type": "intrinsic",
																	"name": "number"
																}
															}
														}
													}
												]
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												461,
												439,
												448,
												443,
												465,
												460,
												438,
												447,
												456,
												452
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 913,
											"character": 50
										}
									]
								},
								{
									"id": 469,
									"name": "MatchV4PlayerDto",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "PlayerDto"
									},
									"children": [
										{
											"id": 471,
											"name": "accountId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Player's original accountId."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 976,
													"character": 15
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 473,
											"name": "currentAccountId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Player's current accountId when the match was played."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 981,
													"character": 22
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 474,
											"name": "currentPlatformId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Player's current platformId when the match was played."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 985,
													"character": 23
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 472,
											"name": "matchHistoryUri",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 977,
													"character": 21
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 477,
											"name": "platformId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Player's original platformId."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 994,
													"character": 16
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 470,
											"name": "profileIcon",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 972,
													"character": 17
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 476,
											"name": "summonerId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"comment": {
												"shortText": "Player's summonerId (Encrypted)"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 990,
													"character": 16
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "string"
													}
												]
											}
										},
										{
											"id": 475,
											"name": "summonerName",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 986,
													"character": 18
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												471,
												473,
												474,
												472,
												477,
												470,
												476,
												475
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 971,
											"character": 37
										}
									]
								},
								{
									"id": 478,
									"name": "MatchV4RuneDto",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "RuneDto"
									},
									"children": [
										{
											"id": 480,
											"name": "rank",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1001,
													"character": 10
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 479,
											"name": "runeId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1000,
													"character": 12
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												480,
												479
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 999,
											"character": 35
										}
									]
								},
								{
									"id": 481,
									"name": "MatchV4TeamBansDto",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "TeamBansDto"
									},
									"children": [
										{
											"id": 482,
											"name": "championId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Banned championId."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1010,
													"character": 16
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 483,
											"name": "pickTurn",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Turn during which the champion was banned."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1014,
													"character": 14
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												482,
												483
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 1006,
											"character": 39
										}
									]
								},
								{
									"id": 484,
									"name": "MatchV4TeamStatsDto",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "TeamStatsDto"
									},
									"children": [
										{
											"id": 489,
											"name": "bans",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "If match queueId has a draft, contains banned champion data, otherwise empty."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1039,
													"character": 10
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "reference",
													"id": 481,
													"name": "MatchV4TeamBansDto"
												}
											}
										},
										{
											"id": 494,
											"name": "baronKills",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Number of times the team killed Baron."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1059,
													"character": 16
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 492,
											"name": "dominionVictoryScore",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "For Dominion matches, specifies the points the team had at game end."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1051,
													"character": 26
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 493,
											"name": "dragonKills",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Number of times the team killed Dragon."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1055,
													"character": 17
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 490,
											"name": "firstBaron",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Flag indicating whether or not the team scored the first Baron kill."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1043,
													"character": 16
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "boolean"
											}
										},
										{
											"id": 487,
											"name": "firstBlood",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Flag indicating whether or not the team scored the first blood."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1031,
													"character": 16
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "boolean"
											}
										},
										{
											"id": 491,
											"name": "firstDragon",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Flag indicating whether or not the team scored the first Dragon kill."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1047,
													"character": 17
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "boolean"
											}
										},
										{
											"id": 495,
											"name": "firstInhibitor",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Flag indicating whether or not the team destroyed the first inhibitor."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1063,
													"character": 20
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "boolean"
											}
										},
										{
											"id": 498,
											"name": "firstRiftHerald",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Flag indicating whether or not the team scored the first Rift Herald kill."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1075,
													"character": 21
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "boolean"
											}
										},
										{
											"id": 496,
											"name": "firstTower",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Flag indicating whether or not the team destroyed the first tower."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1067,
													"character": 16
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "boolean"
											}
										},
										{
											"id": 488,
											"name": "inhibitorKills",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Number of inhibitors the team destroyed."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1035,
													"character": 20
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 486,
											"name": "riftHeraldKills",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Number of times the team killed Rift Herald."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1027,
													"character": 21
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 499,
											"name": "teamId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "100 for blue side. 200 for red side."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1079,
													"character": 12
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 485,
											"name": "towerKills",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Number of towers the team destroyed."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1023,
													"character": 16
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 497,
											"name": "vilemawKills",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Number of times the team killed Vilemaw."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1071,
													"character": 18
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 500,
											"name": "win",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"comment": {
												"shortText": "String indicating whether or not the team won. There are only two values visibile in public match history.\n             (Legal values:  Fail,  Win)"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1084,
													"character": 9
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "literal",
														"value": "Fail"
													},
													{
														"type": "literal",
														"value": "Win"
													}
												]
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												489,
												494,
												492,
												493,
												490,
												487,
												491,
												495,
												498,
												496,
												488,
												486,
												499,
												485,
												497,
												500
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 1019,
											"character": 40
										}
									]
								},
								{
									"id": 501,
									"name": "SpectatorV4BannedChampion",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "BannedChampion"
									},
									"children": [
										{
											"id": 503,
											"name": "championId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "The ID of the banned champion"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1097,
													"character": 16
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 502,
											"name": "pickTurn",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "The turn during which the champion was banned"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1093,
													"character": 14
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 504,
											"name": "teamId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "The ID of the team that banned the champion"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1101,
													"character": 12
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												503,
												502,
												504
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 1089,
											"character": 46
										}
									]
								},
								{
									"id": 505,
									"name": "SpectatorV4CurrentGameInfo",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "CurrentGameInfo"
									},
									"children": [
										{
											"id": 513,
											"name": "bannedChampions",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Banned champion information"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1138,
													"character": 21
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "reference",
													"id": 501,
													"name": "SpectatorV4BannedChampion"
												}
											}
										},
										{
											"id": 506,
											"name": "gameId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "The ID of the game"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1110,
													"character": 12
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 510,
											"name": "gameLength",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "The amount of time in seconds that has passed since the game started"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1126,
													"character": 16
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 512,
											"name": "gameMode",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "The game mode"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1134,
													"character": 14
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 514,
											"name": "gameQueueConfigId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"comment": {
												"shortText": "The queue type (queue types are documented on the Game Constants page)"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1142,
													"character": 23
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "number"
													}
												]
											}
										},
										{
											"id": 508,
											"name": "gameStartTime",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "The game start time represented in epoch milliseconds"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1118,
													"character": 19
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 507,
											"name": "gameType",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "The game type"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1114,
													"character": 14
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 509,
											"name": "mapId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "The ID of the map"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1122,
													"character": 11
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 515,
											"name": "observers",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "The observer information"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1146,
													"character": 15
												}
											],
											"type": {
												"type": "reference",
												"id": 546,
												"name": "SpectatorV4Observer"
											}
										},
										{
											"id": 516,
											"name": "participants",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "The participant information"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1150,
													"character": 18
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "reference",
													"id": 517,
													"name": "SpectatorV4CurrentGameParticipant"
												}
											}
										},
										{
											"id": 511,
											"name": "platformId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "The ID of the platform on which the game is being played"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1130,
													"character": 16
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												513,
												506,
												510,
												512,
												514,
												508,
												507,
												509,
												515,
												516,
												511
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 1106,
											"character": 47
										}
									]
								},
								{
									"id": 517,
									"name": "SpectatorV4CurrentGameParticipant",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "CurrentGameParticipant"
									},
									"children": [
										{
											"id": 521,
											"name": "bot",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Flag indicating whether or not this participant is a bot"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1171,
													"character": 9
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "boolean"
											}
										},
										{
											"id": 518,
											"name": "championId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "The ID of the champion played by this participant"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1159,
													"character": 16
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 527,
											"name": "gameCustomizationObjects",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "List of Game Customizations"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1195,
													"character": 30
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "reference",
													"id": 543,
													"name": "SpectatorV4GameCustomizationObject"
												}
											}
										},
										{
											"id": 519,
											"name": "perks",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"comment": {
												"shortText": "Perks/Runes Reforged Information"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1163,
													"character": 11
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "reference",
														"id": 556,
														"name": "SpectatorV4Perks"
													}
												]
											}
										},
										{
											"id": 520,
											"name": "profileIconId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "The ID of the profile icon used by this participant"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1167,
													"character": 19
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 525,
											"name": "spell1Id",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "The ID of the first summoner spell used by this participant"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1187,
													"character": 14
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 526,
											"name": "spell2Id",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "The ID of the second summoner spell used by this participant"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1191,
													"character": 14
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 524,
											"name": "summonerId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "The encrypted summoner ID of this participant"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1183,
													"character": 16
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 523,
											"name": "summonerName",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "The summoner name of this participant"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1179,
													"character": 18
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 522,
											"name": "teamId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "The team ID of this participant, indicating the participant's team"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1175,
													"character": 12
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												521,
												518,
												527,
												519,
												520,
												525,
												526,
												524,
												523,
												522
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 1155,
											"character": 54
										}
									]
								},
								{
									"id": 528,
									"name": "SpectatorV4FeaturedGameInfo",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "FeaturedGameInfo"
									},
									"children": [
										{
											"id": 533,
											"name": "bannedChampions",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Banned champion information"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1222,
													"character": 21
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "reference",
													"id": 501,
													"name": "SpectatorV4BannedChampion"
												}
											}
										},
										{
											"id": 534,
											"name": "gameId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "The ID of the game"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1226,
													"character": 12
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 530,
											"name": "gameLength",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "The amount of time in seconds that has passed since the game started"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1209,
													"character": 16
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 529,
											"name": "gameMode",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "The game mode\n             (Legal values:  CLASSIC,  ODIN,  ARAM,  TUTORIAL,  ONEFORALL,  ASCENSION,  FIRSTBLOOD,  KINGPORO)"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1205,
													"character": 14
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "literal",
														"value": "CLASSIC"
													},
													{
														"type": "literal",
														"value": "ODIN"
													},
													{
														"type": "literal",
														"value": "ARAM"
													},
													{
														"type": "literal",
														"value": "TUTORIAL"
													},
													{
														"type": "literal",
														"value": "ONEFORALL"
													},
													{
														"type": "literal",
														"value": "ASCENSION"
													},
													{
														"type": "literal",
														"value": "FIRSTBLOOD"
													},
													{
														"type": "literal",
														"value": "KINGPORO"
													}
												]
											}
										},
										{
											"id": 536,
											"name": "gameQueueConfigId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "The queue type (queue types are documented on the Game Constants page)"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1234,
													"character": 23
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 537,
											"name": "gameStartTime",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "The game start time represented in epoch milliseconds"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1238,
													"character": 19
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 532,
											"name": "gameType",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "The game type\n             (Legal values:  CUSTOM_GAME,  MATCHED_GAME,  TUTORIAL_GAME)"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1218,
													"character": 14
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "literal",
														"value": "CUSTOM_GAME"
													},
													{
														"type": "literal",
														"value": "MATCHED_GAME"
													},
													{
														"type": "literal",
														"value": "TUTORIAL_GAME"
													}
												]
											}
										},
										{
											"id": 531,
											"name": "mapId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "The ID of the map"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1213,
													"character": 11
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 535,
											"name": "observers",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "The observer information"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1230,
													"character": 15
												}
											],
											"type": {
												"type": "reference",
												"id": 546,
												"name": "SpectatorV4Observer"
											}
										},
										{
											"id": 538,
											"name": "participants",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "The participant information"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1242,
													"character": 18
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "reference",
													"id": 548,
													"name": "SpectatorV4Participant"
												}
											}
										},
										{
											"id": 539,
											"name": "platformId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "The ID of the platform on which the game is being played"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1246,
													"character": 16
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												533,
												534,
												530,
												529,
												536,
												537,
												532,
												531,
												535,
												538,
												539
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 1200,
											"character": 48
										}
									]
								},
								{
									"id": 540,
									"name": "SpectatorV4FeaturedGames",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "FeaturedGames"
									},
									"children": [
										{
											"id": 542,
											"name": "clientRefreshInterval",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "The suggested interval to wait before requesting FeaturedGames again"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1259,
													"character": 27
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 541,
											"name": "gameList",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "The list of featured games"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1255,
													"character": 14
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "reference",
													"id": 528,
													"name": "SpectatorV4FeaturedGameInfo"
												}
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												542,
												541
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 1251,
											"character": 45
										}
									]
								},
								{
									"id": 543,
									"name": "SpectatorV4GameCustomizationObject",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "GameCustomizationObject"
									},
									"children": [
										{
											"id": 544,
											"name": "category",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Category identifier for Game Customization"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1268,
													"character": 14
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 545,
											"name": "content",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Game Customization content"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1272,
													"character": 13
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												544,
												545
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 1264,
											"character": 55
										}
									]
								},
								{
									"id": 546,
									"name": "SpectatorV4Observer",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "Observer"
									},
									"children": [
										{
											"id": 547,
											"name": "encryptionKey",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Key used to decrypt the spectator grid game data for playback"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1281,
													"character": 19
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												547
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 1277,
											"character": 40
										}
									]
								},
								{
									"id": 548,
									"name": "SpectatorV4Participant",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "Participant"
									},
									"children": [
										{
											"id": 549,
											"name": "bot",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Flag indicating whether or not this participant is a bot"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1290,
													"character": 9
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "boolean"
											}
										},
										{
											"id": 553,
											"name": "championId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "The ID of the champion played by this participant"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1306,
													"character": 16
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 551,
											"name": "profileIconId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "The ID of the profile icon used by this participant"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1298,
													"character": 19
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 555,
											"name": "spell1Id",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "The ID of the first summoner spell used by this participant"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1314,
													"character": 14
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 550,
											"name": "spell2Id",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "The ID of the second summoner spell used by this participant"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1294,
													"character": 14
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 552,
											"name": "summonerName",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "The summoner name of this participant"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1302,
													"character": 18
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 554,
											"name": "teamId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "The team ID of this participant, indicating the participant's team"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1310,
													"character": 12
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												549,
												553,
												551,
												555,
												550,
												552,
												554
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 1286,
											"character": 43
										}
									]
								},
								{
									"id": 556,
									"name": "SpectatorV4Perks",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "Perks"
									},
									"children": [
										{
											"id": 557,
											"name": "perkIds",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "IDs of the perks/runes assigned."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1323,
													"character": 13
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "intrinsic",
													"name": "number"
												}
											}
										},
										{
											"id": 558,
											"name": "perkStyle",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Primary runes path"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1327,
													"character": 15
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 559,
											"name": "perkSubStyle",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Secondary runes path"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1331,
													"character": 18
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												557,
												558,
												559
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 1319,
											"character": 37
										}
									]
								},
								{
									"id": 560,
									"name": "SummonerV4SummonerDTO",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "SummonerDTO\nrepresents a summoner"
									},
									"children": [
										{
											"id": 561,
											"name": "accountId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Encrypted account ID. Max length 56 characters."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1341,
													"character": 15
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 565,
											"name": "id",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Encrypted summoner ID. Max length 63 characters."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1357,
													"character": 8
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 564,
											"name": "name",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Summoner name."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1353,
													"character": 10
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 562,
											"name": "profileIconId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "ID of the summoner icon associated with the summoner."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1345,
													"character": 19
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 566,
											"name": "puuid",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Encrypted PUUID. Exact length of 78 characters."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1361,
													"character": 11
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 563,
											"name": "revisionDate",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Date summoner was last modified specified as epoch milliseconds. The following events will update this timestamp: summoner name change, summoner level change, or profile icon change."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1349,
													"character": 18
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 567,
											"name": "summonerLevel",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Summoner level associated with the summoner."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1365,
													"character": 19
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												561,
												565,
												564,
												562,
												566,
												563,
												567
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 1337,
											"character": 42
										}
									]
								},
								{
									"id": 568,
									"name": "TftLeagueV1LeagueEntryDTO",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "LeagueEntryDTO"
									},
									"children": [
										{
											"id": 580,
											"name": "freshBlood",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1391,
													"character": 16
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "boolean"
											}
										},
										{
											"id": 578,
											"name": "hotStreak",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1389,
													"character": 15
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "boolean"
											}
										},
										{
											"id": 581,
											"name": "inactive",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1392,
													"character": 14
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "boolean"
											}
										},
										{
											"id": 569,
											"name": "leagueId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1371,
													"character": 14
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 575,
											"name": "leaguePoints",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1380,
													"character": 18
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 577,
											"name": "losses",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Second through eighth placement."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1388,
													"character": 12
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 582,
											"name": "miniSeries",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1393,
													"character": 16
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "reference",
														"id": 601,
														"name": "TftLeagueV1MiniSeriesDTO"
													}
												]
											}
										},
										{
											"id": 572,
											"name": "queueType",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1377,
													"character": 15
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 574,
											"name": "rank",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1379,
													"character": 10
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 570,
											"name": "summonerId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Player's encrypted summonerId."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1375,
													"character": 16
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 571,
											"name": "summonerName",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1376,
													"character": 18
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 573,
											"name": "tier",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1378,
													"character": 10
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 579,
											"name": "veteran",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1390,
													"character": 13
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "boolean"
											}
										},
										{
											"id": 576,
											"name": "wins",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "First placement."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1384,
													"character": 10
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												580,
												578,
												581,
												569,
												575,
												577,
												582,
												572,
												574,
												570,
												571,
												573,
												579,
												576
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 1370,
											"character": 46
										}
									]
								},
								{
									"id": 583,
									"name": "TftLeagueV1LeagueItemDTO",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "LeagueItemDTO"
									},
									"children": [
										{
											"id": 584,
											"name": "freshBlood",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1399,
													"character": 16
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "boolean"
											}
										},
										{
											"id": 590,
											"name": "hotStreak",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1408,
													"character": 15
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "boolean"
											}
										},
										{
											"id": 588,
											"name": "inactive",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1406,
													"character": 14
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "boolean"
											}
										},
										{
											"id": 592,
											"name": "leaguePoints",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1410,
													"character": 18
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 593,
											"name": "losses",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Second through eighth placement."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1414,
													"character": 12
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 587,
											"name": "miniSeries",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1405,
													"character": 16
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "reference",
														"id": 601,
														"name": "TftLeagueV1MiniSeriesDTO"
													}
												]
											}
										},
										{
											"id": 591,
											"name": "rank",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1409,
													"character": 10
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 594,
											"name": "summonerId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Player's encrypted summonerId."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1418,
													"character": 16
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 586,
											"name": "summonerName",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1404,
													"character": 18
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 589,
											"name": "veteran",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1407,
													"character": 13
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "boolean"
											}
										},
										{
											"id": 585,
											"name": "wins",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "First placement."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1403,
													"character": 10
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												584,
												590,
												588,
												592,
												593,
												587,
												591,
												594,
												586,
												589,
												585
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 1398,
											"character": 45
										}
									]
								},
								{
									"id": 595,
									"name": "TftLeagueV1LeagueListDTO",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "LeagueListDTO"
									},
									"children": [
										{
											"id": 597,
											"name": "entries",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1425,
													"character": 13
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "reference",
													"id": 583,
													"name": "TftLeagueV1LeagueItemDTO"
												}
											}
										},
										{
											"id": 596,
											"name": "leagueId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1424,
													"character": 14
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 599,
											"name": "name",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1427,
													"character": 10
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 600,
											"name": "queue",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1428,
													"character": 11
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 598,
											"name": "tier",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1426,
													"character": 10
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												597,
												596,
												599,
												600,
												598
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 1423,
											"character": 45
										}
									]
								},
								{
									"id": 601,
									"name": "TftLeagueV1MiniSeriesDTO",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "MiniSeriesDTO"
									},
									"children": [
										{
											"id": 602,
											"name": "losses",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1434,
													"character": 12
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 603,
											"name": "progress",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1435,
													"character": 14
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 604,
											"name": "target",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1436,
													"character": 12
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 605,
											"name": "wins",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1437,
													"character": 10
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												602,
												603,
												604,
												605
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 1433,
											"character": 45
										}
									]
								},
								{
									"id": 606,
									"name": "TftMatchV1CompanionDto",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "CompanionDto"
									},
									"children": [
										{
											"id": 608,
											"name": "content_ID",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1444,
													"character": 16
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 607,
											"name": "skin_ID",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1443,
													"character": 13
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 609,
											"name": "species",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1445,
													"character": 13
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												608,
												607,
												609
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 1442,
											"character": 43
										}
									]
								},
								{
									"id": 610,
									"name": "TftMatchV1InfoDto",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "InfoDto"
									},
									"children": [
										{
											"id": 611,
											"name": "game_datetime",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Unix timestamp."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1454,
													"character": 19
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 612,
											"name": "game_length",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Game length in seconds."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1458,
													"character": 17
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 613,
											"name": "game_variation",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"comment": {
												"shortText": "Game variation key. Game variations documented in TFT static data."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1462,
													"character": 20
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "string"
													}
												]
											}
										},
										{
											"id": 614,
											"name": "game_version",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Game client version."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1466,
													"character": 18
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 615,
											"name": "participants",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1467,
													"character": 18
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "reference",
													"id": 625,
													"name": "TftMatchV1ParticipantDto"
												}
											}
										},
										{
											"id": 616,
											"name": "queue_id",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Please refer to the League of Legends documentation."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1471,
													"character": 14
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 617,
											"name": "tft_set_number",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Teamfight Tactics set number."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1475,
													"character": 20
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												611,
												612,
												613,
												614,
												615,
												616,
												617
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 1450,
											"character": 38
										}
									]
								},
								{
									"id": 618,
									"name": "TftMatchV1MatchDto",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "MatchDto"
									},
									"children": [
										{
											"id": 620,
											"name": "info",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Match info."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1488,
													"character": 10
												}
											],
											"type": {
												"type": "reference",
												"id": 610,
												"name": "TftMatchV1InfoDto"
											}
										},
										{
											"id": 619,
											"name": "metadata",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Match metadata."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1484,
													"character": 14
												}
											],
											"type": {
												"type": "reference",
												"id": 621,
												"name": "TftMatchV1MetadataDto"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												620,
												619
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 1480,
											"character": 39
										}
									]
								},
								{
									"id": 621,
									"name": "TftMatchV1MetadataDto",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "MetadataDto"
									},
									"children": [
										{
											"id": 622,
											"name": "data_version",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Match data version."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1497,
													"character": 18
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 623,
											"name": "match_id",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Match id."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1501,
													"character": 14
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 624,
											"name": "participants",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "A list of participant PUUIDs."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1505,
													"character": 18
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "intrinsic",
													"name": "string"
												}
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												622,
												623,
												624
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 1493,
											"character": 42
										}
									]
								},
								{
									"id": 625,
									"name": "TftMatchV1ParticipantDto",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "ParticipantDto"
									},
									"children": [
										{
											"id": 626,
											"name": "companion",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Participant's companion."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1514,
													"character": 15
												}
											],
											"type": {
												"type": "reference",
												"id": 606,
												"name": "TftMatchV1CompanionDto"
											}
										},
										{
											"id": 627,
											"name": "gold_left",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Gold left after participant was eliminated."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1518,
													"character": 15
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 628,
											"name": "last_round",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "The round the participant was eliminated in. Note: If the player was eliminated in stage 2-1 their last_round would be 5."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1522,
													"character": 16
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 629,
											"name": "level",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Participant Little Legend level. Note: This is not the number of active units."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1526,
													"character": 11
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 630,
											"name": "placement",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Participant placement upon elimination."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1530,
													"character": 15
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 631,
											"name": "players_eliminated",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Number of players the participant eliminated."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1534,
													"character": 24
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 632,
											"name": "puuid",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1535,
													"character": 11
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 633,
											"name": "time_eliminated",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "The number of seconds before the participant was eliminated."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1539,
													"character": 21
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 634,
											"name": "total_damage_to_players",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Damage the participant dealt to other players."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1543,
													"character": 29
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 635,
											"name": "traits",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "A complete list of traits for the participant's active units."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1547,
													"character": 12
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "reference",
													"id": 637,
													"name": "TftMatchV1TraitDto"
												}
											}
										},
										{
											"id": 636,
											"name": "units",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "A list of active units for the participant."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1551,
													"character": 11
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "reference",
													"id": 643,
													"name": "TftMatchV1UnitDto"
												}
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												626,
												627,
												628,
												629,
												630,
												631,
												632,
												633,
												634,
												635,
												636
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 1510,
											"character": 45
										}
									]
								},
								{
									"id": 637,
									"name": "TftMatchV1TraitDto",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "TraitDto"
									},
									"children": [
										{
											"id": 638,
											"name": "name",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Trait name."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1560,
													"character": 10
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 639,
											"name": "num_units",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Number of units with this trait."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1564,
													"character": 15
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 640,
											"name": "style",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"comment": {
												"shortText": "Current style for this trait. (0 = No style, 1 = Bronze, 2 = Silver, 3 = Gold, 4 = Chromatic)"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1568,
													"character": 11
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "number"
													}
												]
											}
										},
										{
											"id": 641,
											"name": "tier_current",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Current active tier for the trait."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1572,
													"character": 18
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 642,
											"name": "tier_total",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"comment": {
												"shortText": "Total tiers for the trait."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1576,
													"character": 16
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "number"
													}
												]
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												638,
												639,
												640,
												641,
												642
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 1556,
											"character": 39
										}
									]
								},
								{
									"id": 643,
									"name": "TftMatchV1UnitDto",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "UnitDto"
									},
									"children": [
										{
											"id": 645,
											"name": "character_id",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "This field was introduced in patch 9.22 with data_version 2."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1589,
													"character": 18
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 646,
											"name": "chosen",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"comment": {
												"shortText": "If a unit is chosen as part of the Fates set mechanic, the chosen trait will be indicated by this field. Otherwise this field is excluded from the response."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1593,
													"character": 12
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "string"
													}
												]
											}
										},
										{
											"id": 644,
											"name": "items",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "A list of the unit's items. Please refer to the Teamfight Tactics documentation for item ids."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1585,
													"character": 11
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "intrinsic",
													"name": "number"
												}
											}
										},
										{
											"id": 647,
											"name": "name",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Unit name. This field is often left blank."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1597,
													"character": 10
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 648,
											"name": "rarity",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Unit rarity. This doesn't equate to the unit cost."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1601,
													"character": 12
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 649,
											"name": "tier",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Unit tier."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1605,
													"character": 10
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												645,
												646,
												644,
												647,
												648,
												649
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 1581,
											"character": 38
										}
									]
								},
								{
									"id": 650,
									"name": "TftSummonerV1SummonerDTO",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "SummonerDTO\nrepresents a summoner"
									},
									"children": [
										{
											"id": 651,
											"name": "accountId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Encrypted account ID. Max length 56 characters."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1615,
													"character": 15
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 655,
											"name": "id",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Encrypted summoner ID. Max length 63 characters."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1631,
													"character": 8
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 654,
											"name": "name",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Summoner name."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1627,
													"character": 10
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 652,
											"name": "profileIconId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "ID of the summoner icon associated with the summoner."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1619,
													"character": 19
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 656,
											"name": "puuid",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Encrypted PUUID. Exact length of 78 characters."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1635,
													"character": 11
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 653,
											"name": "revisionDate",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Date summoner was last modified specified as epoch milliseconds. The following events will update this timestamp: summoner name change, summoner level change, or profile icon change."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1623,
													"character": 18
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 657,
											"name": "summonerLevel",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Summoner level associated with the summoner."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1639,
													"character": 19
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												651,
												655,
												654,
												652,
												656,
												653,
												657
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 1611,
											"character": 45
										}
									]
								},
								{
									"id": 658,
									"name": "TournamentStubV4LobbyEventDTO",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "LobbyEventDTO"
									},
									"children": [
										{
											"id": 660,
											"name": "eventType",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "The type of event that was triggered"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1652,
													"character": 15
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 659,
											"name": "summonerId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "The summonerId that triggered the event (Encrypted)"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1648,
													"character": 16
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 661,
											"name": "timestamp",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Timestamp from the event"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1656,
													"character": 15
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												660,
												659,
												661
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 1644,
											"character": 50
										}
									]
								},
								{
									"id": 662,
									"name": "TournamentStubV4LobbyEventDTOWrapper",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "LobbyEventDTOWrapper"
									},
									"children": [
										{
											"id": 663,
											"name": "eventList",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1662,
													"character": 15
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "reference",
													"id": 658,
													"name": "TournamentStubV4LobbyEventDTO"
												}
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												663
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 1661,
											"character": 57
										}
									]
								},
								{
									"id": 664,
									"name": "TournamentStubV4ProviderRegistrationParameters",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "ProviderRegistrationParameters"
									},
									"children": [
										{
											"id": 665,
											"name": "region",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "The region in which the provider will be running tournaments.\n             (Legal values:  BR,  EUNE,  EUW,  JP,  LAN,  LAS,  NA,  OCE,  PBE,  RU,  TR)"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1672,
													"character": 12
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "literal",
														"value": "BR"
													},
													{
														"type": "literal",
														"value": "EUNE"
													},
													{
														"type": "literal",
														"value": "EUW"
													},
													{
														"type": "literal",
														"value": "JP"
													},
													{
														"type": "literal",
														"value": "LAN"
													},
													{
														"type": "literal",
														"value": "LAS"
													},
													{
														"type": "literal",
														"value": "NA"
													},
													{
														"type": "literal",
														"value": "OCE"
													},
													{
														"type": "literal",
														"value": "PBE"
													},
													{
														"type": "literal",
														"value": "RU"
													},
													{
														"type": "literal",
														"value": "TR"
													}
												]
											}
										},
										{
											"id": 666,
											"name": "url",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "The provider's callback URL to which tournament game results in this region should be posted. The URL must be well-formed, use the http or https protocol, and use the default port for the protocol (http URLs must use port 80, https URLs must use port 443)."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1676,
													"character": 9
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												665,
												666
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 1667,
											"character": 67
										}
									]
								},
								{
									"id": 667,
									"name": "TournamentStubV4TournamentCodeParameters",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "TournamentCodeParameters"
									},
									"children": [
										{
											"id": 668,
											"name": "allowedSummonerIds",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"comment": {
												"shortText": "Optional list of encrypted summonerIds in order to validate the players eligible to join the lobby. NOTE: We currently do not enforce participants at the team level, but rather the aggregate of teamOne and teamTwo. We may add the ability to enforce at the team level in the future."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1685,
													"character": 24
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "array",
														"elementType": {
															"type": "intrinsic",
															"name": "string"
														}
													}
												]
											}
										},
										{
											"id": 672,
											"name": "mapType",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "The map type of the game.\n             (Legal values:  SUMMONERS_RIFT,  TWISTED_TREELINE,  HOWLING_ABYSS)"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1703,
													"character": 13
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "literal",
														"value": "SUMMONERS_RIFT"
													},
													{
														"type": "literal",
														"value": "TWISTED_TREELINE"
													},
													{
														"type": "literal",
														"value": "HOWLING_ABYSS"
													}
												]
											}
										},
										{
											"id": 669,
											"name": "metadata",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"comment": {
												"shortText": "Optional string that may contain any data in any format, if specified at all. Used to denote any custom information about the game."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1689,
													"character": 14
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "string"
													}
												]
											}
										},
										{
											"id": 671,
											"name": "pickType",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "The pick type of the game.\n             (Legal values:  BLIND_PICK,  DRAFT_MODE,  ALL_RANDOM,  TOURNAMENT_DRAFT)"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1698,
													"character": 14
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "literal",
														"value": "BLIND_PICK"
													},
													{
														"type": "literal",
														"value": "DRAFT_MODE"
													},
													{
														"type": "literal",
														"value": "ALL_RANDOM"
													},
													{
														"type": "literal",
														"value": "TOURNAMENT_DRAFT"
													}
												]
											}
										},
										{
											"id": 673,
											"name": "spectatorType",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "The spectator type of the game.\n             (Legal values:  NONE,  LOBBYONLY,  ALL)"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1708,
													"character": 19
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "literal",
														"value": "NONE"
													},
													{
														"type": "literal",
														"value": "LOBBYONLY"
													},
													{
														"type": "literal",
														"value": "ALL"
													}
												]
											}
										},
										{
											"id": 670,
											"name": "teamSize",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "The team size of the game. Valid values are 1-5."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1693,
													"character": 14
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												668,
												672,
												669,
												671,
												673,
												670
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 1681,
											"character": 61
										}
									]
								},
								{
									"id": 674,
									"name": "TournamentStubV4TournamentRegistrationParameters",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "TournamentRegistrationParameters"
									},
									"children": [
										{
											"id": 676,
											"name": "name",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"comment": {
												"shortText": "The optional name of the tournament."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1721,
													"character": 10
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "string"
													}
												]
											}
										},
										{
											"id": 675,
											"name": "providerId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "The provider ID to specify the regional registered provider data to associate this tournament."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1717,
													"character": 16
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												676,
												675
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 1713,
											"character": 69
										}
									]
								},
								{
									"id": 677,
									"name": "TournamentV4LobbyEventDTO",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "LobbyEventDTO"
									},
									"children": [
										{
											"id": 679,
											"name": "eventType",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "The type of event that was triggered"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1734,
													"character": 15
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 680,
											"name": "summonerId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "The summonerId that triggered the event (Encrypted)"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1738,
													"character": 16
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 678,
											"name": "timestamp",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Timestamp from the event"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1730,
													"character": 15
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												679,
												680,
												678
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 1726,
											"character": 46
										}
									]
								},
								{
									"id": 681,
									"name": "TournamentV4LobbyEventDTOWrapper",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "LobbyEventDTOWrapper"
									},
									"children": [
										{
											"id": 682,
											"name": "eventList",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1744,
													"character": 15
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "reference",
													"id": 677,
													"name": "TournamentV4LobbyEventDTO"
												}
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												682
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 1743,
											"character": 53
										}
									]
								},
								{
									"id": 683,
									"name": "TournamentV4ProviderRegistrationParameters",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "ProviderRegistrationParameters"
									},
									"children": [
										{
											"id": 684,
											"name": "region",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "The region in which the provider will be running tournaments.\n             (Legal values:  BR,  EUNE,  EUW,  JP,  LAN,  LAS,  NA,  OCE,  PBE,  RU,  TR)"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1754,
													"character": 12
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "literal",
														"value": "BR"
													},
													{
														"type": "literal",
														"value": "EUNE"
													},
													{
														"type": "literal",
														"value": "EUW"
													},
													{
														"type": "literal",
														"value": "JP"
													},
													{
														"type": "literal",
														"value": "LAN"
													},
													{
														"type": "literal",
														"value": "LAS"
													},
													{
														"type": "literal",
														"value": "NA"
													},
													{
														"type": "literal",
														"value": "OCE"
													},
													{
														"type": "literal",
														"value": "PBE"
													},
													{
														"type": "literal",
														"value": "RU"
													},
													{
														"type": "literal",
														"value": "TR"
													}
												]
											}
										},
										{
											"id": 685,
											"name": "url",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "The provider's callback URL to which tournament game results in this region should be posted. The URL must be well-formed, use the http or https protocol, and use the default port for the protocol (http URLs must use port 80, https URLs must use port 443)."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1758,
													"character": 9
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												684,
												685
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 1749,
											"character": 63
										}
									]
								},
								{
									"id": 686,
									"name": "TournamentV4TournamentCodeDTO",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "TournamentCodeDTO"
									},
									"children": [
										{
											"id": 687,
											"name": "code",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "The tournament code."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1767,
													"character": 10
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 696,
											"name": "id",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "The tournament code's ID."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1803,
													"character": 8
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 689,
											"name": "lobbyName",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "The lobby name for the tournament code game."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1775,
													"character": 15
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 698,
											"name": "map",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "The game map for the tournament code game"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1812,
													"character": 9
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 690,
											"name": "metaData",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "The metadata for tournament code."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1779,
													"character": 14
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 699,
											"name": "participants",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "The summonerIds of the participants (Encrypted)"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1816,
													"character": 18
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "intrinsic",
													"name": "string"
												}
											}
										},
										{
											"id": 691,
											"name": "password",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "The password for the tournament code game."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1783,
													"character": 14
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 694,
											"name": "pickType",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "The pick mode for tournament code game."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1795,
													"character": 14
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 693,
											"name": "providerId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "The provider's ID."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1791,
													"character": 16
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 697,
											"name": "region",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "The tournament code's region.\n             (Legal values:  BR,  EUNE,  EUW,  JP,  LAN,  LAS,  NA,  OCE,  PBE,  RU,  TR)"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1808,
													"character": 12
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "literal",
														"value": "BR"
													},
													{
														"type": "literal",
														"value": "EUNE"
													},
													{
														"type": "literal",
														"value": "EUW"
													},
													{
														"type": "literal",
														"value": "JP"
													},
													{
														"type": "literal",
														"value": "LAN"
													},
													{
														"type": "literal",
														"value": "LAS"
													},
													{
														"type": "literal",
														"value": "NA"
													},
													{
														"type": "literal",
														"value": "OCE"
													},
													{
														"type": "literal",
														"value": "PBE"
													},
													{
														"type": "literal",
														"value": "RU"
													},
													{
														"type": "literal",
														"value": "TR"
													}
												]
											}
										},
										{
											"id": 688,
											"name": "spectators",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "The spectator mode for the tournament code game."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1771,
													"character": 16
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 692,
											"name": "teamSize",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "The team size for the tournament code game."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1787,
													"character": 14
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 695,
											"name": "tournamentId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "The tournament's ID."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1799,
													"character": 18
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												687,
												696,
												689,
												698,
												690,
												699,
												691,
												694,
												693,
												697,
												688,
												692,
												695
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 1763,
											"character": 50
										}
									]
								},
								{
									"id": 700,
									"name": "TournamentV4TournamentCodeParameters",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "TournamentCodeParameters"
									},
									"children": [
										{
											"id": 701,
											"name": "allowedSummonerIds",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"comment": {
												"shortText": "Optional list of encrypted summonerIds in order to validate the players eligible to join the lobby. NOTE: We currently do not enforce participants at the team level, but rather the aggregate of teamOne and teamTwo. We may add the ability to enforce at the team level in the future."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1825,
													"character": 24
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "array",
														"elementType": {
															"type": "intrinsic",
															"name": "string"
														}
													}
												]
											}
										},
										{
											"id": 705,
											"name": "mapType",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "The map type of the game.\n             (Legal values:  SUMMONERS_RIFT,  TWISTED_TREELINE,  HOWLING_ABYSS)"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1843,
													"character": 13
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "literal",
														"value": "SUMMONERS_RIFT"
													},
													{
														"type": "literal",
														"value": "TWISTED_TREELINE"
													},
													{
														"type": "literal",
														"value": "HOWLING_ABYSS"
													}
												]
											}
										},
										{
											"id": 702,
											"name": "metadata",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"comment": {
												"shortText": "Optional string that may contain any data in any format, if specified at all. Used to denote any custom information about the game."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1829,
													"character": 14
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "string"
													}
												]
											}
										},
										{
											"id": 704,
											"name": "pickType",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "The pick type of the game.\n             (Legal values:  BLIND_PICK,  DRAFT_MODE,  ALL_RANDOM,  TOURNAMENT_DRAFT)"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1838,
													"character": 14
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "literal",
														"value": "BLIND_PICK"
													},
													{
														"type": "literal",
														"value": "DRAFT_MODE"
													},
													{
														"type": "literal",
														"value": "ALL_RANDOM"
													},
													{
														"type": "literal",
														"value": "TOURNAMENT_DRAFT"
													}
												]
											}
										},
										{
											"id": 706,
											"name": "spectatorType",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "The spectator type of the game.\n             (Legal values:  NONE,  LOBBYONLY,  ALL)"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1848,
													"character": 19
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "literal",
														"value": "NONE"
													},
													{
														"type": "literal",
														"value": "LOBBYONLY"
													},
													{
														"type": "literal",
														"value": "ALL"
													}
												]
											}
										},
										{
											"id": 703,
											"name": "teamSize",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "The team size of the game. Valid values are 1-5."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1833,
													"character": 14
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												701,
												705,
												702,
												704,
												706,
												703
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 1821,
											"character": 57
										}
									]
								},
								{
									"id": 707,
									"name": "TournamentV4TournamentCodeUpdateParameters",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "TournamentCodeUpdateParameters"
									},
									"children": [
										{
											"id": 708,
											"name": "allowedSummonerIds",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"comment": {
												"shortText": "Optional list of encrypted summonerIds in order to validate the players eligible to join the lobby. NOTE: We currently do not enforce participants at the team level, but rather the aggregate of teamOne and teamTwo. We may add the ability to enforce at the team level in the future."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1857,
													"character": 24
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "array",
														"elementType": {
															"type": "intrinsic",
															"name": "string"
														}
													}
												]
											}
										},
										{
											"id": 710,
											"name": "mapType",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "The map type\n             (Legal values:  SUMMONERS_RIFT,  TWISTED_TREELINE,  HOWLING_ABYSS)"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1867,
													"character": 13
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "literal",
														"value": "SUMMONERS_RIFT"
													},
													{
														"type": "literal",
														"value": "TWISTED_TREELINE"
													},
													{
														"type": "literal",
														"value": "HOWLING_ABYSS"
													}
												]
											}
										},
										{
											"id": 709,
											"name": "pickType",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "The pick type\n             (Legal values:  BLIND_PICK,  DRAFT_MODE,  ALL_RANDOM,  TOURNAMENT_DRAFT)"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1862,
													"character": 14
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "literal",
														"value": "BLIND_PICK"
													},
													{
														"type": "literal",
														"value": "DRAFT_MODE"
													},
													{
														"type": "literal",
														"value": "ALL_RANDOM"
													},
													{
														"type": "literal",
														"value": "TOURNAMENT_DRAFT"
													}
												]
											}
										},
										{
											"id": 711,
											"name": "spectatorType",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "The spectator type\n             (Legal values:  NONE,  LOBBYONLY,  ALL)"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1872,
													"character": 19
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "literal",
														"value": "NONE"
													},
													{
														"type": "literal",
														"value": "LOBBYONLY"
													},
													{
														"type": "literal",
														"value": "ALL"
													}
												]
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												708,
												710,
												709,
												711
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 1853,
											"character": 63
										}
									]
								},
								{
									"id": 712,
									"name": "TournamentV4TournamentRegistrationParameters",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "TournamentRegistrationParameters"
									},
									"children": [
										{
											"id": 714,
											"name": "name",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"comment": {
												"shortText": "The optional name of the tournament."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1885,
													"character": 10
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "string"
													}
												]
											}
										},
										{
											"id": 713,
											"name": "providerId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "The provider ID to specify the regional registered provider data to associate this tournament."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1881,
													"character": 16
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												714,
												713
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 1877,
											"character": 65
										}
									]
								},
								{
									"id": 715,
									"name": "ValContentV1ActDto",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "ActDto"
									},
									"children": [
										{
											"id": 718,
											"name": "id",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1896,
													"character": 8
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 719,
											"name": "isActive",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1897,
													"character": 14
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "boolean"
											}
										},
										{
											"id": 717,
											"name": "localizedNames",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"comment": {
												"shortText": "This field is excluded from the response when a locale is set"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1895,
													"character": 20
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "reference",
														"id": 742,
														"name": "ValContentV1LocalizedNamesDto"
													}
												]
											}
										},
										{
											"id": 716,
											"name": "name",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1891,
													"character": 10
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												718,
												719,
												717,
												716
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 1890,
											"character": 39
										}
									]
								},
								{
									"id": 720,
									"name": "ValContentV1ContentDto",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "ContentDto"
									},
									"children": [
										{
											"id": 735,
											"name": "acts",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1917,
													"character": 10
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "reference",
													"id": 715,
													"name": "ValContentV1ActDto"
												}
											}
										},
										{
											"id": 722,
											"name": "characters",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1904,
													"character": 16
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "reference",
													"id": 736,
													"name": "ValContentV1ContentItemDto"
												}
											}
										},
										{
											"id": 732,
											"name": "charmLevels",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1914,
													"character": 17
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "reference",
													"id": 736,
													"name": "ValContentV1ContentItemDto"
												}
											}
										},
										{
											"id": 731,
											"name": "charms",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1913,
													"character": 12
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "reference",
													"id": 736,
													"name": "ValContentV1ContentItemDto"
												}
											}
										},
										{
											"id": 724,
											"name": "chromas",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1906,
													"character": 13
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "reference",
													"id": 736,
													"name": "ValContentV1ContentItemDto"
												}
											}
										},
										{
											"id": 727,
											"name": "equips",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1909,
													"character": 12
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "reference",
													"id": 736,
													"name": "ValContentV1ContentItemDto"
												}
											}
										},
										{
											"id": 728,
											"name": "gameModes",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1910,
													"character": 15
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "reference",
													"id": 736,
													"name": "ValContentV1ContentItemDto"
												}
											}
										},
										{
											"id": 723,
											"name": "maps",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1905,
													"character": 10
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "reference",
													"id": 736,
													"name": "ValContentV1ContentItemDto"
												}
											}
										},
										{
											"id": 733,
											"name": "playerCards",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1915,
													"character": 17
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "reference",
													"id": 736,
													"name": "ValContentV1ContentItemDto"
												}
											}
										},
										{
											"id": 734,
											"name": "playerTitles",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1916,
													"character": 18
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "reference",
													"id": 736,
													"name": "ValContentV1ContentItemDto"
												}
											}
										},
										{
											"id": 726,
											"name": "skinLevels",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1908,
													"character": 16
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "reference",
													"id": 736,
													"name": "ValContentV1ContentItemDto"
												}
											}
										},
										{
											"id": 725,
											"name": "skins",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1907,
													"character": 11
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "reference",
													"id": 736,
													"name": "ValContentV1ContentItemDto"
												}
											}
										},
										{
											"id": 730,
											"name": "sprayLevels",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1912,
													"character": 17
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "reference",
													"id": 736,
													"name": "ValContentV1ContentItemDto"
												}
											}
										},
										{
											"id": 729,
											"name": "sprays",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1911,
													"character": 12
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "reference",
													"id": 736,
													"name": "ValContentV1ContentItemDto"
												}
											}
										},
										{
											"id": 721,
											"name": "version",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1903,
													"character": 13
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												735,
												722,
												732,
												731,
												724,
												727,
												728,
												723,
												733,
												734,
												726,
												725,
												730,
												729,
												721
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 1902,
											"character": 43
										}
									]
								},
								{
									"id": 736,
									"name": "ValContentV1ContentItemDto",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "ContentItemDto"
									},
									"children": [
										{
											"id": 740,
											"name": "assetName",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1929,
													"character": 15
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 741,
											"name": "assetPath",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"comment": {
												"shortText": "This field is only included for maps and game modes. These values are used in the match response."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1933,
													"character": 15
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "string"
													}
												]
											}
										},
										{
											"id": 739,
											"name": "id",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1928,
													"character": 8
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 738,
											"name": "localizedNames",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"comment": {
												"shortText": "This field is excluded from the response when a locale is set"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1927,
													"character": 20
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "reference",
														"id": 742,
														"name": "ValContentV1LocalizedNamesDto"
													}
												]
											}
										},
										{
											"id": 737,
											"name": "name",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1923,
													"character": 10
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												740,
												741,
												739,
												738,
												737
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 1922,
											"character": 47
										}
									]
								},
								{
									"id": 742,
									"name": "ValContentV1LocalizedNamesDto",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "LocalizedNamesDto"
									},
									"children": [
										{
											"id": 743,
											"name": "ar-AE",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1938,
													"character": 52
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 744,
											"name": "de-DE",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1939,
													"character": 22
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 745,
											"name": "en-GB",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1940,
													"character": 22
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 746,
											"name": "en-US",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1941,
													"character": 22
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 747,
											"name": "es-ES",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1942,
													"character": 22
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 748,
											"name": "es-MX",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1943,
													"character": 22
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 749,
											"name": "fr-FR",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1944,
													"character": 22
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 750,
											"name": "id-ID",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1945,
													"character": 22
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 751,
											"name": "it-IT",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1946,
													"character": 22
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 752,
											"name": "ja-JP",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1947,
													"character": 22
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 753,
											"name": "ko-KR",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1948,
													"character": 22
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 754,
											"name": "pl-PL",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1949,
													"character": 22
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 755,
											"name": "pt-BR",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1950,
													"character": 22
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 756,
											"name": "ru-RU",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1951,
													"character": 22
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 757,
											"name": "th-TH",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1952,
													"character": 22
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 758,
											"name": "tr-TR",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1953,
													"character": 22
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 759,
											"name": "vi-VN",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1954,
													"character": 22
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 760,
											"name": "zh-CN",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1955,
													"character": 22
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 761,
											"name": "zh-TW",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1956,
													"character": 22
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												743,
												744,
												745,
												746,
												747,
												748,
												749,
												750,
												751,
												752,
												753,
												754,
												755,
												756,
												757,
												758,
												759,
												760,
												761
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 1938,
											"character": 50
										}
									]
								},
								{
									"id": 762,
									"name": "ValMatchV1AbilityCastsDto",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "AbilityCastsDto"
									},
									"children": [
										{
											"id": 764,
											"name": "ability1Casts",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1964,
													"character": 19
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 765,
											"name": "ability2Casts",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1965,
													"character": 19
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 763,
											"name": "grenadeCasts",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1963,
													"character": 18
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 766,
											"name": "ultimateCasts",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1966,
													"character": 19
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												764,
												765,
												763,
												766
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 1962,
											"character": 46
										}
									]
								},
								{
									"id": 767,
									"name": "ValMatchV1AbilityDto",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "AbilityDto"
									},
									"children": [
										{
											"id": 769,
											"name": "ability1Effects",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1973,
													"character": 21
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 770,
											"name": "ability2Effects",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1974,
													"character": 21
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 768,
											"name": "grenadeEffects",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1972,
													"character": 20
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 771,
											"name": "ultimateEffects",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1975,
													"character": 21
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												769,
												770,
												768,
												771
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 1971,
											"character": 41
										}
									]
								},
								{
									"id": 772,
									"name": "ValMatchV1DamageDto",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "DamageDto"
									},
									"children": [
										{
											"id": 776,
											"name": "bodyshots",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1987,
													"character": 15
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 774,
											"name": "damage",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1985,
													"character": 12
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 777,
											"name": "headshots",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1988,
													"character": 15
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 775,
											"name": "legshots",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1986,
													"character": 14
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 773,
											"name": "receiver",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "PUUID"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1984,
													"character": 14
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												776,
												774,
												777,
												775,
												773
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 1980,
											"character": 40
										}
									]
								},
								{
									"id": 778,
									"name": "ValMatchV1EconomyDto",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "EconomyDto"
									},
									"children": [
										{
											"id": 781,
											"name": "armor",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1996,
													"character": 11
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 779,
											"name": "loadoutValue",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1994,
													"character": 18
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 782,
											"name": "remaining",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1997,
													"character": 15
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 783,
											"name": "spent",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1998,
													"character": 11
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 780,
											"name": "weapon",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 1995,
													"character": 12
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												781,
												779,
												782,
												783,
												780
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 1993,
											"character": 41
										}
									]
								},
								{
									"id": 784,
									"name": "ValMatchV1FinishingDamageDto",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "FinishingDamageDto"
									},
									"children": [
										{
											"id": 786,
											"name": "damageItem",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2005,
													"character": 16
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 785,
											"name": "damageType",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2004,
													"character": 16
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 787,
											"name": "isSecondaryFireMode",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2006,
													"character": 25
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "boolean"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												786,
												785,
												787
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2003,
											"character": 49
										}
									]
								},
								{
									"id": 788,
									"name": "ValMatchV1KillDto",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "KillDto"
									},
									"children": [
										{
											"id": 794,
											"name": "assistants",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "List of PUUIDs"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2026,
													"character": 16
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "intrinsic",
													"name": "string"
												}
											}
										},
										{
											"id": 796,
											"name": "finishingDamage",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2028,
													"character": 21
												}
											],
											"type": {
												"type": "reference",
												"id": 784,
												"name": "ValMatchV1FinishingDamageDto"
											}
										},
										{
											"id": 791,
											"name": "killer",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "PUUID"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2017,
													"character": 12
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 795,
											"name": "playerLocations",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2027,
													"character": 21
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "reference",
													"id": 835,
													"name": "ValMatchV1PlayerLocationsDto"
												}
											}
										},
										{
											"id": 789,
											"name": "timeSinceGameStartMillis",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2012,
													"character": 30
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 790,
											"name": "timeSinceRoundStartMillis",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2013,
													"character": 31
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 792,
											"name": "victim",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "PUUID"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2021,
													"character": 12
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 793,
											"name": "victimLocation",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2022,
													"character": 20
												}
											],
											"type": {
												"type": "reference",
												"id": 797,
												"name": "ValMatchV1LocationDto"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												794,
												796,
												791,
												795,
												789,
												790,
												792,
												793
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2011,
											"character": 38
										}
									]
								},
								{
									"id": 797,
									"name": "ValMatchV1LocationDto",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "LocationDto"
									},
									"children": [
										{
											"id": 798,
											"name": "x",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2034,
													"character": 7
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 799,
											"name": "y",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2035,
													"character": 7
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												798,
												799
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2033,
											"character": 42
										}
									]
								},
								{
									"id": 800,
									"name": "ValMatchV1MatchDto",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "MatchDto"
									},
									"children": [
										{
											"id": 801,
											"name": "matchInfo",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2041,
													"character": 15
												}
											],
											"type": {
												"type": "reference",
												"id": 805,
												"name": "ValMatchV1MatchInfoDto"
											}
										},
										{
											"id": 802,
											"name": "players",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2042,
													"character": 13
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "reference",
													"id": 824,
													"name": "ValMatchV1PlayerDto"
												}
											}
										},
										{
											"id": 804,
											"name": "roundResults",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2044,
													"character": 18
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "reference",
													"id": 857,
													"name": "ValMatchV1RoundResultDto"
												}
											}
										},
										{
											"id": 803,
											"name": "teams",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2043,
													"character": 11
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "reference",
													"id": 873,
													"name": "ValMatchV1TeamDto"
												}
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												801,
												802,
												804,
												803
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2040,
											"character": 39
										}
									]
								},
								{
									"id": 805,
									"name": "ValMatchV1MatchInfoDto",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "MatchInfoDto"
									},
									"children": [
										{
											"id": 812,
											"name": "customGameName",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2056,
													"character": 20
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 808,
											"name": "gameLengthMillis",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2052,
													"character": 22
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 814,
											"name": "gameMode",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2058,
													"character": 14
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 809,
											"name": "gameStartMillis",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2053,
													"character": 21
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 811,
											"name": "isCompleted",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2055,
													"character": 17
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "boolean"
											}
										},
										{
											"id": 815,
											"name": "isRanked",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2059,
													"character": 14
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "boolean"
											}
										},
										{
											"id": 807,
											"name": "mapId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2051,
													"character": 11
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 806,
											"name": "matchId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2050,
													"character": 13
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 810,
											"name": "provisioningFlowId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2054,
													"character": 24
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 813,
											"name": "queueId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2057,
													"character": 13
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 816,
											"name": "seasonId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2060,
													"character": 14
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												812,
												808,
												814,
												809,
												811,
												815,
												807,
												806,
												810,
												813,
												816
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2049,
											"character": 43
										}
									]
								},
								{
									"id": 817,
									"name": "ValMatchV1MatchlistDto",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "MatchlistDto"
									},
									"children": [
										{
											"id": 819,
											"name": "history",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2067,
													"character": 13
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "reference",
													"id": 820,
													"name": "ValMatchV1MatchlistEntryDto"
												}
											}
										},
										{
											"id": 818,
											"name": "puuid",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2066,
													"character": 11
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												819,
												818
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2065,
											"character": 43
										}
									]
								},
								{
									"id": 820,
									"name": "ValMatchV1MatchlistEntryDto",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "MatchlistEntryDto"
									},
									"children": [
										{
											"id": 822,
											"name": "gameStartTimeMillis",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2074,
													"character": 25
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 821,
											"name": "matchId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2073,
													"character": 13
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 823,
											"name": "teamId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2075,
													"character": 12
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												822,
												821,
												823
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2072,
											"character": 48
										}
									]
								},
								{
									"id": 824,
									"name": "ValMatchV1PlayerDto",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "PlayerDto"
									},
									"children": [
										{
											"id": 830,
											"name": "characterId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2086,
													"character": 17
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 832,
											"name": "competitiveTier",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2088,
													"character": 21
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 826,
											"name": "gameName",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2082,
													"character": 14
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 829,
											"name": "partyId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2085,
													"character": 13
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 833,
											"name": "playerCard",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2089,
													"character": 16
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 834,
											"name": "playerTitle",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2090,
													"character": 17
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 825,
											"name": "puuid",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2081,
													"character": 11
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 831,
											"name": "stats",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2087,
													"character": 11
												}
											],
											"type": {
												"type": "reference",
												"id": 846,
												"name": "ValMatchV1PlayerStatsDto"
											}
										},
										{
											"id": 827,
											"name": "tagLine",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2083,
													"character": 13
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 828,
											"name": "teamId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2084,
													"character": 12
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												830,
												832,
												826,
												829,
												833,
												834,
												825,
												831,
												827,
												828
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2080,
											"character": 40
										}
									]
								},
								{
									"id": 835,
									"name": "ValMatchV1PlayerLocationsDto",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "PlayerLocationsDto"
									},
									"children": [
										{
											"id": 838,
											"name": "location",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2098,
													"character": 14
												}
											],
											"type": {
												"type": "reference",
												"id": 797,
												"name": "ValMatchV1LocationDto"
											}
										},
										{
											"id": 836,
											"name": "puuid",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2096,
													"character": 11
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 837,
											"name": "viewRadians",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2097,
													"character": 17
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												838,
												836,
												837
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2095,
											"character": 49
										}
									]
								},
								{
									"id": 839,
									"name": "ValMatchV1PlayerRoundStatsDto",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "PlayerRoundStatsDto"
									},
									"children": [
										{
											"id": 845,
											"name": "ability",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2109,
													"character": 13
												}
											],
											"type": {
												"type": "reference",
												"id": 767,
												"name": "ValMatchV1AbilityDto"
											}
										},
										{
											"id": 842,
											"name": "damage",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2106,
													"character": 12
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "reference",
													"id": 772,
													"name": "ValMatchV1DamageDto"
												}
											}
										},
										{
											"id": 844,
											"name": "economy",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2108,
													"character": 13
												}
											],
											"type": {
												"type": "reference",
												"id": 778,
												"name": "ValMatchV1EconomyDto"
											}
										},
										{
											"id": 841,
											"name": "kills",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2105,
													"character": 11
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "reference",
													"id": 788,
													"name": "ValMatchV1KillDto"
												}
											}
										},
										{
											"id": 840,
											"name": "puuid",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2104,
													"character": 11
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 843,
											"name": "score",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2107,
													"character": 11
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												845,
												842,
												844,
												841,
												840,
												843
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2103,
											"character": 50
										}
									]
								},
								{
									"id": 846,
									"name": "ValMatchV1PlayerStatsDto",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "PlayerStatsDto"
									},
									"children": [
										{
											"id": 853,
											"name": "abilityCasts",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2121,
													"character": 18
												}
											],
											"type": {
												"type": "reference",
												"id": 762,
												"name": "ValMatchV1AbilityCastsDto"
											}
										},
										{
											"id": 851,
											"name": "assists",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2119,
													"character": 13
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 850,
											"name": "deaths",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2118,
													"character": 12
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 849,
											"name": "kills",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2117,
													"character": 11
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 852,
											"name": "playtimeMillis",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2120,
													"character": 20
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 848,
											"name": "roundsPlayed",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2116,
													"character": 18
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 847,
											"name": "score",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2115,
													"character": 11
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												853,
												851,
												850,
												849,
												852,
												848,
												847
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2114,
											"character": 45
										}
									]
								},
								{
									"id": 854,
									"name": "ValMatchV1RecentMatchesDto",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "RecentMatchesDto"
									},
									"children": [
										{
											"id": 855,
											"name": "currentTime",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2127,
													"character": 17
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 856,
											"name": "matchIds",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "A list of recent match ids."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2131,
													"character": 14
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "intrinsic",
													"name": "string"
												}
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												855,
												856
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2126,
											"character": 47
										}
									]
								},
								{
									"id": 857,
									"name": "ValMatchV1RoundResultDto",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "RoundResultDto"
									},
									"children": [
										{
											"id": 863,
											"name": "bombDefuser",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "PUUID of player"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2148,
													"character": 17
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 862,
											"name": "bombPlanter",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "PUUID of player"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2144,
													"character": 17
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 870,
											"name": "defuseLocation",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2155,
													"character": 20
												}
											],
											"type": {
												"type": "reference",
												"id": 797,
												"name": "ValMatchV1LocationDto"
											}
										},
										{
											"id": 869,
											"name": "defusePlayerLocations",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2154,
													"character": 27
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "reference",
													"id": 835,
													"name": "ValMatchV1PlayerLocationsDto"
												}
											}
										},
										{
											"id": 868,
											"name": "defuseRoundTime",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2153,
													"character": 21
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 866,
											"name": "plantLocation",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2151,
													"character": 19
												}
											],
											"type": {
												"type": "reference",
												"id": 797,
												"name": "ValMatchV1LocationDto"
											}
										},
										{
											"id": 865,
											"name": "plantPlayerLocations",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2150,
													"character": 26
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "reference",
													"id": 835,
													"name": "ValMatchV1PlayerLocationsDto"
												}
											}
										},
										{
											"id": 864,
											"name": "plantRoundTime",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2149,
													"character": 20
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 867,
											"name": "plantSite",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2152,
													"character": 15
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 871,
											"name": "playerStats",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2156,
													"character": 17
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "reference",
													"id": 839,
													"name": "ValMatchV1PlayerRoundStatsDto"
												}
											}
										},
										{
											"id": 860,
											"name": "roundCeremony",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2139,
													"character": 19
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 858,
											"name": "roundNum",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2137,
													"character": 14
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 859,
											"name": "roundResult",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2138,
													"character": 17
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 872,
											"name": "roundResultCode",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2157,
													"character": 21
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 861,
											"name": "winningTeam",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2140,
													"character": 17
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												863,
												862,
												870,
												869,
												868,
												866,
												865,
												864,
												867,
												871,
												860,
												858,
												859,
												872,
												861
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2136,
											"character": 45
										}
									]
								},
								{
									"id": 873,
									"name": "ValMatchV1TeamDto",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "TeamDto"
									},
									"children": [
										{
											"id": 878,
											"name": "numPoints",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "Team points scored. Number of kills in deathmatch."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2173,
													"character": 15
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 876,
											"name": "roundsPlayed",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2168,
													"character": 18
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 877,
											"name": "roundsWon",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2169,
													"character": 15
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 874,
											"name": "teamId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "This is an arbitrary string. Red and Blue in bomb modes. The puuid of the player in deathmatch."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2166,
													"character": 12
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 875,
											"name": "won",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2167,
													"character": 9
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "boolean"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												878,
												876,
												877,
												874,
												875
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2162,
											"character": 38
										}
									]
								},
								{
									"id": 879,
									"name": "ValRankedV1LeaderboardDto",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "LeaderboardDto"
									},
									"children": [
										{
											"id": 881,
											"name": "actId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "The act id for the given leaderboard. Act ids can be found using the val-content API."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2186,
													"character": 11
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 883,
											"name": "players",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2191,
													"character": 13
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "reference",
													"id": 884,
													"name": "ValRankedV1PlayerDto"
												}
											}
										},
										{
											"id": 880,
											"name": "shard",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "The shard for the given leaderboard."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2182,
													"character": 11
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 882,
											"name": "totalPlayers",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "The total number of players in the leaderboard."
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2190,
													"character": 18
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												881,
												883,
												880,
												882
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2178,
											"character": 46
										}
									]
								},
								{
									"id": 884,
									"name": "ValRankedV1PlayerDto",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "PlayerDto"
									},
									"children": [
										{
											"id": 886,
											"name": "gameName",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2198,
													"character": 14
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 888,
											"name": "leaderboardRank",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2200,
													"character": 21
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 890,
											"name": "numberOfWins",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2202,
													"character": 18
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 885,
											"name": "puuid",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2197,
													"character": 11
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 889,
											"name": "rankedRating",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2201,
													"character": 18
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 887,
											"name": "tagLine",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2199,
													"character": 13
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												886,
												888,
												890,
												885,
												889,
												887
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2196,
											"character": 41
										}
									]
								},
								{
									"id": 891,
									"name": "ValStatusV1ContentDto",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "ContentDto"
									},
									"children": [
										{
											"id": 893,
											"name": "content",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2209,
													"character": 13
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 892,
											"name": "locale",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2208,
													"character": 12
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												893,
												892
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2207,
											"character": 42
										}
									]
								},
								{
									"id": 894,
									"name": "ValStatusV1PlatformDataDto",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "PlatformDataDto"
									},
									"children": [
										{
											"id": 895,
											"name": "id",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2215,
													"character": 8
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 899,
											"name": "incidents",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2219,
													"character": 15
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "reference",
													"id": 900,
													"name": "ValStatusV1StatusDto"
												}
											}
										},
										{
											"id": 897,
											"name": "locales",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2217,
													"character": 13
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "intrinsic",
													"name": "string"
												}
											}
										},
										{
											"id": 898,
											"name": "maintenances",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2218,
													"character": 18
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "reference",
													"id": 900,
													"name": "ValStatusV1StatusDto"
												}
											}
										},
										{
											"id": 896,
											"name": "name",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2216,
													"character": 10
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												895,
												899,
												897,
												898,
												896
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2214,
											"character": 47
										}
									]
								},
								{
									"id": 900,
									"name": "ValStatusV1StatusDto",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "StatusDto"
									},
									"children": [
										{
											"id": 907,
											"name": "archive_at",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2237,
													"character": 16
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 906,
											"name": "created_at",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2236,
													"character": 16
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 901,
											"name": "id",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2225,
													"character": 8
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 903,
											"name": "incident_severity",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "(Legal values:  info,  warning,  critical)"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2233,
													"character": 23
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "literal",
														"value": "info"
													},
													{
														"type": "literal",
														"value": "warning"
													},
													{
														"type": "literal",
														"value": "critical"
													}
												]
											}
										},
										{
											"id": 902,
											"name": "maintenance_status",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "(Legal values:  scheduled,  in_progress,  complete)"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2229,
													"character": 24
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "literal",
														"value": "scheduled"
													},
													{
														"type": "literal",
														"value": "in_progress"
													},
													{
														"type": "literal",
														"value": "complete"
													}
												]
											}
										},
										{
											"id": 909,
											"name": "platforms",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "(Legal values: windows, macos, android, ios, ps4, xbone, switch)"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2242,
													"character": 15
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "literal",
														"value": "windows"
													},
													{
														"type": "literal",
														"value": "macos"
													},
													{
														"type": "literal",
														"value": "android"
													},
													{
														"type": "literal",
														"value": "ios"
													},
													{
														"type": "literal",
														"value": "ps4"
													},
													{
														"type": "literal",
														"value": "xbone"
													},
													{
														"type": "literal",
														"value": "switch"
													}
												]
											}
										},
										{
											"id": 904,
											"name": "titles",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2234,
													"character": 12
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "reference",
													"id": 891,
													"name": "ValStatusV1ContentDto"
												}
											}
										},
										{
											"id": 908,
											"name": "updated_at",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2238,
													"character": 16
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 905,
											"name": "updates",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2235,
													"character": 13
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "reference",
													"id": 910,
													"name": "ValStatusV1UpdateDto"
												}
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												907,
												906,
												901,
												903,
												902,
												909,
												904,
												908,
												905
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2224,
											"character": 41
										}
									]
								},
								{
									"id": 910,
									"name": "ValStatusV1UpdateDto",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"comment": {
										"shortText": "UpdateDto"
									},
									"children": [
										{
											"id": 912,
											"name": "author",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2249,
													"character": 12
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 916,
											"name": "created_at",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2256,
													"character": 16
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 911,
											"name": "id",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2248,
													"character": 8
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 913,
											"name": "publish",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2250,
													"character": 13
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "boolean"
											}
										},
										{
											"id": 914,
											"name": "publish_locations",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"comment": {
												"shortText": "(Legal values: riotclient, riotstatus, game)"
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2254,
													"character": 23
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "literal",
														"value": "riotclient"
													},
													{
														"type": "literal",
														"value": "riotstatus"
													},
													{
														"type": "literal",
														"value": "game"
													}
												]
											}
										},
										{
											"id": 915,
											"name": "translations",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2255,
													"character": 18
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "reference",
													"id": 891,
													"name": "ValStatusV1ContentDto"
												}
											}
										},
										{
											"id": 917,
											"name": "updated_at",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2257,
													"character": 16
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												912,
												916,
												911,
												913,
												914,
												915,
												917
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2247,
											"character": 41
										}
									]
								}
							],
							"groups": [
								{
									"title": "Interfaces",
									"kind": 256,
									"children": [
										11,
										15,
										19,
										29,
										33,
										38,
										47,
										53,
										58,
										63,
										78,
										83,
										98,
										110,
										116,
										121,
										126,
										135,
										140,
										147,
										151,
										154,
										160,
										170,
										178,
										185,
										188,
										192,
										199,
										201,
										205,
										208,
										214,
										224,
										232,
										235,
										249,
										273,
										280,
										291,
										294,
										303,
										306,
										311,
										322,
										325,
										437,
										469,
										478,
										481,
										484,
										501,
										505,
										517,
										528,
										540,
										543,
										546,
										548,
										556,
										560,
										568,
										583,
										595,
										601,
										606,
										610,
										618,
										621,
										625,
										637,
										643,
										650,
										658,
										662,
										664,
										667,
										674,
										677,
										681,
										683,
										686,
										700,
										707,
										712,
										715,
										720,
										736,
										742,
										762,
										767,
										772,
										778,
										784,
										788,
										797,
										800,
										805,
										817,
										820,
										824,
										835,
										839,
										846,
										854,
										857,
										873,
										879,
										884,
										891,
										894,
										900,
										910
									]
								}
							],
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 10,
									"character": 19
								}
							]
						}
					],
					"groups": [
						{
							"title": "Namespaces",
							"kind": 2,
							"children": [
								10
							]
						}
					],
					"sources": [
						{
							"fileName": "client.d.ts",
							"line": 9,
							"character": 28
						}
					]
				},
				{
					"id": 918,
					"name": "Paths",
					"kind": 2,
					"kindString": "Namespace",
					"flags": {},
					"children": [
						{
							"id": 919,
							"name": "AccountV1GetActiveShard",
							"kind": 2,
							"kindString": "Namespace",
							"flags": {},
							"children": [
								{
									"id": 920,
									"name": "Parameters",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 921,
											"name": "Game",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2264,
													"character": 22
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "literal",
														"value": "val"
													},
													{
														"type": "literal",
														"value": "lor"
													}
												]
											}
										},
										{
											"id": 922,
											"name": "Puuid",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2265,
													"character": 23
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												921,
												922
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2263,
											"character": 24
										}
									]
								},
								{
									"id": 926,
									"name": "Responses",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 927,
											"name": "$200",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2272,
													"character": 22
												}
											],
											"type": {
												"type": "reference",
												"id": 15,
												"name": "Components.Schemas.AccountV1ActiveShardDto"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												927
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2271,
											"character": 23
										}
									]
								},
								{
									"id": 923,
									"name": "PathParameters",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"children": [
										{
											"id": 925,
											"name": "game",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2269,
													"character": 10
												}
											],
											"type": {
												"type": "reference",
												"id": 921,
												"name": "Game"
											}
										},
										{
											"id": 924,
											"name": "puuid",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2268,
													"character": 11
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												925,
												924
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2267,
											"character": 35
										}
									]
								}
							],
							"groups": [
								{
									"title": "Namespaces",
									"kind": 2,
									"children": [
										920,
										926
									]
								},
								{
									"title": "Interfaces",
									"kind": 256,
									"children": [
										923
									]
								}
							],
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 2262,
									"character": 35
								}
							]
						},
						{
							"id": 928,
							"name": "AccountV1GetByPuuid",
							"kind": 2,
							"kindString": "Namespace",
							"flags": {},
							"children": [
								{
									"id": 929,
									"name": "Parameters",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 930,
											"name": "Puuid",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2277,
													"character": 23
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												930
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2276,
											"character": 24
										}
									]
								},
								{
									"id": 933,
									"name": "Responses",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 934,
											"name": "$200",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2283,
													"character": 22
												}
											],
											"type": {
												"type": "reference",
												"id": 11,
												"name": "Components.Schemas.AccountV1AccountDto"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												934
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2282,
											"character": 23
										}
									]
								},
								{
									"id": 931,
									"name": "PathParameters",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"children": [
										{
											"id": 932,
											"name": "puuid",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2280,
													"character": 11
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												932
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2279,
											"character": 35
										}
									]
								}
							],
							"groups": [
								{
									"title": "Namespaces",
									"kind": 2,
									"children": [
										929,
										933
									]
								},
								{
									"title": "Interfaces",
									"kind": 256,
									"children": [
										931
									]
								}
							],
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 2275,
									"character": 31
								}
							]
						},
						{
							"id": 935,
							"name": "AccountV1GetByRiotId",
							"kind": 2,
							"kindString": "Namespace",
							"flags": {},
							"children": [
								{
									"id": 936,
									"name": "Parameters",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 937,
											"name": "GameName",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2288,
													"character": 26
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 938,
											"name": "TagLine",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2289,
													"character": 25
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												937,
												938
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2287,
											"character": 24
										}
									]
								},
								{
									"id": 942,
									"name": "Responses",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 943,
											"name": "$200",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2296,
													"character": 22
												}
											],
											"type": {
												"type": "reference",
												"id": 11,
												"name": "Components.Schemas.AccountV1AccountDto"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												943
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2295,
											"character": 23
										}
									]
								},
								{
									"id": 939,
									"name": "PathParameters",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"children": [
										{
											"id": 941,
											"name": "gameName",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2293,
													"character": 14
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 940,
											"name": "tagLine",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2292,
													"character": 13
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												941,
												940
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2291,
											"character": 35
										}
									]
								}
							],
							"groups": [
								{
									"title": "Namespaces",
									"kind": 2,
									"children": [
										936,
										942
									]
								},
								{
									"title": "Interfaces",
									"kind": 256,
									"children": [
										939
									]
								}
							],
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 2286,
									"character": 32
								}
							]
						},
						{
							"id": 944,
							"name": "ChampionMasteryV4GetAllChampionMasteries",
							"kind": 2,
							"kindString": "Namespace",
							"flags": {},
							"children": [
								{
									"id": 945,
									"name": "Parameters",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 946,
											"name": "EncryptedSummonerId",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2301,
													"character": 37
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												946
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2300,
											"character": 24
										}
									]
								},
								{
									"id": 949,
									"name": "Responses",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 950,
											"name": "$200",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2307,
													"character": 22
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "reference",
													"id": 19,
													"name": "Components.Schemas.ChampionMasteryV4ChampionMasteryDto"
												}
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												950
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2306,
											"character": 23
										}
									]
								},
								{
									"id": 947,
									"name": "PathParameters",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"children": [
										{
											"id": 948,
											"name": "encryptedSummonerId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2304,
													"character": 25
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												948
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2303,
											"character": 35
										}
									]
								}
							],
							"groups": [
								{
									"title": "Namespaces",
									"kind": 2,
									"children": [
										945,
										949
									]
								},
								{
									"title": "Interfaces",
									"kind": 256,
									"children": [
										947
									]
								}
							],
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 2299,
									"character": 52
								}
							]
						},
						{
							"id": 951,
							"name": "ChampionMasteryV4GetChampionMastery",
							"kind": 2,
							"kindString": "Namespace",
							"flags": {},
							"children": [
								{
									"id": 952,
									"name": "Parameters",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 953,
											"name": "ChampionId",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2312,
													"character": 28
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 954,
											"name": "EncryptedSummonerId",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2313,
													"character": 37
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												953,
												954
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2311,
											"character": 24
										}
									]
								},
								{
									"id": 958,
									"name": "Responses",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 959,
											"name": "$200",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2320,
													"character": 22
												}
											],
											"type": {
												"type": "reference",
												"id": 19,
												"name": "Components.Schemas.ChampionMasteryV4ChampionMasteryDto"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												959
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2319,
											"character": 23
										}
									]
								},
								{
									"id": 955,
									"name": "PathParameters",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"children": [
										{
											"id": 956,
											"name": "championId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2316,
													"character": 16
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 957,
											"name": "encryptedSummonerId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2317,
													"character": 25
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												956,
												957
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2315,
											"character": 35
										}
									]
								}
							],
							"groups": [
								{
									"title": "Namespaces",
									"kind": 2,
									"children": [
										952,
										958
									]
								},
								{
									"title": "Interfaces",
									"kind": 256,
									"children": [
										955
									]
								}
							],
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 2310,
									"character": 47
								}
							]
						},
						{
							"id": 960,
							"name": "ChampionMasteryV4GetChampionMasteryScore",
							"kind": 2,
							"kindString": "Namespace",
							"flags": {},
							"children": [
								{
									"id": 961,
									"name": "Parameters",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 962,
											"name": "EncryptedSummonerId",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2325,
													"character": 37
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												962
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2324,
											"character": 24
										}
									]
								},
								{
									"id": 965,
									"name": "Responses",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 966,
											"name": "$200",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2331,
													"character": 22
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												966
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2330,
											"character": 23
										}
									]
								},
								{
									"id": 963,
									"name": "PathParameters",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"children": [
										{
											"id": 964,
											"name": "encryptedSummonerId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2328,
													"character": 25
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												964
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2327,
											"character": 35
										}
									]
								}
							],
							"groups": [
								{
									"title": "Namespaces",
									"kind": 2,
									"children": [
										961,
										965
									]
								},
								{
									"title": "Interfaces",
									"kind": 256,
									"children": [
										963
									]
								}
							],
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 2323,
									"character": 52
								}
							]
						},
						{
							"id": 967,
							"name": "ChampionV3GetChampionInfo",
							"kind": 2,
							"kindString": "Namespace",
							"flags": {},
							"children": [
								{
									"id": 968,
									"name": "Responses",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 969,
											"name": "$200",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2336,
													"character": 22
												}
											],
											"type": {
												"type": "reference",
												"id": 29,
												"name": "Components.Schemas.ChampionV3ChampionInfo"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												969
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2335,
											"character": 23
										}
									]
								}
							],
							"groups": [
								{
									"title": "Namespaces",
									"kind": 2,
									"children": [
										968
									]
								}
							],
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 2334,
									"character": 37
								}
							]
						},
						{
							"id": 970,
							"name": "ClashV1GetPlayersBySummoner",
							"kind": 2,
							"kindString": "Namespace",
							"flags": {},
							"children": [
								{
									"id": 971,
									"name": "Parameters",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 972,
											"name": "SummonerId",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2341,
													"character": 28
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												972
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2340,
											"character": 24
										}
									]
								},
								{
									"id": 975,
									"name": "Responses",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 976,
											"name": "$200",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2347,
													"character": 22
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "reference",
													"id": 33,
													"name": "Components.Schemas.ClashV1PlayerDto"
												}
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												976
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2346,
											"character": 23
										}
									]
								},
								{
									"id": 973,
									"name": "PathParameters",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"children": [
										{
											"id": 974,
											"name": "summonerId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2344,
													"character": 16
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												974
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2343,
											"character": 35
										}
									]
								}
							],
							"groups": [
								{
									"title": "Namespaces",
									"kind": 2,
									"children": [
										971,
										975
									]
								},
								{
									"title": "Interfaces",
									"kind": 256,
									"children": [
										973
									]
								}
							],
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 2339,
									"character": 39
								}
							]
						},
						{
							"id": 977,
							"name": "ClashV1GetTeamById",
							"kind": 2,
							"kindString": "Namespace",
							"flags": {},
							"children": [
								{
									"id": 978,
									"name": "Parameters",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 979,
											"name": "TeamId",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2352,
													"character": 24
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												979
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2351,
											"character": 24
										}
									]
								},
								{
									"id": 982,
									"name": "Responses",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 983,
											"name": "$200",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2358,
													"character": 22
												}
											],
											"type": {
												"type": "reference",
												"id": 38,
												"name": "Components.Schemas.ClashV1TeamDto"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												983
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2357,
											"character": 23
										}
									]
								},
								{
									"id": 980,
									"name": "PathParameters",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"children": [
										{
											"id": 981,
											"name": "teamId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2355,
													"character": 12
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												981
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2354,
											"character": 35
										}
									]
								}
							],
							"groups": [
								{
									"title": "Namespaces",
									"kind": 2,
									"children": [
										978,
										982
									]
								},
								{
									"title": "Interfaces",
									"kind": 256,
									"children": [
										980
									]
								}
							],
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 2350,
									"character": 30
								}
							]
						},
						{
							"id": 984,
							"name": "ClashV1GetTournamentById",
							"kind": 2,
							"kindString": "Namespace",
							"flags": {},
							"children": [
								{
									"id": 985,
									"name": "Parameters",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 986,
											"name": "TournamentId",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2363,
													"character": 30
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												986
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2362,
											"character": 24
										}
									]
								},
								{
									"id": 989,
									"name": "Responses",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 990,
											"name": "$200",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2369,
													"character": 22
												}
											],
											"type": {
												"type": "reference",
												"id": 47,
												"name": "Components.Schemas.ClashV1TournamentDto"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												990
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2368,
											"character": 23
										}
									]
								},
								{
									"id": 987,
									"name": "PathParameters",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"children": [
										{
											"id": 988,
											"name": "tournamentId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2366,
													"character": 18
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												988
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2365,
											"character": 35
										}
									]
								}
							],
							"groups": [
								{
									"title": "Namespaces",
									"kind": 2,
									"children": [
										985,
										989
									]
								},
								{
									"title": "Interfaces",
									"kind": 256,
									"children": [
										987
									]
								}
							],
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 2361,
									"character": 36
								}
							]
						},
						{
							"id": 991,
							"name": "ClashV1GetTournamentByTeam",
							"kind": 2,
							"kindString": "Namespace",
							"flags": {},
							"children": [
								{
									"id": 992,
									"name": "Parameters",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 993,
											"name": "TeamId",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2374,
													"character": 24
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												993
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2373,
											"character": 24
										}
									]
								},
								{
									"id": 996,
									"name": "Responses",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 997,
											"name": "$200",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2380,
													"character": 22
												}
											],
											"type": {
												"type": "reference",
												"id": 47,
												"name": "Components.Schemas.ClashV1TournamentDto"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												997
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2379,
											"character": 23
										}
									]
								},
								{
									"id": 994,
									"name": "PathParameters",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"children": [
										{
											"id": 995,
											"name": "teamId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2377,
													"character": 12
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												995
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2376,
											"character": 35
										}
									]
								}
							],
							"groups": [
								{
									"title": "Namespaces",
									"kind": 2,
									"children": [
										992,
										996
									]
								},
								{
									"title": "Interfaces",
									"kind": 256,
									"children": [
										994
									]
								}
							],
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 2372,
									"character": 38
								}
							]
						},
						{
							"id": 998,
							"name": "ClashV1GetTournaments",
							"kind": 2,
							"kindString": "Namespace",
							"flags": {},
							"children": [
								{
									"id": 999,
									"name": "Responses",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1000,
											"name": "$200",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2385,
													"character": 22
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "reference",
													"id": 47,
													"name": "Components.Schemas.ClashV1TournamentDto"
												}
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1000
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2384,
											"character": 23
										}
									]
								}
							],
							"groups": [
								{
									"title": "Namespaces",
									"kind": 2,
									"children": [
										999
									]
								}
							],
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 2383,
									"character": 33
								}
							]
						},
						{
							"id": 1001,
							"name": "LeagueExpV4GetLeagueEntries",
							"kind": 2,
							"kindString": "Namespace",
							"flags": {},
							"children": [
								{
									"id": 1002,
									"name": "Parameters",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1003,
											"name": "Division",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2390,
													"character": 26
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "literal",
														"value": "I"
													},
													{
														"type": "literal",
														"value": "II"
													},
													{
														"type": "literal",
														"value": "III"
													},
													{
														"type": "literal",
														"value": "IV"
													}
												]
											}
										},
										{
											"id": 1004,
											"name": "Page",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2391,
													"character": 22
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 1005,
											"name": "Queue",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2392,
													"character": 23
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "literal",
														"value": "RANKED_SOLO_5x5"
													},
													{
														"type": "literal",
														"value": "RANKED_TFT"
													},
													{
														"type": "literal",
														"value": "RANKED_FLEX_SR"
													},
													{
														"type": "literal",
														"value": "RANKED_FLEX_TT"
													}
												]
											}
										},
										{
											"id": 1006,
											"name": "Tier",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2393,
													"character": 22
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "literal",
														"value": "CHALLENGER"
													},
													{
														"type": "literal",
														"value": "GRANDMASTER"
													},
													{
														"type": "literal",
														"value": "MASTER"
													},
													{
														"type": "literal",
														"value": "DIAMOND"
													},
													{
														"type": "literal",
														"value": "PLATINUM"
													},
													{
														"type": "literal",
														"value": "GOLD"
													},
													{
														"type": "literal",
														"value": "SILVER"
													},
													{
														"type": "literal",
														"value": "BRONZE"
													},
													{
														"type": "literal",
														"value": "IRON"
													}
												]
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1003,
												1004,
												1005,
												1006
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2389,
											"character": 24
										}
									]
								},
								{
									"id": 1013,
									"name": "Responses",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1014,
											"name": "$200",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2404,
													"character": 22
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "reference",
													"id": 63,
													"name": "Components.Schemas.LeagueExpV4LeagueEntryDTO"
												}
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1014
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2403,
											"character": 23
										}
									]
								},
								{
									"id": 1007,
									"name": "PathParameters",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"children": [
										{
											"id": 1010,
											"name": "division",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2398,
													"character": 14
												}
											],
											"type": {
												"type": "reference",
												"id": 1003,
												"name": "Division"
											}
										},
										{
											"id": 1008,
											"name": "queue",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2396,
													"character": 11
												}
											],
											"type": {
												"type": "reference",
												"id": 1005,
												"name": "Queue"
											}
										},
										{
											"id": 1009,
											"name": "tier",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2397,
													"character": 10
												}
											],
											"type": {
												"type": "reference",
												"id": 1006,
												"name": "Tier"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												1010,
												1008,
												1009
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2395,
											"character": 35
										}
									]
								},
								{
									"id": 1011,
									"name": "QueryParameters",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"children": [
										{
											"id": 1012,
											"name": "page",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2401,
													"character": 10
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "number"
													}
												]
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												1012
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2400,
											"character": 36
										}
									]
								}
							],
							"groups": [
								{
									"title": "Namespaces",
									"kind": 2,
									"children": [
										1002,
										1013
									]
								},
								{
									"title": "Interfaces",
									"kind": 256,
									"children": [
										1007,
										1011
									]
								}
							],
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 2388,
									"character": 39
								}
							]
						},
						{
							"id": 1015,
							"name": "LeagueV4GetChallengerLeague",
							"kind": 2,
							"kindString": "Namespace",
							"flags": {},
							"children": [
								{
									"id": 1016,
									"name": "Parameters",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1017,
											"name": "Queue",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2409,
													"character": 23
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "literal",
														"value": "RANKED_SOLO_5x5"
													},
													{
														"type": "literal",
														"value": "RANKED_FLEX_SR"
													},
													{
														"type": "literal",
														"value": "RANKED_FLEX_TT"
													}
												]
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1017
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2408,
											"character": 24
										}
									]
								},
								{
									"id": 1020,
									"name": "Responses",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1021,
											"name": "$200",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2415,
													"character": 22
												}
											],
											"type": {
												"type": "reference",
												"id": 110,
												"name": "Components.Schemas.LeagueV4LeagueListDTO"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1021
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2414,
											"character": 23
										}
									]
								},
								{
									"id": 1018,
									"name": "PathParameters",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"children": [
										{
											"id": 1019,
											"name": "queue",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2412,
													"character": 11
												}
											],
											"type": {
												"type": "reference",
												"id": 1017,
												"name": "Queue"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												1019
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2411,
											"character": 35
										}
									]
								}
							],
							"groups": [
								{
									"title": "Namespaces",
									"kind": 2,
									"children": [
										1016,
										1020
									]
								},
								{
									"title": "Interfaces",
									"kind": 256,
									"children": [
										1018
									]
								}
							],
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 2407,
									"character": 39
								}
							]
						},
						{
							"id": 1022,
							"name": "LeagueV4GetGrandmasterLeague",
							"kind": 2,
							"kindString": "Namespace",
							"flags": {},
							"children": [
								{
									"id": 1023,
									"name": "Parameters",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1024,
											"name": "Queue",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2420,
													"character": 23
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "literal",
														"value": "RANKED_SOLO_5x5"
													},
													{
														"type": "literal",
														"value": "RANKED_FLEX_SR"
													},
													{
														"type": "literal",
														"value": "RANKED_FLEX_TT"
													}
												]
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1024
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2419,
											"character": 24
										}
									]
								},
								{
									"id": 1027,
									"name": "Responses",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1028,
											"name": "$200",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2426,
													"character": 22
												}
											],
											"type": {
												"type": "reference",
												"id": 110,
												"name": "Components.Schemas.LeagueV4LeagueListDTO"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1028
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2425,
											"character": 23
										}
									]
								},
								{
									"id": 1025,
									"name": "PathParameters",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"children": [
										{
											"id": 1026,
											"name": "queue",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2423,
													"character": 11
												}
											],
											"type": {
												"type": "reference",
												"id": 1017,
												"name": "Queue"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												1026
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2422,
											"character": 35
										}
									]
								}
							],
							"groups": [
								{
									"title": "Namespaces",
									"kind": 2,
									"children": [
										1023,
										1027
									]
								},
								{
									"title": "Interfaces",
									"kind": 256,
									"children": [
										1025
									]
								}
							],
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 2418,
									"character": 40
								}
							]
						},
						{
							"id": 1029,
							"name": "LeagueV4GetLeagueById",
							"kind": 2,
							"kindString": "Namespace",
							"flags": {},
							"children": [
								{
									"id": 1030,
									"name": "Parameters",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1031,
											"name": "LeagueId",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2431,
													"character": 26
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1031
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2430,
											"character": 24
										}
									]
								},
								{
									"id": 1034,
									"name": "Responses",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1035,
											"name": "$200",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2437,
													"character": 22
												}
											],
											"type": {
												"type": "reference",
												"id": 110,
												"name": "Components.Schemas.LeagueV4LeagueListDTO"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1035
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2436,
											"character": 23
										}
									]
								},
								{
									"id": 1032,
									"name": "PathParameters",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"children": [
										{
											"id": 1033,
											"name": "leagueId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2434,
													"character": 14
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												1033
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2433,
											"character": 35
										}
									]
								}
							],
							"groups": [
								{
									"title": "Namespaces",
									"kind": 2,
									"children": [
										1030,
										1034
									]
								},
								{
									"title": "Interfaces",
									"kind": 256,
									"children": [
										1032
									]
								}
							],
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 2429,
									"character": 33
								}
							]
						},
						{
							"id": 1036,
							"name": "LeagueV4GetLeagueEntries",
							"kind": 2,
							"kindString": "Namespace",
							"flags": {},
							"children": [
								{
									"id": 1037,
									"name": "Parameters",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1038,
											"name": "Division",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2442,
													"character": 26
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "literal",
														"value": "I"
													},
													{
														"type": "literal",
														"value": "II"
													},
													{
														"type": "literal",
														"value": "III"
													},
													{
														"type": "literal",
														"value": "IV"
													}
												]
											}
										},
										{
											"id": 1039,
											"name": "Page",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2443,
													"character": 22
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 1040,
											"name": "Queue",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2444,
													"character": 23
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "literal",
														"value": "RANKED_SOLO_5x5"
													},
													{
														"type": "literal",
														"value": "RANKED_FLEX_SR"
													},
													{
														"type": "literal",
														"value": "RANKED_FLEX_TT"
													}
												]
											}
										},
										{
											"id": 1041,
											"name": "Tier",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2445,
													"character": 22
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "literal",
														"value": "DIAMOND"
													},
													{
														"type": "literal",
														"value": "PLATINUM"
													},
													{
														"type": "literal",
														"value": "GOLD"
													},
													{
														"type": "literal",
														"value": "SILVER"
													},
													{
														"type": "literal",
														"value": "BRONZE"
													},
													{
														"type": "literal",
														"value": "IRON"
													}
												]
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1038,
												1039,
												1040,
												1041
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2441,
											"character": 24
										}
									]
								},
								{
									"id": 1048,
									"name": "Responses",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1049,
											"name": "$200",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2456,
													"character": 22
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "reference",
													"id": 83,
													"name": "Components.Schemas.LeagueV4LeagueEntryDTO"
												}
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1049
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2455,
											"character": 23
										}
									]
								},
								{
									"id": 1042,
									"name": "PathParameters",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"children": [
										{
											"id": 1043,
											"name": "division",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2448,
													"character": 14
												}
											],
											"type": {
												"type": "reference",
												"id": 1003,
												"name": "Division"
											}
										},
										{
											"id": 1045,
											"name": "queue",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2450,
													"character": 11
												}
											],
											"type": {
												"type": "reference",
												"id": 1017,
												"name": "Queue"
											}
										},
										{
											"id": 1044,
											"name": "tier",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2449,
													"character": 10
												}
											],
											"type": {
												"type": "reference",
												"id": 1041,
												"name": "Tier"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												1043,
												1045,
												1044
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2447,
											"character": 35
										}
									]
								},
								{
									"id": 1046,
									"name": "QueryParameters",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"children": [
										{
											"id": 1047,
											"name": "page",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2453,
													"character": 10
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "number"
													}
												]
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												1047
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2452,
											"character": 36
										}
									]
								}
							],
							"groups": [
								{
									"title": "Namespaces",
									"kind": 2,
									"children": [
										1037,
										1048
									]
								},
								{
									"title": "Interfaces",
									"kind": 256,
									"children": [
										1042,
										1046
									]
								}
							],
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 2440,
									"character": 36
								}
							]
						},
						{
							"id": 1050,
							"name": "LeagueV4GetLeagueEntriesForSummoner",
							"kind": 2,
							"kindString": "Namespace",
							"flags": {},
							"children": [
								{
									"id": 1051,
									"name": "Parameters",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1052,
											"name": "EncryptedSummonerId",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2461,
													"character": 37
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1052
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2460,
											"character": 24
										}
									]
								},
								{
									"id": 1055,
									"name": "Responses",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1056,
											"name": "$200",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2467,
													"character": 22
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "reference",
													"id": 83,
													"name": "Components.Schemas.LeagueV4LeagueEntryDTO"
												}
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1056
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2466,
											"character": 23
										}
									]
								},
								{
									"id": 1053,
									"name": "PathParameters",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"children": [
										{
											"id": 1054,
											"name": "encryptedSummonerId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2464,
													"character": 25
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												1054
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2463,
											"character": 35
										}
									]
								}
							],
							"groups": [
								{
									"title": "Namespaces",
									"kind": 2,
									"children": [
										1051,
										1055
									]
								},
								{
									"title": "Interfaces",
									"kind": 256,
									"children": [
										1053
									]
								}
							],
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 2459,
									"character": 47
								}
							]
						},
						{
							"id": 1057,
							"name": "LeagueV4GetMasterLeague",
							"kind": 2,
							"kindString": "Namespace",
							"flags": {},
							"children": [
								{
									"id": 1058,
									"name": "Parameters",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1059,
											"name": "Queue",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2472,
													"character": 23
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "literal",
														"value": "RANKED_SOLO_5x5"
													},
													{
														"type": "literal",
														"value": "RANKED_FLEX_SR"
													},
													{
														"type": "literal",
														"value": "RANKED_FLEX_TT"
													}
												]
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1059
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2471,
											"character": 24
										}
									]
								},
								{
									"id": 1062,
									"name": "Responses",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1063,
											"name": "$200",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2478,
													"character": 22
												}
											],
											"type": {
												"type": "reference",
												"id": 110,
												"name": "Components.Schemas.LeagueV4LeagueListDTO"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1063
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2477,
											"character": 23
										}
									]
								},
								{
									"id": 1060,
									"name": "PathParameters",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"children": [
										{
											"id": 1061,
											"name": "queue",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2475,
													"character": 11
												}
											],
											"type": {
												"type": "reference",
												"id": 1017,
												"name": "Queue"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												1061
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2474,
											"character": 35
										}
									]
								}
							],
							"groups": [
								{
									"title": "Namespaces",
									"kind": 2,
									"children": [
										1058,
										1062
									]
								},
								{
									"title": "Interfaces",
									"kind": 256,
									"children": [
										1060
									]
								}
							],
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 2470,
									"character": 35
								}
							]
						},
						{
							"id": 1064,
							"name": "LolStatusV3GetShardData",
							"kind": 2,
							"kindString": "Namespace",
							"flags": {},
							"children": [
								{
									"id": 1065,
									"name": "Responses",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1066,
											"name": "$200",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2483,
													"character": 22
												}
											],
											"type": {
												"type": "reference",
												"id": 140,
												"name": "Components.Schemas.LolStatusV3ShardStatus"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1066
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2482,
											"character": 23
										}
									]
								}
							],
							"groups": [
								{
									"title": "Namespaces",
									"kind": 2,
									"children": [
										1065
									]
								}
							],
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 2481,
									"character": 35
								}
							]
						},
						{
							"id": 1067,
							"name": "LolStatusV4GetPlatformData",
							"kind": 2,
							"kindString": "Namespace",
							"flags": {},
							"children": [
								{
									"id": 1068,
									"name": "Responses",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1069,
											"name": "$200",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2488,
													"character": 22
												}
											],
											"type": {
												"type": "reference",
												"id": 154,
												"name": "Components.Schemas.LolStatusV4PlatformDataDto"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1069
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2487,
											"character": 23
										}
									]
								}
							],
							"groups": [
								{
									"title": "Namespaces",
									"kind": 2,
									"children": [
										1068
									]
								}
							],
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 2486,
									"character": 38
								}
							]
						},
						{
							"id": 1070,
							"name": "LorMatchV1GetMatch",
							"kind": 2,
							"kindString": "Namespace",
							"flags": {},
							"children": [
								{
									"id": 1071,
									"name": "Parameters",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1072,
											"name": "MatchId",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2493,
													"character": 25
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1072
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2492,
											"character": 24
										}
									]
								},
								{
									"id": 1075,
									"name": "Responses",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1076,
											"name": "$200",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2499,
													"character": 22
												}
											],
											"type": {
												"type": "reference",
												"id": 185,
												"name": "Components.Schemas.LorMatchV1MatchDto"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1076
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2498,
											"character": 23
										}
									]
								},
								{
									"id": 1073,
									"name": "PathParameters",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"children": [
										{
											"id": 1074,
											"name": "matchId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2496,
													"character": 13
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												1074
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2495,
											"character": 35
										}
									]
								}
							],
							"groups": [
								{
									"title": "Namespaces",
									"kind": 2,
									"children": [
										1071,
										1075
									]
								},
								{
									"title": "Interfaces",
									"kind": 256,
									"children": [
										1073
									]
								}
							],
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 2491,
									"character": 30
								}
							]
						},
						{
							"id": 1077,
							"name": "LorMatchV1GetMatchIdsByPUUID",
							"kind": 2,
							"kindString": "Namespace",
							"flags": {},
							"children": [
								{
									"id": 1078,
									"name": "Parameters",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1079,
											"name": "Puuid",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2504,
													"character": 23
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1079
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2503,
											"character": 24
										}
									]
								},
								{
									"id": 1082,
									"name": "Responses",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1083,
											"name": "$200",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2510,
													"character": 22
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "intrinsic",
													"name": "string"
												}
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1083
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2509,
											"character": 23
										}
									]
								},
								{
									"id": 1080,
									"name": "PathParameters",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"children": [
										{
											"id": 1081,
											"name": "puuid",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2507,
													"character": 11
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												1081
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2506,
											"character": 35
										}
									]
								}
							],
							"groups": [
								{
									"title": "Namespaces",
									"kind": 2,
									"children": [
										1078,
										1082
									]
								},
								{
									"title": "Interfaces",
									"kind": 256,
									"children": [
										1080
									]
								}
							],
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 2502,
									"character": 40
								}
							]
						},
						{
							"id": 1084,
							"name": "LorRankedV1GetLeaderboards",
							"kind": 2,
							"kindString": "Namespace",
							"flags": {},
							"children": [
								{
									"id": 1085,
									"name": "Responses",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1086,
											"name": "$200",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2515,
													"character": 22
												}
											],
											"type": {
												"type": "reference",
												"id": 199,
												"name": "Components.Schemas.LorRankedV1LeaderboardDto"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1086
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2514,
											"character": 23
										}
									]
								}
							],
							"groups": [
								{
									"title": "Namespaces",
									"kind": 2,
									"children": [
										1085
									]
								}
							],
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 2513,
									"character": 38
								}
							]
						},
						{
							"id": 1087,
							"name": "LorStatusV1GetPlatformData",
							"kind": 2,
							"kindString": "Namespace",
							"flags": {},
							"children": [
								{
									"id": 1088,
									"name": "Responses",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1089,
											"name": "$200",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2520,
													"character": 22
												}
											],
											"type": {
												"type": "reference",
												"id": 208,
												"name": "Components.Schemas.LorStatusV1PlatformDataDto"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1089
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2519,
											"character": 23
										}
									]
								}
							],
							"groups": [
								{
									"title": "Namespaces",
									"kind": 2,
									"children": [
										1088
									]
								}
							],
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 2518,
									"character": 38
								}
							]
						},
						{
							"id": 1090,
							"name": "MatchV4GetMatch",
							"kind": 2,
							"kindString": "Namespace",
							"flags": {},
							"children": [
								{
									"id": 1091,
									"name": "Parameters",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1092,
											"name": "MatchId",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2525,
													"character": 25
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1092
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2524,
											"character": 24
										}
									]
								},
								{
									"id": 1095,
									"name": "Responses",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1096,
											"name": "$200",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2531,
													"character": 22
												}
											],
											"type": {
												"type": "reference",
												"id": 235,
												"name": "Components.Schemas.MatchV4MatchDto"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1096
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2530,
											"character": 23
										}
									]
								},
								{
									"id": 1093,
									"name": "PathParameters",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"children": [
										{
											"id": 1094,
											"name": "matchId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2528,
													"character": 13
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												1094
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2527,
											"character": 35
										}
									]
								}
							],
							"groups": [
								{
									"title": "Namespaces",
									"kind": 2,
									"children": [
										1091,
										1095
									]
								},
								{
									"title": "Interfaces",
									"kind": 256,
									"children": [
										1093
									]
								}
							],
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 2523,
									"character": 27
								}
							]
						},
						{
							"id": 1097,
							"name": "MatchV4GetMatchByTournamentCode",
							"kind": 2,
							"kindString": "Namespace",
							"flags": {},
							"children": [
								{
									"id": 1098,
									"name": "Parameters",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1099,
											"name": "MatchId",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2536,
													"character": 25
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 1100,
											"name": "TournamentCode",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2537,
													"character": 32
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1099,
												1100
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2535,
											"character": 24
										}
									]
								},
								{
									"id": 1104,
									"name": "Responses",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1105,
											"name": "$200",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2544,
													"character": 22
												}
											],
											"type": {
												"type": "reference",
												"id": 235,
												"name": "Components.Schemas.MatchV4MatchDto"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1105
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2543,
											"character": 23
										}
									]
								},
								{
									"id": 1101,
									"name": "PathParameters",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"children": [
										{
											"id": 1103,
											"name": "matchId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2541,
													"character": 13
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 1102,
											"name": "tournamentCode",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2540,
													"character": 20
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												1103,
												1102
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2539,
											"character": 35
										}
									]
								}
							],
							"groups": [
								{
									"title": "Namespaces",
									"kind": 2,
									"children": [
										1098,
										1104
									]
								},
								{
									"title": "Interfaces",
									"kind": 256,
									"children": [
										1101
									]
								}
							],
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 2534,
									"character": 43
								}
							]
						},
						{
							"id": 1106,
							"name": "MatchV4GetMatchIdsByTournamentCode",
							"kind": 2,
							"kindString": "Namespace",
							"flags": {},
							"children": [
								{
									"id": 1107,
									"name": "Parameters",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1108,
											"name": "TournamentCode",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2549,
													"character": 32
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1108
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2548,
											"character": 24
										}
									]
								},
								{
									"id": 1111,
									"name": "Responses",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1112,
											"name": "$200",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2555,
													"character": 22
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "intrinsic",
													"name": "number"
												}
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1112
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2554,
											"character": 23
										}
									]
								},
								{
									"id": 1109,
									"name": "PathParameters",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"children": [
										{
											"id": 1110,
											"name": "tournamentCode",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2552,
													"character": 20
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												1110
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2551,
											"character": 35
										}
									]
								}
							],
							"groups": [
								{
									"title": "Namespaces",
									"kind": 2,
									"children": [
										1107,
										1111
									]
								},
								{
									"title": "Interfaces",
									"kind": 256,
									"children": [
										1109
									]
								}
							],
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 2547,
									"character": 46
								}
							]
						},
						{
							"id": 1113,
							"name": "MatchV4GetMatchTimeline",
							"kind": 2,
							"kindString": "Namespace",
							"flags": {},
							"children": [
								{
									"id": 1114,
									"name": "Parameters",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1115,
											"name": "MatchId",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2560,
													"character": 25
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1115
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2559,
											"character": 24
										}
									]
								},
								{
									"id": 1118,
									"name": "Responses",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1119,
											"name": "$200",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2566,
													"character": 22
												}
											],
											"type": {
												"type": "reference",
												"id": 303,
												"name": "Components.Schemas.MatchV4MatchTimelineDto"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1119
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2565,
											"character": 23
										}
									]
								},
								{
									"id": 1116,
									"name": "PathParameters",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"children": [
										{
											"id": 1117,
											"name": "matchId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2563,
													"character": 13
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												1117
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2562,
											"character": 35
										}
									]
								}
							],
							"groups": [
								{
									"title": "Namespaces",
									"kind": 2,
									"children": [
										1114,
										1118
									]
								},
								{
									"title": "Interfaces",
									"kind": 256,
									"children": [
										1116
									]
								}
							],
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 2558,
									"character": 35
								}
							]
						},
						{
							"id": 1120,
							"name": "MatchV4GetMatchlist",
							"kind": 2,
							"kindString": "Namespace",
							"flags": {},
							"children": [
								{
									"id": 1121,
									"name": "Parameters",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1122,
											"name": "BeginIndex",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2571,
													"character": 28
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 1123,
											"name": "BeginTime",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2572,
													"character": 27
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 1124,
											"name": "Champion",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2573,
													"character": 26
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "intrinsic",
													"name": "number"
												}
											}
										},
										{
											"id": 1125,
											"name": "EncryptedAccountId",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2574,
													"character": 36
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 1126,
											"name": "EndIndex",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2575,
													"character": 26
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 1127,
											"name": "EndTime",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2576,
													"character": 25
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 1128,
											"name": "Queue",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2577,
													"character": 23
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "intrinsic",
													"name": "number"
												}
											}
										},
										{
											"id": 1129,
											"name": "Season",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2578,
													"character": 24
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "intrinsic",
													"name": "number"
												}
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1122,
												1123,
												1124,
												1125,
												1126,
												1127,
												1128,
												1129
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2570,
											"character": 24
										}
									]
								},
								{
									"id": 1140,
									"name": "Responses",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1141,
											"name": "$200",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2593,
													"character": 22
												}
											],
											"type": {
												"type": "reference",
												"id": 306,
												"name": "Components.Schemas.MatchV4MatchlistDto"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1141
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2592,
											"character": 23
										}
									]
								},
								{
									"id": 1130,
									"name": "PathParameters",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"children": [
										{
											"id": 1131,
											"name": "encryptedAccountId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2581,
													"character": 24
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												1131
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2580,
											"character": 35
										}
									]
								},
								{
									"id": 1132,
									"name": "QueryParameters",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"children": [
										{
											"id": 1139,
											"name": "beginIndex",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2590,
													"character": 16
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "number"
													}
												]
											}
										},
										{
											"id": 1137,
											"name": "beginTime",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2588,
													"character": 15
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "number"
													}
												]
											}
										},
										{
											"id": 1133,
											"name": "champion",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2584,
													"character": 14
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "reference",
														"id": 1124,
														"name": "Champion"
													}
												]
											}
										},
										{
											"id": 1138,
											"name": "endIndex",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2589,
													"character": 14
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "number"
													}
												]
											}
										},
										{
											"id": 1136,
											"name": "endTime",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2587,
													"character": 13
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "number"
													}
												]
											}
										},
										{
											"id": 1134,
											"name": "queue",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2585,
													"character": 11
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "reference",
														"id": 1128,
														"name": "Queue"
													}
												]
											}
										},
										{
											"id": 1135,
											"name": "season",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2586,
													"character": 12
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "reference",
														"id": 1129,
														"name": "Season"
													}
												]
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												1139,
												1137,
												1133,
												1138,
												1136,
												1134,
												1135
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2583,
											"character": 36
										}
									]
								}
							],
							"groups": [
								{
									"title": "Namespaces",
									"kind": 2,
									"children": [
										1121,
										1140
									]
								},
								{
									"title": "Interfaces",
									"kind": 256,
									"children": [
										1130,
										1132
									]
								}
							],
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 2569,
									"character": 31
								}
							]
						},
						{
							"id": 1142,
							"name": "SpectatorV4GetCurrentGameInfoBySummoner",
							"kind": 2,
							"kindString": "Namespace",
							"flags": {},
							"children": [
								{
									"id": 1143,
									"name": "Parameters",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1144,
											"name": "EncryptedSummonerId",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2598,
													"character": 37
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1144
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2597,
											"character": 24
										}
									]
								},
								{
									"id": 1147,
									"name": "Responses",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1148,
											"name": "$200",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2604,
													"character": 22
												}
											],
											"type": {
												"type": "reference",
												"id": 505,
												"name": "Components.Schemas.SpectatorV4CurrentGameInfo"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1148
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2603,
											"character": 23
										}
									]
								},
								{
									"id": 1145,
									"name": "PathParameters",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"children": [
										{
											"id": 1146,
											"name": "encryptedSummonerId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2601,
													"character": 25
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												1146
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2600,
											"character": 35
										}
									]
								}
							],
							"groups": [
								{
									"title": "Namespaces",
									"kind": 2,
									"children": [
										1143,
										1147
									]
								},
								{
									"title": "Interfaces",
									"kind": 256,
									"children": [
										1145
									]
								}
							],
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 2596,
									"character": 51
								}
							]
						},
						{
							"id": 1149,
							"name": "SpectatorV4GetFeaturedGames",
							"kind": 2,
							"kindString": "Namespace",
							"flags": {},
							"children": [
								{
									"id": 1150,
									"name": "Responses",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1151,
											"name": "$200",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2609,
													"character": 22
												}
											],
											"type": {
												"type": "reference",
												"id": 540,
												"name": "Components.Schemas.SpectatorV4FeaturedGames"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1151
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2608,
											"character": 23
										}
									]
								}
							],
							"groups": [
								{
									"title": "Namespaces",
									"kind": 2,
									"children": [
										1150
									]
								}
							],
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 2607,
									"character": 39
								}
							]
						},
						{
							"id": 1152,
							"name": "SummonerV4GetByAccountId",
							"kind": 2,
							"kindString": "Namespace",
							"flags": {},
							"children": [
								{
									"id": 1153,
									"name": "Parameters",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1154,
											"name": "EncryptedAccountId",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2614,
													"character": 36
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1154
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2613,
											"character": 24
										}
									]
								},
								{
									"id": 1157,
									"name": "Responses",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1158,
											"name": "$200",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2620,
													"character": 22
												}
											],
											"type": {
												"type": "reference",
												"id": 560,
												"name": "Components.Schemas.SummonerV4SummonerDTO"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1158
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2619,
											"character": 23
										}
									]
								},
								{
									"id": 1155,
									"name": "PathParameters",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"children": [
										{
											"id": 1156,
											"name": "encryptedAccountId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2617,
													"character": 24
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												1156
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2616,
											"character": 35
										}
									]
								}
							],
							"groups": [
								{
									"title": "Namespaces",
									"kind": 2,
									"children": [
										1153,
										1157
									]
								},
								{
									"title": "Interfaces",
									"kind": 256,
									"children": [
										1155
									]
								}
							],
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 2612,
									"character": 36
								}
							]
						},
						{
							"id": 1159,
							"name": "SummonerV4GetByPUUID",
							"kind": 2,
							"kindString": "Namespace",
							"flags": {},
							"children": [
								{
									"id": 1160,
									"name": "Parameters",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1161,
											"name": "EncryptedPUUID",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2625,
													"character": 32
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1161
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2624,
											"character": 24
										}
									]
								},
								{
									"id": 1164,
									"name": "Responses",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1165,
											"name": "$200",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2631,
													"character": 22
												}
											],
											"type": {
												"type": "reference",
												"id": 560,
												"name": "Components.Schemas.SummonerV4SummonerDTO"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1165
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2630,
											"character": 23
										}
									]
								},
								{
									"id": 1162,
									"name": "PathParameters",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"children": [
										{
											"id": 1163,
											"name": "encryptedPUUID",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2628,
													"character": 20
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												1163
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2627,
											"character": 35
										}
									]
								}
							],
							"groups": [
								{
									"title": "Namespaces",
									"kind": 2,
									"children": [
										1160,
										1164
									]
								},
								{
									"title": "Interfaces",
									"kind": 256,
									"children": [
										1162
									]
								}
							],
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 2623,
									"character": 32
								}
							]
						},
						{
							"id": 1166,
							"name": "SummonerV4GetBySummonerId",
							"kind": 2,
							"kindString": "Namespace",
							"flags": {},
							"children": [
								{
									"id": 1167,
									"name": "Parameters",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1168,
											"name": "EncryptedSummonerId",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2636,
													"character": 37
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1168
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2635,
											"character": 24
										}
									]
								},
								{
									"id": 1171,
									"name": "Responses",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1172,
											"name": "$200",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2642,
													"character": 22
												}
											],
											"type": {
												"type": "reference",
												"id": 560,
												"name": "Components.Schemas.SummonerV4SummonerDTO"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1172
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2641,
											"character": 23
										}
									]
								},
								{
									"id": 1169,
									"name": "PathParameters",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"children": [
										{
											"id": 1170,
											"name": "encryptedSummonerId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2639,
													"character": 25
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												1170
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2638,
											"character": 35
										}
									]
								}
							],
							"groups": [
								{
									"title": "Namespaces",
									"kind": 2,
									"children": [
										1167,
										1171
									]
								},
								{
									"title": "Interfaces",
									"kind": 256,
									"children": [
										1169
									]
								}
							],
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 2634,
									"character": 37
								}
							]
						},
						{
							"id": 1173,
							"name": "SummonerV4GetBySummonerName",
							"kind": 2,
							"kindString": "Namespace",
							"flags": {},
							"children": [
								{
									"id": 1174,
									"name": "Parameters",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1175,
											"name": "SummonerName",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2647,
													"character": 30
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1175
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2646,
											"character": 24
										}
									]
								},
								{
									"id": 1178,
									"name": "Responses",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1179,
											"name": "$200",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2653,
													"character": 22
												}
											],
											"type": {
												"type": "reference",
												"id": 560,
												"name": "Components.Schemas.SummonerV4SummonerDTO"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1179
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2652,
											"character": 23
										}
									]
								},
								{
									"id": 1176,
									"name": "PathParameters",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"children": [
										{
											"id": 1177,
											"name": "summonerName",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2650,
													"character": 18
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												1177
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2649,
											"character": 35
										}
									]
								}
							],
							"groups": [
								{
									"title": "Namespaces",
									"kind": 2,
									"children": [
										1174,
										1178
									]
								},
								{
									"title": "Interfaces",
									"kind": 256,
									"children": [
										1176
									]
								}
							],
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 2645,
									"character": 39
								}
							]
						},
						{
							"id": 1180,
							"name": "TftLeagueV1GetChallengerLeague",
							"kind": 2,
							"kindString": "Namespace",
							"flags": {},
							"children": [
								{
									"id": 1181,
									"name": "Responses",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1182,
											"name": "$200",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2658,
													"character": 22
												}
											],
											"type": {
												"type": "reference",
												"id": 595,
												"name": "Components.Schemas.TftLeagueV1LeagueListDTO"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1182
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2657,
											"character": 23
										}
									]
								}
							],
							"groups": [
								{
									"title": "Namespaces",
									"kind": 2,
									"children": [
										1181
									]
								}
							],
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 2656,
									"character": 42
								}
							]
						},
						{
							"id": 1183,
							"name": "TftLeagueV1GetGrandmasterLeague",
							"kind": 2,
							"kindString": "Namespace",
							"flags": {},
							"children": [
								{
									"id": 1184,
									"name": "Responses",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1185,
											"name": "$200",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2663,
													"character": 22
												}
											],
											"type": {
												"type": "reference",
												"id": 595,
												"name": "Components.Schemas.TftLeagueV1LeagueListDTO"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1185
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2662,
											"character": 23
										}
									]
								}
							],
							"groups": [
								{
									"title": "Namespaces",
									"kind": 2,
									"children": [
										1184
									]
								}
							],
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 2661,
									"character": 43
								}
							]
						},
						{
							"id": 1186,
							"name": "TftLeagueV1GetLeagueById",
							"kind": 2,
							"kindString": "Namespace",
							"flags": {},
							"children": [
								{
									"id": 1187,
									"name": "Parameters",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1188,
											"name": "LeagueId",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2668,
													"character": 26
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1188
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2667,
											"character": 24
										}
									]
								},
								{
									"id": 1191,
									"name": "Responses",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1192,
											"name": "$200",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2674,
													"character": 22
												}
											],
											"type": {
												"type": "reference",
												"id": 595,
												"name": "Components.Schemas.TftLeagueV1LeagueListDTO"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1192
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2673,
											"character": 23
										}
									]
								},
								{
									"id": 1189,
									"name": "PathParameters",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"children": [
										{
											"id": 1190,
											"name": "leagueId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2671,
													"character": 14
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												1190
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2670,
											"character": 35
										}
									]
								}
							],
							"groups": [
								{
									"title": "Namespaces",
									"kind": 2,
									"children": [
										1187,
										1191
									]
								},
								{
									"title": "Interfaces",
									"kind": 256,
									"children": [
										1189
									]
								}
							],
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 2666,
									"character": 36
								}
							]
						},
						{
							"id": 1193,
							"name": "TftLeagueV1GetLeagueEntries",
							"kind": 2,
							"kindString": "Namespace",
							"flags": {},
							"children": [
								{
									"id": 1194,
									"name": "Parameters",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1195,
											"name": "Division",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2679,
													"character": 26
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "literal",
														"value": "I"
													},
													{
														"type": "literal",
														"value": "II"
													},
													{
														"type": "literal",
														"value": "III"
													},
													{
														"type": "literal",
														"value": "IV"
													}
												]
											}
										},
										{
											"id": 1196,
											"name": "Page",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2680,
													"character": 22
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 1197,
											"name": "Tier",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2681,
													"character": 22
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "literal",
														"value": "DIAMOND"
													},
													{
														"type": "literal",
														"value": "PLATINUM"
													},
													{
														"type": "literal",
														"value": "GOLD"
													},
													{
														"type": "literal",
														"value": "SILVER"
													},
													{
														"type": "literal",
														"value": "BRONZE"
													},
													{
														"type": "literal",
														"value": "IRON"
													}
												]
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1195,
												1196,
												1197
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2678,
											"character": 24
										}
									]
								},
								{
									"id": 1203,
									"name": "Responses",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1204,
											"name": "$200",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2691,
													"character": 22
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "reference",
													"id": 568,
													"name": "Components.Schemas.TftLeagueV1LeagueEntryDTO"
												}
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1204
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2690,
											"character": 23
										}
									]
								},
								{
									"id": 1198,
									"name": "PathParameters",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"children": [
										{
											"id": 1200,
											"name": "division",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2685,
													"character": 14
												}
											],
											"type": {
												"type": "reference",
												"id": 1003,
												"name": "Division"
											}
										},
										{
											"id": 1199,
											"name": "tier",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2684,
													"character": 10
												}
											],
											"type": {
												"type": "reference",
												"id": 1041,
												"name": "Tier"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												1200,
												1199
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2683,
											"character": 35
										}
									]
								},
								{
									"id": 1201,
									"name": "QueryParameters",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"children": [
										{
											"id": 1202,
											"name": "page",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2688,
													"character": 10
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "number"
													}
												]
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												1202
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2687,
											"character": 36
										}
									]
								}
							],
							"groups": [
								{
									"title": "Namespaces",
									"kind": 2,
									"children": [
										1194,
										1203
									]
								},
								{
									"title": "Interfaces",
									"kind": 256,
									"children": [
										1198,
										1201
									]
								}
							],
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 2677,
									"character": 39
								}
							]
						},
						{
							"id": 1205,
							"name": "TftLeagueV1GetLeagueEntriesForSummoner",
							"kind": 2,
							"kindString": "Namespace",
							"flags": {},
							"children": [
								{
									"id": 1206,
									"name": "Parameters",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1207,
											"name": "EncryptedSummonerId",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2696,
													"character": 37
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1207
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2695,
											"character": 24
										}
									]
								},
								{
									"id": 1210,
									"name": "Responses",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1211,
											"name": "$200",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2702,
													"character": 22
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "reference",
													"id": 568,
													"name": "Components.Schemas.TftLeagueV1LeagueEntryDTO"
												}
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1211
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2701,
											"character": 23
										}
									]
								},
								{
									"id": 1208,
									"name": "PathParameters",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"children": [
										{
											"id": 1209,
											"name": "encryptedSummonerId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2699,
													"character": 25
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												1209
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2698,
											"character": 35
										}
									]
								}
							],
							"groups": [
								{
									"title": "Namespaces",
									"kind": 2,
									"children": [
										1206,
										1210
									]
								},
								{
									"title": "Interfaces",
									"kind": 256,
									"children": [
										1208
									]
								}
							],
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 2694,
									"character": 50
								}
							]
						},
						{
							"id": 1212,
							"name": "TftLeagueV1GetMasterLeague",
							"kind": 2,
							"kindString": "Namespace",
							"flags": {},
							"children": [
								{
									"id": 1213,
									"name": "Responses",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1214,
											"name": "$200",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2707,
													"character": 22
												}
											],
											"type": {
												"type": "reference",
												"id": 595,
												"name": "Components.Schemas.TftLeagueV1LeagueListDTO"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1214
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2706,
											"character": 23
										}
									]
								}
							],
							"groups": [
								{
									"title": "Namespaces",
									"kind": 2,
									"children": [
										1213
									]
								}
							],
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 2705,
									"character": 38
								}
							]
						},
						{
							"id": 1215,
							"name": "TftMatchV1GetMatch",
							"kind": 2,
							"kindString": "Namespace",
							"flags": {},
							"children": [
								{
									"id": 1216,
									"name": "Parameters",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1217,
											"name": "MatchId",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2712,
													"character": 25
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1217
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2711,
											"character": 24
										}
									]
								},
								{
									"id": 1220,
									"name": "Responses",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1221,
											"name": "$200",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2718,
													"character": 22
												}
											],
											"type": {
												"type": "reference",
												"id": 618,
												"name": "Components.Schemas.TftMatchV1MatchDto"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1221
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2717,
											"character": 23
										}
									]
								},
								{
									"id": 1218,
									"name": "PathParameters",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"children": [
										{
											"id": 1219,
											"name": "matchId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2715,
													"character": 13
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												1219
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2714,
											"character": 35
										}
									]
								}
							],
							"groups": [
								{
									"title": "Namespaces",
									"kind": 2,
									"children": [
										1216,
										1220
									]
								},
								{
									"title": "Interfaces",
									"kind": 256,
									"children": [
										1218
									]
								}
							],
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 2710,
									"character": 30
								}
							]
						},
						{
							"id": 1222,
							"name": "TftMatchV1GetMatchIdsByPUUID",
							"kind": 2,
							"kindString": "Namespace",
							"flags": {},
							"children": [
								{
									"id": 1223,
									"name": "Parameters",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1224,
											"name": "Count",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2723,
													"character": 23
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 1225,
											"name": "Puuid",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2724,
													"character": 23
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1224,
												1225
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2722,
											"character": 24
										}
									]
								},
								{
									"id": 1230,
									"name": "Responses",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1231,
											"name": "$200",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2733,
													"character": 22
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "intrinsic",
													"name": "string"
												}
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1231
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2732,
											"character": 23
										}
									]
								},
								{
									"id": 1226,
									"name": "PathParameters",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"children": [
										{
											"id": 1227,
											"name": "puuid",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2727,
													"character": 11
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												1227
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2726,
											"character": 35
										}
									]
								},
								{
									"id": 1228,
									"name": "QueryParameters",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"children": [
										{
											"id": 1229,
											"name": "count",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2730,
													"character": 11
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "number"
													}
												]
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												1229
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2729,
											"character": 36
										}
									]
								}
							],
							"groups": [
								{
									"title": "Namespaces",
									"kind": 2,
									"children": [
										1223,
										1230
									]
								},
								{
									"title": "Interfaces",
									"kind": 256,
									"children": [
										1226,
										1228
									]
								}
							],
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 2721,
									"character": 40
								}
							]
						},
						{
							"id": 1232,
							"name": "TftSummonerV1GetByAccountId",
							"kind": 2,
							"kindString": "Namespace",
							"flags": {},
							"children": [
								{
									"id": 1233,
									"name": "Parameters",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1234,
											"name": "EncryptedAccountId",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2738,
													"character": 36
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1234
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2737,
											"character": 24
										}
									]
								},
								{
									"id": 1237,
									"name": "Responses",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1238,
											"name": "$200",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2744,
													"character": 22
												}
											],
											"type": {
												"type": "reference",
												"id": 650,
												"name": "Components.Schemas.TftSummonerV1SummonerDTO"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1238
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2743,
											"character": 23
										}
									]
								},
								{
									"id": 1235,
									"name": "PathParameters",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"children": [
										{
											"id": 1236,
											"name": "encryptedAccountId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2741,
													"character": 24
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												1236
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2740,
											"character": 35
										}
									]
								}
							],
							"groups": [
								{
									"title": "Namespaces",
									"kind": 2,
									"children": [
										1233,
										1237
									]
								},
								{
									"title": "Interfaces",
									"kind": 256,
									"children": [
										1235
									]
								}
							],
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 2736,
									"character": 39
								}
							]
						},
						{
							"id": 1239,
							"name": "TftSummonerV1GetByPUUID",
							"kind": 2,
							"kindString": "Namespace",
							"flags": {},
							"children": [
								{
									"id": 1240,
									"name": "Parameters",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1241,
											"name": "EncryptedPUUID",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2749,
													"character": 32
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1241
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2748,
											"character": 24
										}
									]
								},
								{
									"id": 1244,
									"name": "Responses",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1245,
											"name": "$200",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2755,
													"character": 22
												}
											],
											"type": {
												"type": "reference",
												"id": 650,
												"name": "Components.Schemas.TftSummonerV1SummonerDTO"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1245
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2754,
											"character": 23
										}
									]
								},
								{
									"id": 1242,
									"name": "PathParameters",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"children": [
										{
											"id": 1243,
											"name": "encryptedPUUID",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2752,
													"character": 20
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												1243
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2751,
											"character": 35
										}
									]
								}
							],
							"groups": [
								{
									"title": "Namespaces",
									"kind": 2,
									"children": [
										1240,
										1244
									]
								},
								{
									"title": "Interfaces",
									"kind": 256,
									"children": [
										1242
									]
								}
							],
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 2747,
									"character": 35
								}
							]
						},
						{
							"id": 1246,
							"name": "TftSummonerV1GetBySummonerId",
							"kind": 2,
							"kindString": "Namespace",
							"flags": {},
							"children": [
								{
									"id": 1247,
									"name": "Parameters",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1248,
											"name": "EncryptedSummonerId",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2760,
													"character": 37
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1248
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2759,
											"character": 24
										}
									]
								},
								{
									"id": 1251,
									"name": "Responses",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1252,
											"name": "$200",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2766,
													"character": 22
												}
											],
											"type": {
												"type": "reference",
												"id": 650,
												"name": "Components.Schemas.TftSummonerV1SummonerDTO"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1252
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2765,
											"character": 23
										}
									]
								},
								{
									"id": 1249,
									"name": "PathParameters",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"children": [
										{
											"id": 1250,
											"name": "encryptedSummonerId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2763,
													"character": 25
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												1250
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2762,
											"character": 35
										}
									]
								}
							],
							"groups": [
								{
									"title": "Namespaces",
									"kind": 2,
									"children": [
										1247,
										1251
									]
								},
								{
									"title": "Interfaces",
									"kind": 256,
									"children": [
										1249
									]
								}
							],
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 2758,
									"character": 40
								}
							]
						},
						{
							"id": 1253,
							"name": "TftSummonerV1GetBySummonerName",
							"kind": 2,
							"kindString": "Namespace",
							"flags": {},
							"children": [
								{
									"id": 1254,
									"name": "Parameters",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1255,
											"name": "SummonerName",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2771,
													"character": 30
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1255
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2770,
											"character": 24
										}
									]
								},
								{
									"id": 1258,
									"name": "Responses",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1259,
											"name": "$200",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2777,
													"character": 22
												}
											],
											"type": {
												"type": "reference",
												"id": 650,
												"name": "Components.Schemas.TftSummonerV1SummonerDTO"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1259
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2776,
											"character": 23
										}
									]
								},
								{
									"id": 1256,
									"name": "PathParameters",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"children": [
										{
											"id": 1257,
											"name": "summonerName",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2774,
													"character": 18
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												1257
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2773,
											"character": 35
										}
									]
								}
							],
							"groups": [
								{
									"title": "Namespaces",
									"kind": 2,
									"children": [
										1254,
										1258
									]
								},
								{
									"title": "Interfaces",
									"kind": 256,
									"children": [
										1256
									]
								}
							],
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 2769,
									"character": 42
								}
							]
						},
						{
							"id": 1260,
							"name": "ThirdPartyCodeV4GetThirdPartyCodeBySummonerId",
							"kind": 2,
							"kindString": "Namespace",
							"flags": {},
							"children": [
								{
									"id": 1261,
									"name": "Parameters",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1262,
											"name": "EncryptedSummonerId",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2782,
													"character": 37
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1262
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2781,
											"character": 24
										}
									]
								},
								{
									"id": 1265,
									"name": "Responses",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1266,
											"name": "$200",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2788,
													"character": 22
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1266
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2787,
											"character": 23
										}
									]
								},
								{
									"id": 1263,
									"name": "PathParameters",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"children": [
										{
											"id": 1264,
											"name": "encryptedSummonerId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2785,
													"character": 25
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												1264
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2784,
											"character": 35
										}
									]
								}
							],
							"groups": [
								{
									"title": "Namespaces",
									"kind": 2,
									"children": [
										1261,
										1265
									]
								},
								{
									"title": "Interfaces",
									"kind": 256,
									"children": [
										1263
									]
								}
							],
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 2780,
									"character": 57
								}
							]
						},
						{
							"id": 1267,
							"name": "TournamentStubV4CreateTournamentCode",
							"kind": 2,
							"kindString": "Namespace",
							"flags": {},
							"children": [
								{
									"id": 1268,
									"name": "Parameters",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1269,
											"name": "Count",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2793,
													"character": 23
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 1270,
											"name": "TournamentId",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2794,
													"character": 30
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1269,
												1270
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2792,
											"character": 24
										}
									]
								},
								{
									"id": 1275,
									"name": "Responses",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1276,
											"name": "$200",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2802,
													"character": 22
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "intrinsic",
													"name": "string"
												}
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1276
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2801,
											"character": 23
										}
									]
								},
								{
									"id": 1271,
									"name": "QueryParameters",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"children": [
										{
											"id": 1272,
											"name": "count",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2797,
													"character": 11
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "number"
													}
												]
											}
										},
										{
											"id": 1273,
											"name": "tournamentId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2798,
													"character": 18
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												1272,
												1273
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2796,
											"character": 36
										}
									]
								},
								{
									"id": 1274,
									"name": "RequestBody",
									"kind": 4194304,
									"kindString": "Type alias",
									"flags": {},
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2800,
											"character": 27
										}
									],
									"type": {
										"type": "reference",
										"id": 667,
										"name": "Components.Schemas.TournamentStubV4TournamentCodeParameters"
									}
								}
							],
							"groups": [
								{
									"title": "Namespaces",
									"kind": 2,
									"children": [
										1268,
										1275
									]
								},
								{
									"title": "Interfaces",
									"kind": 256,
									"children": [
										1271
									]
								},
								{
									"title": "Type aliases",
									"kind": 4194304,
									"children": [
										1274
									]
								}
							],
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 2791,
									"character": 48
								}
							]
						},
						{
							"id": 1277,
							"name": "TournamentStubV4GetLobbyEventsByCode",
							"kind": 2,
							"kindString": "Namespace",
							"flags": {},
							"children": [
								{
									"id": 1278,
									"name": "Parameters",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1279,
											"name": "TournamentCode",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2807,
													"character": 32
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1279
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2806,
											"character": 24
										}
									]
								},
								{
									"id": 1282,
									"name": "Responses",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1283,
											"name": "$200",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2813,
													"character": 22
												}
											],
											"type": {
												"type": "reference",
												"id": 662,
												"name": "Components.Schemas.TournamentStubV4LobbyEventDTOWrapper"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1283
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2812,
											"character": 23
										}
									]
								},
								{
									"id": 1280,
									"name": "PathParameters",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"children": [
										{
											"id": 1281,
											"name": "tournamentCode",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2810,
													"character": 20
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												1281
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2809,
											"character": 35
										}
									]
								}
							],
							"groups": [
								{
									"title": "Namespaces",
									"kind": 2,
									"children": [
										1278,
										1282
									]
								},
								{
									"title": "Interfaces",
									"kind": 256,
									"children": [
										1280
									]
								}
							],
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 2805,
									"character": 48
								}
							]
						},
						{
							"id": 1284,
							"name": "TournamentStubV4RegisterProviderData",
							"kind": 2,
							"kindString": "Namespace",
							"flags": {},
							"children": [
								{
									"id": 1286,
									"name": "Responses",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1287,
											"name": "$200",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2819,
													"character": 22
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1287
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2818,
											"character": 23
										}
									]
								},
								{
									"id": 1285,
									"name": "RequestBody",
									"kind": 4194304,
									"kindString": "Type alias",
									"flags": {},
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2817,
											"character": 27
										}
									],
									"type": {
										"type": "reference",
										"id": 664,
										"name": "Components.Schemas.TournamentStubV4ProviderRegistrationParameters"
									}
								}
							],
							"groups": [
								{
									"title": "Namespaces",
									"kind": 2,
									"children": [
										1286
									]
								},
								{
									"title": "Type aliases",
									"kind": 4194304,
									"children": [
										1285
									]
								}
							],
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 2816,
									"character": 48
								}
							]
						},
						{
							"id": 1288,
							"name": "TournamentStubV4RegisterTournament",
							"kind": 2,
							"kindString": "Namespace",
							"flags": {},
							"children": [
								{
									"id": 1290,
									"name": "Responses",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1291,
											"name": "$200",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2825,
													"character": 22
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1291
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2824,
											"character": 23
										}
									]
								},
								{
									"id": 1289,
									"name": "RequestBody",
									"kind": 4194304,
									"kindString": "Type alias",
									"flags": {},
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2823,
											"character": 27
										}
									],
									"type": {
										"type": "reference",
										"id": 674,
										"name": "Components.Schemas.TournamentStubV4TournamentRegistrationParameters"
									}
								}
							],
							"groups": [
								{
									"title": "Namespaces",
									"kind": 2,
									"children": [
										1290
									]
								},
								{
									"title": "Type aliases",
									"kind": 4194304,
									"children": [
										1289
									]
								}
							],
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 2822,
									"character": 46
								}
							]
						},
						{
							"id": 1292,
							"name": "TournamentV4CreateTournamentCode",
							"kind": 2,
							"kindString": "Namespace",
							"flags": {},
							"children": [
								{
									"id": 1293,
									"name": "Parameters",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1294,
											"name": "Count",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2830,
													"character": 23
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 1295,
											"name": "TournamentId",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2831,
													"character": 30
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1294,
												1295
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2829,
											"character": 24
										}
									]
								},
								{
									"id": 1300,
									"name": "Responses",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1301,
											"name": "$200",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2839,
													"character": 22
												}
											],
											"type": {
												"type": "array",
												"elementType": {
													"type": "intrinsic",
													"name": "string"
												}
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1301
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2838,
											"character": 23
										}
									]
								},
								{
									"id": 1296,
									"name": "QueryParameters",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"children": [
										{
											"id": 1297,
											"name": "count",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2834,
													"character": 11
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "number"
													}
												]
											}
										},
										{
											"id": 1298,
											"name": "tournamentId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2835,
													"character": 18
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												1297,
												1298
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2833,
											"character": 36
										}
									]
								},
								{
									"id": 1299,
									"name": "RequestBody",
									"kind": 4194304,
									"kindString": "Type alias",
									"flags": {},
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2837,
											"character": 27
										}
									],
									"type": {
										"type": "reference",
										"id": 700,
										"name": "Components.Schemas.TournamentV4TournamentCodeParameters"
									}
								}
							],
							"groups": [
								{
									"title": "Namespaces",
									"kind": 2,
									"children": [
										1293,
										1300
									]
								},
								{
									"title": "Interfaces",
									"kind": 256,
									"children": [
										1296
									]
								},
								{
									"title": "Type aliases",
									"kind": 4194304,
									"children": [
										1299
									]
								}
							],
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 2828,
									"character": 44
								}
							]
						},
						{
							"id": 1302,
							"name": "TournamentV4GetLobbyEventsByCode",
							"kind": 2,
							"kindString": "Namespace",
							"flags": {},
							"children": [
								{
									"id": 1303,
									"name": "Parameters",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1304,
											"name": "TournamentCode",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2844,
													"character": 32
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1304
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2843,
											"character": 24
										}
									]
								},
								{
									"id": 1307,
									"name": "Responses",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1308,
											"name": "$200",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2850,
													"character": 22
												}
											],
											"type": {
												"type": "reference",
												"id": 681,
												"name": "Components.Schemas.TournamentV4LobbyEventDTOWrapper"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1308
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2849,
											"character": 23
										}
									]
								},
								{
									"id": 1305,
									"name": "PathParameters",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"children": [
										{
											"id": 1306,
											"name": "tournamentCode",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2847,
													"character": 20
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												1306
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2846,
											"character": 35
										}
									]
								}
							],
							"groups": [
								{
									"title": "Namespaces",
									"kind": 2,
									"children": [
										1303,
										1307
									]
								},
								{
									"title": "Interfaces",
									"kind": 256,
									"children": [
										1305
									]
								}
							],
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 2842,
									"character": 44
								}
							]
						},
						{
							"id": 1309,
							"name": "TournamentV4GetTournamentCode",
							"kind": 2,
							"kindString": "Namespace",
							"flags": {},
							"children": [
								{
									"id": 1310,
									"name": "Parameters",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1311,
											"name": "TournamentCode",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2855,
													"character": 32
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1311
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2854,
											"character": 24
										}
									]
								},
								{
									"id": 1314,
									"name": "Responses",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1315,
											"name": "$200",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2861,
													"character": 22
												}
											],
											"type": {
												"type": "reference",
												"id": 686,
												"name": "Components.Schemas.TournamentV4TournamentCodeDTO"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1315
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2860,
											"character": 23
										}
									]
								},
								{
									"id": 1312,
									"name": "PathParameters",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"children": [
										{
											"id": 1313,
											"name": "tournamentCode",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2858,
													"character": 20
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												1313
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2857,
											"character": 35
										}
									]
								}
							],
							"groups": [
								{
									"title": "Namespaces",
									"kind": 2,
									"children": [
										1310,
										1314
									]
								},
								{
									"title": "Interfaces",
									"kind": 256,
									"children": [
										1312
									]
								}
							],
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 2853,
									"character": 41
								}
							]
						},
						{
							"id": 1316,
							"name": "TournamentV4RegisterProviderData",
							"kind": 2,
							"kindString": "Namespace",
							"flags": {},
							"children": [
								{
									"id": 1318,
									"name": "Responses",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1319,
											"name": "$200",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2867,
													"character": 22
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1319
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2866,
											"character": 23
										}
									]
								},
								{
									"id": 1317,
									"name": "RequestBody",
									"kind": 4194304,
									"kindString": "Type alias",
									"flags": {},
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2865,
											"character": 27
										}
									],
									"type": {
										"type": "reference",
										"id": 683,
										"name": "Components.Schemas.TournamentV4ProviderRegistrationParameters"
									}
								}
							],
							"groups": [
								{
									"title": "Namespaces",
									"kind": 2,
									"children": [
										1318
									]
								},
								{
									"title": "Type aliases",
									"kind": 4194304,
									"children": [
										1317
									]
								}
							],
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 2864,
									"character": 44
								}
							]
						},
						{
							"id": 1320,
							"name": "TournamentV4RegisterTournament",
							"kind": 2,
							"kindString": "Namespace",
							"flags": {},
							"children": [
								{
									"id": 1322,
									"name": "Responses",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1323,
											"name": "$200",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2873,
													"character": 22
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1323
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2872,
											"character": 23
										}
									]
								},
								{
									"id": 1321,
									"name": "RequestBody",
									"kind": 4194304,
									"kindString": "Type alias",
									"flags": {},
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2871,
											"character": 27
										}
									],
									"type": {
										"type": "reference",
										"id": 712,
										"name": "Components.Schemas.TournamentV4TournamentRegistrationParameters"
									}
								}
							],
							"groups": [
								{
									"title": "Namespaces",
									"kind": 2,
									"children": [
										1322
									]
								},
								{
									"title": "Type aliases",
									"kind": 4194304,
									"children": [
										1321
									]
								}
							],
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 2870,
									"character": 42
								}
							]
						},
						{
							"id": 1324,
							"name": "TournamentV4UpdateCode",
							"kind": 2,
							"kindString": "Namespace",
							"flags": {},
							"children": [
								{
									"id": 1325,
									"name": "Parameters",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1326,
											"name": "TournamentCode",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2878,
													"character": 32
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1326
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2877,
											"character": 24
										}
									]
								},
								{
									"id": 1327,
									"name": "PathParameters",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"children": [
										{
											"id": 1328,
											"name": "tournamentCode",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2881,
													"character": 20
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												1328
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2880,
											"character": 35
										}
									]
								},
								{
									"id": 1329,
									"name": "RequestBody",
									"kind": 4194304,
									"kindString": "Type alias",
									"flags": {},
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2883,
											"character": 27
										}
									],
									"type": {
										"type": "reference",
										"id": 707,
										"name": "Components.Schemas.TournamentV4TournamentCodeUpdateParameters"
									}
								}
							],
							"groups": [
								{
									"title": "Namespaces",
									"kind": 2,
									"children": [
										1325
									]
								},
								{
									"title": "Interfaces",
									"kind": 256,
									"children": [
										1327
									]
								},
								{
									"title": "Type aliases",
									"kind": 4194304,
									"children": [
										1329
									]
								}
							],
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 2876,
									"character": 34
								}
							]
						},
						{
							"id": 1330,
							"name": "ValContentV1GetContent",
							"kind": 2,
							"kindString": "Namespace",
							"flags": {},
							"children": [
								{
									"id": 1331,
									"name": "Parameters",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1332,
											"name": "Locale",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2887,
													"character": 24
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1332
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2886,
											"character": 24
										}
									]
								},
								{
									"id": 1335,
									"name": "Responses",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1336,
											"name": "$200",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2893,
													"character": 22
												}
											],
											"type": {
												"type": "reference",
												"id": 720,
												"name": "Components.Schemas.ValContentV1ContentDto"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1336
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2892,
											"character": 23
										}
									]
								},
								{
									"id": 1333,
									"name": "QueryParameters",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"children": [
										{
											"id": 1334,
											"name": "locale",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2890,
													"character": 12
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "string"
													}
												]
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												1334
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2889,
											"character": 36
										}
									]
								}
							],
							"groups": [
								{
									"title": "Namespaces",
									"kind": 2,
									"children": [
										1331,
										1335
									]
								},
								{
									"title": "Interfaces",
									"kind": 256,
									"children": [
										1333
									]
								}
							],
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 2885,
									"character": 34
								}
							]
						},
						{
							"id": 1337,
							"name": "ValMatchV1GetMatch",
							"kind": 2,
							"kindString": "Namespace",
							"flags": {},
							"children": [
								{
									"id": 1338,
									"name": "Parameters",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1339,
											"name": "MatchId",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2898,
													"character": 25
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1339
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2897,
											"character": 24
										}
									]
								},
								{
									"id": 1342,
									"name": "Responses",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1343,
											"name": "$200",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2904,
													"character": 22
												}
											],
											"type": {
												"type": "reference",
												"id": 800,
												"name": "Components.Schemas.ValMatchV1MatchDto"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1343
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2903,
											"character": 23
										}
									]
								},
								{
									"id": 1340,
									"name": "PathParameters",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"children": [
										{
											"id": 1341,
											"name": "matchId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2901,
													"character": 13
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												1341
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2900,
											"character": 35
										}
									]
								}
							],
							"groups": [
								{
									"title": "Namespaces",
									"kind": 2,
									"children": [
										1338,
										1342
									]
								},
								{
									"title": "Interfaces",
									"kind": 256,
									"children": [
										1340
									]
								}
							],
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 2896,
									"character": 30
								}
							]
						},
						{
							"id": 1344,
							"name": "ValMatchV1GetMatchlist",
							"kind": 2,
							"kindString": "Namespace",
							"flags": {},
							"children": [
								{
									"id": 1345,
									"name": "Parameters",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1346,
											"name": "Puuid",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2909,
													"character": 23
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1346
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2908,
											"character": 24
										}
									]
								},
								{
									"id": 1349,
									"name": "Responses",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1350,
											"name": "$200",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2915,
													"character": 22
												}
											],
											"type": {
												"type": "reference",
												"id": 817,
												"name": "Components.Schemas.ValMatchV1MatchlistDto"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1350
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2914,
											"character": 23
										}
									]
								},
								{
									"id": 1347,
									"name": "PathParameters",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"children": [
										{
											"id": 1348,
											"name": "puuid",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2912,
													"character": 11
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												1348
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2911,
											"character": 35
										}
									]
								}
							],
							"groups": [
								{
									"title": "Namespaces",
									"kind": 2,
									"children": [
										1345,
										1349
									]
								},
								{
									"title": "Interfaces",
									"kind": 256,
									"children": [
										1347
									]
								}
							],
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 2907,
									"character": 34
								}
							]
						},
						{
							"id": 1351,
							"name": "ValMatchV1GetRecent",
							"kind": 2,
							"kindString": "Namespace",
							"flags": {},
							"children": [
								{
									"id": 1352,
									"name": "Parameters",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1353,
											"name": "Queue",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2920,
													"character": 23
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "literal",
														"value": "competitive"
													},
													{
														"type": "literal",
														"value": "unrated"
													},
													{
														"type": "literal",
														"value": "spikerush"
													}
												]
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1353
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2919,
											"character": 24
										}
									]
								},
								{
									"id": 1356,
									"name": "Responses",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1357,
											"name": "$200",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2926,
													"character": 22
												}
											],
											"type": {
												"type": "reference",
												"id": 854,
												"name": "Components.Schemas.ValMatchV1RecentMatchesDto"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1357
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2925,
											"character": 23
										}
									]
								},
								{
									"id": 1354,
									"name": "PathParameters",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"children": [
										{
											"id": 1355,
											"name": "queue",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2923,
													"character": 11
												}
											],
											"type": {
												"type": "reference",
												"id": 1353,
												"name": "Queue"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												1355
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2922,
											"character": 35
										}
									]
								}
							],
							"groups": [
								{
									"title": "Namespaces",
									"kind": 2,
									"children": [
										1352,
										1356
									]
								},
								{
									"title": "Interfaces",
									"kind": 256,
									"children": [
										1354
									]
								}
							],
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 2918,
									"character": 31
								}
							]
						},
						{
							"id": 1358,
							"name": "ValRankedV1GetLeaderboard",
							"kind": 2,
							"kindString": "Namespace",
							"flags": {},
							"children": [
								{
									"id": 1359,
									"name": "Parameters",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1360,
											"name": "ActId",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2931,
													"character": 23
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										},
										{
											"id": 1361,
											"name": "Size",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2932,
													"character": 22
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										},
										{
											"id": 1362,
											"name": "StartIndex",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2933,
													"character": 28
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "number"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1360,
												1361,
												1362
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2930,
											"character": 24
										}
									]
								},
								{
									"id": 1368,
									"name": "Responses",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1369,
											"name": "$200",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2943,
													"character": 22
												}
											],
											"type": {
												"type": "reference",
												"id": 879,
												"name": "Components.Schemas.ValRankedV1LeaderboardDto"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1369
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2942,
											"character": 23
										}
									]
								},
								{
									"id": 1363,
									"name": "PathParameters",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"children": [
										{
											"id": 1364,
											"name": "actId",
											"kind": 1024,
											"kindString": "Property",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2936,
													"character": 11
												}
											],
											"type": {
												"type": "intrinsic",
												"name": "string"
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												1364
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2935,
											"character": 35
										}
									]
								},
								{
									"id": 1365,
									"name": "QueryParameters",
									"kind": 256,
									"kindString": "Interface",
									"flags": {},
									"children": [
										{
											"id": 1366,
											"name": "size",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2939,
													"character": 10
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "number"
													}
												]
											}
										},
										{
											"id": 1367,
											"name": "startIndex",
											"kind": 1024,
											"kindString": "Property",
											"flags": {
												"isOptional": true
											},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2940,
													"character": 16
												}
											],
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "undefined"
													},
													{
														"type": "intrinsic",
														"name": "number"
													}
												]
											}
										}
									],
									"groups": [
										{
											"title": "Properties",
											"kind": 1024,
											"children": [
												1366,
												1367
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2938,
											"character": 36
										}
									]
								}
							],
							"groups": [
								{
									"title": "Namespaces",
									"kind": 2,
									"children": [
										1359,
										1368
									]
								},
								{
									"title": "Interfaces",
									"kind": 256,
									"children": [
										1363,
										1365
									]
								}
							],
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 2929,
									"character": 37
								}
							]
						},
						{
							"id": 1370,
							"name": "ValStatusV1GetPlatformData",
							"kind": 2,
							"kindString": "Namespace",
							"flags": {},
							"children": [
								{
									"id": 1371,
									"name": "Responses",
									"kind": 2,
									"kindString": "Namespace",
									"flags": {},
									"children": [
										{
											"id": 1372,
											"name": "$200",
											"kind": 4194304,
											"kindString": "Type alias",
											"flags": {},
											"sources": [
												{
													"fileName": "client.d.ts",
													"line": 2948,
													"character": 22
												}
											],
											"type": {
												"type": "reference",
												"id": 894,
												"name": "Components.Schemas.ValStatusV1PlatformDataDto"
											}
										}
									],
									"groups": [
										{
											"title": "Type aliases",
											"kind": 4194304,
											"children": [
												1372
											]
										}
									],
									"sources": [
										{
											"fileName": "client.d.ts",
											"line": 2947,
											"character": 23
										}
									]
								}
							],
							"groups": [
								{
									"title": "Namespaces",
									"kind": 2,
									"children": [
										1371
									]
								}
							],
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 2946,
									"character": 38
								}
							]
						}
					],
					"groups": [
						{
							"title": "Namespaces",
							"kind": 2,
							"children": [
								919,
								928,
								935,
								944,
								951,
								960,
								967,
								970,
								977,
								984,
								991,
								998,
								1001,
								1015,
								1022,
								1029,
								1036,
								1050,
								1057,
								1064,
								1067,
								1070,
								1077,
								1084,
								1087,
								1090,
								1097,
								1106,
								1113,
								1120,
								1142,
								1149,
								1152,
								1159,
								1166,
								1173,
								1180,
								1183,
								1186,
								1193,
								1205,
								1212,
								1215,
								1222,
								1232,
								1239,
								1246,
								1253,
								1260,
								1267,
								1277,
								1284,
								1288,
								1292,
								1302,
								1309,
								1316,
								1320,
								1324,
								1330,
								1337,
								1344,
								1351,
								1358,
								1370
							]
						}
					],
					"sources": [
						{
							"fileName": "client.d.ts",
							"line": 2261,
							"character": 23
						}
					]
				},
				{
					"id": 1373,
					"name": "OperationMethods",
					"kind": 256,
					"kindString": "Interface",
					"flags": {},
					"children": [
						{
							"id": 1384,
							"name": "account-v1.getActiveShard",
							"kind": 2048,
							"kindString": "Method",
							"flags": {},
							"signatures": [
								{
									"id": 1385,
									"name": "account-v1.getActiveShard",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {},
									"comment": {
										"shortText": "account-v1.getActiveShard - Get active shard for a player",
										"text": "Get active shard for a player\n"
									},
									"parameters": [
										{
											"id": 1386,
											"name": "parameters",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "string"
													},
													{
														"type": "intrinsic",
														"name": "number"
													},
													{
														"type": "reference",
														"id": 923,
														"name": "PathParameters"
													},
													{
														"type": "reference",
														"name": "ParamsArray"
													}
												]
											}
										},
										{
											"id": 1387,
											"name": "data",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "intrinsic",
												"name": "any"
											}
										},
										{
											"id": 1388,
											"name": "config",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "reference",
												"name": "AxiosRequestConfig"
											}
										}
									],
									"type": {
										"type": "reference",
										"typeArguments": [
											{
												"type": "reference",
												"id": 15,
												"name": "AccountV1ActiveShardDto"
											}
										],
										"name": "OperationResponse"
									}
								}
							]
						},
						{
							"id": 1374,
							"name": "account-v1.getByPuuid",
							"kind": 2048,
							"kindString": "Method",
							"flags": {},
							"signatures": [
								{
									"id": 1375,
									"name": "account-v1.getByPuuid",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {},
									"comment": {
										"shortText": "account-v1.getByPuuid - Get account by puuid",
										"text": "Get account by puuid\n"
									},
									"parameters": [
										{
											"id": 1376,
											"name": "parameters",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "string"
													},
													{
														"type": "intrinsic",
														"name": "number"
													},
													{
														"type": "reference",
														"id": 931,
														"name": "PathParameters"
													},
													{
														"type": "reference",
														"name": "ParamsArray"
													}
												]
											}
										},
										{
											"id": 1377,
											"name": "data",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "intrinsic",
												"name": "any"
											}
										},
										{
											"id": 1378,
											"name": "config",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "reference",
												"name": "AxiosRequestConfig"
											}
										}
									],
									"type": {
										"type": "reference",
										"typeArguments": [
											{
												"type": "reference",
												"id": 11,
												"name": "AccountV1AccountDto"
											}
										],
										"name": "OperationResponse"
									}
								}
							]
						},
						{
							"id": 1379,
							"name": "account-v1.getByRiotId",
							"kind": 2048,
							"kindString": "Method",
							"flags": {},
							"signatures": [
								{
									"id": 1380,
									"name": "account-v1.getByRiotId",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {},
									"comment": {
										"shortText": "account-v1.getByRiotId - Get account by riot id",
										"text": "Get account by riot id\n"
									},
									"parameters": [
										{
											"id": 1381,
											"name": "parameters",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "string"
													},
													{
														"type": "intrinsic",
														"name": "number"
													},
													{
														"type": "reference",
														"id": 939,
														"name": "PathParameters"
													},
													{
														"type": "reference",
														"name": "ParamsArray"
													}
												]
											}
										},
										{
											"id": 1382,
											"name": "data",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "intrinsic",
												"name": "any"
											}
										},
										{
											"id": 1383,
											"name": "config",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "reference",
												"name": "AxiosRequestConfig"
											}
										}
									],
									"type": {
										"type": "reference",
										"typeArguments": [
											{
												"type": "reference",
												"id": 11,
												"name": "AccountV1AccountDto"
											}
										],
										"name": "OperationResponse"
									}
								}
							]
						},
						{
							"id": 1389,
							"name": "champion-mastery-v4.getAllChampionMasteries",
							"kind": 2048,
							"kindString": "Method",
							"flags": {},
							"signatures": [
								{
									"id": 1390,
									"name": "champion-mastery-v4.getAllChampionMasteries",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {},
									"comment": {
										"shortText": "champion-mastery-v4.getAllChampionMasteries - Get all champion mastery entries sorted by number of champion points descending,",
										"text": "Get all champion mastery entries sorted by number of champion points descending,\n"
									},
									"parameters": [
										{
											"id": 1391,
											"name": "parameters",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "string"
													},
													{
														"type": "intrinsic",
														"name": "number"
													},
													{
														"type": "reference",
														"id": 947,
														"name": "PathParameters"
													},
													{
														"type": "reference",
														"name": "ParamsArray"
													}
												]
											}
										},
										{
											"id": 1392,
											"name": "data",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "intrinsic",
												"name": "any"
											}
										},
										{
											"id": 1393,
											"name": "config",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "reference",
												"name": "AxiosRequestConfig"
											}
										}
									],
									"type": {
										"type": "reference",
										"typeArguments": [
											{
												"type": "reference",
												"id": 950,
												"name": "$200"
											}
										],
										"name": "OperationResponse"
									}
								}
							]
						},
						{
							"id": 1394,
							"name": "champion-mastery-v4.getChampionMastery",
							"kind": 2048,
							"kindString": "Method",
							"flags": {},
							"signatures": [
								{
									"id": 1395,
									"name": "champion-mastery-v4.getChampionMastery",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {},
									"comment": {
										"shortText": "champion-mastery-v4.getChampionMastery - Get a champion mastery by player ID and champion ID.",
										"text": "Get a champion mastery by player ID and champion ID.\n"
									},
									"parameters": [
										{
											"id": 1396,
											"name": "parameters",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "string"
													},
													{
														"type": "intrinsic",
														"name": "number"
													},
													{
														"type": "reference",
														"id": 955,
														"name": "PathParameters"
													},
													{
														"type": "reference",
														"name": "ParamsArray"
													}
												]
											}
										},
										{
											"id": 1397,
											"name": "data",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "intrinsic",
												"name": "any"
											}
										},
										{
											"id": 1398,
											"name": "config",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "reference",
												"name": "AxiosRequestConfig"
											}
										}
									],
									"type": {
										"type": "reference",
										"typeArguments": [
											{
												"type": "reference",
												"id": 19,
												"name": "ChampionMasteryV4ChampionMasteryDto"
											}
										],
										"name": "OperationResponse"
									}
								}
							]
						},
						{
							"id": 1399,
							"name": "champion-mastery-v4.getChampionMasteryScore",
							"kind": 2048,
							"kindString": "Method",
							"flags": {},
							"signatures": [
								{
									"id": 1400,
									"name": "champion-mastery-v4.getChampionMasteryScore",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {},
									"comment": {
										"shortText": "champion-mastery-v4.getChampionMasteryScore - Get a player's total champion mastery score, which is the sum of individual champion mastery levels.",
										"text": "Get a player's total champion mastery score, which is the sum of individual champion mastery levels.\n"
									},
									"parameters": [
										{
											"id": 1401,
											"name": "parameters",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "string"
													},
													{
														"type": "intrinsic",
														"name": "number"
													},
													{
														"type": "reference",
														"id": 963,
														"name": "PathParameters"
													},
													{
														"type": "reference",
														"name": "ParamsArray"
													}
												]
											}
										},
										{
											"id": 1402,
											"name": "data",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "intrinsic",
												"name": "any"
											}
										},
										{
											"id": 1403,
											"name": "config",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "reference",
												"name": "AxiosRequestConfig"
											}
										}
									],
									"type": {
										"type": "reference",
										"typeArguments": [
											{
												"type": "intrinsic",
												"name": "number"
											}
										],
										"name": "OperationResponse"
									}
								}
							]
						},
						{
							"id": 1404,
							"name": "champion-v3.getChampionInfo",
							"kind": 2048,
							"kindString": "Method",
							"flags": {},
							"signatures": [
								{
									"id": 1405,
									"name": "champion-v3.getChampionInfo",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {},
									"comment": {
										"shortText": "champion-v3.getChampionInfo - Returns champion rotations, including free-to-play and low-level free-to-play rotations (REST)",
										"text": "Returns champion rotations, including free-to-play and low-level free-to-play rotations (REST)\n"
									},
									"parameters": [
										{
											"id": 1406,
											"name": "parameters",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "string"
													},
													{
														"type": "intrinsic",
														"name": "number"
													},
													{
														"type": "reference",
														"name": "ParamsArray"
													},
													{
														"type": "reference",
														"name": "UnknownParamsObject"
													}
												]
											}
										},
										{
											"id": 1407,
											"name": "data",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "intrinsic",
												"name": "any"
											}
										},
										{
											"id": 1408,
											"name": "config",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "reference",
												"name": "AxiosRequestConfig"
											}
										}
									],
									"type": {
										"type": "reference",
										"typeArguments": [
											{
												"type": "reference",
												"id": 29,
												"name": "ChampionV3ChampionInfo"
											}
										],
										"name": "OperationResponse"
									}
								}
							]
						},
						{
							"id": 1409,
							"name": "clash-v1.getPlayersBySummoner",
							"kind": 2048,
							"kindString": "Method",
							"flags": {},
							"signatures": [
								{
									"id": 1410,
									"name": "clash-v1.getPlayersBySummoner",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {},
									"comment": {
										"shortText": "clash-v1.getPlayersBySummoner - Get players by summoner ID.",
										"text": "Get players by summoner ID.\n## Implementation Notes\nThis endpoint returns a list of active Clash players for a given summoner ID. If a summoner registers for multiple tournaments at the same time (e.g., Saturday and Sunday) then both registrations would appear in this list.\n"
									},
									"parameters": [
										{
											"id": 1411,
											"name": "parameters",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "string"
													},
													{
														"type": "intrinsic",
														"name": "number"
													},
													{
														"type": "reference",
														"id": 973,
														"name": "PathParameters"
													},
													{
														"type": "reference",
														"name": "ParamsArray"
													}
												]
											}
										},
										{
											"id": 1412,
											"name": "data",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "intrinsic",
												"name": "any"
											}
										},
										{
											"id": 1413,
											"name": "config",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "reference",
												"name": "AxiosRequestConfig"
											}
										}
									],
									"type": {
										"type": "reference",
										"typeArguments": [
											{
												"type": "reference",
												"id": 976,
												"name": "$200"
											}
										],
										"name": "OperationResponse"
									}
								}
							]
						},
						{
							"id": 1414,
							"name": "clash-v1.getTeamById",
							"kind": 2048,
							"kindString": "Method",
							"flags": {},
							"signatures": [
								{
									"id": 1415,
									"name": "clash-v1.getTeamById",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {},
									"comment": {
										"shortText": "clash-v1.getTeamById - Get team by ID.",
										"text": "Get team by ID.\n"
									},
									"parameters": [
										{
											"id": 1416,
											"name": "parameters",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "string"
													},
													{
														"type": "intrinsic",
														"name": "number"
													},
													{
														"type": "reference",
														"id": 980,
														"name": "PathParameters"
													},
													{
														"type": "reference",
														"name": "ParamsArray"
													}
												]
											}
										},
										{
											"id": 1417,
											"name": "data",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "intrinsic",
												"name": "any"
											}
										},
										{
											"id": 1418,
											"name": "config",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "reference",
												"name": "AxiosRequestConfig"
											}
										}
									],
									"type": {
										"type": "reference",
										"typeArguments": [
											{
												"type": "reference",
												"id": 38,
												"name": "ClashV1TeamDto"
											}
										],
										"name": "OperationResponse"
									}
								}
							]
						},
						{
							"id": 1429,
							"name": "clash-v1.getTournamentById",
							"kind": 2048,
							"kindString": "Method",
							"flags": {},
							"signatures": [
								{
									"id": 1430,
									"name": "clash-v1.getTournamentById",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {},
									"comment": {
										"shortText": "clash-v1.getTournamentById - Get tournament by ID.",
										"text": "Get tournament by ID.\n"
									},
									"parameters": [
										{
											"id": 1431,
											"name": "parameters",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "string"
													},
													{
														"type": "intrinsic",
														"name": "number"
													},
													{
														"type": "reference",
														"id": 987,
														"name": "PathParameters"
													},
													{
														"type": "reference",
														"name": "ParamsArray"
													}
												]
											}
										},
										{
											"id": 1432,
											"name": "data",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "intrinsic",
												"name": "any"
											}
										},
										{
											"id": 1433,
											"name": "config",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "reference",
												"name": "AxiosRequestConfig"
											}
										}
									],
									"type": {
										"type": "reference",
										"typeArguments": [
											{
												"type": "reference",
												"id": 47,
												"name": "ClashV1TournamentDto"
											}
										],
										"name": "OperationResponse"
									}
								}
							]
						},
						{
							"id": 1424,
							"name": "clash-v1.getTournamentByTeam",
							"kind": 2048,
							"kindString": "Method",
							"flags": {},
							"signatures": [
								{
									"id": 1425,
									"name": "clash-v1.getTournamentByTeam",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {},
									"comment": {
										"shortText": "clash-v1.getTournamentByTeam - Get tournament by team ID.",
										"text": "Get tournament by team ID.\n"
									},
									"parameters": [
										{
											"id": 1426,
											"name": "parameters",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "string"
													},
													{
														"type": "intrinsic",
														"name": "number"
													},
													{
														"type": "reference",
														"id": 994,
														"name": "PathParameters"
													},
													{
														"type": "reference",
														"name": "ParamsArray"
													}
												]
											}
										},
										{
											"id": 1427,
											"name": "data",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "intrinsic",
												"name": "any"
											}
										},
										{
											"id": 1428,
											"name": "config",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "reference",
												"name": "AxiosRequestConfig"
											}
										}
									],
									"type": {
										"type": "reference",
										"typeArguments": [
											{
												"type": "reference",
												"id": 47,
												"name": "ClashV1TournamentDto"
											}
										],
										"name": "OperationResponse"
									}
								}
							]
						},
						{
							"id": 1419,
							"name": "clash-v1.getTournaments",
							"kind": 2048,
							"kindString": "Method",
							"flags": {},
							"signatures": [
								{
									"id": 1420,
									"name": "clash-v1.getTournaments",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {},
									"comment": {
										"shortText": "clash-v1.getTournaments - Get all active or upcoming tournaments.",
										"text": "Get all active or upcoming tournaments.\n"
									},
									"parameters": [
										{
											"id": 1421,
											"name": "parameters",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "string"
													},
													{
														"type": "intrinsic",
														"name": "number"
													},
													{
														"type": "reference",
														"name": "ParamsArray"
													},
													{
														"type": "reference",
														"name": "UnknownParamsObject"
													}
												]
											}
										},
										{
											"id": 1422,
											"name": "data",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "intrinsic",
												"name": "any"
											}
										},
										{
											"id": 1423,
											"name": "config",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "reference",
												"name": "AxiosRequestConfig"
											}
										}
									],
									"type": {
										"type": "reference",
										"typeArguments": [
											{
												"type": "reference",
												"id": 1000,
												"name": "$200"
											}
										],
										"name": "OperationResponse"
									}
								}
							]
						},
						{
							"id": 1434,
							"name": "league-exp-v4.getLeagueEntries",
							"kind": 2048,
							"kindString": "Method",
							"flags": {},
							"signatures": [
								{
									"id": 1435,
									"name": "league-exp-v4.getLeagueEntries",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {},
									"comment": {
										"shortText": "league-exp-v4.getLeagueEntries - Get all the league entries.",
										"text": "Get all the league entries.\n"
									},
									"parameters": [
										{
											"id": 1436,
											"name": "parameters",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "string"
													},
													{
														"type": "intrinsic",
														"name": "number"
													},
													{
														"type": "reference",
														"name": "ParamsArray"
													},
													{
														"type": "intersection",
														"types": [
															{
																"type": "reference",
																"id": 1007,
																"name": "PathParameters"
															},
															{
																"type": "reference",
																"id": 1011,
																"name": "QueryParameters"
															}
														]
													}
												]
											}
										},
										{
											"id": 1437,
											"name": "data",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "intrinsic",
												"name": "any"
											}
										},
										{
											"id": 1438,
											"name": "config",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "reference",
												"name": "AxiosRequestConfig"
											}
										}
									],
									"type": {
										"type": "reference",
										"typeArguments": [
											{
												"type": "reference",
												"id": 1014,
												"name": "$200"
											}
										],
										"name": "OperationResponse"
									}
								}
							]
						},
						{
							"id": 1439,
							"name": "league-v4.getChallengerLeague",
							"kind": 2048,
							"kindString": "Method",
							"flags": {},
							"signatures": [
								{
									"id": 1440,
									"name": "league-v4.getChallengerLeague",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {},
									"comment": {
										"shortText": "league-v4.getChallengerLeague - Get the challenger league for given queue.",
										"text": "Get the challenger league for given queue.\n"
									},
									"parameters": [
										{
											"id": 1441,
											"name": "parameters",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "string"
													},
													{
														"type": "intrinsic",
														"name": "number"
													},
													{
														"type": "reference",
														"id": 1018,
														"name": "PathParameters"
													},
													{
														"type": "reference",
														"name": "ParamsArray"
													}
												]
											}
										},
										{
											"id": 1442,
											"name": "data",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "intrinsic",
												"name": "any"
											}
										},
										{
											"id": 1443,
											"name": "config",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "reference",
												"name": "AxiosRequestConfig"
											}
										}
									],
									"type": {
										"type": "reference",
										"typeArguments": [
											{
												"type": "reference",
												"id": 110,
												"name": "LeagueV4LeagueListDTO"
											}
										],
										"name": "OperationResponse"
									}
								}
							]
						},
						{
							"id": 1454,
							"name": "league-v4.getGrandmasterLeague",
							"kind": 2048,
							"kindString": "Method",
							"flags": {},
							"signatures": [
								{
									"id": 1455,
									"name": "league-v4.getGrandmasterLeague",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {},
									"comment": {
										"shortText": "league-v4.getGrandmasterLeague - Get the grandmaster league of a specific queue.",
										"text": "Get the grandmaster league of a specific queue.\n"
									},
									"parameters": [
										{
											"id": 1456,
											"name": "parameters",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "string"
													},
													{
														"type": "intrinsic",
														"name": "number"
													},
													{
														"type": "reference",
														"id": 1025,
														"name": "PathParameters"
													},
													{
														"type": "reference",
														"name": "ParamsArray"
													}
												]
											}
										},
										{
											"id": 1457,
											"name": "data",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "intrinsic",
												"name": "any"
											}
										},
										{
											"id": 1458,
											"name": "config",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "reference",
												"name": "AxiosRequestConfig"
											}
										}
									],
									"type": {
										"type": "reference",
										"typeArguments": [
											{
												"type": "reference",
												"id": 110,
												"name": "LeagueV4LeagueListDTO"
											}
										],
										"name": "OperationResponse"
									}
								}
							]
						},
						{
							"id": 1459,
							"name": "league-v4.getLeagueById",
							"kind": 2048,
							"kindString": "Method",
							"flags": {},
							"signatures": [
								{
									"id": 1460,
									"name": "league-v4.getLeagueById",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {},
									"comment": {
										"shortText": "league-v4.getLeagueById - Get league with given ID, including inactive entries.",
										"text": "Get league with given ID, including inactive entries.\n"
									},
									"parameters": [
										{
											"id": 1461,
											"name": "parameters",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "string"
													},
													{
														"type": "intrinsic",
														"name": "number"
													},
													{
														"type": "reference",
														"id": 1032,
														"name": "PathParameters"
													},
													{
														"type": "reference",
														"name": "ParamsArray"
													}
												]
											}
										},
										{
											"id": 1462,
											"name": "data",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "intrinsic",
												"name": "any"
											}
										},
										{
											"id": 1463,
											"name": "config",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "reference",
												"name": "AxiosRequestConfig"
											}
										}
									],
									"type": {
										"type": "reference",
										"typeArguments": [
											{
												"type": "reference",
												"id": 110,
												"name": "LeagueV4LeagueListDTO"
											}
										],
										"name": "OperationResponse"
									}
								}
							]
						},
						{
							"id": 1449,
							"name": "league-v4.getLeagueEntries",
							"kind": 2048,
							"kindString": "Method",
							"flags": {},
							"signatures": [
								{
									"id": 1450,
									"name": "league-v4.getLeagueEntries",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {},
									"comment": {
										"shortText": "league-v4.getLeagueEntries - Get all the league entries.",
										"text": "Get all the league entries.\n"
									},
									"parameters": [
										{
											"id": 1451,
											"name": "parameters",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "string"
													},
													{
														"type": "intrinsic",
														"name": "number"
													},
													{
														"type": "reference",
														"name": "ParamsArray"
													},
													{
														"type": "intersection",
														"types": [
															{
																"type": "reference",
																"id": 1042,
																"name": "PathParameters"
															},
															{
																"type": "reference",
																"id": 1046,
																"name": "QueryParameters"
															}
														]
													}
												]
											}
										},
										{
											"id": 1452,
											"name": "data",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "intrinsic",
												"name": "any"
											}
										},
										{
											"id": 1453,
											"name": "config",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "reference",
												"name": "AxiosRequestConfig"
											}
										}
									],
									"type": {
										"type": "reference",
										"typeArguments": [
											{
												"type": "reference",
												"id": 1049,
												"name": "$200"
											}
										],
										"name": "OperationResponse"
									}
								}
							]
						},
						{
							"id": 1444,
							"name": "league-v4.getLeagueEntriesForSummoner",
							"kind": 2048,
							"kindString": "Method",
							"flags": {},
							"signatures": [
								{
									"id": 1445,
									"name": "league-v4.getLeagueEntriesForSummoner",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {},
									"comment": {
										"shortText": "league-v4.getLeagueEntriesForSummoner - Get league entries in all queues for a given summoner ID.",
										"text": "Get league entries in all queues for a given summoner ID.\n"
									},
									"parameters": [
										{
											"id": 1446,
											"name": "parameters",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "string"
													},
													{
														"type": "intrinsic",
														"name": "number"
													},
													{
														"type": "reference",
														"id": 1053,
														"name": "PathParameters"
													},
													{
														"type": "reference",
														"name": "ParamsArray"
													}
												]
											}
										},
										{
											"id": 1447,
											"name": "data",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "intrinsic",
												"name": "any"
											}
										},
										{
											"id": 1448,
											"name": "config",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "reference",
												"name": "AxiosRequestConfig"
											}
										}
									],
									"type": {
										"type": "reference",
										"typeArguments": [
											{
												"type": "reference",
												"id": 1056,
												"name": "$200"
											}
										],
										"name": "OperationResponse"
									}
								}
							]
						},
						{
							"id": 1464,
							"name": "league-v4.getMasterLeague",
							"kind": 2048,
							"kindString": "Method",
							"flags": {},
							"signatures": [
								{
									"id": 1465,
									"name": "league-v4.getMasterLeague",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {},
									"comment": {
										"shortText": "league-v4.getMasterLeague - Get the master league for given queue.",
										"text": "Get the master league for given queue.\n"
									},
									"parameters": [
										{
											"id": 1466,
											"name": "parameters",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "string"
													},
													{
														"type": "intrinsic",
														"name": "number"
													},
													{
														"type": "reference",
														"id": 1060,
														"name": "PathParameters"
													},
													{
														"type": "reference",
														"name": "ParamsArray"
													}
												]
											}
										},
										{
											"id": 1467,
											"name": "data",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "intrinsic",
												"name": "any"
											}
										},
										{
											"id": 1468,
											"name": "config",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "reference",
												"name": "AxiosRequestConfig"
											}
										}
									],
									"type": {
										"type": "reference",
										"typeArguments": [
											{
												"type": "reference",
												"id": 110,
												"name": "LeagueV4LeagueListDTO"
											}
										],
										"name": "OperationResponse"
									}
								}
							]
						},
						{
							"id": 1469,
							"name": "lol-status-v3.getShardData",
							"kind": 2048,
							"kindString": "Method",
							"flags": {},
							"signatures": [
								{
									"id": 1470,
									"name": "lol-status-v3.getShardData",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {},
									"comment": {
										"shortText": "lol-status-v3.getShardData - Get League of Legends status for the given shard.",
										"text": "Get League of Legends status for the given shard.\n## Rate Limit Notes\nRequests to this API are not counted against the application Rate Limits.\n"
									},
									"parameters": [
										{
											"id": 1471,
											"name": "parameters",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "string"
													},
													{
														"type": "intrinsic",
														"name": "number"
													},
													{
														"type": "reference",
														"name": "ParamsArray"
													},
													{
														"type": "reference",
														"name": "UnknownParamsObject"
													}
												]
											}
										},
										{
											"id": 1472,
											"name": "data",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "intrinsic",
												"name": "any"
											}
										},
										{
											"id": 1473,
											"name": "config",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "reference",
												"name": "AxiosRequestConfig"
											}
										}
									],
									"type": {
										"type": "reference",
										"typeArguments": [
											{
												"type": "reference",
												"id": 140,
												"name": "LolStatusV3ShardStatus"
											}
										],
										"name": "OperationResponse"
									}
								}
							]
						},
						{
							"id": 1474,
							"name": "lol-status-v4.getPlatformData",
							"kind": 2048,
							"kindString": "Method",
							"flags": {},
							"signatures": [
								{
									"id": 1475,
									"name": "lol-status-v4.getPlatformData",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {},
									"comment": {
										"shortText": "lol-status-v4.getPlatformData - Get League of Legends status for the given platform.",
										"text": "Get League of Legends status for the given platform.\n"
									},
									"parameters": [
										{
											"id": 1476,
											"name": "parameters",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "string"
													},
													{
														"type": "intrinsic",
														"name": "number"
													},
													{
														"type": "reference",
														"name": "ParamsArray"
													},
													{
														"type": "reference",
														"name": "UnknownParamsObject"
													}
												]
											}
										},
										{
											"id": 1477,
											"name": "data",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "intrinsic",
												"name": "any"
											}
										},
										{
											"id": 1478,
											"name": "config",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "reference",
												"name": "AxiosRequestConfig"
											}
										}
									],
									"type": {
										"type": "reference",
										"typeArguments": [
											{
												"type": "reference",
												"id": 154,
												"name": "LolStatusV4PlatformDataDto"
											}
										],
										"name": "OperationResponse"
									}
								}
							]
						},
						{
							"id": 1484,
							"name": "lor-match-v1.getMatch",
							"kind": 2048,
							"kindString": "Method",
							"flags": {},
							"signatures": [
								{
									"id": 1485,
									"name": "lor-match-v1.getMatch",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {},
									"comment": {
										"shortText": "lor-match-v1.getMatch - Get match by id",
										"text": "Get match by id\n"
									},
									"parameters": [
										{
											"id": 1486,
											"name": "parameters",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "string"
													},
													{
														"type": "intrinsic",
														"name": "number"
													},
													{
														"type": "reference",
														"id": 1073,
														"name": "PathParameters"
													},
													{
														"type": "reference",
														"name": "ParamsArray"
													}
												]
											}
										},
										{
											"id": 1487,
											"name": "data",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "intrinsic",
												"name": "any"
											}
										},
										{
											"id": 1488,
											"name": "config",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "reference",
												"name": "AxiosRequestConfig"
											}
										}
									],
									"type": {
										"type": "reference",
										"typeArguments": [
											{
												"type": "reference",
												"id": 185,
												"name": "LorMatchV1MatchDto"
											}
										],
										"name": "OperationResponse"
									}
								}
							]
						},
						{
							"id": 1479,
							"name": "lor-match-v1.getMatchIdsByPUUID",
							"kind": 2048,
							"kindString": "Method",
							"flags": {},
							"signatures": [
								{
									"id": 1480,
									"name": "lor-match-v1.getMatchIdsByPUUID",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {},
									"comment": {
										"shortText": "lor-match-v1.getMatchIdsByPUUID - Get a list of match ids by PUUID",
										"text": "Get a list of match ids by PUUID\n"
									},
									"parameters": [
										{
											"id": 1481,
											"name": "parameters",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "string"
													},
													{
														"type": "intrinsic",
														"name": "number"
													},
													{
														"type": "reference",
														"id": 1080,
														"name": "PathParameters"
													},
													{
														"type": "reference",
														"name": "ParamsArray"
													}
												]
											}
										},
										{
											"id": 1482,
											"name": "data",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "intrinsic",
												"name": "any"
											}
										},
										{
											"id": 1483,
											"name": "config",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "reference",
												"name": "AxiosRequestConfig"
											}
										}
									],
									"type": {
										"type": "reference",
										"typeArguments": [
											{
												"type": "reference",
												"id": 1083,
												"name": "$200"
											}
										],
										"name": "OperationResponse"
									}
								}
							]
						},
						{
							"id": 1489,
							"name": "lor-ranked-v1.getLeaderboards",
							"kind": 2048,
							"kindString": "Method",
							"flags": {},
							"signatures": [
								{
									"id": 1490,
									"name": "lor-ranked-v1.getLeaderboards",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {},
									"comment": {
										"shortText": "lor-ranked-v1.getLeaderboards - Get the players in Master tier.",
										"text": "Get the players in Master tier.\n"
									},
									"parameters": [
										{
											"id": 1491,
											"name": "parameters",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "string"
													},
													{
														"type": "intrinsic",
														"name": "number"
													},
													{
														"type": "reference",
														"name": "ParamsArray"
													},
													{
														"type": "reference",
														"name": "UnknownParamsObject"
													}
												]
											}
										},
										{
											"id": 1492,
											"name": "data",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "intrinsic",
												"name": "any"
											}
										},
										{
											"id": 1493,
											"name": "config",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "reference",
												"name": "AxiosRequestConfig"
											}
										}
									],
									"type": {
										"type": "reference",
										"typeArguments": [
											{
												"type": "reference",
												"id": 199,
												"name": "LorRankedV1LeaderboardDto"
											}
										],
										"name": "OperationResponse"
									}
								}
							]
						},
						{
							"id": 1494,
							"name": "lor-status-v1.getPlatformData",
							"kind": 2048,
							"kindString": "Method",
							"flags": {},
							"signatures": [
								{
									"id": 1495,
									"name": "lor-status-v1.getPlatformData",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {},
									"comment": {
										"shortText": "lor-status-v1.getPlatformData - Get Legends of Runeterra status for the given platform.",
										"text": "Get Legends of Runeterra status for the given platform.\n"
									},
									"parameters": [
										{
											"id": 1496,
											"name": "parameters",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "string"
													},
													{
														"type": "intrinsic",
														"name": "number"
													},
													{
														"type": "reference",
														"name": "ParamsArray"
													},
													{
														"type": "reference",
														"name": "UnknownParamsObject"
													}
												]
											}
										},
										{
											"id": 1497,
											"name": "data",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "intrinsic",
												"name": "any"
											}
										},
										{
											"id": 1498,
											"name": "config",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "reference",
												"name": "AxiosRequestConfig"
											}
										}
									],
									"type": {
										"type": "reference",
										"typeArguments": [
											{
												"type": "reference",
												"id": 208,
												"name": "LorStatusV1PlatformDataDto"
											}
										],
										"name": "OperationResponse"
									}
								}
							]
						},
						{
							"id": 1504,
							"name": "match-v4.getMatch",
							"kind": 2048,
							"kindString": "Method",
							"flags": {},
							"signatures": [
								{
									"id": 1505,
									"name": "match-v4.getMatch",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {},
									"comment": {
										"shortText": "match-v4.getMatch - Get match by match ID.",
										"text": "Get match by match ID.\n"
									},
									"parameters": [
										{
											"id": 1506,
											"name": "parameters",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "string"
													},
													{
														"type": "intrinsic",
														"name": "number"
													},
													{
														"type": "reference",
														"id": 1093,
														"name": "PathParameters"
													},
													{
														"type": "reference",
														"name": "ParamsArray"
													}
												]
											}
										},
										{
											"id": 1507,
											"name": "data",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "intrinsic",
												"name": "any"
											}
										},
										{
											"id": 1508,
											"name": "config",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "reference",
												"name": "AxiosRequestConfig"
											}
										}
									],
									"type": {
										"type": "reference",
										"typeArguments": [
											{
												"type": "reference",
												"id": 235,
												"name": "MatchV4MatchDto"
											}
										],
										"name": "OperationResponse"
									}
								}
							]
						},
						{
							"id": 1509,
							"name": "match-v4.getMatchByTournamentCode",
							"kind": 2048,
							"kindString": "Method",
							"flags": {},
							"signatures": [
								{
									"id": 1510,
									"name": "match-v4.getMatchByTournamentCode",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {},
									"comment": {
										"shortText": "match-v4.getMatchByTournamentCode - Get match by match ID and tournament code.",
										"text": "Get match by match ID and tournament code.\n"
									},
									"parameters": [
										{
											"id": 1511,
											"name": "parameters",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "string"
													},
													{
														"type": "intrinsic",
														"name": "number"
													},
													{
														"type": "reference",
														"id": 1101,
														"name": "PathParameters"
													},
													{
														"type": "reference",
														"name": "ParamsArray"
													}
												]
											}
										},
										{
											"id": 1512,
											"name": "data",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "intrinsic",
												"name": "any"
											}
										},
										{
											"id": 1513,
											"name": "config",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "reference",
												"name": "AxiosRequestConfig"
											}
										}
									],
									"type": {
										"type": "reference",
										"typeArguments": [
											{
												"type": "reference",
												"id": 235,
												"name": "MatchV4MatchDto"
											}
										],
										"name": "OperationResponse"
									}
								}
							]
						},
						{
							"id": 1499,
							"name": "match-v4.getMatchIdsByTournamentCode",
							"kind": 2048,
							"kindString": "Method",
							"flags": {},
							"signatures": [
								{
									"id": 1500,
									"name": "match-v4.getMatchIdsByTournamentCode",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {},
									"comment": {
										"shortText": "match-v4.getMatchIdsByTournamentCode - Get match IDs by tournament code.",
										"text": "Get match IDs by tournament code.\n"
									},
									"parameters": [
										{
											"id": 1501,
											"name": "parameters",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "string"
													},
													{
														"type": "intrinsic",
														"name": "number"
													},
													{
														"type": "reference",
														"id": 1109,
														"name": "PathParameters"
													},
													{
														"type": "reference",
														"name": "ParamsArray"
													}
												]
											}
										},
										{
											"id": 1502,
											"name": "data",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "intrinsic",
												"name": "any"
											}
										},
										{
											"id": 1503,
											"name": "config",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "reference",
												"name": "AxiosRequestConfig"
											}
										}
									],
									"type": {
										"type": "reference",
										"typeArguments": [
											{
												"type": "reference",
												"id": 1112,
												"name": "$200"
											}
										],
										"name": "OperationResponse"
									}
								}
							]
						},
						{
							"id": 1519,
							"name": "match-v4.getMatchTimeline",
							"kind": 2048,
							"kindString": "Method",
							"flags": {},
							"signatures": [
								{
									"id": 1520,
									"name": "match-v4.getMatchTimeline",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {},
									"comment": {
										"shortText": "match-v4.getMatchTimeline - Get match timeline by match ID.",
										"text": "Get match timeline by match ID.\n## Implementation Notes\nNot all matches have timeline data.\n"
									},
									"parameters": [
										{
											"id": 1521,
											"name": "parameters",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "string"
													},
													{
														"type": "intrinsic",
														"name": "number"
													},
													{
														"type": "reference",
														"id": 1116,
														"name": "PathParameters"
													},
													{
														"type": "reference",
														"name": "ParamsArray"
													}
												]
											}
										},
										{
											"id": 1522,
											"name": "data",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "intrinsic",
												"name": "any"
											}
										},
										{
											"id": 1523,
											"name": "config",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "reference",
												"name": "AxiosRequestConfig"
											}
										}
									],
									"type": {
										"type": "reference",
										"typeArguments": [
											{
												"type": "reference",
												"id": 303,
												"name": "MatchV4MatchTimelineDto"
											}
										],
										"name": "OperationResponse"
									}
								}
							]
						},
						{
							"id": 1514,
							"name": "match-v4.getMatchlist",
							"kind": 2048,
							"kindString": "Method",
							"flags": {},
							"signatures": [
								{
									"id": 1515,
									"name": "match-v4.getMatchlist",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {},
									"comment": {
										"shortText": "match-v4.getMatchlist - Get matchlist for games played on given account ID and platform ID and filtered using given filter parameters, if any.",
										"text": "Get matchlist for games played on given account ID and platform ID and filtered using given filter parameters, if any.\n## Implementation Notes\nA number of optional parameters are provided for filtering. It is up to the caller to ensure that the combination of filter parameters provided is valid for the requested account, otherwise, no matches may be returned.\n\nIf beginIndex is specified, but not endIndex, then endIndex defaults to beginIndex+100. If endIndex is specified, but not beginIndex, then beginIndex defaults to 0. If both are specified, then endIndex must be greater than beginIndex. The maximum range allowed is 100, otherwise a 400 error code is returned.\n\nIf beginTime is specified, but not endTime, then endTime defaults to the the current unix timestamp in milliseconds (the maximum time range limitation is not observed in this specific case). If endTime is specified, but not beginTime, then beginTime defaults to the start of the account's match history returning a 400 due to the maximum time range limitation. If both are specified, then endTime should be greater than beginTime. The maximum time range allowed is one week, otherwise a 400 error code is returned.\n"
									},
									"parameters": [
										{
											"id": 1516,
											"name": "parameters",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "string"
													},
													{
														"type": "intrinsic",
														"name": "number"
													},
													{
														"type": "reference",
														"name": "ParamsArray"
													},
													{
														"type": "intersection",
														"types": [
															{
																"type": "reference",
																"id": 1130,
																"name": "PathParameters"
															},
															{
																"type": "reference",
																"id": 1132,
																"name": "QueryParameters"
															}
														]
													}
												]
											}
										},
										{
											"id": 1517,
											"name": "data",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "intrinsic",
												"name": "any"
											}
										},
										{
											"id": 1518,
											"name": "config",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "reference",
												"name": "AxiosRequestConfig"
											}
										}
									],
									"type": {
										"type": "reference",
										"typeArguments": [
											{
												"type": "reference",
												"id": 306,
												"name": "MatchV4MatchlistDto"
											}
										],
										"name": "OperationResponse"
									}
								}
							]
						},
						{
							"id": 1524,
							"name": "spectator-v4.getCurrentGameInfoBySummoner",
							"kind": 2048,
							"kindString": "Method",
							"flags": {},
							"signatures": [
								{
									"id": 1525,
									"name": "spectator-v4.getCurrentGameInfoBySummoner",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {},
									"comment": {
										"shortText": "spectator-v4.getCurrentGameInfoBySummoner - Get current game information for the given summoner ID.",
										"text": "Get current game information for the given summoner ID.\n"
									},
									"parameters": [
										{
											"id": 1526,
											"name": "parameters",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "string"
													},
													{
														"type": "intrinsic",
														"name": "number"
													},
													{
														"type": "reference",
														"id": 1145,
														"name": "PathParameters"
													},
													{
														"type": "reference",
														"name": "ParamsArray"
													}
												]
											}
										},
										{
											"id": 1527,
											"name": "data",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "intrinsic",
												"name": "any"
											}
										},
										{
											"id": 1528,
											"name": "config",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "reference",
												"name": "AxiosRequestConfig"
											}
										}
									],
									"type": {
										"type": "reference",
										"typeArguments": [
											{
												"type": "reference",
												"id": 505,
												"name": "SpectatorV4CurrentGameInfo"
											}
										],
										"name": "OperationResponse"
									}
								}
							]
						},
						{
							"id": 1529,
							"name": "spectator-v4.getFeaturedGames",
							"kind": 2048,
							"kindString": "Method",
							"flags": {},
							"signatures": [
								{
									"id": 1530,
									"name": "spectator-v4.getFeaturedGames",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {},
									"comment": {
										"shortText": "spectator-v4.getFeaturedGames - Get list of featured games.",
										"text": "Get list of featured games.\n"
									},
									"parameters": [
										{
											"id": 1531,
											"name": "parameters",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "string"
													},
													{
														"type": "intrinsic",
														"name": "number"
													},
													{
														"type": "reference",
														"name": "ParamsArray"
													},
													{
														"type": "reference",
														"name": "UnknownParamsObject"
													}
												]
											}
										},
										{
											"id": 1532,
											"name": "data",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "intrinsic",
												"name": "any"
											}
										},
										{
											"id": 1533,
											"name": "config",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "reference",
												"name": "AxiosRequestConfig"
											}
										}
									],
									"type": {
										"type": "reference",
										"typeArguments": [
											{
												"type": "reference",
												"id": 540,
												"name": "SpectatorV4FeaturedGames"
											}
										],
										"name": "OperationResponse"
									}
								}
							]
						},
						{
							"id": 1534,
							"name": "summoner-v4.getByAccountId",
							"kind": 2048,
							"kindString": "Method",
							"flags": {},
							"signatures": [
								{
									"id": 1535,
									"name": "summoner-v4.getByAccountId",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {},
									"comment": {
										"shortText": "summoner-v4.getByAccountId - Get a summoner by account ID.",
										"text": "Get a summoner by account ID.\n"
									},
									"parameters": [
										{
											"id": 1536,
											"name": "parameters",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "string"
													},
													{
														"type": "intrinsic",
														"name": "number"
													},
													{
														"type": "reference",
														"id": 1155,
														"name": "PathParameters"
													},
													{
														"type": "reference",
														"name": "ParamsArray"
													}
												]
											}
										},
										{
											"id": 1537,
											"name": "data",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "intrinsic",
												"name": "any"
											}
										},
										{
											"id": 1538,
											"name": "config",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "reference",
												"name": "AxiosRequestConfig"
											}
										}
									],
									"type": {
										"type": "reference",
										"typeArguments": [
											{
												"type": "reference",
												"id": 560,
												"name": "SummonerV4SummonerDTO"
											}
										],
										"name": "OperationResponse"
									}
								}
							]
						},
						{
							"id": 1544,
							"name": "summoner-v4.getByPUUID",
							"kind": 2048,
							"kindString": "Method",
							"flags": {},
							"signatures": [
								{
									"id": 1545,
									"name": "summoner-v4.getByPUUID",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {},
									"comment": {
										"shortText": "summoner-v4.getByPUUID - Get a summoner by PUUID.",
										"text": "Get a summoner by PUUID.\n"
									},
									"parameters": [
										{
											"id": 1546,
											"name": "parameters",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "string"
													},
													{
														"type": "intrinsic",
														"name": "number"
													},
													{
														"type": "reference",
														"id": 1162,
														"name": "PathParameters"
													},
													{
														"type": "reference",
														"name": "ParamsArray"
													}
												]
											}
										},
										{
											"id": 1547,
											"name": "data",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "intrinsic",
												"name": "any"
											}
										},
										{
											"id": 1548,
											"name": "config",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "reference",
												"name": "AxiosRequestConfig"
											}
										}
									],
									"type": {
										"type": "reference",
										"typeArguments": [
											{
												"type": "reference",
												"id": 560,
												"name": "SummonerV4SummonerDTO"
											}
										],
										"name": "OperationResponse"
									}
								}
							]
						},
						{
							"id": 1549,
							"name": "summoner-v4.getBySummonerId",
							"kind": 2048,
							"kindString": "Method",
							"flags": {},
							"signatures": [
								{
									"id": 1550,
									"name": "summoner-v4.getBySummonerId",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {},
									"comment": {
										"shortText": "summoner-v4.getBySummonerId - Get a summoner by summoner ID.",
										"text": "Get a summoner by summoner ID.\n"
									},
									"parameters": [
										{
											"id": 1551,
											"name": "parameters",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "string"
													},
													{
														"type": "intrinsic",
														"name": "number"
													},
													{
														"type": "reference",
														"id": 1169,
														"name": "PathParameters"
													},
													{
														"type": "reference",
														"name": "ParamsArray"
													}
												]
											}
										},
										{
											"id": 1552,
											"name": "data",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "intrinsic",
												"name": "any"
											}
										},
										{
											"id": 1553,
											"name": "config",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "reference",
												"name": "AxiosRequestConfig"
											}
										}
									],
									"type": {
										"type": "reference",
										"typeArguments": [
											{
												"type": "reference",
												"id": 560,
												"name": "SummonerV4SummonerDTO"
											}
										],
										"name": "OperationResponse"
									}
								}
							]
						},
						{
							"id": 1539,
							"name": "summoner-v4.getBySummonerName",
							"kind": 2048,
							"kindString": "Method",
							"flags": {},
							"signatures": [
								{
									"id": 1540,
									"name": "summoner-v4.getBySummonerName",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {},
									"comment": {
										"shortText": "summoner-v4.getBySummonerName - Get a summoner by summoner name.",
										"text": "Get a summoner by summoner name.\n"
									},
									"parameters": [
										{
											"id": 1541,
											"name": "parameters",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "string"
													},
													{
														"type": "intrinsic",
														"name": "number"
													},
													{
														"type": "reference",
														"id": 1176,
														"name": "PathParameters"
													},
													{
														"type": "reference",
														"name": "ParamsArray"
													}
												]
											}
										},
										{
											"id": 1542,
											"name": "data",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "intrinsic",
												"name": "any"
											}
										},
										{
											"id": 1543,
											"name": "config",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "reference",
												"name": "AxiosRequestConfig"
											}
										}
									],
									"type": {
										"type": "reference",
										"typeArguments": [
											{
												"type": "reference",
												"id": 560,
												"name": "SummonerV4SummonerDTO"
											}
										],
										"name": "OperationResponse"
									}
								}
							]
						},
						{
							"id": 1554,
							"name": "tft-league-v1.getChallengerLeague",
							"kind": 2048,
							"kindString": "Method",
							"flags": {},
							"signatures": [
								{
									"id": 1555,
									"name": "tft-league-v1.getChallengerLeague",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {},
									"comment": {
										"shortText": "tft-league-v1.getChallengerLeague - Get the challenger league.",
										"text": "Get the challenger league.\n"
									},
									"parameters": [
										{
											"id": 1556,
											"name": "parameters",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "string"
													},
													{
														"type": "intrinsic",
														"name": "number"
													},
													{
														"type": "reference",
														"name": "ParamsArray"
													},
													{
														"type": "reference",
														"name": "UnknownParamsObject"
													}
												]
											}
										},
										{
											"id": 1557,
											"name": "data",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "intrinsic",
												"name": "any"
											}
										},
										{
											"id": 1558,
											"name": "config",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "reference",
												"name": "AxiosRequestConfig"
											}
										}
									],
									"type": {
										"type": "reference",
										"typeArguments": [
											{
												"type": "reference",
												"id": 595,
												"name": "TftLeagueV1LeagueListDTO"
											}
										],
										"name": "OperationResponse"
									}
								}
							]
						},
						{
							"id": 1569,
							"name": "tft-league-v1.getGrandmasterLeague",
							"kind": 2048,
							"kindString": "Method",
							"flags": {},
							"signatures": [
								{
									"id": 1570,
									"name": "tft-league-v1.getGrandmasterLeague",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {},
									"comment": {
										"shortText": "tft-league-v1.getGrandmasterLeague - Get the grandmaster league.",
										"text": "Get the grandmaster league.\n"
									},
									"parameters": [
										{
											"id": 1571,
											"name": "parameters",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "string"
													},
													{
														"type": "intrinsic",
														"name": "number"
													},
													{
														"type": "reference",
														"name": "ParamsArray"
													},
													{
														"type": "reference",
														"name": "UnknownParamsObject"
													}
												]
											}
										},
										{
											"id": 1572,
											"name": "data",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "intrinsic",
												"name": "any"
											}
										},
										{
											"id": 1573,
											"name": "config",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "reference",
												"name": "AxiosRequestConfig"
											}
										}
									],
									"type": {
										"type": "reference",
										"typeArguments": [
											{
												"type": "reference",
												"id": 595,
												"name": "TftLeagueV1LeagueListDTO"
											}
										],
										"name": "OperationResponse"
									}
								}
							]
						},
						{
							"id": 1574,
							"name": "tft-league-v1.getLeagueById",
							"kind": 2048,
							"kindString": "Method",
							"flags": {},
							"signatures": [
								{
									"id": 1575,
									"name": "tft-league-v1.getLeagueById",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {},
									"comment": {
										"shortText": "tft-league-v1.getLeagueById - Get league with given ID, including inactive entries.",
										"text": "Get league with given ID, including inactive entries.\n"
									},
									"parameters": [
										{
											"id": 1576,
											"name": "parameters",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "string"
													},
													{
														"type": "intrinsic",
														"name": "number"
													},
													{
														"type": "reference",
														"id": 1189,
														"name": "PathParameters"
													},
													{
														"type": "reference",
														"name": "ParamsArray"
													}
												]
											}
										},
										{
											"id": 1577,
											"name": "data",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "intrinsic",
												"name": "any"
											}
										},
										{
											"id": 1578,
											"name": "config",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "reference",
												"name": "AxiosRequestConfig"
											}
										}
									],
									"type": {
										"type": "reference",
										"typeArguments": [
											{
												"type": "reference",
												"id": 595,
												"name": "TftLeagueV1LeagueListDTO"
											}
										],
										"name": "OperationResponse"
									}
								}
							]
						},
						{
							"id": 1564,
							"name": "tft-league-v1.getLeagueEntries",
							"kind": 2048,
							"kindString": "Method",
							"flags": {},
							"signatures": [
								{
									"id": 1565,
									"name": "tft-league-v1.getLeagueEntries",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {},
									"comment": {
										"shortText": "tft-league-v1.getLeagueEntries - Get all the league entries.",
										"text": "Get all the league entries.\n"
									},
									"parameters": [
										{
											"id": 1566,
											"name": "parameters",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "string"
													},
													{
														"type": "intrinsic",
														"name": "number"
													},
													{
														"type": "reference",
														"name": "ParamsArray"
													},
													{
														"type": "intersection",
														"types": [
															{
																"type": "reference",
																"id": 1198,
																"name": "PathParameters"
															},
															{
																"type": "reference",
																"id": 1201,
																"name": "QueryParameters"
															}
														]
													}
												]
											}
										},
										{
											"id": 1567,
											"name": "data",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "intrinsic",
												"name": "any"
											}
										},
										{
											"id": 1568,
											"name": "config",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "reference",
												"name": "AxiosRequestConfig"
											}
										}
									],
									"type": {
										"type": "reference",
										"typeArguments": [
											{
												"type": "reference",
												"id": 1204,
												"name": "$200"
											}
										],
										"name": "OperationResponse"
									}
								}
							]
						},
						{
							"id": 1559,
							"name": "tft-league-v1.getLeagueEntriesForSummoner",
							"kind": 2048,
							"kindString": "Method",
							"flags": {},
							"signatures": [
								{
									"id": 1560,
									"name": "tft-league-v1.getLeagueEntriesForSummoner",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {},
									"comment": {
										"shortText": "tft-league-v1.getLeagueEntriesForSummoner - Get league entries for a given summoner ID.",
										"text": "Get league entries for a given summoner ID.\n"
									},
									"parameters": [
										{
											"id": 1561,
											"name": "parameters",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "string"
													},
													{
														"type": "intrinsic",
														"name": "number"
													},
													{
														"type": "reference",
														"id": 1208,
														"name": "PathParameters"
													},
													{
														"type": "reference",
														"name": "ParamsArray"
													}
												]
											}
										},
										{
											"id": 1562,
											"name": "data",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "intrinsic",
												"name": "any"
											}
										},
										{
											"id": 1563,
											"name": "config",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "reference",
												"name": "AxiosRequestConfig"
											}
										}
									],
									"type": {
										"type": "reference",
										"typeArguments": [
											{
												"type": "reference",
												"id": 1211,
												"name": "$200"
											}
										],
										"name": "OperationResponse"
									}
								}
							]
						},
						{
							"id": 1579,
							"name": "tft-league-v1.getMasterLeague",
							"kind": 2048,
							"kindString": "Method",
							"flags": {},
							"signatures": [
								{
									"id": 1580,
									"name": "tft-league-v1.getMasterLeague",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {},
									"comment": {
										"shortText": "tft-league-v1.getMasterLeague - Get the master league.",
										"text": "Get the master league.\n"
									},
									"parameters": [
										{
											"id": 1581,
											"name": "parameters",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "string"
													},
													{
														"type": "intrinsic",
														"name": "number"
													},
													{
														"type": "reference",
														"name": "ParamsArray"
													},
													{
														"type": "reference",
														"name": "UnknownParamsObject"
													}
												]
											}
										},
										{
											"id": 1582,
											"name": "data",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "intrinsic",
												"name": "any"
											}
										},
										{
											"id": 1583,
											"name": "config",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "reference",
												"name": "AxiosRequestConfig"
											}
										}
									],
									"type": {
										"type": "reference",
										"typeArguments": [
											{
												"type": "reference",
												"id": 595,
												"name": "TftLeagueV1LeagueListDTO"
											}
										],
										"name": "OperationResponse"
									}
								}
							]
						},
						{
							"id": 1589,
							"name": "tft-match-v1.getMatch",
							"kind": 2048,
							"kindString": "Method",
							"flags": {},
							"signatures": [
								{
									"id": 1590,
									"name": "tft-match-v1.getMatch",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {},
									"comment": {
										"shortText": "tft-match-v1.getMatch - Get a match by match id",
										"text": "Get a match by match id\n"
									},
									"parameters": [
										{
											"id": 1591,
											"name": "parameters",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "string"
													},
													{
														"type": "intrinsic",
														"name": "number"
													},
													{
														"type": "reference",
														"id": 1218,
														"name": "PathParameters"
													},
													{
														"type": "reference",
														"name": "ParamsArray"
													}
												]
											}
										},
										{
											"id": 1592,
											"name": "data",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "intrinsic",
												"name": "any"
											}
										},
										{
											"id": 1593,
											"name": "config",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "reference",
												"name": "AxiosRequestConfig"
											}
										}
									],
									"type": {
										"type": "reference",
										"typeArguments": [
											{
												"type": "reference",
												"id": 618,
												"name": "TftMatchV1MatchDto"
											}
										],
										"name": "OperationResponse"
									}
								}
							]
						},
						{
							"id": 1584,
							"name": "tft-match-v1.getMatchIdsByPUUID",
							"kind": 2048,
							"kindString": "Method",
							"flags": {},
							"signatures": [
								{
									"id": 1585,
									"name": "tft-match-v1.getMatchIdsByPUUID",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {},
									"comment": {
										"shortText": "tft-match-v1.getMatchIdsByPUUID - Get a list of match ids by PUUID",
										"text": "Get a list of match ids by PUUID\n"
									},
									"parameters": [
										{
											"id": 1586,
											"name": "parameters",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "string"
													},
													{
														"type": "intrinsic",
														"name": "number"
													},
													{
														"type": "reference",
														"name": "ParamsArray"
													},
													{
														"type": "intersection",
														"types": [
															{
																"type": "reference",
																"id": 1226,
																"name": "PathParameters"
															},
															{
																"type": "reference",
																"id": 1228,
																"name": "QueryParameters"
															}
														]
													}
												]
											}
										},
										{
											"id": 1587,
											"name": "data",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "intrinsic",
												"name": "any"
											}
										},
										{
											"id": 1588,
											"name": "config",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "reference",
												"name": "AxiosRequestConfig"
											}
										}
									],
									"type": {
										"type": "reference",
										"typeArguments": [
											{
												"type": "reference",
												"id": 1231,
												"name": "$200"
											}
										],
										"name": "OperationResponse"
									}
								}
							]
						},
						{
							"id": 1594,
							"name": "tft-summoner-v1.getByAccountId",
							"kind": 2048,
							"kindString": "Method",
							"flags": {},
							"signatures": [
								{
									"id": 1595,
									"name": "tft-summoner-v1.getByAccountId",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {},
									"comment": {
										"shortText": "tft-summoner-v1.getByAccountId - Get a summoner by account ID.",
										"text": "Get a summoner by account ID.\n"
									},
									"parameters": [
										{
											"id": 1596,
											"name": "parameters",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "string"
													},
													{
														"type": "intrinsic",
														"name": "number"
													},
													{
														"type": "reference",
														"id": 1235,
														"name": "PathParameters"
													},
													{
														"type": "reference",
														"name": "ParamsArray"
													}
												]
											}
										},
										{
											"id": 1597,
											"name": "data",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "intrinsic",
												"name": "any"
											}
										},
										{
											"id": 1598,
											"name": "config",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "reference",
												"name": "AxiosRequestConfig"
											}
										}
									],
									"type": {
										"type": "reference",
										"typeArguments": [
											{
												"type": "reference",
												"id": 650,
												"name": "TftSummonerV1SummonerDTO"
											}
										],
										"name": "OperationResponse"
									}
								}
							]
						},
						{
							"id": 1604,
							"name": "tft-summoner-v1.getByPUUID",
							"kind": 2048,
							"kindString": "Method",
							"flags": {},
							"signatures": [
								{
									"id": 1605,
									"name": "tft-summoner-v1.getByPUUID",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {},
									"comment": {
										"shortText": "tft-summoner-v1.getByPUUID - Get a summoner by PUUID.",
										"text": "Get a summoner by PUUID.\n"
									},
									"parameters": [
										{
											"id": 1606,
											"name": "parameters",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "string"
													},
													{
														"type": "intrinsic",
														"name": "number"
													},
													{
														"type": "reference",
														"id": 1242,
														"name": "PathParameters"
													},
													{
														"type": "reference",
														"name": "ParamsArray"
													}
												]
											}
										},
										{
											"id": 1607,
											"name": "data",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "intrinsic",
												"name": "any"
											}
										},
										{
											"id": 1608,
											"name": "config",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "reference",
												"name": "AxiosRequestConfig"
											}
										}
									],
									"type": {
										"type": "reference",
										"typeArguments": [
											{
												"type": "reference",
												"id": 650,
												"name": "TftSummonerV1SummonerDTO"
											}
										],
										"name": "OperationResponse"
									}
								}
							]
						},
						{
							"id": 1609,
							"name": "tft-summoner-v1.getBySummonerId",
							"kind": 2048,
							"kindString": "Method",
							"flags": {},
							"signatures": [
								{
									"id": 1610,
									"name": "tft-summoner-v1.getBySummonerId",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {},
									"comment": {
										"shortText": "tft-summoner-v1.getBySummonerId - Get a summoner by summoner ID.",
										"text": "Get a summoner by summoner ID.\n"
									},
									"parameters": [
										{
											"id": 1611,
											"name": "parameters",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "string"
													},
													{
														"type": "intrinsic",
														"name": "number"
													},
													{
														"type": "reference",
														"id": 1249,
														"name": "PathParameters"
													},
													{
														"type": "reference",
														"name": "ParamsArray"
													}
												]
											}
										},
										{
											"id": 1612,
											"name": "data",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "intrinsic",
												"name": "any"
											}
										},
										{
											"id": 1613,
											"name": "config",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "reference",
												"name": "AxiosRequestConfig"
											}
										}
									],
									"type": {
										"type": "reference",
										"typeArguments": [
											{
												"type": "reference",
												"id": 650,
												"name": "TftSummonerV1SummonerDTO"
											}
										],
										"name": "OperationResponse"
									}
								}
							]
						},
						{
							"id": 1599,
							"name": "tft-summoner-v1.getBySummonerName",
							"kind": 2048,
							"kindString": "Method",
							"flags": {},
							"signatures": [
								{
									"id": 1600,
									"name": "tft-summoner-v1.getBySummonerName",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {},
									"comment": {
										"shortText": "tft-summoner-v1.getBySummonerName - Get a summoner by summoner name.",
										"text": "Get a summoner by summoner name.\n"
									},
									"parameters": [
										{
											"id": 1601,
											"name": "parameters",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "string"
													},
													{
														"type": "intrinsic",
														"name": "number"
													},
													{
														"type": "reference",
														"id": 1256,
														"name": "PathParameters"
													},
													{
														"type": "reference",
														"name": "ParamsArray"
													}
												]
											}
										},
										{
											"id": 1602,
											"name": "data",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "intrinsic",
												"name": "any"
											}
										},
										{
											"id": 1603,
											"name": "config",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "reference",
												"name": "AxiosRequestConfig"
											}
										}
									],
									"type": {
										"type": "reference",
										"typeArguments": [
											{
												"type": "reference",
												"id": 650,
												"name": "TftSummonerV1SummonerDTO"
											}
										],
										"name": "OperationResponse"
									}
								}
							]
						},
						{
							"id": 1614,
							"name": "third-party-code-v4.getThirdPartyCodeBySummonerId",
							"kind": 2048,
							"kindString": "Method",
							"flags": {},
							"signatures": [
								{
									"id": 1615,
									"name": "third-party-code-v4.getThirdPartyCodeBySummonerId",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {},
									"comment": {
										"shortText": "third-party-code-v4.getThirdPartyCodeBySummonerId - Get third party code for a given summoner ID.",
										"text": "Get third party code for a given summoner ID.\n"
									},
									"parameters": [
										{
											"id": 1616,
											"name": "parameters",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "string"
													},
													{
														"type": "intrinsic",
														"name": "number"
													},
													{
														"type": "reference",
														"id": 1263,
														"name": "PathParameters"
													},
													{
														"type": "reference",
														"name": "ParamsArray"
													}
												]
											}
										},
										{
											"id": 1617,
											"name": "data",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "intrinsic",
												"name": "any"
											}
										},
										{
											"id": 1618,
											"name": "config",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "reference",
												"name": "AxiosRequestConfig"
											}
										}
									],
									"type": {
										"type": "reference",
										"typeArguments": [
											{
												"type": "intrinsic",
												"name": "string"
											}
										],
										"name": "OperationResponse"
									}
								}
							]
						},
						{
							"id": 1619,
							"name": "tournament-stub-v4.createTournamentCode",
							"kind": 2048,
							"kindString": "Method",
							"flags": {},
							"signatures": [
								{
									"id": 1620,
									"name": "tournament-stub-v4.createTournamentCode",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {},
									"comment": {
										"shortText": "tournament-stub-v4.createTournamentCode - Create a mock tournament code for the given tournament.",
										"text": "Create a mock tournament code for the given tournament.\n"
									},
									"parameters": [
										{
											"id": 1621,
											"name": "parameters",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "string"
													},
													{
														"type": "intrinsic",
														"name": "number"
													},
													{
														"type": "reference",
														"id": 1271,
														"name": "QueryParameters"
													},
													{
														"type": "reference",
														"name": "ParamsArray"
													}
												]
											}
										},
										{
											"id": 1622,
											"name": "data",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "reference",
												"id": 667,
												"name": "TournamentStubV4TournamentCodeParameters"
											}
										},
										{
											"id": 1623,
											"name": "config",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "reference",
												"name": "AxiosRequestConfig"
											}
										}
									],
									"type": {
										"type": "reference",
										"typeArguments": [
											{
												"type": "reference",
												"id": 1276,
												"name": "$200"
											}
										],
										"name": "OperationResponse"
									}
								}
							]
						},
						{
							"id": 1624,
							"name": "tournament-stub-v4.getLobbyEventsByCode",
							"kind": 2048,
							"kindString": "Method",
							"flags": {},
							"signatures": [
								{
									"id": 1625,
									"name": "tournament-stub-v4.getLobbyEventsByCode",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {},
									"comment": {
										"shortText": "tournament-stub-v4.getLobbyEventsByCode - Gets a mock list of lobby events by tournament code.",
										"text": "Gets a mock list of lobby events by tournament code.\n"
									},
									"parameters": [
										{
											"id": 1626,
											"name": "parameters",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "string"
													},
													{
														"type": "intrinsic",
														"name": "number"
													},
													{
														"type": "reference",
														"id": 1280,
														"name": "PathParameters"
													},
													{
														"type": "reference",
														"name": "ParamsArray"
													}
												]
											}
										},
										{
											"id": 1627,
											"name": "data",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "intrinsic",
												"name": "any"
											}
										},
										{
											"id": 1628,
											"name": "config",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "reference",
												"name": "AxiosRequestConfig"
											}
										}
									],
									"type": {
										"type": "reference",
										"typeArguments": [
											{
												"type": "reference",
												"id": 662,
												"name": "TournamentStubV4LobbyEventDTOWrapper"
											}
										],
										"name": "OperationResponse"
									}
								}
							]
						},
						{
							"id": 1629,
							"name": "tournament-stub-v4.registerProviderData",
							"kind": 2048,
							"kindString": "Method",
							"flags": {},
							"signatures": [
								{
									"id": 1630,
									"name": "tournament-stub-v4.registerProviderData",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {},
									"comment": {
										"shortText": "tournament-stub-v4.registerProviderData - Creates a mock tournament provider and returns its ID.",
										"text": "Creates a mock tournament provider and returns its ID.\n## Implementation Notes\nProviders will need to call this endpoint first to register their callback URL and their API key with the tournament system before any other tournament provider endpoints will work.\n"
									},
									"parameters": [
										{
											"id": 1631,
											"name": "parameters",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "string"
													},
													{
														"type": "intrinsic",
														"name": "number"
													},
													{
														"type": "reference",
														"name": "ParamsArray"
													},
													{
														"type": "reference",
														"name": "UnknownParamsObject"
													}
												]
											}
										},
										{
											"id": 1632,
											"name": "data",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "reference",
												"id": 664,
												"name": "TournamentStubV4ProviderRegistrationParameters"
											}
										},
										{
											"id": 1633,
											"name": "config",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "reference",
												"name": "AxiosRequestConfig"
											}
										}
									],
									"type": {
										"type": "reference",
										"typeArguments": [
											{
												"type": "intrinsic",
												"name": "number"
											}
										],
										"name": "OperationResponse"
									}
								}
							]
						},
						{
							"id": 1634,
							"name": "tournament-stub-v4.registerTournament",
							"kind": 2048,
							"kindString": "Method",
							"flags": {},
							"signatures": [
								{
									"id": 1635,
									"name": "tournament-stub-v4.registerTournament",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {},
									"comment": {
										"shortText": "tournament-stub-v4.registerTournament - Creates a mock tournament and returns its ID.",
										"text": "Creates a mock tournament and returns its ID.\n"
									},
									"parameters": [
										{
											"id": 1636,
											"name": "parameters",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "string"
													},
													{
														"type": "intrinsic",
														"name": "number"
													},
													{
														"type": "reference",
														"name": "ParamsArray"
													},
													{
														"type": "reference",
														"name": "UnknownParamsObject"
													}
												]
											}
										},
										{
											"id": 1637,
											"name": "data",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "reference",
												"id": 674,
												"name": "TournamentStubV4TournamentRegistrationParameters"
											}
										},
										{
											"id": 1638,
											"name": "config",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "reference",
												"name": "AxiosRequestConfig"
											}
										}
									],
									"type": {
										"type": "reference",
										"typeArguments": [
											{
												"type": "intrinsic",
												"name": "number"
											}
										],
										"name": "OperationResponse"
									}
								}
							]
						},
						{
							"id": 1639,
							"name": "tournament-v4.createTournamentCode",
							"kind": 2048,
							"kindString": "Method",
							"flags": {},
							"signatures": [
								{
									"id": 1640,
									"name": "tournament-v4.createTournamentCode",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {},
									"comment": {
										"shortText": "tournament-v4.createTournamentCode - Create a tournament code for the given tournament.",
										"text": "Create a tournament code for the given tournament.\n"
									},
									"parameters": [
										{
											"id": 1641,
											"name": "parameters",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "string"
													},
													{
														"type": "intrinsic",
														"name": "number"
													},
													{
														"type": "reference",
														"id": 1296,
														"name": "QueryParameters"
													},
													{
														"type": "reference",
														"name": "ParamsArray"
													}
												]
											}
										},
										{
											"id": 1642,
											"name": "data",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "reference",
												"id": 700,
												"name": "TournamentV4TournamentCodeParameters"
											}
										},
										{
											"id": 1643,
											"name": "config",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "reference",
												"name": "AxiosRequestConfig"
											}
										}
									],
									"type": {
										"type": "reference",
										"typeArguments": [
											{
												"type": "reference",
												"id": 1301,
												"name": "$200"
											}
										],
										"name": "OperationResponse"
									}
								}
							]
						},
						{
							"id": 1654,
							"name": "tournament-v4.getLobbyEventsByCode",
							"kind": 2048,
							"kindString": "Method",
							"flags": {},
							"signatures": [
								{
									"id": 1655,
									"name": "tournament-v4.getLobbyEventsByCode",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {},
									"comment": {
										"shortText": "tournament-v4.getLobbyEventsByCode - Gets a list of lobby events by tournament code.",
										"text": "Gets a list of lobby events by tournament code.\n"
									},
									"parameters": [
										{
											"id": 1656,
											"name": "parameters",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "string"
													},
													{
														"type": "intrinsic",
														"name": "number"
													},
													{
														"type": "reference",
														"id": 1305,
														"name": "PathParameters"
													},
													{
														"type": "reference",
														"name": "ParamsArray"
													}
												]
											}
										},
										{
											"id": 1657,
											"name": "data",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "intrinsic",
												"name": "any"
											}
										},
										{
											"id": 1658,
											"name": "config",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "reference",
												"name": "AxiosRequestConfig"
											}
										}
									],
									"type": {
										"type": "reference",
										"typeArguments": [
											{
												"type": "reference",
												"id": 681,
												"name": "TournamentV4LobbyEventDTOWrapper"
											}
										],
										"name": "OperationResponse"
									}
								}
							]
						},
						{
							"id": 1644,
							"name": "tournament-v4.getTournamentCode",
							"kind": 2048,
							"kindString": "Method",
							"flags": {},
							"signatures": [
								{
									"id": 1645,
									"name": "tournament-v4.getTournamentCode",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {},
									"comment": {
										"shortText": "tournament-v4.getTournamentCode - Returns the tournament code DTO associated with a tournament code string.",
										"text": "Returns the tournament code DTO associated with a tournament code string.\n"
									},
									"parameters": [
										{
											"id": 1646,
											"name": "parameters",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "string"
													},
													{
														"type": "intrinsic",
														"name": "number"
													},
													{
														"type": "reference",
														"id": 1312,
														"name": "PathParameters"
													},
													{
														"type": "reference",
														"name": "ParamsArray"
													}
												]
											}
										},
										{
											"id": 1647,
											"name": "data",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "intrinsic",
												"name": "any"
											}
										},
										{
											"id": 1648,
											"name": "config",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "reference",
												"name": "AxiosRequestConfig"
											}
										}
									],
									"type": {
										"type": "reference",
										"typeArguments": [
											{
												"type": "reference",
												"id": 686,
												"name": "TournamentV4TournamentCodeDTO"
											}
										],
										"name": "OperationResponse"
									}
								}
							]
						},
						{
							"id": 1659,
							"name": "tournament-v4.registerProviderData",
							"kind": 2048,
							"kindString": "Method",
							"flags": {},
							"signatures": [
								{
									"id": 1660,
									"name": "tournament-v4.registerProviderData",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {},
									"comment": {
										"shortText": "tournament-v4.registerProviderData - Creates a tournament provider and returns its ID.",
										"text": "Creates a tournament provider and returns its ID.\n## Implementation Notes\nProviders will need to call this endpoint first to register their callback URL and their API key with the tournament system before any other tournament provider endpoints will work.\n"
									},
									"parameters": [
										{
											"id": 1661,
											"name": "parameters",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "string"
													},
													{
														"type": "intrinsic",
														"name": "number"
													},
													{
														"type": "reference",
														"name": "ParamsArray"
													},
													{
														"type": "reference",
														"name": "UnknownParamsObject"
													}
												]
											}
										},
										{
											"id": 1662,
											"name": "data",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "reference",
												"id": 683,
												"name": "TournamentV4ProviderRegistrationParameters"
											}
										},
										{
											"id": 1663,
											"name": "config",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "reference",
												"name": "AxiosRequestConfig"
											}
										}
									],
									"type": {
										"type": "reference",
										"typeArguments": [
											{
												"type": "intrinsic",
												"name": "number"
											}
										],
										"name": "OperationResponse"
									}
								}
							]
						},
						{
							"id": 1664,
							"name": "tournament-v4.registerTournament",
							"kind": 2048,
							"kindString": "Method",
							"flags": {},
							"signatures": [
								{
									"id": 1665,
									"name": "tournament-v4.registerTournament",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {},
									"comment": {
										"shortText": "tournament-v4.registerTournament - Creates a tournament and returns its ID.",
										"text": "Creates a tournament and returns its ID.\n"
									},
									"parameters": [
										{
											"id": 1666,
											"name": "parameters",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "string"
													},
													{
														"type": "intrinsic",
														"name": "number"
													},
													{
														"type": "reference",
														"name": "ParamsArray"
													},
													{
														"type": "reference",
														"name": "UnknownParamsObject"
													}
												]
											}
										},
										{
											"id": 1667,
											"name": "data",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "reference",
												"id": 712,
												"name": "TournamentV4TournamentRegistrationParameters"
											}
										},
										{
											"id": 1668,
											"name": "config",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "reference",
												"name": "AxiosRequestConfig"
											}
										}
									],
									"type": {
										"type": "reference",
										"typeArguments": [
											{
												"type": "intrinsic",
												"name": "number"
											}
										],
										"name": "OperationResponse"
									}
								}
							]
						},
						{
							"id": 1649,
							"name": "tournament-v4.updateCode",
							"kind": 2048,
							"kindString": "Method",
							"flags": {},
							"signatures": [
								{
									"id": 1650,
									"name": "tournament-v4.updateCode",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {},
									"comment": {
										"shortText": "tournament-v4.updateCode - Update the pick type, map, spectator type, or allowed summoners for a code.",
										"text": "Update the pick type, map, spectator type, or allowed summoners for a code.\n"
									},
									"parameters": [
										{
											"id": 1651,
											"name": "parameters",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "string"
													},
													{
														"type": "intrinsic",
														"name": "number"
													},
													{
														"type": "reference",
														"id": 1327,
														"name": "PathParameters"
													},
													{
														"type": "reference",
														"name": "ParamsArray"
													}
												]
											}
										},
										{
											"id": 1652,
											"name": "data",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "reference",
												"id": 707,
												"name": "TournamentV4TournamentCodeUpdateParameters"
											}
										},
										{
											"id": 1653,
											"name": "config",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "reference",
												"name": "AxiosRequestConfig"
											}
										}
									],
									"type": {
										"type": "reference",
										"typeArguments": [
											{
												"type": "intrinsic",
												"name": "any"
											}
										],
										"name": "OperationResponse"
									}
								}
							]
						},
						{
							"id": 1669,
							"name": "val-content-v1.getContent",
							"kind": 2048,
							"kindString": "Method",
							"flags": {},
							"signatures": [
								{
									"id": 1670,
									"name": "val-content-v1.getContent",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {},
									"comment": {
										"shortText": "val-content-v1.getContent - Get content optionally filtered by locale",
										"text": "Get content optionally filtered by locale\n"
									},
									"parameters": [
										{
											"id": 1671,
											"name": "parameters",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "string"
													},
													{
														"type": "intrinsic",
														"name": "number"
													},
													{
														"type": "reference",
														"id": 1333,
														"name": "QueryParameters"
													},
													{
														"type": "reference",
														"name": "ParamsArray"
													}
												]
											}
										},
										{
											"id": 1672,
											"name": "data",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "intrinsic",
												"name": "any"
											}
										},
										{
											"id": 1673,
											"name": "config",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "reference",
												"name": "AxiosRequestConfig"
											}
										}
									],
									"type": {
										"type": "reference",
										"typeArguments": [
											{
												"type": "reference",
												"id": 720,
												"name": "ValContentV1ContentDto"
											}
										],
										"name": "OperationResponse"
									}
								}
							]
						},
						{
							"id": 1674,
							"name": "val-match-v1.getMatch",
							"kind": 2048,
							"kindString": "Method",
							"flags": {},
							"signatures": [
								{
									"id": 1675,
									"name": "val-match-v1.getMatch",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {},
									"comment": {
										"shortText": "val-match-v1.getMatch - Get match by id",
										"text": "Get match by id\n"
									},
									"parameters": [
										{
											"id": 1676,
											"name": "parameters",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "string"
													},
													{
														"type": "intrinsic",
														"name": "number"
													},
													{
														"type": "reference",
														"id": 1340,
														"name": "PathParameters"
													},
													{
														"type": "reference",
														"name": "ParamsArray"
													}
												]
											}
										},
										{
											"id": 1677,
											"name": "data",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "intrinsic",
												"name": "any"
											}
										},
										{
											"id": 1678,
											"name": "config",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "reference",
												"name": "AxiosRequestConfig"
											}
										}
									],
									"type": {
										"type": "reference",
										"typeArguments": [
											{
												"type": "reference",
												"id": 800,
												"name": "ValMatchV1MatchDto"
											}
										],
										"name": "OperationResponse"
									}
								}
							]
						},
						{
							"id": 1679,
							"name": "val-match-v1.getMatchlist",
							"kind": 2048,
							"kindString": "Method",
							"flags": {},
							"signatures": [
								{
									"id": 1680,
									"name": "val-match-v1.getMatchlist",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {},
									"comment": {
										"shortText": "val-match-v1.getMatchlist - Get matchlist for games played by puuid",
										"text": "Get matchlist for games played by puuid\n"
									},
									"parameters": [
										{
											"id": 1681,
											"name": "parameters",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "string"
													},
													{
														"type": "intrinsic",
														"name": "number"
													},
													{
														"type": "reference",
														"id": 1347,
														"name": "PathParameters"
													},
													{
														"type": "reference",
														"name": "ParamsArray"
													}
												]
											}
										},
										{
											"id": 1682,
											"name": "data",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "intrinsic",
												"name": "any"
											}
										},
										{
											"id": 1683,
											"name": "config",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "reference",
												"name": "AxiosRequestConfig"
											}
										}
									],
									"type": {
										"type": "reference",
										"typeArguments": [
											{
												"type": "reference",
												"id": 817,
												"name": "ValMatchV1MatchlistDto"
											}
										],
										"name": "OperationResponse"
									}
								}
							]
						},
						{
							"id": 1684,
							"name": "val-match-v1.getRecent",
							"kind": 2048,
							"kindString": "Method",
							"flags": {},
							"signatures": [
								{
									"id": 1685,
									"name": "val-match-v1.getRecent",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {},
									"comment": {
										"shortText": "val-match-v1.getRecent - Get recent matches",
										"text": "Get recent matches\n## Implementation Notes\nReturns a list of match ids that have completed in the last 10 minutes. NA/LATAM/BR share a match history deployment. As such, recent matches will return a combined list of matches from those three regions. Requests are load balanced so you may see some inconsistencies as matches are added/removed from the list.\n"
									},
									"parameters": [
										{
											"id": 1686,
											"name": "parameters",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "string"
													},
													{
														"type": "intrinsic",
														"name": "number"
													},
													{
														"type": "reference",
														"id": 1354,
														"name": "PathParameters"
													},
													{
														"type": "reference",
														"name": "ParamsArray"
													}
												]
											}
										},
										{
											"id": 1687,
											"name": "data",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "intrinsic",
												"name": "any"
											}
										},
										{
											"id": 1688,
											"name": "config",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "reference",
												"name": "AxiosRequestConfig"
											}
										}
									],
									"type": {
										"type": "reference",
										"typeArguments": [
											{
												"type": "reference",
												"id": 854,
												"name": "ValMatchV1RecentMatchesDto"
											}
										],
										"name": "OperationResponse"
									}
								}
							]
						},
						{
							"id": 1689,
							"name": "val-ranked-v1.getLeaderboard",
							"kind": 2048,
							"kindString": "Method",
							"flags": {},
							"signatures": [
								{
									"id": 1690,
									"name": "val-ranked-v1.getLeaderboard",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {},
									"comment": {
										"shortText": "val-ranked-v1.getLeaderboard - Get leaderboard for the competitive queue",
										"text": "Get leaderboard for the competitive queue\n"
									},
									"parameters": [
										{
											"id": 1691,
											"name": "parameters",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "string"
													},
													{
														"type": "intrinsic",
														"name": "number"
													},
													{
														"type": "reference",
														"name": "ParamsArray"
													},
													{
														"type": "intersection",
														"types": [
															{
																"type": "reference",
																"id": 1363,
																"name": "PathParameters"
															},
															{
																"type": "reference",
																"id": 1365,
																"name": "QueryParameters"
															}
														]
													}
												]
											}
										},
										{
											"id": 1692,
											"name": "data",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "intrinsic",
												"name": "any"
											}
										},
										{
											"id": 1693,
											"name": "config",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "reference",
												"name": "AxiosRequestConfig"
											}
										}
									],
									"type": {
										"type": "reference",
										"typeArguments": [
											{
												"type": "reference",
												"id": 879,
												"name": "ValRankedV1LeaderboardDto"
											}
										],
										"name": "OperationResponse"
									}
								}
							]
						},
						{
							"id": 1694,
							"name": "val-status-v1.getPlatformData",
							"kind": 2048,
							"kindString": "Method",
							"flags": {},
							"signatures": [
								{
									"id": 1695,
									"name": "val-status-v1.getPlatformData",
									"kind": 4096,
									"kindString": "Call signature",
									"flags": {},
									"comment": {
										"shortText": "val-status-v1.getPlatformData - Get VALORANT status for the given platform.",
										"text": "Get VALORANT status for the given platform.\n"
									},
									"parameters": [
										{
											"id": 1696,
											"name": "parameters",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "union",
												"types": [
													{
														"type": "intrinsic",
														"name": "string"
													},
													{
														"type": "intrinsic",
														"name": "number"
													},
													{
														"type": "reference",
														"name": "ParamsArray"
													},
													{
														"type": "reference",
														"name": "UnknownParamsObject"
													}
												]
											}
										},
										{
											"id": 1697,
											"name": "data",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "intrinsic",
												"name": "any"
											}
										},
										{
											"id": 1698,
											"name": "config",
											"kind": 32768,
											"kindString": "Parameter",
											"flags": {
												"isOptional": true
											},
											"type": {
												"type": "reference",
												"name": "AxiosRequestConfig"
											}
										}
									],
									"type": {
										"type": "reference",
										"typeArguments": [
											{
												"type": "reference",
												"id": 894,
												"name": "ValStatusV1PlatformDataDto"
											}
										],
										"name": "OperationResponse"
									}
								}
							]
						}
					],
					"groups": [
						{
							"title": "Methods",
							"kind": 2048,
							"children": [
								1384,
								1374,
								1379,
								1389,
								1394,
								1399,
								1404,
								1409,
								1414,
								1429,
								1424,
								1419,
								1434,
								1439,
								1454,
								1459,
								1449,
								1444,
								1464,
								1469,
								1474,
								1484,
								1479,
								1489,
								1494,
								1504,
								1509,
								1499,
								1519,
								1514,
								1524,
								1529,
								1534,
								1544,
								1549,
								1539,
								1554,
								1569,
								1574,
								1564,
								1559,
								1579,
								1589,
								1584,
								1594,
								1604,
								1609,
								1599,
								1614,
								1619,
								1624,
								1629,
								1634,
								1639,
								1654,
								1644,
								1659,
								1664,
								1649,
								1669,
								1674,
								1679,
								1684,
								1689,
								1694
							]
						}
					],
					"sources": [
						{
							"fileName": "client.d.ts",
							"line": 2953,
							"character": 33
						}
					]
				},
				{
					"id": 1699,
					"name": "PathsDictionary",
					"kind": 256,
					"kindString": "Interface",
					"flags": {},
					"children": [
						{
							"id": 1721,
							"name": "/lol/champion-mastery/v4/champion-masteries/by-summoner/{encryptedSummonerId}",
							"kind": 1024,
							"kindString": "Property",
							"flags": {},
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 3661,
									"character": 83
								}
							],
							"type": {
								"type": "reflection",
								"declaration": {
									"id": 1722,
									"name": "__type",
									"kind": 65536,
									"kindString": "Type literal",
									"flags": {},
									"children": [
										{
											"id": 1723,
											"name": "get",
											"kind": 2048,
											"kindString": "Method",
											"flags": {},
											"signatures": [
												{
													"id": 1724,
													"name": "get",
													"kind": 4096,
													"kindString": "Call signature",
													"flags": {},
													"comment": {
														"shortText": "champion-mastery-v4.getAllChampionMasteries - Get all champion mastery entries sorted by number of champion points descending,",
														"text": "Get all champion mastery entries sorted by number of champion points descending,\n"
													},
													"parameters": [
														{
															"id": 1725,
															"name": "parameters",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "union",
																"types": [
																	{
																		"type": "intrinsic",
																		"name": "string"
																	},
																	{
																		"type": "intrinsic",
																		"name": "number"
																	},
																	{
																		"type": "reference",
																		"id": 947,
																		"name": "PathParameters"
																	},
																	{
																		"type": "reference",
																		"name": "ParamsArray"
																	}
																]
															}
														},
														{
															"id": 1726,
															"name": "data",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "intrinsic",
																"name": "any"
															}
														},
														{
															"id": 1727,
															"name": "config",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "reference",
																"name": "AxiosRequestConfig"
															}
														}
													],
													"type": {
														"type": "reference",
														"typeArguments": [
															{
																"type": "reference",
																"id": 950,
																"name": "$200"
															}
														],
														"name": "OperationResponse"
													}
												}
											]
										}
									],
									"groups": [
										{
											"title": "Methods",
											"kind": 2048,
											"children": [
												1723
											]
										}
									]
								}
							}
						},
						{
							"id": 1728,
							"name": "/lol/champion-mastery/v4/champion-masteries/by-summoner/{encryptedSummonerId}/by-champion/{championId}",
							"kind": 1024,
							"kindString": "Property",
							"flags": {},
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 3673,
									"character": 108
								}
							],
							"type": {
								"type": "reflection",
								"declaration": {
									"id": 1729,
									"name": "__type",
									"kind": 65536,
									"kindString": "Type literal",
									"flags": {},
									"children": [
										{
											"id": 1730,
											"name": "get",
											"kind": 2048,
											"kindString": "Method",
											"flags": {},
											"signatures": [
												{
													"id": 1731,
													"name": "get",
													"kind": 4096,
													"kindString": "Call signature",
													"flags": {},
													"comment": {
														"shortText": "champion-mastery-v4.getChampionMastery - Get a champion mastery by player ID and champion ID.",
														"text": "Get a champion mastery by player ID and champion ID.\n"
													},
													"parameters": [
														{
															"id": 1732,
															"name": "parameters",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "union",
																"types": [
																	{
																		"type": "intrinsic",
																		"name": "string"
																	},
																	{
																		"type": "intrinsic",
																		"name": "number"
																	},
																	{
																		"type": "reference",
																		"id": 955,
																		"name": "PathParameters"
																	},
																	{
																		"type": "reference",
																		"name": "ParamsArray"
																	}
																]
															}
														},
														{
															"id": 1733,
															"name": "data",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "intrinsic",
																"name": "any"
															}
														},
														{
															"id": 1734,
															"name": "config",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "reference",
																"name": "AxiosRequestConfig"
															}
														}
													],
													"type": {
														"type": "reference",
														"typeArguments": [
															{
																"type": "reference",
																"id": 19,
																"name": "ChampionMasteryV4ChampionMasteryDto"
															}
														],
														"name": "OperationResponse"
													}
												}
											]
										}
									],
									"groups": [
										{
											"title": "Methods",
											"kind": 2048,
											"children": [
												1730
											]
										}
									]
								}
							}
						},
						{
							"id": 1735,
							"name": "/lol/champion-mastery/v4/scores/by-summoner/{encryptedSummonerId}",
							"kind": 1024,
							"kindString": "Property",
							"flags": {},
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 3685,
									"character": 71
								}
							],
							"type": {
								"type": "reflection",
								"declaration": {
									"id": 1736,
									"name": "__type",
									"kind": 65536,
									"kindString": "Type literal",
									"flags": {},
									"children": [
										{
											"id": 1737,
											"name": "get",
											"kind": 2048,
											"kindString": "Method",
											"flags": {},
											"signatures": [
												{
													"id": 1738,
													"name": "get",
													"kind": 4096,
													"kindString": "Call signature",
													"flags": {},
													"comment": {
														"shortText": "champion-mastery-v4.getChampionMasteryScore - Get a player's total champion mastery score, which is the sum of individual champion mastery levels.",
														"text": "Get a player's total champion mastery score, which is the sum of individual champion mastery levels.\n"
													},
													"parameters": [
														{
															"id": 1739,
															"name": "parameters",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "union",
																"types": [
																	{
																		"type": "intrinsic",
																		"name": "string"
																	},
																	{
																		"type": "intrinsic",
																		"name": "number"
																	},
																	{
																		"type": "reference",
																		"id": 963,
																		"name": "PathParameters"
																	},
																	{
																		"type": "reference",
																		"name": "ParamsArray"
																	}
																]
															}
														},
														{
															"id": 1740,
															"name": "data",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "intrinsic",
																"name": "any"
															}
														},
														{
															"id": 1741,
															"name": "config",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "reference",
																"name": "AxiosRequestConfig"
															}
														}
													],
													"type": {
														"type": "reference",
														"typeArguments": [
															{
																"type": "intrinsic",
																"name": "number"
															}
														],
														"name": "OperationResponse"
													}
												}
											]
										}
									],
									"groups": [
										{
											"title": "Methods",
											"kind": 2048,
											"children": [
												1737
											]
										}
									]
								}
							}
						},
						{
							"id": 1749,
							"name": "/lol/clash/v1/players/by-summoner/{summonerId}",
							"kind": 1024,
							"kindString": "Property",
							"flags": {},
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 3709,
									"character": 52
								}
							],
							"type": {
								"type": "reflection",
								"declaration": {
									"id": 1750,
									"name": "__type",
									"kind": 65536,
									"kindString": "Type literal",
									"flags": {},
									"children": [
										{
											"id": 1751,
											"name": "get",
											"kind": 2048,
											"kindString": "Method",
											"flags": {},
											"signatures": [
												{
													"id": 1752,
													"name": "get",
													"kind": 4096,
													"kindString": "Call signature",
													"flags": {},
													"comment": {
														"shortText": "clash-v1.getPlayersBySummoner - Get players by summoner ID.",
														"text": "Get players by summoner ID.\n## Implementation Notes\nThis endpoint returns a list of active Clash players for a given summoner ID. If a summoner registers for multiple tournaments at the same time (e.g., Saturday and Sunday) then both registrations would appear in this list.\n"
													},
													"parameters": [
														{
															"id": 1753,
															"name": "parameters",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "union",
																"types": [
																	{
																		"type": "intrinsic",
																		"name": "string"
																	},
																	{
																		"type": "intrinsic",
																		"name": "number"
																	},
																	{
																		"type": "reference",
																		"id": 973,
																		"name": "PathParameters"
																	},
																	{
																		"type": "reference",
																		"name": "ParamsArray"
																	}
																]
															}
														},
														{
															"id": 1754,
															"name": "data",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "intrinsic",
																"name": "any"
															}
														},
														{
															"id": 1755,
															"name": "config",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "reference",
																"name": "AxiosRequestConfig"
															}
														}
													],
													"type": {
														"type": "reference",
														"typeArguments": [
															{
																"type": "reference",
																"id": 976,
																"name": "$200"
															}
														],
														"name": "OperationResponse"
													}
												}
											]
										}
									],
									"groups": [
										{
											"title": "Methods",
											"kind": 2048,
											"children": [
												1751
											]
										}
									]
								}
							}
						},
						{
							"id": 1756,
							"name": "/lol/clash/v1/teams/{teamId}",
							"kind": 1024,
							"kindString": "Property",
							"flags": {},
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 3723,
									"character": 34
								}
							],
							"type": {
								"type": "reflection",
								"declaration": {
									"id": 1757,
									"name": "__type",
									"kind": 65536,
									"kindString": "Type literal",
									"flags": {},
									"children": [
										{
											"id": 1758,
											"name": "get",
											"kind": 2048,
											"kindString": "Method",
											"flags": {},
											"signatures": [
												{
													"id": 1759,
													"name": "get",
													"kind": 4096,
													"kindString": "Call signature",
													"flags": {},
													"comment": {
														"shortText": "clash-v1.getTeamById - Get team by ID.",
														"text": "Get team by ID.\n"
													},
													"parameters": [
														{
															"id": 1760,
															"name": "parameters",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "union",
																"types": [
																	{
																		"type": "intrinsic",
																		"name": "string"
																	},
																	{
																		"type": "intrinsic",
																		"name": "number"
																	},
																	{
																		"type": "reference",
																		"id": 980,
																		"name": "PathParameters"
																	},
																	{
																		"type": "reference",
																		"name": "ParamsArray"
																	}
																]
															}
														},
														{
															"id": 1761,
															"name": "data",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "intrinsic",
																"name": "any"
															}
														},
														{
															"id": 1762,
															"name": "config",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "reference",
																"name": "AxiosRequestConfig"
															}
														}
													],
													"type": {
														"type": "reference",
														"typeArguments": [
															{
																"type": "reference",
																"id": 38,
																"name": "ClashV1TeamDto"
															}
														],
														"name": "OperationResponse"
													}
												}
											]
										}
									],
									"groups": [
										{
											"title": "Methods",
											"kind": 2048,
											"children": [
												1758
											]
										}
									]
								}
							}
						},
						{
							"id": 1763,
							"name": "/lol/clash/v1/tournaments",
							"kind": 1024,
							"kindString": "Property",
							"flags": {},
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 3735,
									"character": 31
								}
							],
							"type": {
								"type": "reflection",
								"declaration": {
									"id": 1764,
									"name": "__type",
									"kind": 65536,
									"kindString": "Type literal",
									"flags": {},
									"children": [
										{
											"id": 1765,
											"name": "get",
											"kind": 2048,
											"kindString": "Method",
											"flags": {},
											"signatures": [
												{
													"id": 1766,
													"name": "get",
													"kind": 4096,
													"kindString": "Call signature",
													"flags": {},
													"comment": {
														"shortText": "clash-v1.getTournaments - Get all active or upcoming tournaments.",
														"text": "Get all active or upcoming tournaments.\n"
													},
													"parameters": [
														{
															"id": 1767,
															"name": "parameters",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "union",
																"types": [
																	{
																		"type": "intrinsic",
																		"name": "string"
																	},
																	{
																		"type": "intrinsic",
																		"name": "number"
																	},
																	{
																		"type": "reference",
																		"name": "ParamsArray"
																	},
																	{
																		"type": "reference",
																		"name": "UnknownParamsObject"
																	}
																]
															}
														},
														{
															"id": 1768,
															"name": "data",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "intrinsic",
																"name": "any"
															}
														},
														{
															"id": 1769,
															"name": "config",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "reference",
																"name": "AxiosRequestConfig"
															}
														}
													],
													"type": {
														"type": "reference",
														"typeArguments": [
															{
																"type": "reference",
																"id": 1000,
																"name": "$200"
															}
														],
														"name": "OperationResponse"
													}
												}
											]
										}
									],
									"groups": [
										{
											"title": "Methods",
											"kind": 2048,
											"children": [
												1765
											]
										}
									]
								}
							}
						},
						{
							"id": 1770,
							"name": "/lol/clash/v1/tournaments/by-team/{teamId}",
							"kind": 1024,
							"kindString": "Property",
							"flags": {},
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 3747,
									"character": 48
								}
							],
							"type": {
								"type": "reflection",
								"declaration": {
									"id": 1771,
									"name": "__type",
									"kind": 65536,
									"kindString": "Type literal",
									"flags": {},
									"children": [
										{
											"id": 1772,
											"name": "get",
											"kind": 2048,
											"kindString": "Method",
											"flags": {},
											"signatures": [
												{
													"id": 1773,
													"name": "get",
													"kind": 4096,
													"kindString": "Call signature",
													"flags": {},
													"comment": {
														"shortText": "clash-v1.getTournamentByTeam - Get tournament by team ID.",
														"text": "Get tournament by team ID.\n"
													},
													"parameters": [
														{
															"id": 1774,
															"name": "parameters",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "union",
																"types": [
																	{
																		"type": "intrinsic",
																		"name": "string"
																	},
																	{
																		"type": "intrinsic",
																		"name": "number"
																	},
																	{
																		"type": "reference",
																		"id": 994,
																		"name": "PathParameters"
																	},
																	{
																		"type": "reference",
																		"name": "ParamsArray"
																	}
																]
															}
														},
														{
															"id": 1775,
															"name": "data",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "intrinsic",
																"name": "any"
															}
														},
														{
															"id": 1776,
															"name": "config",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "reference",
																"name": "AxiosRequestConfig"
															}
														}
													],
													"type": {
														"type": "reference",
														"typeArguments": [
															{
																"type": "reference",
																"id": 47,
																"name": "ClashV1TournamentDto"
															}
														],
														"name": "OperationResponse"
													}
												}
											]
										}
									],
									"groups": [
										{
											"title": "Methods",
											"kind": 2048,
											"children": [
												1772
											]
										}
									]
								}
							}
						},
						{
							"id": 1777,
							"name": "/lol/clash/v1/tournaments/{tournamentId}",
							"kind": 1024,
							"kindString": "Property",
							"flags": {},
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 3759,
									"character": 46
								}
							],
							"type": {
								"type": "reflection",
								"declaration": {
									"id": 1778,
									"name": "__type",
									"kind": 65536,
									"kindString": "Type literal",
									"flags": {},
									"children": [
										{
											"id": 1779,
											"name": "get",
											"kind": 2048,
											"kindString": "Method",
											"flags": {},
											"signatures": [
												{
													"id": 1780,
													"name": "get",
													"kind": 4096,
													"kindString": "Call signature",
													"flags": {},
													"comment": {
														"shortText": "clash-v1.getTournamentById - Get tournament by ID.",
														"text": "Get tournament by ID.\n"
													},
													"parameters": [
														{
															"id": 1781,
															"name": "parameters",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "union",
																"types": [
																	{
																		"type": "intrinsic",
																		"name": "string"
																	},
																	{
																		"type": "intrinsic",
																		"name": "number"
																	},
																	{
																		"type": "reference",
																		"id": 987,
																		"name": "PathParameters"
																	},
																	{
																		"type": "reference",
																		"name": "ParamsArray"
																	}
																]
															}
														},
														{
															"id": 1782,
															"name": "data",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "intrinsic",
																"name": "any"
															}
														},
														{
															"id": 1783,
															"name": "config",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "reference",
																"name": "AxiosRequestConfig"
															}
														}
													],
													"type": {
														"type": "reference",
														"typeArguments": [
															{
																"type": "reference",
																"id": 47,
																"name": "ClashV1TournamentDto"
															}
														],
														"name": "OperationResponse"
													}
												}
											]
										}
									],
									"groups": [
										{
											"title": "Methods",
											"kind": 2048,
											"children": [
												1779
											]
										}
									]
								}
							}
						},
						{
							"id": 1784,
							"name": "/lol/league-exp/v4/entries/{queue}/{tier}/{division}",
							"kind": 1024,
							"kindString": "Property",
							"flags": {},
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 3771,
									"character": 58
								}
							],
							"type": {
								"type": "reflection",
								"declaration": {
									"id": 1785,
									"name": "__type",
									"kind": 65536,
									"kindString": "Type literal",
									"flags": {},
									"children": [
										{
											"id": 1786,
											"name": "get",
											"kind": 2048,
											"kindString": "Method",
											"flags": {},
											"signatures": [
												{
													"id": 1787,
													"name": "get",
													"kind": 4096,
													"kindString": "Call signature",
													"flags": {},
													"comment": {
														"shortText": "league-exp-v4.getLeagueEntries - Get all the league entries.",
														"text": "Get all the league entries.\n"
													},
													"parameters": [
														{
															"id": 1788,
															"name": "parameters",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "union",
																"types": [
																	{
																		"type": "intrinsic",
																		"name": "string"
																	},
																	{
																		"type": "intrinsic",
																		"name": "number"
																	},
																	{
																		"type": "reference",
																		"name": "ParamsArray"
																	},
																	{
																		"type": "intersection",
																		"types": [
																			{
																				"type": "reference",
																				"id": 1007,
																				"name": "PathParameters"
																			},
																			{
																				"type": "reference",
																				"id": 1011,
																				"name": "QueryParameters"
																			}
																		]
																	}
																]
															}
														},
														{
															"id": 1789,
															"name": "data",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "intrinsic",
																"name": "any"
															}
														},
														{
															"id": 1790,
															"name": "config",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "reference",
																"name": "AxiosRequestConfig"
															}
														}
													],
													"type": {
														"type": "reference",
														"typeArguments": [
															{
																"type": "reference",
																"id": 1014,
																"name": "$200"
															}
														],
														"name": "OperationResponse"
													}
												}
											]
										}
									],
									"groups": [
										{
											"title": "Methods",
											"kind": 2048,
											"children": [
												1786
											]
										}
									]
								}
							}
						},
						{
							"id": 1791,
							"name": "/lol/league/v4/challengerleagues/by-queue/{queue}",
							"kind": 1024,
							"kindString": "Property",
							"flags": {},
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 3783,
									"character": 55
								}
							],
							"type": {
								"type": "reflection",
								"declaration": {
									"id": 1792,
									"name": "__type",
									"kind": 65536,
									"kindString": "Type literal",
									"flags": {},
									"children": [
										{
											"id": 1793,
											"name": "get",
											"kind": 2048,
											"kindString": "Method",
											"flags": {},
											"signatures": [
												{
													"id": 1794,
													"name": "get",
													"kind": 4096,
													"kindString": "Call signature",
													"flags": {},
													"comment": {
														"shortText": "league-v4.getChallengerLeague - Get the challenger league for given queue.",
														"text": "Get the challenger league for given queue.\n"
													},
													"parameters": [
														{
															"id": 1795,
															"name": "parameters",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "union",
																"types": [
																	{
																		"type": "intrinsic",
																		"name": "string"
																	},
																	{
																		"type": "intrinsic",
																		"name": "number"
																	},
																	{
																		"type": "reference",
																		"id": 1018,
																		"name": "PathParameters"
																	},
																	{
																		"type": "reference",
																		"name": "ParamsArray"
																	}
																]
															}
														},
														{
															"id": 1796,
															"name": "data",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "intrinsic",
																"name": "any"
															}
														},
														{
															"id": 1797,
															"name": "config",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "reference",
																"name": "AxiosRequestConfig"
															}
														}
													],
													"type": {
														"type": "reference",
														"typeArguments": [
															{
																"type": "reference",
																"id": 110,
																"name": "LeagueV4LeagueListDTO"
															}
														],
														"name": "OperationResponse"
													}
												}
											]
										}
									],
									"groups": [
										{
											"title": "Methods",
											"kind": 2048,
											"children": [
												1793
											]
										}
									]
								}
							}
						},
						{
							"id": 1798,
							"name": "/lol/league/v4/entries/by-summoner/{encryptedSummonerId}",
							"kind": 1024,
							"kindString": "Property",
							"flags": {},
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 3795,
									"character": 62
								}
							],
							"type": {
								"type": "reflection",
								"declaration": {
									"id": 1799,
									"name": "__type",
									"kind": 65536,
									"kindString": "Type literal",
									"flags": {},
									"children": [
										{
											"id": 1800,
											"name": "get",
											"kind": 2048,
											"kindString": "Method",
											"flags": {},
											"signatures": [
												{
													"id": 1801,
													"name": "get",
													"kind": 4096,
													"kindString": "Call signature",
													"flags": {},
													"comment": {
														"shortText": "league-v4.getLeagueEntriesForSummoner - Get league entries in all queues for a given summoner ID.",
														"text": "Get league entries in all queues for a given summoner ID.\n"
													},
													"parameters": [
														{
															"id": 1802,
															"name": "parameters",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "union",
																"types": [
																	{
																		"type": "intrinsic",
																		"name": "string"
																	},
																	{
																		"type": "intrinsic",
																		"name": "number"
																	},
																	{
																		"type": "reference",
																		"id": 1053,
																		"name": "PathParameters"
																	},
																	{
																		"type": "reference",
																		"name": "ParamsArray"
																	}
																]
															}
														},
														{
															"id": 1803,
															"name": "data",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "intrinsic",
																"name": "any"
															}
														},
														{
															"id": 1804,
															"name": "config",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "reference",
																"name": "AxiosRequestConfig"
															}
														}
													],
													"type": {
														"type": "reference",
														"typeArguments": [
															{
																"type": "reference",
																"id": 1056,
																"name": "$200"
															}
														],
														"name": "OperationResponse"
													}
												}
											]
										}
									],
									"groups": [
										{
											"title": "Methods",
											"kind": 2048,
											"children": [
												1800
											]
										}
									]
								}
							}
						},
						{
							"id": 1805,
							"name": "/lol/league/v4/entries/{queue}/{tier}/{division}",
							"kind": 1024,
							"kindString": "Property",
							"flags": {},
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 3807,
									"character": 54
								}
							],
							"type": {
								"type": "reflection",
								"declaration": {
									"id": 1806,
									"name": "__type",
									"kind": 65536,
									"kindString": "Type literal",
									"flags": {},
									"children": [
										{
											"id": 1807,
											"name": "get",
											"kind": 2048,
											"kindString": "Method",
											"flags": {},
											"signatures": [
												{
													"id": 1808,
													"name": "get",
													"kind": 4096,
													"kindString": "Call signature",
													"flags": {},
													"comment": {
														"shortText": "league-v4.getLeagueEntries - Get all the league entries.",
														"text": "Get all the league entries.\n"
													},
													"parameters": [
														{
															"id": 1809,
															"name": "parameters",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "union",
																"types": [
																	{
																		"type": "intrinsic",
																		"name": "string"
																	},
																	{
																		"type": "intrinsic",
																		"name": "number"
																	},
																	{
																		"type": "reference",
																		"name": "ParamsArray"
																	},
																	{
																		"type": "intersection",
																		"types": [
																			{
																				"type": "reference",
																				"id": 1042,
																				"name": "PathParameters"
																			},
																			{
																				"type": "reference",
																				"id": 1046,
																				"name": "QueryParameters"
																			}
																		]
																	}
																]
															}
														},
														{
															"id": 1810,
															"name": "data",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "intrinsic",
																"name": "any"
															}
														},
														{
															"id": 1811,
															"name": "config",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "reference",
																"name": "AxiosRequestConfig"
															}
														}
													],
													"type": {
														"type": "reference",
														"typeArguments": [
															{
																"type": "reference",
																"id": 1049,
																"name": "$200"
															}
														],
														"name": "OperationResponse"
													}
												}
											]
										}
									],
									"groups": [
										{
											"title": "Methods",
											"kind": 2048,
											"children": [
												1807
											]
										}
									]
								}
							}
						},
						{
							"id": 1812,
							"name": "/lol/league/v4/grandmasterleagues/by-queue/{queue}",
							"kind": 1024,
							"kindString": "Property",
							"flags": {},
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 3819,
									"character": 56
								}
							],
							"type": {
								"type": "reflection",
								"declaration": {
									"id": 1813,
									"name": "__type",
									"kind": 65536,
									"kindString": "Type literal",
									"flags": {},
									"children": [
										{
											"id": 1814,
											"name": "get",
											"kind": 2048,
											"kindString": "Method",
											"flags": {},
											"signatures": [
												{
													"id": 1815,
													"name": "get",
													"kind": 4096,
													"kindString": "Call signature",
													"flags": {},
													"comment": {
														"shortText": "league-v4.getGrandmasterLeague - Get the grandmaster league of a specific queue.",
														"text": "Get the grandmaster league of a specific queue.\n"
													},
													"parameters": [
														{
															"id": 1816,
															"name": "parameters",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "union",
																"types": [
																	{
																		"type": "intrinsic",
																		"name": "string"
																	},
																	{
																		"type": "intrinsic",
																		"name": "number"
																	},
																	{
																		"type": "reference",
																		"id": 1025,
																		"name": "PathParameters"
																	},
																	{
																		"type": "reference",
																		"name": "ParamsArray"
																	}
																]
															}
														},
														{
															"id": 1817,
															"name": "data",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "intrinsic",
																"name": "any"
															}
														},
														{
															"id": 1818,
															"name": "config",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "reference",
																"name": "AxiosRequestConfig"
															}
														}
													],
													"type": {
														"type": "reference",
														"typeArguments": [
															{
																"type": "reference",
																"id": 110,
																"name": "LeagueV4LeagueListDTO"
															}
														],
														"name": "OperationResponse"
													}
												}
											]
										}
									],
									"groups": [
										{
											"title": "Methods",
											"kind": 2048,
											"children": [
												1814
											]
										}
									]
								}
							}
						},
						{
							"id": 1819,
							"name": "/lol/league/v4/leagues/{leagueId}",
							"kind": 1024,
							"kindString": "Property",
							"flags": {},
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 3831,
									"character": 39
								}
							],
							"type": {
								"type": "reflection",
								"declaration": {
									"id": 1820,
									"name": "__type",
									"kind": 65536,
									"kindString": "Type literal",
									"flags": {},
									"children": [
										{
											"id": 1821,
											"name": "get",
											"kind": 2048,
											"kindString": "Method",
											"flags": {},
											"signatures": [
												{
													"id": 1822,
													"name": "get",
													"kind": 4096,
													"kindString": "Call signature",
													"flags": {},
													"comment": {
														"shortText": "league-v4.getLeagueById - Get league with given ID, including inactive entries.",
														"text": "Get league with given ID, including inactive entries.\n"
													},
													"parameters": [
														{
															"id": 1823,
															"name": "parameters",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "union",
																"types": [
																	{
																		"type": "intrinsic",
																		"name": "string"
																	},
																	{
																		"type": "intrinsic",
																		"name": "number"
																	},
																	{
																		"type": "reference",
																		"id": 1032,
																		"name": "PathParameters"
																	},
																	{
																		"type": "reference",
																		"name": "ParamsArray"
																	}
																]
															}
														},
														{
															"id": 1824,
															"name": "data",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "intrinsic",
																"name": "any"
															}
														},
														{
															"id": 1825,
															"name": "config",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "reference",
																"name": "AxiosRequestConfig"
															}
														}
													],
													"type": {
														"type": "reference",
														"typeArguments": [
															{
																"type": "reference",
																"id": 110,
																"name": "LeagueV4LeagueListDTO"
															}
														],
														"name": "OperationResponse"
													}
												}
											]
										}
									],
									"groups": [
										{
											"title": "Methods",
											"kind": 2048,
											"children": [
												1821
											]
										}
									]
								}
							}
						},
						{
							"id": 1826,
							"name": "/lol/league/v4/masterleagues/by-queue/{queue}",
							"kind": 1024,
							"kindString": "Property",
							"flags": {},
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 3843,
									"character": 51
								}
							],
							"type": {
								"type": "reflection",
								"declaration": {
									"id": 1827,
									"name": "__type",
									"kind": 65536,
									"kindString": "Type literal",
									"flags": {},
									"children": [
										{
											"id": 1828,
											"name": "get",
											"kind": 2048,
											"kindString": "Method",
											"flags": {},
											"signatures": [
												{
													"id": 1829,
													"name": "get",
													"kind": 4096,
													"kindString": "Call signature",
													"flags": {},
													"comment": {
														"shortText": "league-v4.getMasterLeague - Get the master league for given queue.",
														"text": "Get the master league for given queue.\n"
													},
													"parameters": [
														{
															"id": 1830,
															"name": "parameters",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "union",
																"types": [
																	{
																		"type": "intrinsic",
																		"name": "string"
																	},
																	{
																		"type": "intrinsic",
																		"name": "number"
																	},
																	{
																		"type": "reference",
																		"id": 1060,
																		"name": "PathParameters"
																	},
																	{
																		"type": "reference",
																		"name": "ParamsArray"
																	}
																]
															}
														},
														{
															"id": 1831,
															"name": "data",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "intrinsic",
																"name": "any"
															}
														},
														{
															"id": 1832,
															"name": "config",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "reference",
																"name": "AxiosRequestConfig"
															}
														}
													],
													"type": {
														"type": "reference",
														"typeArguments": [
															{
																"type": "reference",
																"id": 110,
																"name": "LeagueV4LeagueListDTO"
															}
														],
														"name": "OperationResponse"
													}
												}
											]
										}
									],
									"groups": [
										{
											"title": "Methods",
											"kind": 2048,
											"children": [
												1828
											]
										}
									]
								}
							}
						},
						{
							"id": 1875,
							"name": "/lol/match/v4/matches/by-tournament-code/{tournamentCode}/ids",
							"kind": 1024,
							"kindString": "Property",
							"flags": {},
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 3929,
									"character": 67
								}
							],
							"type": {
								"type": "reflection",
								"declaration": {
									"id": 1876,
									"name": "__type",
									"kind": 65536,
									"kindString": "Type literal",
									"flags": {},
									"children": [
										{
											"id": 1877,
											"name": "get",
											"kind": 2048,
											"kindString": "Method",
											"flags": {},
											"signatures": [
												{
													"id": 1878,
													"name": "get",
													"kind": 4096,
													"kindString": "Call signature",
													"flags": {},
													"comment": {
														"shortText": "match-v4.getMatchIdsByTournamentCode - Get match IDs by tournament code.",
														"text": "Get match IDs by tournament code.\n"
													},
													"parameters": [
														{
															"id": 1879,
															"name": "parameters",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "union",
																"types": [
																	{
																		"type": "intrinsic",
																		"name": "string"
																	},
																	{
																		"type": "intrinsic",
																		"name": "number"
																	},
																	{
																		"type": "reference",
																		"id": 1109,
																		"name": "PathParameters"
																	},
																	{
																		"type": "reference",
																		"name": "ParamsArray"
																	}
																]
															}
														},
														{
															"id": 1880,
															"name": "data",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "intrinsic",
																"name": "any"
															}
														},
														{
															"id": 1881,
															"name": "config",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "reference",
																"name": "AxiosRequestConfig"
															}
														}
													],
													"type": {
														"type": "reference",
														"typeArguments": [
															{
																"type": "reference",
																"id": 1112,
																"name": "$200"
															}
														],
														"name": "OperationResponse"
													}
												}
											]
										}
									],
									"groups": [
										{
											"title": "Methods",
											"kind": 2048,
											"children": [
												1877
											]
										}
									]
								}
							}
						},
						{
							"id": 1882,
							"name": "/lol/match/v4/matches/{matchId}",
							"kind": 1024,
							"kindString": "Property",
							"flags": {},
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 3941,
									"character": 37
								}
							],
							"type": {
								"type": "reflection",
								"declaration": {
									"id": 1883,
									"name": "__type",
									"kind": 65536,
									"kindString": "Type literal",
									"flags": {},
									"children": [
										{
											"id": 1884,
											"name": "get",
											"kind": 2048,
											"kindString": "Method",
											"flags": {},
											"signatures": [
												{
													"id": 1885,
													"name": "get",
													"kind": 4096,
													"kindString": "Call signature",
													"flags": {},
													"comment": {
														"shortText": "match-v4.getMatch - Get match by match ID.",
														"text": "Get match by match ID.\n"
													},
													"parameters": [
														{
															"id": 1886,
															"name": "parameters",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "union",
																"types": [
																	{
																		"type": "intrinsic",
																		"name": "string"
																	},
																	{
																		"type": "intrinsic",
																		"name": "number"
																	},
																	{
																		"type": "reference",
																		"id": 1093,
																		"name": "PathParameters"
																	},
																	{
																		"type": "reference",
																		"name": "ParamsArray"
																	}
																]
															}
														},
														{
															"id": 1887,
															"name": "data",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "intrinsic",
																"name": "any"
															}
														},
														{
															"id": 1888,
															"name": "config",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "reference",
																"name": "AxiosRequestConfig"
															}
														}
													],
													"type": {
														"type": "reference",
														"typeArguments": [
															{
																"type": "reference",
																"id": 235,
																"name": "MatchV4MatchDto"
															}
														],
														"name": "OperationResponse"
													}
												}
											]
										}
									],
									"groups": [
										{
											"title": "Methods",
											"kind": 2048,
											"children": [
												1884
											]
										}
									]
								}
							}
						},
						{
							"id": 1889,
							"name": "/lol/match/v4/matches/{matchId}/by-tournament-code/{tournamentCode}",
							"kind": 1024,
							"kindString": "Property",
							"flags": {},
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 3953,
									"character": 73
								}
							],
							"type": {
								"type": "reflection",
								"declaration": {
									"id": 1890,
									"name": "__type",
									"kind": 65536,
									"kindString": "Type literal",
									"flags": {},
									"children": [
										{
											"id": 1891,
											"name": "get",
											"kind": 2048,
											"kindString": "Method",
											"flags": {},
											"signatures": [
												{
													"id": 1892,
													"name": "get",
													"kind": 4096,
													"kindString": "Call signature",
													"flags": {},
													"comment": {
														"shortText": "match-v4.getMatchByTournamentCode - Get match by match ID and tournament code.",
														"text": "Get match by match ID and tournament code.\n"
													},
													"parameters": [
														{
															"id": 1893,
															"name": "parameters",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "union",
																"types": [
																	{
																		"type": "intrinsic",
																		"name": "string"
																	},
																	{
																		"type": "intrinsic",
																		"name": "number"
																	},
																	{
																		"type": "reference",
																		"id": 1101,
																		"name": "PathParameters"
																	},
																	{
																		"type": "reference",
																		"name": "ParamsArray"
																	}
																]
															}
														},
														{
															"id": 1894,
															"name": "data",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "intrinsic",
																"name": "any"
															}
														},
														{
															"id": 1895,
															"name": "config",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "reference",
																"name": "AxiosRequestConfig"
															}
														}
													],
													"type": {
														"type": "reference",
														"typeArguments": [
															{
																"type": "reference",
																"id": 235,
																"name": "MatchV4MatchDto"
															}
														],
														"name": "OperationResponse"
													}
												}
											]
										}
									],
									"groups": [
										{
											"title": "Methods",
											"kind": 2048,
											"children": [
												1891
											]
										}
									]
								}
							}
						},
						{
							"id": 1896,
							"name": "/lol/match/v4/matchlists/by-account/{encryptedAccountId}",
							"kind": 1024,
							"kindString": "Property",
							"flags": {},
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 3965,
									"character": 62
								}
							],
							"type": {
								"type": "reflection",
								"declaration": {
									"id": 1897,
									"name": "__type",
									"kind": 65536,
									"kindString": "Type literal",
									"flags": {},
									"children": [
										{
											"id": 1898,
											"name": "get",
											"kind": 2048,
											"kindString": "Method",
											"flags": {},
											"signatures": [
												{
													"id": 1899,
													"name": "get",
													"kind": 4096,
													"kindString": "Call signature",
													"flags": {},
													"comment": {
														"shortText": "match-v4.getMatchlist - Get matchlist for games played on given account ID and platform ID and filtered using given filter parameters, if any.",
														"text": "Get matchlist for games played on given account ID and platform ID and filtered using given filter parameters, if any.\n## Implementation Notes\nA number of optional parameters are provided for filtering. It is up to the caller to ensure that the combination of filter parameters provided is valid for the requested account, otherwise, no matches may be returned.\n\nIf beginIndex is specified, but not endIndex, then endIndex defaults to beginIndex+100. If endIndex is specified, but not beginIndex, then beginIndex defaults to 0. If both are specified, then endIndex must be greater than beginIndex. The maximum range allowed is 100, otherwise a 400 error code is returned.\n\nIf beginTime is specified, but not endTime, then endTime defaults to the the current unix timestamp in milliseconds (the maximum time range limitation is not observed in this specific case). If endTime is specified, but not beginTime, then beginTime defaults to the start of the account's match history returning a 400 due to the maximum time range limitation. If both are specified, then endTime should be greater than beginTime. The maximum time range allowed is one week, otherwise a 400 error code is returned.\n"
													},
													"parameters": [
														{
															"id": 1900,
															"name": "parameters",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "union",
																"types": [
																	{
																		"type": "intrinsic",
																		"name": "string"
																	},
																	{
																		"type": "intrinsic",
																		"name": "number"
																	},
																	{
																		"type": "reference",
																		"name": "ParamsArray"
																	},
																	{
																		"type": "intersection",
																		"types": [
																			{
																				"type": "reference",
																				"id": 1130,
																				"name": "PathParameters"
																			},
																			{
																				"type": "reference",
																				"id": 1132,
																				"name": "QueryParameters"
																			}
																		]
																	}
																]
															}
														},
														{
															"id": 1901,
															"name": "data",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "intrinsic",
																"name": "any"
															}
														},
														{
															"id": 1902,
															"name": "config",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "reference",
																"name": "AxiosRequestConfig"
															}
														}
													],
													"type": {
														"type": "reference",
														"typeArguments": [
															{
																"type": "reference",
																"id": 306,
																"name": "MatchV4MatchlistDto"
															}
														],
														"name": "OperationResponse"
													}
												}
											]
										}
									],
									"groups": [
										{
											"title": "Methods",
											"kind": 2048,
											"children": [
												1898
											]
										}
									]
								}
							}
						},
						{
							"id": 1903,
							"name": "/lol/match/v4/timelines/by-match/{matchId}",
							"kind": 1024,
							"kindString": "Property",
							"flags": {},
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 3983,
									"character": 48
								}
							],
							"type": {
								"type": "reflection",
								"declaration": {
									"id": 1904,
									"name": "__type",
									"kind": 65536,
									"kindString": "Type literal",
									"flags": {},
									"children": [
										{
											"id": 1905,
											"name": "get",
											"kind": 2048,
											"kindString": "Method",
											"flags": {},
											"signatures": [
												{
													"id": 1906,
													"name": "get",
													"kind": 4096,
													"kindString": "Call signature",
													"flags": {},
													"comment": {
														"shortText": "match-v4.getMatchTimeline - Get match timeline by match ID.",
														"text": "Get match timeline by match ID.\n## Implementation Notes\nNot all matches have timeline data.\n"
													},
													"parameters": [
														{
															"id": 1907,
															"name": "parameters",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "union",
																"types": [
																	{
																		"type": "intrinsic",
																		"name": "string"
																	},
																	{
																		"type": "intrinsic",
																		"name": "number"
																	},
																	{
																		"type": "reference",
																		"id": 1116,
																		"name": "PathParameters"
																	},
																	{
																		"type": "reference",
																		"name": "ParamsArray"
																	}
																]
															}
														},
														{
															"id": 1908,
															"name": "data",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "intrinsic",
																"name": "any"
															}
														},
														{
															"id": 1909,
															"name": "config",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "reference",
																"name": "AxiosRequestConfig"
															}
														}
													],
													"type": {
														"type": "reference",
														"typeArguments": [
															{
																"type": "reference",
																"id": 303,
																"name": "MatchV4MatchTimelineDto"
															}
														],
														"name": "OperationResponse"
													}
												}
											]
										}
									],
									"groups": [
										{
											"title": "Methods",
											"kind": 2048,
											"children": [
												1905
											]
										}
									]
								}
							}
						},
						{
							"id": 1742,
							"name": "/lol/platform/v3/champion-rotations",
							"kind": 1024,
							"kindString": "Property",
							"flags": {},
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 3697,
									"character": 41
								}
							],
							"type": {
								"type": "reflection",
								"declaration": {
									"id": 1743,
									"name": "__type",
									"kind": 65536,
									"kindString": "Type literal",
									"flags": {},
									"children": [
										{
											"id": 1744,
											"name": "get",
											"kind": 2048,
											"kindString": "Method",
											"flags": {},
											"signatures": [
												{
													"id": 1745,
													"name": "get",
													"kind": 4096,
													"kindString": "Call signature",
													"flags": {},
													"comment": {
														"shortText": "champion-v3.getChampionInfo - Returns champion rotations, including free-to-play and low-level free-to-play rotations (REST)",
														"text": "Returns champion rotations, including free-to-play and low-level free-to-play rotations (REST)\n"
													},
													"parameters": [
														{
															"id": 1746,
															"name": "parameters",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "union",
																"types": [
																	{
																		"type": "intrinsic",
																		"name": "string"
																	},
																	{
																		"type": "intrinsic",
																		"name": "number"
																	},
																	{
																		"type": "reference",
																		"name": "ParamsArray"
																	},
																	{
																		"type": "reference",
																		"name": "UnknownParamsObject"
																	}
																]
															}
														},
														{
															"id": 1747,
															"name": "data",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "intrinsic",
																"name": "any"
															}
														},
														{
															"id": 1748,
															"name": "config",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "reference",
																"name": "AxiosRequestConfig"
															}
														}
													],
													"type": {
														"type": "reference",
														"typeArguments": [
															{
																"type": "reference",
																"id": 29,
																"name": "ChampionV3ChampionInfo"
															}
														],
														"name": "OperationResponse"
													}
												}
											]
										}
									],
									"groups": [
										{
											"title": "Methods",
											"kind": 2048,
											"children": [
												1744
											]
										}
									]
								}
							}
						},
						{
							"id": 2036,
							"name": "/lol/platform/v4/third-party-code/by-summoner/{encryptedSummonerId}",
							"kind": 1024,
							"kindString": "Property",
							"flags": {},
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 4213,
									"character": 73
								}
							],
							"type": {
								"type": "reflection",
								"declaration": {
									"id": 2037,
									"name": "__type",
									"kind": 65536,
									"kindString": "Type literal",
									"flags": {},
									"children": [
										{
											"id": 2038,
											"name": "get",
											"kind": 2048,
											"kindString": "Method",
											"flags": {},
											"signatures": [
												{
													"id": 2039,
													"name": "get",
													"kind": 4096,
													"kindString": "Call signature",
													"flags": {},
													"comment": {
														"shortText": "third-party-code-v4.getThirdPartyCodeBySummonerId - Get third party code for a given summoner ID.",
														"text": "Get third party code for a given summoner ID.\n"
													},
													"parameters": [
														{
															"id": 2040,
															"name": "parameters",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "union",
																"types": [
																	{
																		"type": "intrinsic",
																		"name": "string"
																	},
																	{
																		"type": "intrinsic",
																		"name": "number"
																	},
																	{
																		"type": "reference",
																		"id": 1263,
																		"name": "PathParameters"
																	},
																	{
																		"type": "reference",
																		"name": "ParamsArray"
																	}
																]
															}
														},
														{
															"id": 2041,
															"name": "data",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "intrinsic",
																"name": "any"
															}
														},
														{
															"id": 2042,
															"name": "config",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "reference",
																"name": "AxiosRequestConfig"
															}
														}
													],
													"type": {
														"type": "reference",
														"typeArguments": [
															{
																"type": "intrinsic",
																"name": "string"
															}
														],
														"name": "OperationResponse"
													}
												}
											]
										}
									],
									"groups": [
										{
											"title": "Methods",
											"kind": 2048,
											"children": [
												2038
											]
										}
									]
								}
							}
						},
						{
							"id": 1910,
							"name": "/lol/spectator/v4/active-games/by-summoner/{encryptedSummonerId}",
							"kind": 1024,
							"kindString": "Property",
							"flags": {},
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 3997,
									"character": 70
								}
							],
							"type": {
								"type": "reflection",
								"declaration": {
									"id": 1911,
									"name": "__type",
									"kind": 65536,
									"kindString": "Type literal",
									"flags": {},
									"children": [
										{
											"id": 1912,
											"name": "get",
											"kind": 2048,
											"kindString": "Method",
											"flags": {},
											"signatures": [
												{
													"id": 1913,
													"name": "get",
													"kind": 4096,
													"kindString": "Call signature",
													"flags": {},
													"comment": {
														"shortText": "spectator-v4.getCurrentGameInfoBySummoner - Get current game information for the given summoner ID.",
														"text": "Get current game information for the given summoner ID.\n"
													},
													"parameters": [
														{
															"id": 1914,
															"name": "parameters",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "union",
																"types": [
																	{
																		"type": "intrinsic",
																		"name": "string"
																	},
																	{
																		"type": "intrinsic",
																		"name": "number"
																	},
																	{
																		"type": "reference",
																		"id": 1145,
																		"name": "PathParameters"
																	},
																	{
																		"type": "reference",
																		"name": "ParamsArray"
																	}
																]
															}
														},
														{
															"id": 1915,
															"name": "data",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "intrinsic",
																"name": "any"
															}
														},
														{
															"id": 1916,
															"name": "config",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "reference",
																"name": "AxiosRequestConfig"
															}
														}
													],
													"type": {
														"type": "reference",
														"typeArguments": [
															{
																"type": "reference",
																"id": 505,
																"name": "SpectatorV4CurrentGameInfo"
															}
														],
														"name": "OperationResponse"
													}
												}
											]
										}
									],
									"groups": [
										{
											"title": "Methods",
											"kind": 2048,
											"children": [
												1912
											]
										}
									]
								}
							}
						},
						{
							"id": 1917,
							"name": "/lol/spectator/v4/featured-games",
							"kind": 1024,
							"kindString": "Property",
							"flags": {},
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 4009,
									"character": 38
								}
							],
							"type": {
								"type": "reflection",
								"declaration": {
									"id": 1918,
									"name": "__type",
									"kind": 65536,
									"kindString": "Type literal",
									"flags": {},
									"children": [
										{
											"id": 1919,
											"name": "get",
											"kind": 2048,
											"kindString": "Method",
											"flags": {},
											"signatures": [
												{
													"id": 1920,
													"name": "get",
													"kind": 4096,
													"kindString": "Call signature",
													"flags": {},
													"comment": {
														"shortText": "spectator-v4.getFeaturedGames - Get list of featured games.",
														"text": "Get list of featured games.\n"
													},
													"parameters": [
														{
															"id": 1921,
															"name": "parameters",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "union",
																"types": [
																	{
																		"type": "intrinsic",
																		"name": "string"
																	},
																	{
																		"type": "intrinsic",
																		"name": "number"
																	},
																	{
																		"type": "reference",
																		"name": "ParamsArray"
																	},
																	{
																		"type": "reference",
																		"name": "UnknownParamsObject"
																	}
																]
															}
														},
														{
															"id": 1922,
															"name": "data",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "intrinsic",
																"name": "any"
															}
														},
														{
															"id": 1923,
															"name": "config",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "reference",
																"name": "AxiosRequestConfig"
															}
														}
													],
													"type": {
														"type": "reference",
														"typeArguments": [
															{
																"type": "reference",
																"id": 540,
																"name": "SpectatorV4FeaturedGames"
															}
														],
														"name": "OperationResponse"
													}
												}
											]
										}
									],
									"groups": [
										{
											"title": "Methods",
											"kind": 2048,
											"children": [
												1919
											]
										}
									]
								}
							}
						},
						{
							"id": 1833,
							"name": "/lol/status/v3/shard-data",
							"kind": 1024,
							"kindString": "Property",
							"flags": {},
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 3855,
									"character": 31
								}
							],
							"type": {
								"type": "reflection",
								"declaration": {
									"id": 1834,
									"name": "__type",
									"kind": 65536,
									"kindString": "Type literal",
									"flags": {},
									"children": [
										{
											"id": 1835,
											"name": "get",
											"kind": 2048,
											"kindString": "Method",
											"flags": {},
											"signatures": [
												{
													"id": 1836,
													"name": "get",
													"kind": 4096,
													"kindString": "Call signature",
													"flags": {},
													"comment": {
														"shortText": "lol-status-v3.getShardData - Get League of Legends status for the given shard.",
														"text": "Get League of Legends status for the given shard.\n## Rate Limit Notes\nRequests to this API are not counted against the application Rate Limits.\n"
													},
													"parameters": [
														{
															"id": 1837,
															"name": "parameters",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "union",
																"types": [
																	{
																		"type": "intrinsic",
																		"name": "string"
																	},
																	{
																		"type": "intrinsic",
																		"name": "number"
																	},
																	{
																		"type": "reference",
																		"name": "ParamsArray"
																	},
																	{
																		"type": "reference",
																		"name": "UnknownParamsObject"
																	}
																]
															}
														},
														{
															"id": 1838,
															"name": "data",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "intrinsic",
																"name": "any"
															}
														},
														{
															"id": 1839,
															"name": "config",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "reference",
																"name": "AxiosRequestConfig"
															}
														}
													],
													"type": {
														"type": "reference",
														"typeArguments": [
															{
																"type": "reference",
																"id": 140,
																"name": "LolStatusV3ShardStatus"
															}
														],
														"name": "OperationResponse"
													}
												}
											]
										}
									],
									"groups": [
										{
											"title": "Methods",
											"kind": 2048,
											"children": [
												1835
											]
										}
									]
								}
							}
						},
						{
							"id": 1840,
							"name": "/lol/status/v4/platform-data",
							"kind": 1024,
							"kindString": "Property",
							"flags": {},
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 3869,
									"character": 34
								}
							],
							"type": {
								"type": "reflection",
								"declaration": {
									"id": 1841,
									"name": "__type",
									"kind": 65536,
									"kindString": "Type literal",
									"flags": {},
									"children": [
										{
											"id": 1842,
											"name": "get",
											"kind": 2048,
											"kindString": "Method",
											"flags": {},
											"signatures": [
												{
													"id": 1843,
													"name": "get",
													"kind": 4096,
													"kindString": "Call signature",
													"flags": {},
													"comment": {
														"shortText": "lol-status-v4.getPlatformData - Get League of Legends status for the given platform.",
														"text": "Get League of Legends status for the given platform.\n"
													},
													"parameters": [
														{
															"id": 1844,
															"name": "parameters",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "union",
																"types": [
																	{
																		"type": "intrinsic",
																		"name": "string"
																	},
																	{
																		"type": "intrinsic",
																		"name": "number"
																	},
																	{
																		"type": "reference",
																		"name": "ParamsArray"
																	},
																	{
																		"type": "reference",
																		"name": "UnknownParamsObject"
																	}
																]
															}
														},
														{
															"id": 1845,
															"name": "data",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "intrinsic",
																"name": "any"
															}
														},
														{
															"id": 1846,
															"name": "config",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "reference",
																"name": "AxiosRequestConfig"
															}
														}
													],
													"type": {
														"type": "reference",
														"typeArguments": [
															{
																"type": "reference",
																"id": 154,
																"name": "LolStatusV4PlatformDataDto"
															}
														],
														"name": "OperationResponse"
													}
												}
											]
										}
									],
									"groups": [
										{
											"title": "Methods",
											"kind": 2048,
											"children": [
												1842
											]
										}
									]
								}
							}
						},
						{
							"id": 1924,
							"name": "/lol/summoner/v4/summoners/by-account/{encryptedAccountId}",
							"kind": 1024,
							"kindString": "Property",
							"flags": {},
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 4021,
									"character": 64
								}
							],
							"type": {
								"type": "reflection",
								"declaration": {
									"id": 1925,
									"name": "__type",
									"kind": 65536,
									"kindString": "Type literal",
									"flags": {},
									"children": [
										{
											"id": 1926,
											"name": "get",
											"kind": 2048,
											"kindString": "Method",
											"flags": {},
											"signatures": [
												{
													"id": 1927,
													"name": "get",
													"kind": 4096,
													"kindString": "Call signature",
													"flags": {},
													"comment": {
														"shortText": "summoner-v4.getByAccountId - Get a summoner by account ID.",
														"text": "Get a summoner by account ID.\n"
													},
													"parameters": [
														{
															"id": 1928,
															"name": "parameters",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "union",
																"types": [
																	{
																		"type": "intrinsic",
																		"name": "string"
																	},
																	{
																		"type": "intrinsic",
																		"name": "number"
																	},
																	{
																		"type": "reference",
																		"id": 1155,
																		"name": "PathParameters"
																	},
																	{
																		"type": "reference",
																		"name": "ParamsArray"
																	}
																]
															}
														},
														{
															"id": 1929,
															"name": "data",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "intrinsic",
																"name": "any"
															}
														},
														{
															"id": 1930,
															"name": "config",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "reference",
																"name": "AxiosRequestConfig"
															}
														}
													],
													"type": {
														"type": "reference",
														"typeArguments": [
															{
																"type": "reference",
																"id": 560,
																"name": "SummonerV4SummonerDTO"
															}
														],
														"name": "OperationResponse"
													}
												}
											]
										}
									],
									"groups": [
										{
											"title": "Methods",
											"kind": 2048,
											"children": [
												1926
											]
										}
									]
								}
							}
						},
						{
							"id": 1931,
							"name": "/lol/summoner/v4/summoners/by-name/{summonerName}",
							"kind": 1024,
							"kindString": "Property",
							"flags": {},
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 4033,
									"character": 55
								}
							],
							"type": {
								"type": "reflection",
								"declaration": {
									"id": 1932,
									"name": "__type",
									"kind": 65536,
									"kindString": "Type literal",
									"flags": {},
									"children": [
										{
											"id": 1933,
											"name": "get",
											"kind": 2048,
											"kindString": "Method",
											"flags": {},
											"signatures": [
												{
													"id": 1934,
													"name": "get",
													"kind": 4096,
													"kindString": "Call signature",
													"flags": {},
													"comment": {
														"shortText": "summoner-v4.getBySummonerName - Get a summoner by summoner name.",
														"text": "Get a summoner by summoner name.\n"
													},
													"parameters": [
														{
															"id": 1935,
															"name": "parameters",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "union",
																"types": [
																	{
																		"type": "intrinsic",
																		"name": "string"
																	},
																	{
																		"type": "intrinsic",
																		"name": "number"
																	},
																	{
																		"type": "reference",
																		"id": 1176,
																		"name": "PathParameters"
																	},
																	{
																		"type": "reference",
																		"name": "ParamsArray"
																	}
																]
															}
														},
														{
															"id": 1936,
															"name": "data",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "intrinsic",
																"name": "any"
															}
														},
														{
															"id": 1937,
															"name": "config",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "reference",
																"name": "AxiosRequestConfig"
															}
														}
													],
													"type": {
														"type": "reference",
														"typeArguments": [
															{
																"type": "reference",
																"id": 560,
																"name": "SummonerV4SummonerDTO"
															}
														],
														"name": "OperationResponse"
													}
												}
											]
										}
									],
									"groups": [
										{
											"title": "Methods",
											"kind": 2048,
											"children": [
												1933
											]
										}
									]
								}
							}
						},
						{
							"id": 1938,
							"name": "/lol/summoner/v4/summoners/by-puuid/{encryptedPUUID}",
							"kind": 1024,
							"kindString": "Property",
							"flags": {},
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 4045,
									"character": 58
								}
							],
							"type": {
								"type": "reflection",
								"declaration": {
									"id": 1939,
									"name": "__type",
									"kind": 65536,
									"kindString": "Type literal",
									"flags": {},
									"children": [
										{
											"id": 1940,
											"name": "get",
											"kind": 2048,
											"kindString": "Method",
											"flags": {},
											"signatures": [
												{
													"id": 1941,
													"name": "get",
													"kind": 4096,
													"kindString": "Call signature",
													"flags": {},
													"comment": {
														"shortText": "summoner-v4.getByPUUID - Get a summoner by PUUID.",
														"text": "Get a summoner by PUUID.\n"
													},
													"parameters": [
														{
															"id": 1942,
															"name": "parameters",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "union",
																"types": [
																	{
																		"type": "intrinsic",
																		"name": "string"
																	},
																	{
																		"type": "intrinsic",
																		"name": "number"
																	},
																	{
																		"type": "reference",
																		"id": 1162,
																		"name": "PathParameters"
																	},
																	{
																		"type": "reference",
																		"name": "ParamsArray"
																	}
																]
															}
														},
														{
															"id": 1943,
															"name": "data",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "intrinsic",
																"name": "any"
															}
														},
														{
															"id": 1944,
															"name": "config",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "reference",
																"name": "AxiosRequestConfig"
															}
														}
													],
													"type": {
														"type": "reference",
														"typeArguments": [
															{
																"type": "reference",
																"id": 560,
																"name": "SummonerV4SummonerDTO"
															}
														],
														"name": "OperationResponse"
													}
												}
											]
										}
									],
									"groups": [
										{
											"title": "Methods",
											"kind": 2048,
											"children": [
												1940
											]
										}
									]
								}
							}
						},
						{
							"id": 1945,
							"name": "/lol/summoner/v4/summoners/{encryptedSummonerId}",
							"kind": 1024,
							"kindString": "Property",
							"flags": {},
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 4057,
									"character": 54
								}
							],
							"type": {
								"type": "reflection",
								"declaration": {
									"id": 1946,
									"name": "__type",
									"kind": 65536,
									"kindString": "Type literal",
									"flags": {},
									"children": [
										{
											"id": 1947,
											"name": "get",
											"kind": 2048,
											"kindString": "Method",
											"flags": {},
											"signatures": [
												{
													"id": 1948,
													"name": "get",
													"kind": 4096,
													"kindString": "Call signature",
													"flags": {},
													"comment": {
														"shortText": "summoner-v4.getBySummonerId - Get a summoner by summoner ID.",
														"text": "Get a summoner by summoner ID.\n"
													},
													"parameters": [
														{
															"id": 1949,
															"name": "parameters",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "union",
																"types": [
																	{
																		"type": "intrinsic",
																		"name": "string"
																	},
																	{
																		"type": "intrinsic",
																		"name": "number"
																	},
																	{
																		"type": "reference",
																		"id": 1169,
																		"name": "PathParameters"
																	},
																	{
																		"type": "reference",
																		"name": "ParamsArray"
																	}
																]
															}
														},
														{
															"id": 1950,
															"name": "data",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "intrinsic",
																"name": "any"
															}
														},
														{
															"id": 1951,
															"name": "config",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "reference",
																"name": "AxiosRequestConfig"
															}
														}
													],
													"type": {
														"type": "reference",
														"typeArguments": [
															{
																"type": "reference",
																"id": 560,
																"name": "SummonerV4SummonerDTO"
															}
														],
														"name": "OperationResponse"
													}
												}
											]
										}
									],
									"groups": [
										{
											"title": "Methods",
											"kind": 2048,
											"children": [
												1947
											]
										}
									]
								}
							}
						},
						{
							"id": 2043,
							"name": "/lol/tournament-stub/v4/codes",
							"kind": 1024,
							"kindString": "Property",
							"flags": {},
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 4225,
									"character": 35
								}
							],
							"type": {
								"type": "reflection",
								"declaration": {
									"id": 2044,
									"name": "__type",
									"kind": 65536,
									"kindString": "Type literal",
									"flags": {},
									"children": [
										{
											"id": 2045,
											"name": "post",
											"kind": 2048,
											"kindString": "Method",
											"flags": {},
											"signatures": [
												{
													"id": 2046,
													"name": "post",
													"kind": 4096,
													"kindString": "Call signature",
													"flags": {},
													"comment": {
														"shortText": "tournament-stub-v4.createTournamentCode - Create a mock tournament code for the given tournament.",
														"text": "Create a mock tournament code for the given tournament.\n"
													},
													"parameters": [
														{
															"id": 2047,
															"name": "parameters",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "union",
																"types": [
																	{
																		"type": "intrinsic",
																		"name": "string"
																	},
																	{
																		"type": "intrinsic",
																		"name": "number"
																	},
																	{
																		"type": "reference",
																		"id": 1271,
																		"name": "QueryParameters"
																	},
																	{
																		"type": "reference",
																		"name": "ParamsArray"
																	}
																]
															}
														},
														{
															"id": 2048,
															"name": "data",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "reference",
																"id": 667,
																"name": "TournamentStubV4TournamentCodeParameters"
															}
														},
														{
															"id": 2049,
															"name": "config",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "reference",
																"name": "AxiosRequestConfig"
															}
														}
													],
													"type": {
														"type": "reference",
														"typeArguments": [
															{
																"type": "reference",
																"id": 1276,
																"name": "$200"
															}
														],
														"name": "OperationResponse"
													}
												}
											]
										}
									],
									"groups": [
										{
											"title": "Methods",
											"kind": 2048,
											"children": [
												2045
											]
										}
									]
								}
							}
						},
						{
							"id": 2050,
							"name": "/lol/tournament-stub/v4/lobby-events/by-code/{tournamentCode}",
							"kind": 1024,
							"kindString": "Property",
							"flags": {},
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 4237,
									"character": 67
								}
							],
							"type": {
								"type": "reflection",
								"declaration": {
									"id": 2051,
									"name": "__type",
									"kind": 65536,
									"kindString": "Type literal",
									"flags": {},
									"children": [
										{
											"id": 2052,
											"name": "get",
											"kind": 2048,
											"kindString": "Method",
											"flags": {},
											"signatures": [
												{
													"id": 2053,
													"name": "get",
													"kind": 4096,
													"kindString": "Call signature",
													"flags": {},
													"comment": {
														"shortText": "tournament-stub-v4.getLobbyEventsByCode - Gets a mock list of lobby events by tournament code.",
														"text": "Gets a mock list of lobby events by tournament code.\n"
													},
													"parameters": [
														{
															"id": 2054,
															"name": "parameters",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "union",
																"types": [
																	{
																		"type": "intrinsic",
																		"name": "string"
																	},
																	{
																		"type": "intrinsic",
																		"name": "number"
																	},
																	{
																		"type": "reference",
																		"id": 1280,
																		"name": "PathParameters"
																	},
																	{
																		"type": "reference",
																		"name": "ParamsArray"
																	}
																]
															}
														},
														{
															"id": 2055,
															"name": "data",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "intrinsic",
																"name": "any"
															}
														},
														{
															"id": 2056,
															"name": "config",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "reference",
																"name": "AxiosRequestConfig"
															}
														}
													],
													"type": {
														"type": "reference",
														"typeArguments": [
															{
																"type": "reference",
																"id": 662,
																"name": "TournamentStubV4LobbyEventDTOWrapper"
															}
														],
														"name": "OperationResponse"
													}
												}
											]
										}
									],
									"groups": [
										{
											"title": "Methods",
											"kind": 2048,
											"children": [
												2052
											]
										}
									]
								}
							}
						},
						{
							"id": 2057,
							"name": "/lol/tournament-stub/v4/providers",
							"kind": 1024,
							"kindString": "Property",
							"flags": {},
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 4249,
									"character": 39
								}
							],
							"type": {
								"type": "reflection",
								"declaration": {
									"id": 2058,
									"name": "__type",
									"kind": 65536,
									"kindString": "Type literal",
									"flags": {},
									"children": [
										{
											"id": 2059,
											"name": "post",
											"kind": 2048,
											"kindString": "Method",
											"flags": {},
											"signatures": [
												{
													"id": 2060,
													"name": "post",
													"kind": 4096,
													"kindString": "Call signature",
													"flags": {},
													"comment": {
														"shortText": "tournament-stub-v4.registerProviderData - Creates a mock tournament provider and returns its ID.",
														"text": "Creates a mock tournament provider and returns its ID.\n## Implementation Notes\nProviders will need to call this endpoint first to register their callback URL and their API key with the tournament system before any other tournament provider endpoints will work.\n"
													},
													"parameters": [
														{
															"id": 2061,
															"name": "parameters",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "union",
																"types": [
																	{
																		"type": "intrinsic",
																		"name": "string"
																	},
																	{
																		"type": "intrinsic",
																		"name": "number"
																	},
																	{
																		"type": "reference",
																		"name": "ParamsArray"
																	},
																	{
																		"type": "reference",
																		"name": "UnknownParamsObject"
																	}
																]
															}
														},
														{
															"id": 2062,
															"name": "data",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "reference",
																"id": 664,
																"name": "TournamentStubV4ProviderRegistrationParameters"
															}
														},
														{
															"id": 2063,
															"name": "config",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "reference",
																"name": "AxiosRequestConfig"
															}
														}
													],
													"type": {
														"type": "reference",
														"typeArguments": [
															{
																"type": "intrinsic",
																"name": "number"
															}
														],
														"name": "OperationResponse"
													}
												}
											]
										}
									],
									"groups": [
										{
											"title": "Methods",
											"kind": 2048,
											"children": [
												2059
											]
										}
									]
								}
							}
						},
						{
							"id": 2064,
							"name": "/lol/tournament-stub/v4/tournaments",
							"kind": 1024,
							"kindString": "Property",
							"flags": {},
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 4263,
									"character": 41
								}
							],
							"type": {
								"type": "reflection",
								"declaration": {
									"id": 2065,
									"name": "__type",
									"kind": 65536,
									"kindString": "Type literal",
									"flags": {},
									"children": [
										{
											"id": 2066,
											"name": "post",
											"kind": 2048,
											"kindString": "Method",
											"flags": {},
											"signatures": [
												{
													"id": 2067,
													"name": "post",
													"kind": 4096,
													"kindString": "Call signature",
													"flags": {},
													"comment": {
														"shortText": "tournament-stub-v4.registerTournament - Creates a mock tournament and returns its ID.",
														"text": "Creates a mock tournament and returns its ID.\n"
													},
													"parameters": [
														{
															"id": 2068,
															"name": "parameters",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "union",
																"types": [
																	{
																		"type": "intrinsic",
																		"name": "string"
																	},
																	{
																		"type": "intrinsic",
																		"name": "number"
																	},
																	{
																		"type": "reference",
																		"name": "ParamsArray"
																	},
																	{
																		"type": "reference",
																		"name": "UnknownParamsObject"
																	}
																]
															}
														},
														{
															"id": 2069,
															"name": "data",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "reference",
																"id": 674,
																"name": "TournamentStubV4TournamentRegistrationParameters"
															}
														},
														{
															"id": 2070,
															"name": "config",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "reference",
																"name": "AxiosRequestConfig"
															}
														}
													],
													"type": {
														"type": "reference",
														"typeArguments": [
															{
																"type": "intrinsic",
																"name": "number"
															}
														],
														"name": "OperationResponse"
													}
												}
											]
										}
									],
									"groups": [
										{
											"title": "Methods",
											"kind": 2048,
											"children": [
												2066
											]
										}
									]
								}
							}
						},
						{
							"id": 2071,
							"name": "/lol/tournament/v4/codes",
							"kind": 1024,
							"kindString": "Property",
							"flags": {},
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 4275,
									"character": 30
								}
							],
							"type": {
								"type": "reflection",
								"declaration": {
									"id": 2072,
									"name": "__type",
									"kind": 65536,
									"kindString": "Type literal",
									"flags": {},
									"children": [
										{
											"id": 2073,
											"name": "post",
											"kind": 2048,
											"kindString": "Method",
											"flags": {},
											"signatures": [
												{
													"id": 2074,
													"name": "post",
													"kind": 4096,
													"kindString": "Call signature",
													"flags": {},
													"comment": {
														"shortText": "tournament-v4.createTournamentCode - Create a tournament code for the given tournament.",
														"text": "Create a tournament code for the given tournament.\n"
													},
													"parameters": [
														{
															"id": 2075,
															"name": "parameters",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "union",
																"types": [
																	{
																		"type": "intrinsic",
																		"name": "string"
																	},
																	{
																		"type": "intrinsic",
																		"name": "number"
																	},
																	{
																		"type": "reference",
																		"id": 1296,
																		"name": "QueryParameters"
																	},
																	{
																		"type": "reference",
																		"name": "ParamsArray"
																	}
																]
															}
														},
														{
															"id": 2076,
															"name": "data",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "reference",
																"id": 700,
																"name": "TournamentV4TournamentCodeParameters"
															}
														},
														{
															"id": 2077,
															"name": "config",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "reference",
																"name": "AxiosRequestConfig"
															}
														}
													],
													"type": {
														"type": "reference",
														"typeArguments": [
															{
																"type": "reference",
																"id": 1301,
																"name": "$200"
															}
														],
														"name": "OperationResponse"
													}
												}
											]
										}
									],
									"groups": [
										{
											"title": "Methods",
											"kind": 2048,
											"children": [
												2073
											]
										}
									]
								}
							}
						},
						{
							"id": 2078,
							"name": "/lol/tournament/v4/codes/{tournamentCode}",
							"kind": 1024,
							"kindString": "Property",
							"flags": {},
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 4287,
									"character": 47
								}
							],
							"type": {
								"type": "reflection",
								"declaration": {
									"id": 2079,
									"name": "__type",
									"kind": 65536,
									"kindString": "Type literal",
									"flags": {},
									"children": [
										{
											"id": 2080,
											"name": "get",
											"kind": 2048,
											"kindString": "Method",
											"flags": {},
											"signatures": [
												{
													"id": 2081,
													"name": "get",
													"kind": 4096,
													"kindString": "Call signature",
													"flags": {},
													"comment": {
														"shortText": "tournament-v4.getTournamentCode - Returns the tournament code DTO associated with a tournament code string.",
														"text": "Returns the tournament code DTO associated with a tournament code string.\n"
													},
													"parameters": [
														{
															"id": 2082,
															"name": "parameters",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "union",
																"types": [
																	{
																		"type": "intrinsic",
																		"name": "string"
																	},
																	{
																		"type": "intrinsic",
																		"name": "number"
																	},
																	{
																		"type": "reference",
																		"id": 1312,
																		"name": "PathParameters"
																	},
																	{
																		"type": "reference",
																		"name": "ParamsArray"
																	}
																]
															}
														},
														{
															"id": 2083,
															"name": "data",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "intrinsic",
																"name": "any"
															}
														},
														{
															"id": 2084,
															"name": "config",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "reference",
																"name": "AxiosRequestConfig"
															}
														}
													],
													"type": {
														"type": "reference",
														"typeArguments": [
															{
																"type": "reference",
																"id": 686,
																"name": "TournamentV4TournamentCodeDTO"
															}
														],
														"name": "OperationResponse"
													}
												}
											]
										},
										{
											"id": 2085,
											"name": "put",
											"kind": 2048,
											"kindString": "Method",
											"flags": {},
											"signatures": [
												{
													"id": 2086,
													"name": "put",
													"kind": 4096,
													"kindString": "Call signature",
													"flags": {},
													"comment": {
														"shortText": "tournament-v4.updateCode - Update the pick type, map, spectator type, or allowed summoners for a code.",
														"text": "Update the pick type, map, spectator type, or allowed summoners for a code.\n"
													},
													"parameters": [
														{
															"id": 2087,
															"name": "parameters",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "union",
																"types": [
																	{
																		"type": "intrinsic",
																		"name": "string"
																	},
																	{
																		"type": "intrinsic",
																		"name": "number"
																	},
																	{
																		"type": "reference",
																		"id": 1327,
																		"name": "PathParameters"
																	},
																	{
																		"type": "reference",
																		"name": "ParamsArray"
																	}
																]
															}
														},
														{
															"id": 2088,
															"name": "data",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "reference",
																"id": 707,
																"name": "TournamentV4TournamentCodeUpdateParameters"
															}
														},
														{
															"id": 2089,
															"name": "config",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "reference",
																"name": "AxiosRequestConfig"
															}
														}
													],
													"type": {
														"type": "reference",
														"typeArguments": [
															{
																"type": "intrinsic",
																"name": "any"
															}
														],
														"name": "OperationResponse"
													}
												}
											]
										}
									],
									"groups": [
										{
											"title": "Methods",
											"kind": 2048,
											"children": [
												2080,
												2085
											]
										}
									]
								}
							}
						},
						{
							"id": 2090,
							"name": "/lol/tournament/v4/lobby-events/by-code/{tournamentCode}",
							"kind": 1024,
							"kindString": "Property",
							"flags": {},
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 4309,
									"character": 62
								}
							],
							"type": {
								"type": "reflection",
								"declaration": {
									"id": 2091,
									"name": "__type",
									"kind": 65536,
									"kindString": "Type literal",
									"flags": {},
									"children": [
										{
											"id": 2092,
											"name": "get",
											"kind": 2048,
											"kindString": "Method",
											"flags": {},
											"signatures": [
												{
													"id": 2093,
													"name": "get",
													"kind": 4096,
													"kindString": "Call signature",
													"flags": {},
													"comment": {
														"shortText": "tournament-v4.getLobbyEventsByCode - Gets a list of lobby events by tournament code.",
														"text": "Gets a list of lobby events by tournament code.\n"
													},
													"parameters": [
														{
															"id": 2094,
															"name": "parameters",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "union",
																"types": [
																	{
																		"type": "intrinsic",
																		"name": "string"
																	},
																	{
																		"type": "intrinsic",
																		"name": "number"
																	},
																	{
																		"type": "reference",
																		"id": 1305,
																		"name": "PathParameters"
																	},
																	{
																		"type": "reference",
																		"name": "ParamsArray"
																	}
																]
															}
														},
														{
															"id": 2095,
															"name": "data",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "intrinsic",
																"name": "any"
															}
														},
														{
															"id": 2096,
															"name": "config",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "reference",
																"name": "AxiosRequestConfig"
															}
														}
													],
													"type": {
														"type": "reference",
														"typeArguments": [
															{
																"type": "reference",
																"id": 681,
																"name": "TournamentV4LobbyEventDTOWrapper"
															}
														],
														"name": "OperationResponse"
													}
												}
											]
										}
									],
									"groups": [
										{
											"title": "Methods",
											"kind": 2048,
											"children": [
												2092
											]
										}
									]
								}
							}
						},
						{
							"id": 2097,
							"name": "/lol/tournament/v4/providers",
							"kind": 1024,
							"kindString": "Property",
							"flags": {},
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 4321,
									"character": 34
								}
							],
							"type": {
								"type": "reflection",
								"declaration": {
									"id": 2098,
									"name": "__type",
									"kind": 65536,
									"kindString": "Type literal",
									"flags": {},
									"children": [
										{
											"id": 2099,
											"name": "post",
											"kind": 2048,
											"kindString": "Method",
											"flags": {},
											"signatures": [
												{
													"id": 2100,
													"name": "post",
													"kind": 4096,
													"kindString": "Call signature",
													"flags": {},
													"comment": {
														"shortText": "tournament-v4.registerProviderData - Creates a tournament provider and returns its ID.",
														"text": "Creates a tournament provider and returns its ID.\n## Implementation Notes\nProviders will need to call this endpoint first to register their callback URL and their API key with the tournament system before any other tournament provider endpoints will work.\n"
													},
													"parameters": [
														{
															"id": 2101,
															"name": "parameters",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "union",
																"types": [
																	{
																		"type": "intrinsic",
																		"name": "string"
																	},
																	{
																		"type": "intrinsic",
																		"name": "number"
																	},
																	{
																		"type": "reference",
																		"name": "ParamsArray"
																	},
																	{
																		"type": "reference",
																		"name": "UnknownParamsObject"
																	}
																]
															}
														},
														{
															"id": 2102,
															"name": "data",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "reference",
																"id": 683,
																"name": "TournamentV4ProviderRegistrationParameters"
															}
														},
														{
															"id": 2103,
															"name": "config",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "reference",
																"name": "AxiosRequestConfig"
															}
														}
													],
													"type": {
														"type": "reference",
														"typeArguments": [
															{
																"type": "intrinsic",
																"name": "number"
															}
														],
														"name": "OperationResponse"
													}
												}
											]
										}
									],
									"groups": [
										{
											"title": "Methods",
											"kind": 2048,
											"children": [
												2099
											]
										}
									]
								}
							}
						},
						{
							"id": 2104,
							"name": "/lol/tournament/v4/tournaments",
							"kind": 1024,
							"kindString": "Property",
							"flags": {},
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 4335,
									"character": 36
								}
							],
							"type": {
								"type": "reflection",
								"declaration": {
									"id": 2105,
									"name": "__type",
									"kind": 65536,
									"kindString": "Type literal",
									"flags": {},
									"children": [
										{
											"id": 2106,
											"name": "post",
											"kind": 2048,
											"kindString": "Method",
											"flags": {},
											"signatures": [
												{
													"id": 2107,
													"name": "post",
													"kind": 4096,
													"kindString": "Call signature",
													"flags": {},
													"comment": {
														"shortText": "tournament-v4.registerTournament - Creates a tournament and returns its ID.",
														"text": "Creates a tournament and returns its ID.\n"
													},
													"parameters": [
														{
															"id": 2108,
															"name": "parameters",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "union",
																"types": [
																	{
																		"type": "intrinsic",
																		"name": "string"
																	},
																	{
																		"type": "intrinsic",
																		"name": "number"
																	},
																	{
																		"type": "reference",
																		"name": "ParamsArray"
																	},
																	{
																		"type": "reference",
																		"name": "UnknownParamsObject"
																	}
																]
															}
														},
														{
															"id": 2109,
															"name": "data",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "reference",
																"id": 712,
																"name": "TournamentV4TournamentRegistrationParameters"
															}
														},
														{
															"id": 2110,
															"name": "config",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "reference",
																"name": "AxiosRequestConfig"
															}
														}
													],
													"type": {
														"type": "reference",
														"typeArguments": [
															{
																"type": "intrinsic",
																"name": "number"
															}
														],
														"name": "OperationResponse"
													}
												}
											]
										}
									],
									"groups": [
										{
											"title": "Methods",
											"kind": 2048,
											"children": [
												2106
											]
										}
									]
								}
							}
						},
						{
							"id": 1847,
							"name": "/lor/match/v1/matches/by-puuid/{puuid}/ids",
							"kind": 1024,
							"kindString": "Property",
							"flags": {},
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 3881,
									"character": 48
								}
							],
							"type": {
								"type": "reflection",
								"declaration": {
									"id": 1848,
									"name": "__type",
									"kind": 65536,
									"kindString": "Type literal",
									"flags": {},
									"children": [
										{
											"id": 1849,
											"name": "get",
											"kind": 2048,
											"kindString": "Method",
											"flags": {},
											"signatures": [
												{
													"id": 1850,
													"name": "get",
													"kind": 4096,
													"kindString": "Call signature",
													"flags": {},
													"comment": {
														"shortText": "lor-match-v1.getMatchIdsByPUUID - Get a list of match ids by PUUID",
														"text": "Get a list of match ids by PUUID\n"
													},
													"parameters": [
														{
															"id": 1851,
															"name": "parameters",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "union",
																"types": [
																	{
																		"type": "intrinsic",
																		"name": "string"
																	},
																	{
																		"type": "intrinsic",
																		"name": "number"
																	},
																	{
																		"type": "reference",
																		"id": 1080,
																		"name": "PathParameters"
																	},
																	{
																		"type": "reference",
																		"name": "ParamsArray"
																	}
																]
															}
														},
														{
															"id": 1852,
															"name": "data",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "intrinsic",
																"name": "any"
															}
														},
														{
															"id": 1853,
															"name": "config",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "reference",
																"name": "AxiosRequestConfig"
															}
														}
													],
													"type": {
														"type": "reference",
														"typeArguments": [
															{
																"type": "reference",
																"id": 1083,
																"name": "$200"
															}
														],
														"name": "OperationResponse"
													}
												}
											]
										}
									],
									"groups": [
										{
											"title": "Methods",
											"kind": 2048,
											"children": [
												1849
											]
										}
									]
								}
							}
						},
						{
							"id": 1854,
							"name": "/lor/match/v1/matches/{matchId}",
							"kind": 1024,
							"kindString": "Property",
							"flags": {},
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 3893,
									"character": 37
								}
							],
							"type": {
								"type": "reflection",
								"declaration": {
									"id": 1855,
									"name": "__type",
									"kind": 65536,
									"kindString": "Type literal",
									"flags": {},
									"children": [
										{
											"id": 1856,
											"name": "get",
											"kind": 2048,
											"kindString": "Method",
											"flags": {},
											"signatures": [
												{
													"id": 1857,
													"name": "get",
													"kind": 4096,
													"kindString": "Call signature",
													"flags": {},
													"comment": {
														"shortText": "lor-match-v1.getMatch - Get match by id",
														"text": "Get match by id\n"
													},
													"parameters": [
														{
															"id": 1858,
															"name": "parameters",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "union",
																"types": [
																	{
																		"type": "intrinsic",
																		"name": "string"
																	},
																	{
																		"type": "intrinsic",
																		"name": "number"
																	},
																	{
																		"type": "reference",
																		"id": 1073,
																		"name": "PathParameters"
																	},
																	{
																		"type": "reference",
																		"name": "ParamsArray"
																	}
																]
															}
														},
														{
															"id": 1859,
															"name": "data",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "intrinsic",
																"name": "any"
															}
														},
														{
															"id": 1860,
															"name": "config",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "reference",
																"name": "AxiosRequestConfig"
															}
														}
													],
													"type": {
														"type": "reference",
														"typeArguments": [
															{
																"type": "reference",
																"id": 185,
																"name": "LorMatchV1MatchDto"
															}
														],
														"name": "OperationResponse"
													}
												}
											]
										}
									],
									"groups": [
										{
											"title": "Methods",
											"kind": 2048,
											"children": [
												1856
											]
										}
									]
								}
							}
						},
						{
							"id": 1861,
							"name": "/lor/ranked/v1/leaderboards",
							"kind": 1024,
							"kindString": "Property",
							"flags": {},
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 3905,
									"character": 33
								}
							],
							"type": {
								"type": "reflection",
								"declaration": {
									"id": 1862,
									"name": "__type",
									"kind": 65536,
									"kindString": "Type literal",
									"flags": {},
									"children": [
										{
											"id": 1863,
											"name": "get",
											"kind": 2048,
											"kindString": "Method",
											"flags": {},
											"signatures": [
												{
													"id": 1864,
													"name": "get",
													"kind": 4096,
													"kindString": "Call signature",
													"flags": {},
													"comment": {
														"shortText": "lor-ranked-v1.getLeaderboards - Get the players in Master tier.",
														"text": "Get the players in Master tier.\n"
													},
													"parameters": [
														{
															"id": 1865,
															"name": "parameters",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "union",
																"types": [
																	{
																		"type": "intrinsic",
																		"name": "string"
																	},
																	{
																		"type": "intrinsic",
																		"name": "number"
																	},
																	{
																		"type": "reference",
																		"name": "ParamsArray"
																	},
																	{
																		"type": "reference",
																		"name": "UnknownParamsObject"
																	}
																]
															}
														},
														{
															"id": 1866,
															"name": "data",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "intrinsic",
																"name": "any"
															}
														},
														{
															"id": 1867,
															"name": "config",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "reference",
																"name": "AxiosRequestConfig"
															}
														}
													],
													"type": {
														"type": "reference",
														"typeArguments": [
															{
																"type": "reference",
																"id": 199,
																"name": "LorRankedV1LeaderboardDto"
															}
														],
														"name": "OperationResponse"
													}
												}
											]
										}
									],
									"groups": [
										{
											"title": "Methods",
											"kind": 2048,
											"children": [
												1863
											]
										}
									]
								}
							}
						},
						{
							"id": 1868,
							"name": "/lor/status/v1/platform-data",
							"kind": 1024,
							"kindString": "Property",
							"flags": {},
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 3917,
									"character": 34
								}
							],
							"type": {
								"type": "reflection",
								"declaration": {
									"id": 1869,
									"name": "__type",
									"kind": 65536,
									"kindString": "Type literal",
									"flags": {},
									"children": [
										{
											"id": 1870,
											"name": "get",
											"kind": 2048,
											"kindString": "Method",
											"flags": {},
											"signatures": [
												{
													"id": 1871,
													"name": "get",
													"kind": 4096,
													"kindString": "Call signature",
													"flags": {},
													"comment": {
														"shortText": "lor-status-v1.getPlatformData - Get Legends of Runeterra status for the given platform.",
														"text": "Get Legends of Runeterra status for the given platform.\n"
													},
													"parameters": [
														{
															"id": 1872,
															"name": "parameters",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "union",
																"types": [
																	{
																		"type": "intrinsic",
																		"name": "string"
																	},
																	{
																		"type": "intrinsic",
																		"name": "number"
																	},
																	{
																		"type": "reference",
																		"name": "ParamsArray"
																	},
																	{
																		"type": "reference",
																		"name": "UnknownParamsObject"
																	}
																]
															}
														},
														{
															"id": 1873,
															"name": "data",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "intrinsic",
																"name": "any"
															}
														},
														{
															"id": 1874,
															"name": "config",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "reference",
																"name": "AxiosRequestConfig"
															}
														}
													],
													"type": {
														"type": "reference",
														"typeArguments": [
															{
																"type": "reference",
																"id": 208,
																"name": "LorStatusV1PlatformDataDto"
															}
														],
														"name": "OperationResponse"
													}
												}
											]
										}
									],
									"groups": [
										{
											"title": "Methods",
											"kind": 2048,
											"children": [
												1870
											]
										}
									]
								}
							}
						},
						{
							"id": 1700,
							"name": "/riot/account/v1/accounts/by-puuid/{puuid}",
							"kind": 1024,
							"kindString": "Property",
							"flags": {},
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 3625,
									"character": 48
								}
							],
							"type": {
								"type": "reflection",
								"declaration": {
									"id": 1701,
									"name": "__type",
									"kind": 65536,
									"kindString": "Type literal",
									"flags": {},
									"children": [
										{
											"id": 1702,
											"name": "get",
											"kind": 2048,
											"kindString": "Method",
											"flags": {},
											"signatures": [
												{
													"id": 1703,
													"name": "get",
													"kind": 4096,
													"kindString": "Call signature",
													"flags": {},
													"comment": {
														"shortText": "account-v1.getByPuuid - Get account by puuid",
														"text": "Get account by puuid\n"
													},
													"parameters": [
														{
															"id": 1704,
															"name": "parameters",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "union",
																"types": [
																	{
																		"type": "intrinsic",
																		"name": "string"
																	},
																	{
																		"type": "intrinsic",
																		"name": "number"
																	},
																	{
																		"type": "reference",
																		"id": 931,
																		"name": "PathParameters"
																	},
																	{
																		"type": "reference",
																		"name": "ParamsArray"
																	}
																]
															}
														},
														{
															"id": 1705,
															"name": "data",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "intrinsic",
																"name": "any"
															}
														},
														{
															"id": 1706,
															"name": "config",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "reference",
																"name": "AxiosRequestConfig"
															}
														}
													],
													"type": {
														"type": "reference",
														"typeArguments": [
															{
																"type": "reference",
																"id": 11,
																"name": "AccountV1AccountDto"
															}
														],
														"name": "OperationResponse"
													}
												}
											]
										}
									],
									"groups": [
										{
											"title": "Methods",
											"kind": 2048,
											"children": [
												1702
											]
										}
									]
								}
							}
						},
						{
							"id": 1707,
							"name": "/riot/account/v1/accounts/by-riot-id/{gameName}/{tagLine}",
							"kind": 1024,
							"kindString": "Property",
							"flags": {},
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 3637,
									"character": 63
								}
							],
							"type": {
								"type": "reflection",
								"declaration": {
									"id": 1708,
									"name": "__type",
									"kind": 65536,
									"kindString": "Type literal",
									"flags": {},
									"children": [
										{
											"id": 1709,
											"name": "get",
											"kind": 2048,
											"kindString": "Method",
											"flags": {},
											"signatures": [
												{
													"id": 1710,
													"name": "get",
													"kind": 4096,
													"kindString": "Call signature",
													"flags": {},
													"comment": {
														"shortText": "account-v1.getByRiotId - Get account by riot id",
														"text": "Get account by riot id\n"
													},
													"parameters": [
														{
															"id": 1711,
															"name": "parameters",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "union",
																"types": [
																	{
																		"type": "intrinsic",
																		"name": "string"
																	},
																	{
																		"type": "intrinsic",
																		"name": "number"
																	},
																	{
																		"type": "reference",
																		"id": 939,
																		"name": "PathParameters"
																	},
																	{
																		"type": "reference",
																		"name": "ParamsArray"
																	}
																]
															}
														},
														{
															"id": 1712,
															"name": "data",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "intrinsic",
																"name": "any"
															}
														},
														{
															"id": 1713,
															"name": "config",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "reference",
																"name": "AxiosRequestConfig"
															}
														}
													],
													"type": {
														"type": "reference",
														"typeArguments": [
															{
																"type": "reference",
																"id": 11,
																"name": "AccountV1AccountDto"
															}
														],
														"name": "OperationResponse"
													}
												}
											]
										}
									],
									"groups": [
										{
											"title": "Methods",
											"kind": 2048,
											"children": [
												1709
											]
										}
									]
								}
							}
						},
						{
							"id": 1714,
							"name": "/riot/account/v1/active-shards/by-game/{game}/by-puuid/{puuid}",
							"kind": 1024,
							"kindString": "Property",
							"flags": {},
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 3649,
									"character": 68
								}
							],
							"type": {
								"type": "reflection",
								"declaration": {
									"id": 1715,
									"name": "__type",
									"kind": 65536,
									"kindString": "Type literal",
									"flags": {},
									"children": [
										{
											"id": 1716,
											"name": "get",
											"kind": 2048,
											"kindString": "Method",
											"flags": {},
											"signatures": [
												{
													"id": 1717,
													"name": "get",
													"kind": 4096,
													"kindString": "Call signature",
													"flags": {},
													"comment": {
														"shortText": "account-v1.getActiveShard - Get active shard for a player",
														"text": "Get active shard for a player\n"
													},
													"parameters": [
														{
															"id": 1718,
															"name": "parameters",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "union",
																"types": [
																	{
																		"type": "intrinsic",
																		"name": "string"
																	},
																	{
																		"type": "intrinsic",
																		"name": "number"
																	},
																	{
																		"type": "reference",
																		"id": 923,
																		"name": "PathParameters"
																	},
																	{
																		"type": "reference",
																		"name": "ParamsArray"
																	}
																]
															}
														},
														{
															"id": 1719,
															"name": "data",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "intrinsic",
																"name": "any"
															}
														},
														{
															"id": 1720,
															"name": "config",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "reference",
																"name": "AxiosRequestConfig"
															}
														}
													],
													"type": {
														"type": "reference",
														"typeArguments": [
															{
																"type": "reference",
																"id": 15,
																"name": "AccountV1ActiveShardDto"
															}
														],
														"name": "OperationResponse"
													}
												}
											]
										}
									],
									"groups": [
										{
											"title": "Methods",
											"kind": 2048,
											"children": [
												1716
											]
										}
									]
								}
							}
						},
						{
							"id": 1952,
							"name": "/tft/league/v1/challenger",
							"kind": 1024,
							"kindString": "Property",
							"flags": {},
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 4069,
									"character": 31
								}
							],
							"type": {
								"type": "reflection",
								"declaration": {
									"id": 1953,
									"name": "__type",
									"kind": 65536,
									"kindString": "Type literal",
									"flags": {},
									"children": [
										{
											"id": 1954,
											"name": "get",
											"kind": 2048,
											"kindString": "Method",
											"flags": {},
											"signatures": [
												{
													"id": 1955,
													"name": "get",
													"kind": 4096,
													"kindString": "Call signature",
													"flags": {},
													"comment": {
														"shortText": "tft-league-v1.getChallengerLeague - Get the challenger league.",
														"text": "Get the challenger league.\n"
													},
													"parameters": [
														{
															"id": 1956,
															"name": "parameters",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "union",
																"types": [
																	{
																		"type": "intrinsic",
																		"name": "string"
																	},
																	{
																		"type": "intrinsic",
																		"name": "number"
																	},
																	{
																		"type": "reference",
																		"name": "ParamsArray"
																	},
																	{
																		"type": "reference",
																		"name": "UnknownParamsObject"
																	}
																]
															}
														},
														{
															"id": 1957,
															"name": "data",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "intrinsic",
																"name": "any"
															}
														},
														{
															"id": 1958,
															"name": "config",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "reference",
																"name": "AxiosRequestConfig"
															}
														}
													],
													"type": {
														"type": "reference",
														"typeArguments": [
															{
																"type": "reference",
																"id": 595,
																"name": "TftLeagueV1LeagueListDTO"
															}
														],
														"name": "OperationResponse"
													}
												}
											]
										}
									],
									"groups": [
										{
											"title": "Methods",
											"kind": 2048,
											"children": [
												1954
											]
										}
									]
								}
							}
						},
						{
							"id": 1959,
							"name": "/tft/league/v1/entries/by-summoner/{encryptedSummonerId}",
							"kind": 1024,
							"kindString": "Property",
							"flags": {},
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 4081,
									"character": 62
								}
							],
							"type": {
								"type": "reflection",
								"declaration": {
									"id": 1960,
									"name": "__type",
									"kind": 65536,
									"kindString": "Type literal",
									"flags": {},
									"children": [
										{
											"id": 1961,
											"name": "get",
											"kind": 2048,
											"kindString": "Method",
											"flags": {},
											"signatures": [
												{
													"id": 1962,
													"name": "get",
													"kind": 4096,
													"kindString": "Call signature",
													"flags": {},
													"comment": {
														"shortText": "tft-league-v1.getLeagueEntriesForSummoner - Get league entries for a given summoner ID.",
														"text": "Get league entries for a given summoner ID.\n"
													},
													"parameters": [
														{
															"id": 1963,
															"name": "parameters",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "union",
																"types": [
																	{
																		"type": "intrinsic",
																		"name": "string"
																	},
																	{
																		"type": "intrinsic",
																		"name": "number"
																	},
																	{
																		"type": "reference",
																		"id": 1208,
																		"name": "PathParameters"
																	},
																	{
																		"type": "reference",
																		"name": "ParamsArray"
																	}
																]
															}
														},
														{
															"id": 1964,
															"name": "data",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "intrinsic",
																"name": "any"
															}
														},
														{
															"id": 1965,
															"name": "config",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "reference",
																"name": "AxiosRequestConfig"
															}
														}
													],
													"type": {
														"type": "reference",
														"typeArguments": [
															{
																"type": "reference",
																"id": 1211,
																"name": "$200"
															}
														],
														"name": "OperationResponse"
													}
												}
											]
										}
									],
									"groups": [
										{
											"title": "Methods",
											"kind": 2048,
											"children": [
												1961
											]
										}
									]
								}
							}
						},
						{
							"id": 1966,
							"name": "/tft/league/v1/entries/{tier}/{division}",
							"kind": 1024,
							"kindString": "Property",
							"flags": {},
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 4093,
									"character": 46
								}
							],
							"type": {
								"type": "reflection",
								"declaration": {
									"id": 1967,
									"name": "__type",
									"kind": 65536,
									"kindString": "Type literal",
									"flags": {},
									"children": [
										{
											"id": 1968,
											"name": "get",
											"kind": 2048,
											"kindString": "Method",
											"flags": {},
											"signatures": [
												{
													"id": 1969,
													"name": "get",
													"kind": 4096,
													"kindString": "Call signature",
													"flags": {},
													"comment": {
														"shortText": "tft-league-v1.getLeagueEntries - Get all the league entries.",
														"text": "Get all the league entries.\n"
													},
													"parameters": [
														{
															"id": 1970,
															"name": "parameters",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "union",
																"types": [
																	{
																		"type": "intrinsic",
																		"name": "string"
																	},
																	{
																		"type": "intrinsic",
																		"name": "number"
																	},
																	{
																		"type": "reference",
																		"name": "ParamsArray"
																	},
																	{
																		"type": "intersection",
																		"types": [
																			{
																				"type": "reference",
																				"id": 1198,
																				"name": "PathParameters"
																			},
																			{
																				"type": "reference",
																				"id": 1201,
																				"name": "QueryParameters"
																			}
																		]
																	}
																]
															}
														},
														{
															"id": 1971,
															"name": "data",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "intrinsic",
																"name": "any"
															}
														},
														{
															"id": 1972,
															"name": "config",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "reference",
																"name": "AxiosRequestConfig"
															}
														}
													],
													"type": {
														"type": "reference",
														"typeArguments": [
															{
																"type": "reference",
																"id": 1204,
																"name": "$200"
															}
														],
														"name": "OperationResponse"
													}
												}
											]
										}
									],
									"groups": [
										{
											"title": "Methods",
											"kind": 2048,
											"children": [
												1968
											]
										}
									]
								}
							}
						},
						{
							"id": 1973,
							"name": "/tft/league/v1/grandmaster",
							"kind": 1024,
							"kindString": "Property",
							"flags": {},
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 4105,
									"character": 32
								}
							],
							"type": {
								"type": "reflection",
								"declaration": {
									"id": 1974,
									"name": "__type",
									"kind": 65536,
									"kindString": "Type literal",
									"flags": {},
									"children": [
										{
											"id": 1975,
											"name": "get",
											"kind": 2048,
											"kindString": "Method",
											"flags": {},
											"signatures": [
												{
													"id": 1976,
													"name": "get",
													"kind": 4096,
													"kindString": "Call signature",
													"flags": {},
													"comment": {
														"shortText": "tft-league-v1.getGrandmasterLeague - Get the grandmaster league.",
														"text": "Get the grandmaster league.\n"
													},
													"parameters": [
														{
															"id": 1977,
															"name": "parameters",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "union",
																"types": [
																	{
																		"type": "intrinsic",
																		"name": "string"
																	},
																	{
																		"type": "intrinsic",
																		"name": "number"
																	},
																	{
																		"type": "reference",
																		"name": "ParamsArray"
																	},
																	{
																		"type": "reference",
																		"name": "UnknownParamsObject"
																	}
																]
															}
														},
														{
															"id": 1978,
															"name": "data",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "intrinsic",
																"name": "any"
															}
														},
														{
															"id": 1979,
															"name": "config",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "reference",
																"name": "AxiosRequestConfig"
															}
														}
													],
													"type": {
														"type": "reference",
														"typeArguments": [
															{
																"type": "reference",
																"id": 595,
																"name": "TftLeagueV1LeagueListDTO"
															}
														],
														"name": "OperationResponse"
													}
												}
											]
										}
									],
									"groups": [
										{
											"title": "Methods",
											"kind": 2048,
											"children": [
												1975
											]
										}
									]
								}
							}
						},
						{
							"id": 1980,
							"name": "/tft/league/v1/leagues/{leagueId}",
							"kind": 1024,
							"kindString": "Property",
							"flags": {},
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 4117,
									"character": 39
								}
							],
							"type": {
								"type": "reflection",
								"declaration": {
									"id": 1981,
									"name": "__type",
									"kind": 65536,
									"kindString": "Type literal",
									"flags": {},
									"children": [
										{
											"id": 1982,
											"name": "get",
											"kind": 2048,
											"kindString": "Method",
											"flags": {},
											"signatures": [
												{
													"id": 1983,
													"name": "get",
													"kind": 4096,
													"kindString": "Call signature",
													"flags": {},
													"comment": {
														"shortText": "tft-league-v1.getLeagueById - Get league with given ID, including inactive entries.",
														"text": "Get league with given ID, including inactive entries.\n"
													},
													"parameters": [
														{
															"id": 1984,
															"name": "parameters",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "union",
																"types": [
																	{
																		"type": "intrinsic",
																		"name": "string"
																	},
																	{
																		"type": "intrinsic",
																		"name": "number"
																	},
																	{
																		"type": "reference",
																		"id": 1189,
																		"name": "PathParameters"
																	},
																	{
																		"type": "reference",
																		"name": "ParamsArray"
																	}
																]
															}
														},
														{
															"id": 1985,
															"name": "data",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "intrinsic",
																"name": "any"
															}
														},
														{
															"id": 1986,
															"name": "config",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "reference",
																"name": "AxiosRequestConfig"
															}
														}
													],
													"type": {
														"type": "reference",
														"typeArguments": [
															{
																"type": "reference",
																"id": 595,
																"name": "TftLeagueV1LeagueListDTO"
															}
														],
														"name": "OperationResponse"
													}
												}
											]
										}
									],
									"groups": [
										{
											"title": "Methods",
											"kind": 2048,
											"children": [
												1982
											]
										}
									]
								}
							}
						},
						{
							"id": 1987,
							"name": "/tft/league/v1/master",
							"kind": 1024,
							"kindString": "Property",
							"flags": {},
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 4129,
									"character": 27
								}
							],
							"type": {
								"type": "reflection",
								"declaration": {
									"id": 1988,
									"name": "__type",
									"kind": 65536,
									"kindString": "Type literal",
									"flags": {},
									"children": [
										{
											"id": 1989,
											"name": "get",
											"kind": 2048,
											"kindString": "Method",
											"flags": {},
											"signatures": [
												{
													"id": 1990,
													"name": "get",
													"kind": 4096,
													"kindString": "Call signature",
													"flags": {},
													"comment": {
														"shortText": "tft-league-v1.getMasterLeague - Get the master league.",
														"text": "Get the master league.\n"
													},
													"parameters": [
														{
															"id": 1991,
															"name": "parameters",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "union",
																"types": [
																	{
																		"type": "intrinsic",
																		"name": "string"
																	},
																	{
																		"type": "intrinsic",
																		"name": "number"
																	},
																	{
																		"type": "reference",
																		"name": "ParamsArray"
																	},
																	{
																		"type": "reference",
																		"name": "UnknownParamsObject"
																	}
																]
															}
														},
														{
															"id": 1992,
															"name": "data",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "intrinsic",
																"name": "any"
															}
														},
														{
															"id": 1993,
															"name": "config",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "reference",
																"name": "AxiosRequestConfig"
															}
														}
													],
													"type": {
														"type": "reference",
														"typeArguments": [
															{
																"type": "reference",
																"id": 595,
																"name": "TftLeagueV1LeagueListDTO"
															}
														],
														"name": "OperationResponse"
													}
												}
											]
										}
									],
									"groups": [
										{
											"title": "Methods",
											"kind": 2048,
											"children": [
												1989
											]
										}
									]
								}
							}
						},
						{
							"id": 1994,
							"name": "/tft/match/v1/matches/by-puuid/{puuid}/ids",
							"kind": 1024,
							"kindString": "Property",
							"flags": {},
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 4141,
									"character": 48
								}
							],
							"type": {
								"type": "reflection",
								"declaration": {
									"id": 1995,
									"name": "__type",
									"kind": 65536,
									"kindString": "Type literal",
									"flags": {},
									"children": [
										{
											"id": 1996,
											"name": "get",
											"kind": 2048,
											"kindString": "Method",
											"flags": {},
											"signatures": [
												{
													"id": 1997,
													"name": "get",
													"kind": 4096,
													"kindString": "Call signature",
													"flags": {},
													"comment": {
														"shortText": "tft-match-v1.getMatchIdsByPUUID - Get a list of match ids by PUUID",
														"text": "Get a list of match ids by PUUID\n"
													},
													"parameters": [
														{
															"id": 1998,
															"name": "parameters",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "union",
																"types": [
																	{
																		"type": "intrinsic",
																		"name": "string"
																	},
																	{
																		"type": "intrinsic",
																		"name": "number"
																	},
																	{
																		"type": "reference",
																		"name": "ParamsArray"
																	},
																	{
																		"type": "intersection",
																		"types": [
																			{
																				"type": "reference",
																				"id": 1226,
																				"name": "PathParameters"
																			},
																			{
																				"type": "reference",
																				"id": 1228,
																				"name": "QueryParameters"
																			}
																		]
																	}
																]
															}
														},
														{
															"id": 1999,
															"name": "data",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "intrinsic",
																"name": "any"
															}
														},
														{
															"id": 2000,
															"name": "config",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "reference",
																"name": "AxiosRequestConfig"
															}
														}
													],
													"type": {
														"type": "reference",
														"typeArguments": [
															{
																"type": "reference",
																"id": 1231,
																"name": "$200"
															}
														],
														"name": "OperationResponse"
													}
												}
											]
										}
									],
									"groups": [
										{
											"title": "Methods",
											"kind": 2048,
											"children": [
												1996
											]
										}
									]
								}
							}
						},
						{
							"id": 2001,
							"name": "/tft/match/v1/matches/{matchId}",
							"kind": 1024,
							"kindString": "Property",
							"flags": {},
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 4153,
									"character": 37
								}
							],
							"type": {
								"type": "reflection",
								"declaration": {
									"id": 2002,
									"name": "__type",
									"kind": 65536,
									"kindString": "Type literal",
									"flags": {},
									"children": [
										{
											"id": 2003,
											"name": "get",
											"kind": 2048,
											"kindString": "Method",
											"flags": {},
											"signatures": [
												{
													"id": 2004,
													"name": "get",
													"kind": 4096,
													"kindString": "Call signature",
													"flags": {},
													"comment": {
														"shortText": "tft-match-v1.getMatch - Get a match by match id",
														"text": "Get a match by match id\n"
													},
													"parameters": [
														{
															"id": 2005,
															"name": "parameters",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "union",
																"types": [
																	{
																		"type": "intrinsic",
																		"name": "string"
																	},
																	{
																		"type": "intrinsic",
																		"name": "number"
																	},
																	{
																		"type": "reference",
																		"id": 1218,
																		"name": "PathParameters"
																	},
																	{
																		"type": "reference",
																		"name": "ParamsArray"
																	}
																]
															}
														},
														{
															"id": 2006,
															"name": "data",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "intrinsic",
																"name": "any"
															}
														},
														{
															"id": 2007,
															"name": "config",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "reference",
																"name": "AxiosRequestConfig"
															}
														}
													],
													"type": {
														"type": "reference",
														"typeArguments": [
															{
																"type": "reference",
																"id": 618,
																"name": "TftMatchV1MatchDto"
															}
														],
														"name": "OperationResponse"
													}
												}
											]
										}
									],
									"groups": [
										{
											"title": "Methods",
											"kind": 2048,
											"children": [
												2003
											]
										}
									]
								}
							}
						},
						{
							"id": 2008,
							"name": "/tft/summoner/v1/summoners/by-account/{encryptedAccountId}",
							"kind": 1024,
							"kindString": "Property",
							"flags": {},
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 4165,
									"character": 64
								}
							],
							"type": {
								"type": "reflection",
								"declaration": {
									"id": 2009,
									"name": "__type",
									"kind": 65536,
									"kindString": "Type literal",
									"flags": {},
									"children": [
										{
											"id": 2010,
											"name": "get",
											"kind": 2048,
											"kindString": "Method",
											"flags": {},
											"signatures": [
												{
													"id": 2011,
													"name": "get",
													"kind": 4096,
													"kindString": "Call signature",
													"flags": {},
													"comment": {
														"shortText": "tft-summoner-v1.getByAccountId - Get a summoner by account ID.",
														"text": "Get a summoner by account ID.\n"
													},
													"parameters": [
														{
															"id": 2012,
															"name": "parameters",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "union",
																"types": [
																	{
																		"type": "intrinsic",
																		"name": "string"
																	},
																	{
																		"type": "intrinsic",
																		"name": "number"
																	},
																	{
																		"type": "reference",
																		"id": 1235,
																		"name": "PathParameters"
																	},
																	{
																		"type": "reference",
																		"name": "ParamsArray"
																	}
																]
															}
														},
														{
															"id": 2013,
															"name": "data",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "intrinsic",
																"name": "any"
															}
														},
														{
															"id": 2014,
															"name": "config",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "reference",
																"name": "AxiosRequestConfig"
															}
														}
													],
													"type": {
														"type": "reference",
														"typeArguments": [
															{
																"type": "reference",
																"id": 650,
																"name": "TftSummonerV1SummonerDTO"
															}
														],
														"name": "OperationResponse"
													}
												}
											]
										}
									],
									"groups": [
										{
											"title": "Methods",
											"kind": 2048,
											"children": [
												2010
											]
										}
									]
								}
							}
						},
						{
							"id": 2015,
							"name": "/tft/summoner/v1/summoners/by-name/{summonerName}",
							"kind": 1024,
							"kindString": "Property",
							"flags": {},
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 4177,
									"character": 55
								}
							],
							"type": {
								"type": "reflection",
								"declaration": {
									"id": 2016,
									"name": "__type",
									"kind": 65536,
									"kindString": "Type literal",
									"flags": {},
									"children": [
										{
											"id": 2017,
											"name": "get",
											"kind": 2048,
											"kindString": "Method",
											"flags": {},
											"signatures": [
												{
													"id": 2018,
													"name": "get",
													"kind": 4096,
													"kindString": "Call signature",
													"flags": {},
													"comment": {
														"shortText": "tft-summoner-v1.getBySummonerName - Get a summoner by summoner name.",
														"text": "Get a summoner by summoner name.\n"
													},
													"parameters": [
														{
															"id": 2019,
															"name": "parameters",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "union",
																"types": [
																	{
																		"type": "intrinsic",
																		"name": "string"
																	},
																	{
																		"type": "intrinsic",
																		"name": "number"
																	},
																	{
																		"type": "reference",
																		"id": 1256,
																		"name": "PathParameters"
																	},
																	{
																		"type": "reference",
																		"name": "ParamsArray"
																	}
																]
															}
														},
														{
															"id": 2020,
															"name": "data",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "intrinsic",
																"name": "any"
															}
														},
														{
															"id": 2021,
															"name": "config",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "reference",
																"name": "AxiosRequestConfig"
															}
														}
													],
													"type": {
														"type": "reference",
														"typeArguments": [
															{
																"type": "reference",
																"id": 650,
																"name": "TftSummonerV1SummonerDTO"
															}
														],
														"name": "OperationResponse"
													}
												}
											]
										}
									],
									"groups": [
										{
											"title": "Methods",
											"kind": 2048,
											"children": [
												2017
											]
										}
									]
								}
							}
						},
						{
							"id": 2022,
							"name": "/tft/summoner/v1/summoners/by-puuid/{encryptedPUUID}",
							"kind": 1024,
							"kindString": "Property",
							"flags": {},
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 4189,
									"character": 58
								}
							],
							"type": {
								"type": "reflection",
								"declaration": {
									"id": 2023,
									"name": "__type",
									"kind": 65536,
									"kindString": "Type literal",
									"flags": {},
									"children": [
										{
											"id": 2024,
											"name": "get",
											"kind": 2048,
											"kindString": "Method",
											"flags": {},
											"signatures": [
												{
													"id": 2025,
													"name": "get",
													"kind": 4096,
													"kindString": "Call signature",
													"flags": {},
													"comment": {
														"shortText": "tft-summoner-v1.getByPUUID - Get a summoner by PUUID.",
														"text": "Get a summoner by PUUID.\n"
													},
													"parameters": [
														{
															"id": 2026,
															"name": "parameters",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "union",
																"types": [
																	{
																		"type": "intrinsic",
																		"name": "string"
																	},
																	{
																		"type": "intrinsic",
																		"name": "number"
																	},
																	{
																		"type": "reference",
																		"id": 1242,
																		"name": "PathParameters"
																	},
																	{
																		"type": "reference",
																		"name": "ParamsArray"
																	}
																]
															}
														},
														{
															"id": 2027,
															"name": "data",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "intrinsic",
																"name": "any"
															}
														},
														{
															"id": 2028,
															"name": "config",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "reference",
																"name": "AxiosRequestConfig"
															}
														}
													],
													"type": {
														"type": "reference",
														"typeArguments": [
															{
																"type": "reference",
																"id": 650,
																"name": "TftSummonerV1SummonerDTO"
															}
														],
														"name": "OperationResponse"
													}
												}
											]
										}
									],
									"groups": [
										{
											"title": "Methods",
											"kind": 2048,
											"children": [
												2024
											]
										}
									]
								}
							}
						},
						{
							"id": 2029,
							"name": "/tft/summoner/v1/summoners/{encryptedSummonerId}",
							"kind": 1024,
							"kindString": "Property",
							"flags": {},
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 4201,
									"character": 54
								}
							],
							"type": {
								"type": "reflection",
								"declaration": {
									"id": 2030,
									"name": "__type",
									"kind": 65536,
									"kindString": "Type literal",
									"flags": {},
									"children": [
										{
											"id": 2031,
											"name": "get",
											"kind": 2048,
											"kindString": "Method",
											"flags": {},
											"signatures": [
												{
													"id": 2032,
													"name": "get",
													"kind": 4096,
													"kindString": "Call signature",
													"flags": {},
													"comment": {
														"shortText": "tft-summoner-v1.getBySummonerId - Get a summoner by summoner ID.",
														"text": "Get a summoner by summoner ID.\n"
													},
													"parameters": [
														{
															"id": 2033,
															"name": "parameters",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "union",
																"types": [
																	{
																		"type": "intrinsic",
																		"name": "string"
																	},
																	{
																		"type": "intrinsic",
																		"name": "number"
																	},
																	{
																		"type": "reference",
																		"id": 1249,
																		"name": "PathParameters"
																	},
																	{
																		"type": "reference",
																		"name": "ParamsArray"
																	}
																]
															}
														},
														{
															"id": 2034,
															"name": "data",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "intrinsic",
																"name": "any"
															}
														},
														{
															"id": 2035,
															"name": "config",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "reference",
																"name": "AxiosRequestConfig"
															}
														}
													],
													"type": {
														"type": "reference",
														"typeArguments": [
															{
																"type": "reference",
																"id": 650,
																"name": "TftSummonerV1SummonerDTO"
															}
														],
														"name": "OperationResponse"
													}
												}
											]
										}
									],
									"groups": [
										{
											"title": "Methods",
											"kind": 2048,
											"children": [
												2031
											]
										}
									]
								}
							}
						},
						{
							"id": 2111,
							"name": "/val/content/v1/contents",
							"kind": 1024,
							"kindString": "Property",
							"flags": {},
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 4347,
									"character": 30
								}
							],
							"type": {
								"type": "reflection",
								"declaration": {
									"id": 2112,
									"name": "__type",
									"kind": 65536,
									"kindString": "Type literal",
									"flags": {},
									"children": [
										{
											"id": 2113,
											"name": "get",
											"kind": 2048,
											"kindString": "Method",
											"flags": {},
											"signatures": [
												{
													"id": 2114,
													"name": "get",
													"kind": 4096,
													"kindString": "Call signature",
													"flags": {},
													"comment": {
														"shortText": "val-content-v1.getContent - Get content optionally filtered by locale",
														"text": "Get content optionally filtered by locale\n"
													},
													"parameters": [
														{
															"id": 2115,
															"name": "parameters",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "union",
																"types": [
																	{
																		"type": "intrinsic",
																		"name": "string"
																	},
																	{
																		"type": "intrinsic",
																		"name": "number"
																	},
																	{
																		"type": "reference",
																		"id": 1333,
																		"name": "QueryParameters"
																	},
																	{
																		"type": "reference",
																		"name": "ParamsArray"
																	}
																]
															}
														},
														{
															"id": 2116,
															"name": "data",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "intrinsic",
																"name": "any"
															}
														},
														{
															"id": 2117,
															"name": "config",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "reference",
																"name": "AxiosRequestConfig"
															}
														}
													],
													"type": {
														"type": "reference",
														"typeArguments": [
															{
																"type": "reference",
																"id": 720,
																"name": "ValContentV1ContentDto"
															}
														],
														"name": "OperationResponse"
													}
												}
											]
										}
									],
									"groups": [
										{
											"title": "Methods",
											"kind": 2048,
											"children": [
												2113
											]
										}
									]
								}
							}
						},
						{
							"id": 2118,
							"name": "/val/match/v1/matches/{matchId}",
							"kind": 1024,
							"kindString": "Property",
							"flags": {},
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 4359,
									"character": 37
								}
							],
							"type": {
								"type": "reflection",
								"declaration": {
									"id": 2119,
									"name": "__type",
									"kind": 65536,
									"kindString": "Type literal",
									"flags": {},
									"children": [
										{
											"id": 2120,
											"name": "get",
											"kind": 2048,
											"kindString": "Method",
											"flags": {},
											"signatures": [
												{
													"id": 2121,
													"name": "get",
													"kind": 4096,
													"kindString": "Call signature",
													"flags": {},
													"comment": {
														"shortText": "val-match-v1.getMatch - Get match by id",
														"text": "Get match by id\n"
													},
													"parameters": [
														{
															"id": 2122,
															"name": "parameters",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "union",
																"types": [
																	{
																		"type": "intrinsic",
																		"name": "string"
																	},
																	{
																		"type": "intrinsic",
																		"name": "number"
																	},
																	{
																		"type": "reference",
																		"id": 1340,
																		"name": "PathParameters"
																	},
																	{
																		"type": "reference",
																		"name": "ParamsArray"
																	}
																]
															}
														},
														{
															"id": 2123,
															"name": "data",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "intrinsic",
																"name": "any"
															}
														},
														{
															"id": 2124,
															"name": "config",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "reference",
																"name": "AxiosRequestConfig"
															}
														}
													],
													"type": {
														"type": "reference",
														"typeArguments": [
															{
																"type": "reference",
																"id": 800,
																"name": "ValMatchV1MatchDto"
															}
														],
														"name": "OperationResponse"
													}
												}
											]
										}
									],
									"groups": [
										{
											"title": "Methods",
											"kind": 2048,
											"children": [
												2120
											]
										}
									]
								}
							}
						},
						{
							"id": 2125,
							"name": "/val/match/v1/matchlists/by-puuid/{puuid}",
							"kind": 1024,
							"kindString": "Property",
							"flags": {},
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 4371,
									"character": 47
								}
							],
							"type": {
								"type": "reflection",
								"declaration": {
									"id": 2126,
									"name": "__type",
									"kind": 65536,
									"kindString": "Type literal",
									"flags": {},
									"children": [
										{
											"id": 2127,
											"name": "get",
											"kind": 2048,
											"kindString": "Method",
											"flags": {},
											"signatures": [
												{
													"id": 2128,
													"name": "get",
													"kind": 4096,
													"kindString": "Call signature",
													"flags": {},
													"comment": {
														"shortText": "val-match-v1.getMatchlist - Get matchlist for games played by puuid",
														"text": "Get matchlist for games played by puuid\n"
													},
													"parameters": [
														{
															"id": 2129,
															"name": "parameters",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "union",
																"types": [
																	{
																		"type": "intrinsic",
																		"name": "string"
																	},
																	{
																		"type": "intrinsic",
																		"name": "number"
																	},
																	{
																		"type": "reference",
																		"id": 1347,
																		"name": "PathParameters"
																	},
																	{
																		"type": "reference",
																		"name": "ParamsArray"
																	}
																]
															}
														},
														{
															"id": 2130,
															"name": "data",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "intrinsic",
																"name": "any"
															}
														},
														{
															"id": 2131,
															"name": "config",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "reference",
																"name": "AxiosRequestConfig"
															}
														}
													],
													"type": {
														"type": "reference",
														"typeArguments": [
															{
																"type": "reference",
																"id": 817,
																"name": "ValMatchV1MatchlistDto"
															}
														],
														"name": "OperationResponse"
													}
												}
											]
										}
									],
									"groups": [
										{
											"title": "Methods",
											"kind": 2048,
											"children": [
												2127
											]
										}
									]
								}
							}
						},
						{
							"id": 2132,
							"name": "/val/match/v1/recent-matches/by-queue/{queue}",
							"kind": 1024,
							"kindString": "Property",
							"flags": {},
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 4383,
									"character": 51
								}
							],
							"type": {
								"type": "reflection",
								"declaration": {
									"id": 2133,
									"name": "__type",
									"kind": 65536,
									"kindString": "Type literal",
									"flags": {},
									"children": [
										{
											"id": 2134,
											"name": "get",
											"kind": 2048,
											"kindString": "Method",
											"flags": {},
											"signatures": [
												{
													"id": 2135,
													"name": "get",
													"kind": 4096,
													"kindString": "Call signature",
													"flags": {},
													"comment": {
														"shortText": "val-match-v1.getRecent - Get recent matches",
														"text": "Get recent matches\n## Implementation Notes\nReturns a list of match ids that have completed in the last 10 minutes. NA/LATAM/BR share a match history deployment. As such, recent matches will return a combined list of matches from those three regions. Requests are load balanced so you may see some inconsistencies as matches are added/removed from the list.\n"
													},
													"parameters": [
														{
															"id": 2136,
															"name": "parameters",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "union",
																"types": [
																	{
																		"type": "intrinsic",
																		"name": "string"
																	},
																	{
																		"type": "intrinsic",
																		"name": "number"
																	},
																	{
																		"type": "reference",
																		"id": 1354,
																		"name": "PathParameters"
																	},
																	{
																		"type": "reference",
																		"name": "ParamsArray"
																	}
																]
															}
														},
														{
															"id": 2137,
															"name": "data",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "intrinsic",
																"name": "any"
															}
														},
														{
															"id": 2138,
															"name": "config",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "reference",
																"name": "AxiosRequestConfig"
															}
														}
													],
													"type": {
														"type": "reference",
														"typeArguments": [
															{
																"type": "reference",
																"id": 854,
																"name": "ValMatchV1RecentMatchesDto"
															}
														],
														"name": "OperationResponse"
													}
												}
											]
										}
									],
									"groups": [
										{
											"title": "Methods",
											"kind": 2048,
											"children": [
												2134
											]
										}
									]
								}
							}
						},
						{
							"id": 2139,
							"name": "/val/ranked/v1/leaderboards/by-act/{actId}",
							"kind": 1024,
							"kindString": "Property",
							"flags": {},
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 4397,
									"character": 48
								}
							],
							"type": {
								"type": "reflection",
								"declaration": {
									"id": 2140,
									"name": "__type",
									"kind": 65536,
									"kindString": "Type literal",
									"flags": {},
									"children": [
										{
											"id": 2141,
											"name": "get",
											"kind": 2048,
											"kindString": "Method",
											"flags": {},
											"signatures": [
												{
													"id": 2142,
													"name": "get",
													"kind": 4096,
													"kindString": "Call signature",
													"flags": {},
													"comment": {
														"shortText": "val-ranked-v1.getLeaderboard - Get leaderboard for the competitive queue",
														"text": "Get leaderboard for the competitive queue\n"
													},
													"parameters": [
														{
															"id": 2143,
															"name": "parameters",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "union",
																"types": [
																	{
																		"type": "intrinsic",
																		"name": "string"
																	},
																	{
																		"type": "intrinsic",
																		"name": "number"
																	},
																	{
																		"type": "reference",
																		"name": "ParamsArray"
																	},
																	{
																		"type": "intersection",
																		"types": [
																			{
																				"type": "reference",
																				"id": 1363,
																				"name": "PathParameters"
																			},
																			{
																				"type": "reference",
																				"id": 1365,
																				"name": "QueryParameters"
																			}
																		]
																	}
																]
															}
														},
														{
															"id": 2144,
															"name": "data",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "intrinsic",
																"name": "any"
															}
														},
														{
															"id": 2145,
															"name": "config",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "reference",
																"name": "AxiosRequestConfig"
															}
														}
													],
													"type": {
														"type": "reference",
														"typeArguments": [
															{
																"type": "reference",
																"id": 879,
																"name": "ValRankedV1LeaderboardDto"
															}
														],
														"name": "OperationResponse"
													}
												}
											]
										}
									],
									"groups": [
										{
											"title": "Methods",
											"kind": 2048,
											"children": [
												2141
											]
										}
									]
								}
							}
						},
						{
							"id": 2146,
							"name": "/val/status/v1/platform-data",
							"kind": 1024,
							"kindString": "Property",
							"flags": {},
							"sources": [
								{
									"fileName": "client.d.ts",
									"line": 4409,
									"character": 34
								}
							],
							"type": {
								"type": "reflection",
								"declaration": {
									"id": 2147,
									"name": "__type",
									"kind": 65536,
									"kindString": "Type literal",
									"flags": {},
									"children": [
										{
											"id": 2148,
											"name": "get",
											"kind": 2048,
											"kindString": "Method",
											"flags": {},
											"signatures": [
												{
													"id": 2149,
													"name": "get",
													"kind": 4096,
													"kindString": "Call signature",
													"flags": {},
													"comment": {
														"shortText": "val-status-v1.getPlatformData - Get VALORANT status for the given platform.",
														"text": "Get VALORANT status for the given platform.\n"
													},
													"parameters": [
														{
															"id": 2150,
															"name": "parameters",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "union",
																"types": [
																	{
																		"type": "intrinsic",
																		"name": "string"
																	},
																	{
																		"type": "intrinsic",
																		"name": "number"
																	},
																	{
																		"type": "reference",
																		"name": "ParamsArray"
																	},
																	{
																		"type": "reference",
																		"name": "UnknownParamsObject"
																	}
																]
															}
														},
														{
															"id": 2151,
															"name": "data",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "intrinsic",
																"name": "any"
															}
														},
														{
															"id": 2152,
															"name": "config",
															"kind": 32768,
															"kindString": "Parameter",
															"flags": {
																"isOptional": true
															},
															"type": {
																"type": "reference",
																"name": "AxiosRequestConfig"
															}
														}
													],
													"type": {
														"type": "reference",
														"typeArguments": [
															{
																"type": "reference",
																"id": 894,
																"name": "ValStatusV1PlatformDataDto"
															}
														],
														"name": "OperationResponse"
													}
												}
											]
										}
									],
									"groups": [
										{
											"title": "Methods",
											"kind": 2048,
											"children": [
												2148
											]
										}
									]
								}
							}
						}
					],
					"groups": [
						{
							"title": "Properties",
							"kind": 1024,
							"children": [
								1721,
								1728,
								1735,
								1749,
								1756,
								1763,
								1770,
								1777,
								1784,
								1791,
								1798,
								1805,
								1812,
								1819,
								1826,
								1875,
								1882,
								1889,
								1896,
								1903,
								1742,
								2036,
								1910,
								1917,
								1833,
								1840,
								1924,
								1931,
								1938,
								1945,
								2043,
								2050,
								2057,
								2064,
								2071,
								2078,
								2090,
								2097,
								2104,
								1847,
								1854,
								1861,
								1868,
								1700,
								1707,
								1714,
								1952,
								1959,
								1966,
								1973,
								1980,
								1987,
								1994,
								2001,
								2008,
								2015,
								2022,
								2029,
								2111,
								2118,
								2125,
								2132,
								2139,
								2146
							]
						}
					],
					"sources": [
						{
							"fileName": "client.d.ts",
							"line": 3624,
							"character": 32
						}
					]
				},
				{
					"id": 2153,
					"name": "Client",
					"kind": 4194304,
					"kindString": "Type alias",
					"flags": {},
					"sources": [
						{
							"fileName": "client.d.ts",
							"line": 4423,
							"character": 18
						}
					],
					"type": {
						"type": "reference",
						"typeArguments": [
							{
								"type": "reference",
								"id": 1373,
								"name": "OperationMethods"
							},
							{
								"type": "reference",
								"id": 1699,
								"name": "PathsDictionary"
							}
						],
						"name": "OpenAPIClient"
					}
				}
			],
			"groups": [
				{
					"title": "Namespaces",
					"kind": 2,
					"children": [
						9,
						918
					]
				},
				{
					"title": "Interfaces",
					"kind": 256,
					"children": [
						1373,
						1699
					]
				},
				{
					"title": "Type aliases",
					"kind": 4194304,
					"children": [
						2153
					]
				}
			],
			"sources": [
				{
					"fileName": "client.d.ts",
					"line": 1,
					"character": 0
				}
			]
		},
		{
			"id": 1,
			"name": "index",
			"kind": 1,
			"kindString": "Module",
			"flags": {},
			"children": [
				{
					"id": 2154,
					"name": "Schemas",
					"kind": 16777216,
					"kindString": "Reference",
					"flags": {},
					"target": 10
				},
				{
					"id": 6,
					"name": "definition",
					"kind": 32,
					"kindString": "Variable",
					"flags": {
						"isConst": true
					},
					"sources": [
						{
							"fileName": "index.ts",
							"line": 9,
							"character": 23
						}
					],
					"type": {
						"type": "reference",
						"typeArguments": [
							{
								"type": "reflection",
								"declaration": {
									"id": 7,
									"name": "__type",
									"kind": 65536,
									"kindString": "Type literal",
									"flags": {}
								}
							}
						],
						"name": "Document"
					},
					"defaultValue": "..."
				},
				{
					"id": 2,
					"name": "createClient",
					"kind": 64,
					"kindString": "Function",
					"flags": {},
					"sources": [
						{
							"fileName": "index.ts",
							"line": 11,
							"character": 28
						}
					],
					"signatures": [
						{
							"id": 3,
							"name": "createClient",
							"kind": 4096,
							"kindString": "Call signature",
							"flags": {},
							"parameters": [
								{
									"id": 4,
									"name": "token",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "string"
									}
								},
								{
									"id": 5,
									"name": "server",
									"kind": 32768,
									"kindString": "Parameter",
									"flags": {},
									"type": {
										"type": "intrinsic",
										"name": "string"
									}
								}
							],
							"type": {
								"type": "reference",
								"id": 2153,
								"name": "Client"
							}
						}
					]
				}
			],
			"groups": [
				{
					"title": "References",
					"kind": 16777216,
					"children": [
						2154
					]
				},
				{
					"title": "Variables",
					"kind": 32,
					"children": [
						6
					]
				},
				{
					"title": "Functions",
					"kind": 64,
					"children": [
						2
					]
				}
			],
			"sources": [
				{
					"fileName": "index.ts",
					"line": 1,
					"character": 0
				}
			]
		}
	],
	"groups": [
		{
			"title": "Modules",
			"kind": 1,
			"children": [
				8,
				1
			]
		}
	]
}