@cloudgaming/rpc
Advanced tools
Comparing version 1.6.0 to 1.7.0
@@ -39,2 +39,4 @@ /// <reference types="node" /> | ||
AgentBatch = "ab", | ||
/** server->agent, set branding config */ | ||
AgentSetBranding = "asb", | ||
/** server->agent, set payload commands */ | ||
@@ -108,2 +110,4 @@ AgentSetPayload = "asp", | ||
migrate?: boolean; | ||
/** branding name */ | ||
branding?: string; | ||
/** speed test result */ | ||
@@ -140,2 +144,4 @@ speedTest?: Array<{ | ||
gameArgs?: Record<string, string>; | ||
/** branding name */ | ||
branding?: string; | ||
/** start token, contains sessionId, userId and stopDeadline */ | ||
@@ -189,2 +195,8 @@ startToken: string; | ||
}; | ||
[FunctionName.AgentSetBranding]: { | ||
name: string; | ||
config: { | ||
processWatcherSilentAction?: 'restart' | 'disconnect' | null | undefined; | ||
}; | ||
}; | ||
[FunctionName.AgentSetPayload]: { | ||
@@ -352,2 +364,3 @@ launchScript: Array<IFunctionRequest & { | ||
[FunctionName.AgentAttach]: void; | ||
[FunctionName.AgentSetBranding]: void; | ||
[FunctionName.AgentReportPrepare]: void; | ||
@@ -354,0 +367,0 @@ [FunctionName.LicenseSteamQueryGuard]: { |
@@ -42,2 +42,4 @@ "use strict"; | ||
FunctionName["AgentBatch"] = "ab"; | ||
/** server->agent, set branding config */ | ||
FunctionName["AgentSetBranding"] = "asb"; | ||
/** server->agent, set payload commands */ | ||
@@ -44,0 +46,0 @@ FunctionName["AgentSetPayload"] = "asp"; |
{ | ||
"name": "@cloudgaming/rpc", | ||
"version": "1.6.0", | ||
"version": "1.7.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
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
59029
964