@overwolf/ow-electron-packages-types 1.1.1-beta.0 → 1.1.1-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -21
- package/README.md +44 -44
- package/game-list.d.ts +4014 -4014
- package/gep-supported-games.d.ts +59 -59
- package/package.json +36 -36
- package/types.d.ts +5919 -5914
package/gep-supported-games.d.ts
CHANGED
|
@@ -1,60 +1,60 @@
|
|
|
1
|
-
export const enum kGepSupportedGameIds {
|
|
2
|
-
ApexLegends = 21566,
|
|
3
|
-
ArcRaiders = 27168,
|
|
4
|
-
ArknightsEF = 27724,
|
|
5
|
-
BaldursGateIII = 22088,
|
|
6
|
-
BlackMythWukong = 24504,
|
|
7
|
-
CoDGI = 27860,
|
|
8
|
-
CallofDutyModernWarfareII = 22328,
|
|
9
|
-
CallofDutyVanguard = 21876,
|
|
10
|
-
ContentWarning = 24110,
|
|
11
|
-
CS2 = 22730,
|
|
12
|
-
DarkandDarker = 22584,
|
|
13
|
-
Deadlock = 24482,
|
|
14
|
-
DiabloIV = 22700,
|
|
15
|
-
Dota2 = 7314,
|
|
16
|
-
ELDENRINGNIGHTREIGN = 25918,
|
|
17
|
-
EscapeFromTarkov = 21634,
|
|
18
|
-
FinalFantasyXIVOnline = 6350,
|
|
19
|
-
Fortnite = 21216,
|
|
20
|
-
GenshinImpact = 21656,
|
|
21
|
-
HearthstoneHeroesofWarcraft = 9898,
|
|
22
|
-
HELLDIVERS2 = 24000,
|
|
23
|
-
HonkaiStarRail = 22804,
|
|
24
|
-
LeagueofLegends = 5426,
|
|
25
|
-
LeagueofLegendsPBE = 22848,
|
|
26
|
-
LethalCompany = 23522,
|
|
27
|
-
LostArk = 21864,
|
|
28
|
-
MagictheGatheringArena = 21308,
|
|
29
|
-
MarvelRivals = 24890,
|
|
30
|
-
Minecraft = 8032,
|
|
31
|
-
MinecraftBedrock = 22176,
|
|
32
|
-
MHWilds = 25446,
|
|
33
|
-
NewWorld = 21816,
|
|
34
|
-
OnceHuman = 23930,
|
|
35
|
-
Overwatch = 10844,
|
|
36
|
-
Palworld = 23944,
|
|
37
|
-
PathofExile = 7212,
|
|
38
|
-
PathofExile2 = 24886,
|
|
39
|
-
PEAK = 26092,
|
|
40
|
-
PUBG = 10906,
|
|
41
|
-
REPO = 25448,
|
|
42
|
-
Rainbow6Siege = 10826,
|
|
43
|
-
REMATCH = 26120,
|
|
44
|
-
Roblox = 4688,
|
|
45
|
-
RobloxMicrosoftedition = 22174,
|
|
46
|
-
RocketLeague = 10798,
|
|
47
|
-
ScheduleI = 25610,
|
|
48
|
-
SonsoftheForest = 22638,
|
|
49
|
-
Splitgate2 = 25884,
|
|
50
|
-
StreetFighter6 = 22894,
|
|
51
|
-
SUPERVIVE = 24346,
|
|
52
|
-
TeamfightTactics = 21570,
|
|
53
|
-
TheFinals = 23478,
|
|
54
|
-
VALORANT = 21640,
|
|
55
|
-
Warframe = 8954,
|
|
56
|
-
Warhammer40000SpaceMarine2 = 24548,
|
|
57
|
-
WoW = 765,
|
|
58
|
-
WutheringWaves = 24300,
|
|
59
|
-
XKO = 26840,
|
|
1
|
+
export const enum kGepSupportedGameIds {
|
|
2
|
+
ApexLegends = 21566,
|
|
3
|
+
ArcRaiders = 27168,
|
|
4
|
+
ArknightsEF = 27724,
|
|
5
|
+
BaldursGateIII = 22088,
|
|
6
|
+
BlackMythWukong = 24504,
|
|
7
|
+
CoDGI = 27860,
|
|
8
|
+
CallofDutyModernWarfareII = 22328,
|
|
9
|
+
CallofDutyVanguard = 21876,
|
|
10
|
+
ContentWarning = 24110,
|
|
11
|
+
CS2 = 22730,
|
|
12
|
+
DarkandDarker = 22584,
|
|
13
|
+
Deadlock = 24482,
|
|
14
|
+
DiabloIV = 22700,
|
|
15
|
+
Dota2 = 7314,
|
|
16
|
+
ELDENRINGNIGHTREIGN = 25918,
|
|
17
|
+
EscapeFromTarkov = 21634,
|
|
18
|
+
FinalFantasyXIVOnline = 6350,
|
|
19
|
+
Fortnite = 21216,
|
|
20
|
+
GenshinImpact = 21656,
|
|
21
|
+
HearthstoneHeroesofWarcraft = 9898,
|
|
22
|
+
HELLDIVERS2 = 24000,
|
|
23
|
+
HonkaiStarRail = 22804,
|
|
24
|
+
LeagueofLegends = 5426,
|
|
25
|
+
LeagueofLegendsPBE = 22848,
|
|
26
|
+
LethalCompany = 23522,
|
|
27
|
+
LostArk = 21864,
|
|
28
|
+
MagictheGatheringArena = 21308,
|
|
29
|
+
MarvelRivals = 24890,
|
|
30
|
+
Minecraft = 8032,
|
|
31
|
+
MinecraftBedrock = 22176,
|
|
32
|
+
MHWilds = 25446,
|
|
33
|
+
NewWorld = 21816,
|
|
34
|
+
OnceHuman = 23930,
|
|
35
|
+
Overwatch = 10844,
|
|
36
|
+
Palworld = 23944,
|
|
37
|
+
PathofExile = 7212,
|
|
38
|
+
PathofExile2 = 24886,
|
|
39
|
+
PEAK = 26092,
|
|
40
|
+
PUBG = 10906,
|
|
41
|
+
REPO = 25448,
|
|
42
|
+
Rainbow6Siege = 10826,
|
|
43
|
+
REMATCH = 26120,
|
|
44
|
+
Roblox = 4688,
|
|
45
|
+
RobloxMicrosoftedition = 22174,
|
|
46
|
+
RocketLeague = 10798,
|
|
47
|
+
ScheduleI = 25610,
|
|
48
|
+
SonsoftheForest = 22638,
|
|
49
|
+
Splitgate2 = 25884,
|
|
50
|
+
StreetFighter6 = 22894,
|
|
51
|
+
SUPERVIVE = 24346,
|
|
52
|
+
TeamfightTactics = 21570,
|
|
53
|
+
TheFinals = 23478,
|
|
54
|
+
VALORANT = 21640,
|
|
55
|
+
Warframe = 8954,
|
|
56
|
+
Warhammer40000SpaceMarine2 = 24548,
|
|
57
|
+
WoW = 765,
|
|
58
|
+
WutheringWaves = 24300,
|
|
59
|
+
XKO = 26840,
|
|
60
60
|
}
|
package/package.json
CHANGED
|
@@ -1,37 +1,37 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@overwolf/ow-electron-packages-types",
|
|
3
|
-
"version": "1.1.1-beta.
|
|
4
|
-
"description": "Type definition file for autocompletion and documentation purposes for ow-electron packages",
|
|
5
|
-
"license": "MIT",
|
|
6
|
-
"types": "types.d.ts",
|
|
7
|
-
"keywords": [
|
|
8
|
-
"types",
|
|
9
|
-
"npm",
|
|
10
|
-
"package",
|
|
11
|
-
"overwolf",
|
|
12
|
-
"ow-electron",
|
|
13
|
-
"overlay",
|
|
14
|
-
"game-list"
|
|
15
|
-
],
|
|
16
|
-
"devDependencies": {
|
|
17
|
-
"@overwolf/ow-electron": "latest"
|
|
18
|
-
},
|
|
19
|
-
"repository": {
|
|
20
|
-
"type": "git",
|
|
21
|
-
"url": "https://github.com/overwolf/ow-electron-packages-types"
|
|
22
|
-
},
|
|
23
|
-
"exports": {
|
|
24
|
-
".": {
|
|
25
|
-
"types": "./types.d.ts"
|
|
26
|
-
},
|
|
27
|
-
"./game-list": {
|
|
28
|
-
"types": "./game-list.d.ts"
|
|
29
|
-
},
|
|
30
|
-
"./gep-supported-games": {
|
|
31
|
-
"types": "./gep-supported-games.d.ts"
|
|
32
|
-
}
|
|
33
|
-
},
|
|
34
|
-
"dependencies": {
|
|
35
|
-
"glob": "^13.0.0"
|
|
36
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@overwolf/ow-electron-packages-types",
|
|
3
|
+
"version": "1.1.1-beta.1",
|
|
4
|
+
"description": "Type definition file for autocompletion and documentation purposes for ow-electron packages",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"types": "types.d.ts",
|
|
7
|
+
"keywords": [
|
|
8
|
+
"types",
|
|
9
|
+
"npm",
|
|
10
|
+
"package",
|
|
11
|
+
"overwolf",
|
|
12
|
+
"ow-electron",
|
|
13
|
+
"overlay",
|
|
14
|
+
"game-list"
|
|
15
|
+
],
|
|
16
|
+
"devDependencies": {
|
|
17
|
+
"@overwolf/ow-electron": "latest"
|
|
18
|
+
},
|
|
19
|
+
"repository": {
|
|
20
|
+
"type": "git",
|
|
21
|
+
"url": "https://github.com/overwolf/ow-electron-packages-types"
|
|
22
|
+
},
|
|
23
|
+
"exports": {
|
|
24
|
+
".": {
|
|
25
|
+
"types": "./types.d.ts"
|
|
26
|
+
},
|
|
27
|
+
"./game-list": {
|
|
28
|
+
"types": "./game-list.d.ts"
|
|
29
|
+
},
|
|
30
|
+
"./gep-supported-games": {
|
|
31
|
+
"types": "./gep-supported-games.d.ts"
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
"dependencies": {
|
|
35
|
+
"glob": "^13.0.0"
|
|
36
|
+
}
|
|
37
37
|
}
|