@@ -379,7 +379,7 @@ BodyApi <- R6::R6Class(
379379 }
380380
381381 deserialized_resp_obj <- tryCatch(
382- self $ api_client $ deserialize(local_var_resp $ response , " data.frame" , loadNamespace(" openapi" )),
382+ self $ api_client $ deserialize(local_var_resp $ response_as_text() , " data.frame" , loadNamespace(" openapi" )),
383383 error = function (e ) {
384384 stop(" Failed to deserialize response" )
385385 }
@@ -474,7 +474,7 @@ BodyApi <- R6::R6Class(
474474 }
475475
476476 deserialized_resp_obj <- tryCatch(
477- self $ api_client $ deserialize(local_var_resp $ response , " character" , loadNamespace(" openapi" )),
477+ self $ api_client $ deserialize(local_var_resp $ response_as_text() , " character" , loadNamespace(" openapi" )),
478478 error = function (e ) {
479479 stop(" Failed to deserialize response" )
480480 }
@@ -568,7 +568,7 @@ BodyApi <- R6::R6Class(
568568 }
569569
570570 deserialized_resp_obj <- tryCatch(
571- self $ api_client $ deserialize(local_var_resp $ response , " character" , loadNamespace(" openapi" )),
571+ self $ api_client $ deserialize(local_var_resp $ response_as_text() , " character" , loadNamespace(" openapi" )),
572572 error = function (e ) {
573573 stop(" Failed to deserialize response" )
574574 }
@@ -658,7 +658,7 @@ BodyApi <- R6::R6Class(
658658 }
659659
660660 deserialized_resp_obj <- tryCatch(
661- self $ api_client $ deserialize(local_var_resp $ response , " character" , loadNamespace(" openapi" )),
661+ self $ api_client $ deserialize(local_var_resp $ response_as_text() , " character" , loadNamespace(" openapi" )),
662662 error = function (e ) {
663663 stop(" Failed to deserialize response" )
664664 }
@@ -753,7 +753,7 @@ BodyApi <- R6::R6Class(
753753 }
754754
755755 deserialized_resp_obj <- tryCatch(
756- self $ api_client $ deserialize(local_var_resp $ response , " Pet" , loadNamespace(" openapi" )),
756+ self $ api_client $ deserialize(local_var_resp $ response_as_text() , " Pet" , loadNamespace(" openapi" )),
757757 error = function (e ) {
758758 stop(" Failed to deserialize response" )
759759 }
@@ -848,7 +848,7 @@ BodyApi <- R6::R6Class(
848848 }
849849
850850 deserialized_resp_obj <- tryCatch(
851- self $ api_client $ deserialize(local_var_resp $ response , " character" , loadNamespace(" openapi" )),
851+ self $ api_client $ deserialize(local_var_resp $ response_as_text() , " character" , loadNamespace(" openapi" )),
852852 error = function (e ) {
853853 stop(" Failed to deserialize response" )
854854 }
@@ -943,7 +943,7 @@ BodyApi <- R6::R6Class(
943943 }
944944
945945 deserialized_resp_obj <- tryCatch(
946- self $ api_client $ deserialize(local_var_resp $ response , " Pet" , loadNamespace(" openapi" )),
946+ self $ api_client $ deserialize(local_var_resp $ response_as_text() , " Pet" , loadNamespace(" openapi" )),
947947 error = function (e ) {
948948 stop(" Failed to deserialize response" )
949949 }
@@ -1038,7 +1038,7 @@ BodyApi <- R6::R6Class(
10381038 }
10391039
10401040 deserialized_resp_obj <- tryCatch(
1041- self $ api_client $ deserialize(local_var_resp $ response , " character" , loadNamespace(" openapi" )),
1041+ self $ api_client $ deserialize(local_var_resp $ response_as_text() , " character" , loadNamespace(" openapi" )),
10421042 error = function (e ) {
10431043 stop(" Failed to deserialize response" )
10441044 }
@@ -1133,7 +1133,7 @@ BodyApi <- R6::R6Class(
11331133 }
11341134
11351135 deserialized_resp_obj <- tryCatch(
1136- self $ api_client $ deserialize(local_var_resp $ response , " character" , loadNamespace(" openapi" )),
1136+ self $ api_client $ deserialize(local_var_resp $ response_as_text() , " character" , loadNamespace(" openapi" )),
11371137 error = function (e ) {
11381138 stop(" Failed to deserialize response" )
11391139 }
0 commit comments