@@ -74,7 +74,7 @@ class ApplicationUserService {
7474 uri : localVarPath ,
7575 useQuerystring : this . _useQuerystring ,
7676 json : true ,
77- body : ObjectSerializer . serialize ( id , "number" )
77+ body : ObjectSerializer . serialize ( id , "number" ) ,
7878 } ;
7979
8080 this . authentications . default . applyToRequest ( localVarRequestOptions ) ;
@@ -150,7 +150,7 @@ class ApplicationUserService {
150150 uri : localVarPath ,
151151 useQuerystring : this . _useQuerystring ,
152152 json : true ,
153- body : ObjectSerializer . serialize ( filter , "EntityQueryFilter" )
153+ body : ObjectSerializer . serialize ( filter , "EntityQueryFilter" ) ,
154154 } ;
155155
156156 this . authentications . default . applyToRequest ( localVarRequestOptions ) ;
@@ -231,7 +231,7 @@ class ApplicationUserService {
231231 uri : localVarPath ,
232232 useQuerystring : this . _useQuerystring ,
233233 json : true ,
234- body : ObjectSerializer . serialize ( entity , "ApplicationUserCreate" )
234+ body : ObjectSerializer . serialize ( entity , "ApplicationUserCreate" ) ,
235235 } ;
236236
237237 this . authentications . default . applyToRequest ( localVarRequestOptions ) ;
@@ -396,7 +396,7 @@ class ApplicationUserService {
396396 uri : localVarPath ,
397397 useQuerystring : this . _useQuerystring ,
398398 json : true ,
399- body : ObjectSerializer . serialize ( query , "EntityQuery" )
399+ body : ObjectSerializer . serialize ( query , "EntityQuery" ) ,
400400 } ;
401401
402402 this . authentications . default . applyToRequest ( localVarRequestOptions ) ;
@@ -477,7 +477,7 @@ class ApplicationUserService {
477477 uri : localVarPath ,
478478 useQuerystring : this . _useQuerystring ,
479479 json : true ,
480- body : ObjectSerializer . serialize ( entity , "ApplicationUserUpdate" )
480+ body : ObjectSerializer . serialize ( entity , "ApplicationUserUpdate" ) ,
481481 } ;
482482
483483 this . authentications . default . applyToRequest ( localVarRequestOptions ) ;
0 commit comments