Update splatnet3-types

This commit is contained in:
Samuel Elliott 2023-06-01 19:33:22 +01:00
parent 681f9a5946
commit ccbe3fb8dd
No known key found for this signature in database
GPG Key ID: 8420C7CDE43DC4D6
3 changed files with 9 additions and 9 deletions

14
package-lock.json generated
View File

@ -23,7 +23,7 @@
"node-notifier": "^10.0.1", "node-notifier": "^10.0.1",
"node-persist": "^3.1.0", "node-persist": "^3.1.0",
"read": "^1.0.7", "read": "^1.0.7",
"splatnet3-types": "^0.2.20230227204004", "splatnet3-types": "^0.2.20230601143335",
"supports-color": "^8.1.1", "supports-color": "^8.1.1",
"tslib": "^2.4.1", "tslib": "^2.4.1",
"uuid": "^8.3.2", "uuid": "^8.3.2",
@ -4041,9 +4041,9 @@
"dev": true "dev": true
}, },
"node_modules/splatnet3-types": { "node_modules/splatnet3-types": {
"version": "0.2.20230227204004", "version": "0.2.20230601143335",
"resolved": "https://registry.npmjs.org/splatnet3-types/-/splatnet3-types-0.2.20230227204004.tgz", "resolved": "https://registry.npmjs.org/splatnet3-types/-/splatnet3-types-0.2.20230601143335.tgz",
"integrity": "sha512-FAY6pbUcrp5O8c49BNXSKxoyM3UlCrRx2AtA9Y3qlvqOLdHqwxtzcdzbk1b1hRam8ZcrxRzE/ii6ESRiPIAnZw==" "integrity": "sha512-gZO2DUohuPhhPhwJrEcOR07fYgAvA42ZuXEvaw3x7c5LQzjNzgjkwOQNnpHAMZcE6lIfT2L45v8cjfyu8VcBgA=="
}, },
"node_modules/sprintf-js": { "node_modules/sprintf-js": {
"version": "1.1.2", "version": "1.1.2",
@ -7735,9 +7735,9 @@
"dev": true "dev": true
}, },
"splatnet3-types": { "splatnet3-types": {
"version": "0.2.20230227204004", "version": "0.2.20230601143335",
"resolved": "https://registry.npmjs.org/splatnet3-types/-/splatnet3-types-0.2.20230227204004.tgz", "resolved": "https://registry.npmjs.org/splatnet3-types/-/splatnet3-types-0.2.20230601143335.tgz",
"integrity": "sha512-FAY6pbUcrp5O8c49BNXSKxoyM3UlCrRx2AtA9Y3qlvqOLdHqwxtzcdzbk1b1hRam8ZcrxRzE/ii6ESRiPIAnZw==" "integrity": "sha512-gZO2DUohuPhhPhwJrEcOR07fYgAvA42ZuXEvaw3x7c5LQzjNzgjkwOQNnpHAMZcE6lIfT2L45v8cjfyu8VcBgA=="
}, },
"sprintf-js": { "sprintf-js": {
"version": "1.1.2", "version": "1.1.2",

View File

@ -49,7 +49,7 @@
"node-notifier": "^10.0.1", "node-notifier": "^10.0.1",
"node-persist": "^3.1.0", "node-persist": "^3.1.0",
"read": "^1.0.7", "read": "^1.0.7",
"splatnet3-types": "^0.2.20230227204004", "splatnet3-types": "^0.2.20230601143335",
"supports-color": "^8.1.1", "supports-color": "^8.1.1",
"tslib": "^2.4.1", "tslib": "^2.4.1",
"uuid": "^8.3.2", "uuid": "^8.3.2",

View File

@ -873,7 +873,7 @@ export default class SplatNet3Api {
PagerUpdateBattleHistoriesByVsModeVariables PagerUpdateBattleHistoriesByVsModeVariables
>(RequestId.PagerUpdateBattleHistoriesByVsModeQuery, { >(RequestId.PagerUpdateBattleHistoriesByVsModeQuery, {
isBankara: false, isBankara: false,
isLeague: false, isEvent: false,
isPrivate: false, isPrivate: false,
isRegular: false, isRegular: false,
isXBattle: false, isXBattle: false,