@@ -14,9 +14,9 @@ if(!PlayFab.settings) {
1414if ( ! PlayFab . _internalSettings ) {
1515 PlayFab . _internalSettings = {
1616 entityToken : null ,
17- sdkVersion : "1.153.230901 " ,
17+ sdkVersion : "1.154.230915 " ,
1818 requestGetParams : {
19- sdk : "JavaScriptSDK-1.153.230901 "
19+ sdk : "JavaScriptSDK-1.154.230915 "
2020 } ,
2121 sessionTicket : null ,
2222 verticalName : null , // The name of a customer vertical. This is only for customers running a private cluster. Generally you shouldn't touch this
@@ -224,7 +224,7 @@ if(!PlayFab._internalSettings) {
224224}
225225
226226PlayFab . buildIdentifier = "adobuild_javascriptsdk_114" ;
227- PlayFab . sdkVersion = "1.153.230901 " ;
227+ PlayFab . sdkVersion = "1.154.230915 " ;
228228PlayFab . GenerateErrorReport = function ( error ) {
229229 if ( error == null )
230230 return "" ;
@@ -357,13 +357,6 @@ PlayFab.ClientApi = {
357357 return PlayFab . _internalSettings . ExecuteRequestWrapper ( "/Client/GetContentDownloadUrl" , request , "X-Authorization" , callback , customData , extraHeaders ) ;
358358 } ,
359359
360- /**
361- * @deprecated Please use MultiplayerServer/ListMultiplayerServers instead.
362- */
363- GetCurrentGames : function ( request , callback , customData , extraHeaders ) {
364- return PlayFab . _internalSettings . ExecuteRequestWrapper ( "/Client/GetCurrentGames" , request , "X-Authorization" , callback , customData , extraHeaders ) ;
365- } ,
366-
367360 GetFriendLeaderboard : function ( request , callback , customData , extraHeaders ) {
368361 return PlayFab . _internalSettings . ExecuteRequestWrapper ( "/Client/GetFriendLeaderboard" , request , "X-Authorization" , callback , customData , extraHeaders ) ;
369362 } ,
@@ -376,13 +369,6 @@ PlayFab.ClientApi = {
376369 return PlayFab . _internalSettings . ExecuteRequestWrapper ( "/Client/GetFriendsList" , request , "X-Authorization" , callback , customData , extraHeaders ) ;
377370 } ,
378371
379- /**
380- * @deprecated Please use MultiplayerServer/ListMultiplayerServers instead.
381- */
382- GetGameServerRegions : function ( request , callback , customData , extraHeaders ) {
383- return PlayFab . _internalSettings . ExecuteRequestWrapper ( "/Client/GetGameServerRegions" , request , "X-Authorization" , callback , customData , extraHeaders ) ;
384- } ,
385-
386372 GetLeaderboard : function ( request , callback , customData , extraHeaders ) {
387373 return PlayFab . _internalSettings . ExecuteRequestWrapper ( "/Client/GetLeaderboard" , request , "X-Authorization" , callback , customData , extraHeaders ) ;
388374 } ,
@@ -1071,13 +1057,6 @@ PlayFab.ClientApi = {
10711057 return new Promise ( function ( resolve ) { resolve ( authenticationContext ) ; } ) ;
10721058 } ,
10731059
1074- /**
1075- * @deprecated Please use Match/CreateMatchmakingTicket instead.
1076- */
1077- Matchmake : function ( request , callback , customData , extraHeaders ) {
1078- return PlayFab . _internalSettings . ExecuteRequestWrapper ( "/Client/Matchmake" , request , "X-Authorization" , callback , customData , extraHeaders ) ;
1079- } ,
1080-
10811060 OpenTrade : function ( request , callback , customData , extraHeaders ) {
10821061 return PlayFab . _internalSettings . ExecuteRequestWrapper ( "/Client/OpenTrade" , request , "X-Authorization" , callback , customData , extraHeaders ) ;
10831062 } ,
0 commit comments