Skip to content

Commit

Permalink
https://docs.microsoft.com/en-us/gaming/playfab/release-notes/#240105
Browse files Browse the repository at this point in the history
  • Loading branch information
PlayFab SDK Team authored and PlayFab SDK Team committed Jan 9, 2024
2 parents 3787f82 + 5550932 commit 62aa740
Show file tree
Hide file tree
Showing 5 changed files with 46 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.144.231208";
exports.buildIdentifier = "adobuild_nodesdk_115";
exports.sdk_version = "2.145.240105";
exports.buildIdentifier = "adobuild_nodesdk_118";

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

Expand Down
21 changes: 20 additions & 1 deletion PlayFabSdk/Scripts/typings/PlayFab/PlayFabAdmin.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2507,6 +2507,7 @@ declare module PlayFabAdminModels {
| "InvalidStatisticScore"
| "LeaderboardColumnsNotSpecified"
| "LeaderboardMaxSizeTooLarge"
| "InvalidAttributeStatisticsSpecified"
| "MatchmakingEntityInvalid"
| "MatchmakingPlayerAttributesInvalid"
| "MatchmakingQueueNotFound"
Expand Down Expand Up @@ -2682,6 +2683,8 @@ declare module PlayFabAdminModels {
| "EventSinkAadNotFound"
| "EventSinkDatabaseNotFound"
| "EventSinkTitleUnauthorized"
| "EventSinkInsufficientRoleAssignment"
| "EventSinkContainerNotFound"
| "OperationCanceled"
| "InvalidDisplayNameRandomSuffixLength"
| "AllowNonUniquePlayerDisplayNamesDisableNotAllowed"
Expand All @@ -2704,7 +2707,23 @@ declare module PlayFabAdminModels {
| "AddonDoesntExist"
| "CopilotDisabled"
| "CopilotInvalidRequest"
| "TrueSkillUnauthorized";
| "TrueSkillUnauthorized"
| "TrueSkillBadRequest"
| "TrueSkillMatchResultAlreadySubmitted"
| "TrueSkillDuplicatePlayerInMatchResult"
| "TrueSkillInvalidRanksInMatchResult"
| "TrueSkillNoWinnerInMatchResult"
| "TrueSkillMissingRequiredConditionInMatchResult"
| "TrueSkillMissingRequiredEventInMatchResult"
| "TrueSkillUnknownEventInMatchResult"
| "TrueSkillUnknownConditionName"
| "TrueSkillUnknownConditionValue"
| "TrueSkillUnknownScenarioId"
| "TrueSkillUnknownModelId"
| "TrueSkillNoActiveModelInScenario"
| "StateShareUnauthorized"
| "StateShareStateNotFound"
| "StateShareLinkNotFound";

export interface GetActionsOnPlayersInSegmentTaskInstanceResult extends PlayFabModule.IPlayFabResultCommon {
// Parameter of this task instance
Expand Down
21 changes: 20 additions & 1 deletion PlayFabSdk/Scripts/typings/PlayFab/PlayFabServer.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2389,6 +2389,7 @@ declare module PlayFabServerModels {
| "InvalidStatisticScore"
| "LeaderboardColumnsNotSpecified"
| "LeaderboardMaxSizeTooLarge"
| "InvalidAttributeStatisticsSpecified"
| "MatchmakingEntityInvalid"
| "MatchmakingPlayerAttributesInvalid"
| "MatchmakingQueueNotFound"
Expand Down Expand Up @@ -2564,6 +2565,8 @@ declare module PlayFabServerModels {
| "EventSinkAadNotFound"
| "EventSinkDatabaseNotFound"
| "EventSinkTitleUnauthorized"
| "EventSinkInsufficientRoleAssignment"
| "EventSinkContainerNotFound"
| "OperationCanceled"
| "InvalidDisplayNameRandomSuffixLength"
| "AllowNonUniquePlayerDisplayNamesDisableNotAllowed"
Expand All @@ -2586,7 +2589,23 @@ declare module PlayFabServerModels {
| "AddonDoesntExist"
| "CopilotDisabled"
| "CopilotInvalidRequest"
| "TrueSkillUnauthorized";
| "TrueSkillUnauthorized"
| "TrueSkillBadRequest"
| "TrueSkillMatchResultAlreadySubmitted"
| "TrueSkillDuplicatePlayerInMatchResult"
| "TrueSkillInvalidRanksInMatchResult"
| "TrueSkillNoWinnerInMatchResult"
| "TrueSkillMissingRequiredConditionInMatchResult"
| "TrueSkillMissingRequiredEventInMatchResult"
| "TrueSkillUnknownEventInMatchResult"
| "TrueSkillUnknownConditionName"
| "TrueSkillUnknownConditionValue"
| "TrueSkillUnknownScenarioId"
| "TrueSkillUnknownModelId"
| "TrueSkillNoActiveModelInScenario"
| "StateShareUnauthorized"
| "StateShareStateNotFound"
| "StateShareLinkNotFound";

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.144.231208",
"version": "2.145.240105",
"description": "Playfab SDK for node.js applications",
"license": "Apache-2.0",
"devDependencies": {
Expand Down

0 comments on commit 62aa740

Please sign in to comment.