Skip to content

Commit 0dcd27b

Browse files
committed
regenerate samples
1 parent ace75e5 commit 0dcd27b

75 files changed

Lines changed: 12 additions & 75 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

modules/openapi-generator/src/main/resources/r/modelGeneric.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,8 +272,8 @@
272272
{{/isAdditionalPropertiesTrue}}
273273
return({{classname}}Object)
274274
},
275-
276275
{{#vendorExtensions.x-r-has-non-primitive-field}}
276+
277277
extractSimpleType = function(x) git{
278278
if (R6::is.R6(x)) {
279279
return(x$toSimpleType())

samples/client/echo_api/r/R/bird.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ Bird <- R6::R6Class(
8181
return(BirdObject)
8282
},
8383

84-
8584
#' @description
8685
#' Deserialize JSON string into an instance of Bird
8786
#'

samples/client/echo_api/r/R/category.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ Category <- R6::R6Class(
8181
return(CategoryObject)
8282
},
8383

84-
8584
#' @description
8685
#' Deserialize JSON string into an instance of Category
8786
#'

samples/client/echo_api/r/R/data_query.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ DataQuery <- R6::R6Class(
120120
return(DataQueryObject)
121121
},
122122

123-
124123
#' @description
125124
#' Deserialize JSON string into an instance of DataQuery
126125
#'

samples/client/echo_api/r/R/default_value.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ DefaultValue <- R6::R6Class(
152152
return(DefaultValueObject)
153153
},
154154

155-
extractSimpleType = function(x) {
155+
extractSimpleType = function(x) git{
156156
if (R6::is.R6(x)) {
157157
return(x$toSimpleType())
158158
} else if (!self$hasNestedR6(x)) {

samples/client/echo_api/r/R/number_properties_only.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ NumberPropertiesOnly <- R6::R6Class(
9191
return(NumberPropertiesOnlyObject)
9292
},
9393

94-
9594
#' @description
9695
#' Deserialize JSON string into an instance of NumberPropertiesOnly
9796
#'

samples/client/echo_api/r/R/pet.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Pet <- R6::R6Class(
132132
return(PetObject)
133133
},
134134

135-
extractSimpleType = function(x) {
135+
extractSimpleType = function(x) git{
136136
if (R6::is.R6(x)) {
137137
return(x$toSimpleType())
138138
} else if (!self$hasNestedR6(x)) {

samples/client/echo_api/r/R/query.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ Query <- R6::R6Class(
8080
return(QueryObject)
8181
},
8282

83-
8483
#' @description
8584
#' Deserialize JSON string into an instance of Query
8685
#'

samples/client/echo_api/r/R/tag.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ Tag <- R6::R6Class(
8181
return(TagObject)
8282
},
8383

84-
8584
#' @description
8685
#' Deserialize JSON string into an instance of Tag
8786
#'

samples/client/echo_api/r/R/test_form_object_multipart_request_marker.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ TestFormObjectMultipartRequestMarker <- R6::R6Class(
6868
return(TestFormObjectMultipartRequestMarkerObject)
6969
},
7070

71-
7271
#' @description
7372
#' Deserialize JSON string into an instance of TestFormObjectMultipartRequestMarker
7473
#'

0 commit comments

Comments
 (0)