Skip to content

Commit

Permalink
Update version 10894
Browse files Browse the repository at this point in the history
  • Loading branch information
claabs committed Jul 4, 2023
1 parent ad76cbb commit 8a3ece4
Show file tree
Hide file tree
Showing 5 changed files with 202 additions and 80 deletions.
240 changes: 198 additions & 42 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ubisoft-demux",
"version": "1.10887.0",
"version": "1.10894.0",
"description": "A Node.js client to interact with Ubisoft Connect's protobuf demux API",
"main": "dist/src/index.js",
"scripts": {
Expand Down
20 changes: 2 additions & 18 deletions proto/proto_statistics/Statistics.proto
Original file line number Diff line number Diff line change
Expand Up @@ -619,21 +619,6 @@ message TrustedDeviceActionData {
optional bool defaultFriendlyName = 3;
}

message GameStarterStartRequestObjectData {
optional string steamId = 1;
optional string steamTicket = 2;
}

message MercuryCheckoutRequestObjectData {
optional string steamId = 1;
optional string partnerPlatformType = 2;
}

message MercuryWebshopGetObjectData {
optional string partnerPlatformType = 1;
optional string misconfiguredProductSteamIds = 2;
}

message SharePlayHostSessionStreamingStartData {
optional string hostPeerId = 1;
optional string side = 2;
Expand Down Expand Up @@ -864,9 +849,8 @@ message EventObjectData {
optional RemotePlayHostSessionStreamingStartData remotePlaySessionStart = 62;
optional RemotePlayHostSessionStreamingStopData remotePlaySessionStop = 63;
optional StreamingStatusData streamingStatus = 64;
optional GameStarterStartRequestObjectData gameStarterStartRequest = 65;
optional MercuryCheckoutRequestObjectData mercuryCheckoutRequest = 66;
optional MercuryWebshopGetObjectData mercuryWebshopGet = 67;

reserved 65, 66, 67;
}

message Event {
Expand Down
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
* The launcher version sent to the demux API on startup. It can be found in the upc.exe file properties (e.g. File version: 132.2.0.10690)
*/
export const API_VERSION = 10887;
export const API_VERSION = 10894;
Loading

0 comments on commit 8a3ece4

Please sign in to comment.