Skip to content

Commit

Permalink
https://docs.microsoft.com/en-us/gaming/playfab/release-notes/#241108
Browse files Browse the repository at this point in the history
  • Loading branch information
PlayFab SDK Team authored and PlayFab SDK Team committed Nov 13, 2024
2 parents 651a233 + 9673d06 commit 81935a2
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
6 changes: 3 additions & 3 deletions PlayFabSdk/Scripts/PlayFab/PlayFab.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
var url = require("url");
var https = require("https");

exports.sdk_version = "2.164.241025";
exports.buildIdentifier = "adobuild_nodesdk_116";
exports.sdk_version = "2.165.241108";
exports.buildIdentifier = "adobuild_nodesdk_114";

var settings = (exports.settings = {
productionUrl: ".playfabapi.com",
Expand All @@ -19,7 +19,7 @@ var _internalSettings = (exports._internalSettings = {
entityToken: null,
sessionTicket: null,
requestGetParams: {
sdk: "JavaScriptSDK-2.164.241025",
sdk: "JavaScriptSDK-2.165.241108",
},
});

Expand Down
7 changes: 5 additions & 2 deletions PlayFabSdk/Scripts/typings/PlayFab/PlayFabMultiplayer.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3021,11 +3021,14 @@ declare module PlayFabMultiplayerModels {
EntityKey: EntityKey;
// Opaque string, given to a client upon creating a connection with PubSub.
PubSubConnectionHandle: string;
// The name of the resource to subscribe to.
// The name of the resource to subscribe to. For LobbyChange subscriptions this is the lobbyId. For LobbyInvite
// subscriptions this should always be "@me".
ResourceId: string;
// Version number for the subscription of this resource.
SubscriptionVersion: number;
// Subscription type.
// Subscription type. "LobbyChange" subscriptions allow a member or owner to receive notifications of lobby data, member or
// owner changes. "LobbyInvite" subscriptions allow a player to receive invites to lobbies. A player does not need to be a
// member of a lobby to receive lobby invites.
Type: string;
}

Expand Down
4 changes: 2 additions & 2 deletions PlayFabSdk/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 PlayFabSdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playfab-sdk",
"version": "2.164.241025",
"version": "2.165.241108",
"description": "Playfab SDK for node.js applications",
"license": "Apache-2.0",
"devDependencies": {
Expand Down

0 comments on commit 81935a2

Please sign in to comment.