@@ -14,9 +14,9 @@ if(!PlayFab.settings) {
14
14
if ( ! PlayFab . _internalSettings ) {
15
15
PlayFab . _internalSettings = {
16
16
entityToken : null ,
17
- sdkVersion : "1.152.230818 " ,
17
+ sdkVersion : "1.153.230901 " ,
18
18
requestGetParams : {
19
- sdk : "JavaScriptSDK-1.152.230818 "
19
+ sdk : "JavaScriptSDK-1.153.230901 "
20
20
} ,
21
21
sessionTicket : null ,
22
22
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) {
223
223
}
224
224
}
225
225
226
- PlayFab . buildIdentifier = "adobuild_javascriptsdk_8 " ;
227
- PlayFab . sdkVersion = "1.152.230818 " ;
226
+ PlayFab . buildIdentifier = "adobuild_javascriptsdk_114 " ;
227
+ PlayFab . sdkVersion = "1.153.230901 " ;
228
228
PlayFab . GenerateErrorReport = function ( error ) {
229
229
if ( error == null )
230
230
return "" ;
@@ -309,6 +309,10 @@ PlayFab.AdminApi = {
309
309
return PlayFab . _internalSettings . ExecuteRequestWrapper ( "/Admin/DeleteMasterPlayerAccount" , request , "X-SecretKey" , callback , customData , extraHeaders ) ;
310
310
} ,
311
311
312
+ DeleteMasterPlayerEventData : function ( request , callback , customData , extraHeaders ) {
313
+ return PlayFab . _internalSettings . ExecuteRequestWrapper ( "/Admin/DeleteMasterPlayerEventData" , request , "X-SecretKey" , callback , customData , extraHeaders ) ;
314
+ } ,
315
+
312
316
DeleteMembershipSubscription : function ( request , callback , customData , extraHeaders ) {
313
317
return PlayFab . _internalSettings . ExecuteRequestWrapper ( "/Admin/DeleteMembershipSubscription" , request , "X-SecretKey" , callback , customData , extraHeaders ) ;
314
318
} ,
0 commit comments