@@ -14,9 +14,9 @@ if(!PlayFab.settings) {
1414if ( ! PlayFab . _internalSettings ) {
1515 PlayFab . _internalSettings = {
1616 entityToken : null ,
17- sdkVersion : "1.187.250228 " ,
17+ sdkVersion : "1.188.250314 " ,
1818 requestGetParams : {
19- sdk : "JavaScriptSDK-1.187.250228 "
19+ sdk : "JavaScriptSDK-1.188.250314 "
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
@@ -223,8 +223,8 @@ if(!PlayFab._internalSettings) {
223223 }
224224}
225225
226- PlayFab . buildIdentifier = "adobuild_javascriptsdk_8 " ;
227- PlayFab . sdkVersion = "1.187.250228 " ;
226+ PlayFab . buildIdentifier = "adobuild_javascriptsdk_114 " ;
227+ PlayFab . sdkVersion = "1.188.250314 " ;
228228PlayFab . GenerateErrorReport = function ( error ) {
229229 if ( error == null )
230230 return "" ;
@@ -325,6 +325,10 @@ PlayFab.AdminApi = {
325325 return PlayFab . _internalSettings . ExecuteRequestWrapper ( "/Admin/DeletePlayer" , request , "X-SecretKey" , callback , customData , extraHeaders ) ;
326326 } ,
327327
328+ DeletePlayerCustomProperties : function ( request , callback , customData , extraHeaders ) {
329+ return PlayFab . _internalSettings . ExecuteRequestWrapper ( "/Admin/DeletePlayerCustomProperties" , request , "X-SecretKey" , callback , customData , extraHeaders ) ;
330+ } ,
331+
328332 DeletePlayerSharedSecret : function ( request , callback , customData , extraHeaders ) {
329333 return PlayFab . _internalSettings . ExecuteRequestWrapper ( "/Admin/DeletePlayerSharedSecret" , request , "X-SecretKey" , callback , customData , extraHeaders ) ;
330334 } ,
@@ -397,6 +401,10 @@ PlayFab.AdminApi = {
397401 return PlayFab . _internalSettings . ExecuteRequestWrapper ( "/Admin/GetPlayedTitleList" , request , "X-SecretKey" , callback , customData , extraHeaders ) ;
398402 } ,
399403
404+ GetPlayerCustomProperty : function ( request , callback , customData , extraHeaders ) {
405+ return PlayFab . _internalSettings . ExecuteRequestWrapper ( "/Admin/GetPlayerCustomProperty" , request , "X-SecretKey" , callback , customData , extraHeaders ) ;
406+ } ,
407+
400408 GetPlayerIdFromAuthToken : function ( request , callback , customData , extraHeaders ) {
401409 return PlayFab . _internalSettings . ExecuteRequestWrapper ( "/Admin/GetPlayerIdFromAuthToken" , request , "X-SecretKey" , callback , customData , extraHeaders ) ;
402410 } ,
@@ -521,6 +529,10 @@ PlayFab.AdminApi = {
521529 return PlayFab . _internalSettings . ExecuteRequestWrapper ( "/Admin/ListOpenIdConnection" , request , "X-SecretKey" , callback , customData , extraHeaders ) ;
522530 } ,
523531
532+ ListPlayerCustomProperties : function ( request , callback , customData , extraHeaders ) {
533+ return PlayFab . _internalSettings . ExecuteRequestWrapper ( "/Admin/ListPlayerCustomProperties" , request , "X-SecretKey" , callback , customData , extraHeaders ) ;
534+ } ,
535+
524536 ListVirtualCurrencyTypes : function ( request , callback , customData , extraHeaders ) {
525537 return PlayFab . _internalSettings . ExecuteRequestWrapper ( "/Admin/ListVirtualCurrencyTypes" , request , "X-SecretKey" , callback , customData , extraHeaders ) ;
526538 } ,
@@ -637,6 +649,10 @@ PlayFab.AdminApi = {
637649 return PlayFab . _internalSettings . ExecuteRequestWrapper ( "/Admin/UpdateOpenIdConnection" , request , "X-SecretKey" , callback , customData , extraHeaders ) ;
638650 } ,
639651
652+ UpdatePlayerCustomProperties : function ( request , callback , customData , extraHeaders ) {
653+ return PlayFab . _internalSettings . ExecuteRequestWrapper ( "/Admin/UpdatePlayerCustomProperties" , request , "X-SecretKey" , callback , customData , extraHeaders ) ;
654+ } ,
655+
640656 UpdatePlayerSharedSecret : function ( request , callback , customData , extraHeaders ) {
641657 return PlayFab . _internalSettings . ExecuteRequestWrapper ( "/Admin/UpdatePlayerSharedSecret" , request , "X-SecretKey" , callback , customData , extraHeaders ) ;
642658 } ,
0 commit comments