@cloudgaming/rpc
Advanced tools
Comparing version 1.8.0 to 1.9.0
@@ -29,2 +29,4 @@ /// <reference types="node" /> | ||
GetCurrentCredits = "cu", | ||
/** client->server, reconnect game */ | ||
ReconnectGame = "rcg", | ||
/** server->client, about to stop session */ | ||
@@ -165,2 +167,3 @@ AboutToStop = "ats", | ||
[FunctionName.GetCurrentCredits]: Record<string, never>; | ||
[FunctionName.ReconnectGame]: Pick<FunctionPayload[FunctionName.DoStartGame], 'grade' | 'model' | 'sn'>; | ||
[FunctionName.AboutToStop]: { | ||
@@ -365,2 +368,3 @@ /** code */ | ||
}; | ||
[FunctionName.ReconnectGame]: FunctionResult[FunctionName.DoStartGame]; | ||
[FunctionName.AboutToStop]: void; | ||
@@ -373,3 +377,3 @@ [FunctionName.ForceStop]: void; | ||
[FunctionName.LicenseSteamQueryGuard]: { | ||
guard: string; | ||
guard: string | null; | ||
}; | ||
@@ -412,3 +416,3 @@ [FunctionName.LicenseSteamUpdateSentry]: void; | ||
path: string; | ||
md5: string; | ||
md5?: string; | ||
size: number; | ||
@@ -415,0 +419,0 @@ url?: string; |
@@ -32,2 +32,4 @@ "use strict"; | ||
FunctionName["GetCurrentCredits"] = "cu"; | ||
/** client->server, reconnect game */ | ||
FunctionName["ReconnectGame"] = "rcg"; | ||
/** server->client, about to stop session */ | ||
@@ -34,0 +36,0 @@ FunctionName["AboutToStop"] = "ats"; |
{ | ||
"name": "@cloudgaming/rpc", | ||
"version": "1.8.0", | ||
"version": "1.9.0", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "type": "commonjs", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
60331
980