Skip to content

Commit c6f46f2

Browse files
author
OneSignal
committed
Update Node API
1 parent a193c54 commit c6f46f2

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

models/ExportPlayersRequestBody.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export class ExportPlayersRequestBody {
1818
*/
1919
'last_active_since'?: string;
2020
/**
21-
* Export al ldevices belonging to the segment.
21+
* Export all devices belonging to the segment.
2222
*/
2323
'segment_name'?: string;
2424

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"prepare": "npm run build"
2222
},
2323
"dependencies": {
24-
"@types/node": "^18.8.5",
24+
"@types/node": "^18.11.7",
2525
"@types/node-fetch": "^2.5.7",
2626
"btoa": "^1.2.1",
2727
"es6-promise": "^4.2.4",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"@types/node" "*"
1111
form-data "^3.0.0"
1212

13-
"@types/node@*", "@types/node@^18.8.5":
14-
version "18.8.5"
15-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.8.5.tgz#6a31f820c1077c3f8ce44f9e203e68a176e8f59e"
16-
integrity sha512-Bq7G3AErwe5A/Zki5fdD3O6+0zDChhg671NfPjtIcbtzDNZTv4NPKMRFr7gtYPG7y+B8uTiNK4Ngd9T0FTar6Q==
13+
"@types/node@*", "@types/node@^18.11.7":
14+
version "18.11.7"
15+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.7.tgz#8ccef136f240770c1379d50100796a6952f01f94"
16+
integrity sha512-LhFTglglr63mNXUSRYD8A+ZAIu5sFqNJ4Y2fPuY7UlrySJH87rRRlhtVmMHplmfk5WkoJGmDjE9oiTfyX94CpQ==
1717

1818
"@types/url-parse@1.4.4":
1919
version "1.4.4"

0 commit comments

Comments
 (0)