Skip to content

Commit

Permalink
https://docs.microsoft.com/en-us/gaming/playfab/release-notes/#231124
Browse files Browse the repository at this point in the history
  • Loading branch information
PlayFab SDK Team authored and PlayFab SDK Team committed Nov 27, 2023
2 parents 386b177 + 32ed72b commit b6b09e7
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 18 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.142.231110";
exports.buildIdentifier = "adobuild_nodesdk_115";
exports.sdk_version = "2.143.231124";
exports.buildIdentifier = "adobuild_nodesdk_8";

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.142.231110",
sdk: "JavaScriptSDK-2.143.231124",
},
});

Expand Down
15 changes: 8 additions & 7 deletions PlayFabSdk/Scripts/typings/PlayFab/PlayFabAdmin.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,7 @@ declare module PlayFabAdminModels {
}

export interface Action {
// Action content to Add Inventory item v2
// Action content to add inventory item v2
AddInventoryItemV2Content?: AddInventoryItemV2Content;
// Action content to ban player
BanPlayerContent?: BanPlayerContent;
Expand All @@ -766,7 +766,7 @@ declare module PlayFabAdminModels {
PushNotificationContent?: PushNotificationContent;
// Action content to send email
SendEmailContent?: SendEmailContent;
// Action content to Subtract Inventory item v2
// Action content to subtract inventory item v2
SubtractInventoryItemV2Content?: SubtractInventoryItemV2Content;
}

Expand Down Expand Up @@ -2628,10 +2628,10 @@ declare module PlayFabAdminModels {
| "LobbyNewOwnerMustBeConnected"
| "LobbyCurrentOwnerStillConnected"
| "LobbyMemberIsNotOwner"
| "LobbyAssociatedServerMismatch"
| "LobbyAssociatedServerNotFound"
| "LobbyAssociatedToDifferentServer"
| "LobbyServerAlreadyAssociated"
| "LobbyServerMismatch"
| "LobbyServerNotFound"
| "LobbyDifferentServerAlreadyJoined"
| "LobbyServerAlreadyJoined"
| "LobbyIsNotClientOwned"
| "LobbyDoesNotUseConnections"
| "EventSamplingInvalidRatio"
Expand Down Expand Up @@ -2679,7 +2679,8 @@ declare module PlayFabAdminModels {
| "AddonAlreadyExists"
| "AddonDoesntExist"
| "CopilotDisabled"
| "CopilotInvalidRequest";
| "CopilotInvalidRequest"
| "TrueSkillUnauthorized";

export interface GetActionsOnPlayersInSegmentTaskInstanceResult extends PlayFabModule.IPlayFabResultCommon {
// Parameter of this task instance
Expand Down
11 changes: 6 additions & 5 deletions PlayFabSdk/Scripts/typings/PlayFab/PlayFabServer.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2532,10 +2532,10 @@ declare module PlayFabServerModels {
| "LobbyNewOwnerMustBeConnected"
| "LobbyCurrentOwnerStillConnected"
| "LobbyMemberIsNotOwner"
| "LobbyAssociatedServerMismatch"
| "LobbyAssociatedServerNotFound"
| "LobbyAssociatedToDifferentServer"
| "LobbyServerAlreadyAssociated"
| "LobbyServerMismatch"
| "LobbyServerNotFound"
| "LobbyDifferentServerAlreadyJoined"
| "LobbyServerAlreadyJoined"
| "LobbyIsNotClientOwned"
| "LobbyDoesNotUseConnections"
| "EventSamplingInvalidRatio"
Expand Down Expand Up @@ -2583,7 +2583,8 @@ declare module PlayFabServerModels {
| "AddonAlreadyExists"
| "AddonDoesntExist"
| "CopilotDisabled"
| "CopilotInvalidRequest";
| "CopilotInvalidRequest"
| "TrueSkillUnauthorized";

export interface GenericPlayFabIdPair {
// Unique generic service identifier for a user.
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.142.231110",
"version": "2.143.231124",
"description": "Playfab SDK for node.js applications",
"license": "Apache-2.0",
"devDependencies": {
Expand Down

0 comments on commit b6b09e7

Please sign in to comment.