steamutils 1.2.69 → 1.2.70
Sign up to get free protection for your applications and to get access to all the features.
- package/index.js +1 -0
- package/package.json +1 -1
package/index.js
CHANGED
@@ -26,6 +26,7 @@ export const MatchHistoryType = {
|
|
26
26
|
matchhistoryscrimmage: 'matchhistoryscrimmage',
|
27
27
|
matchhistorycompetitive: 'matchhistorycompetitive',
|
28
28
|
matchhistorypremier: 'matchhistorypremier',
|
29
|
+
matchhistorycompetitivepermap: 'matchhistorycompetitivepermap',
|
29
30
|
}
|
30
31
|
|
31
32
|
export const MatchWinLose = {
|