@@ -14,9 +14,9 @@ if(!PlayFab.settings) {
1414if ( ! PlayFab . _internalSettings ) {
1515 PlayFab . _internalSettings = {
1616 entityToken : null ,
17- sdkVersion : "1.170.240412 " ,
17+ sdkVersion : "1.171.240426 " ,
1818 requestGetParams : {
19- sdk : "JavaScriptSDK-1.170.240412 "
19+ sdk : "JavaScriptSDK-1.171.240426 "
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_114 " ;
227- PlayFab . sdkVersion = "1.170.240412 " ;
226+ PlayFab . buildIdentifier = "adobuild_javascriptsdk_8 " ;
227+ PlayFab . sdkVersion = "1.171.240426 " ;
228228PlayFab . GenerateErrorReport = function ( error ) {
229229 if ( error == null )
230230 return "" ;
@@ -253,6 +253,10 @@ PlayFab.CloudScriptApi = {
253253 return PlayFab . _internalSettings . ExecuteRequestWrapper ( "/CloudScript/GetFunction" , request , "X-EntityToken" , callback , customData , extraHeaders ) ;
254254 } ,
255255
256+ ListEventHubFunctions : function ( request , callback , customData , extraHeaders ) {
257+ return PlayFab . _internalSettings . ExecuteRequestWrapper ( "/CloudScript/ListEventHubFunctions" , request , "X-EntityToken" , callback , customData , extraHeaders ) ;
258+ } ,
259+
256260 ListFunctions : function ( request , callback , customData , extraHeaders ) {
257261 return PlayFab . _internalSettings . ExecuteRequestWrapper ( "/CloudScript/ListFunctions" , request , "X-EntityToken" , callback , customData , extraHeaders ) ;
258262 } ,
@@ -281,6 +285,10 @@ PlayFab.CloudScriptApi = {
281285 return PlayFab . _internalSettings . ExecuteRequestWrapper ( "/CloudScript/PostFunctionResultForScheduledTask" , request , "X-EntityToken" , callback , customData , extraHeaders ) ;
282286 } ,
283287
288+ RegisterEventHubFunction : function ( request , callback , customData , extraHeaders ) {
289+ return PlayFab . _internalSettings . ExecuteRequestWrapper ( "/CloudScript/RegisterEventHubFunction" , request , "X-EntityToken" , callback , customData , extraHeaders ) ;
290+ } ,
291+
284292 RegisterHttpFunction : function ( request , callback , customData , extraHeaders ) {
285293 return PlayFab . _internalSettings . ExecuteRequestWrapper ( "/CloudScript/RegisterHttpFunction" , request , "X-EntityToken" , callback , customData , extraHeaders ) ;
286294 } ,
0 commit comments