@goast/kotlin 0.5.1 → 0.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -241,7 +241,7 @@ open class ApiClient(@API_CLIENT_PARAMETERS@) {
241
241
  else -> value.toString()
242
242
  }
243
243
 
244
- protected inline fun <reified T : Any> parseDateToQueryString(value: T): String {
244
+ protected fun parseDateToQueryString(value: Any): String {
245
245
  /*
246
246
  .replace("\"", "") converts the json object string to an actual string for the query parameter.
247
247
  The moshi or gson adapter allows a more generic solution instead of trying to use a native
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goast/kotlin",
3
- "version": "0.5.1",
3
+ "version": "0.5.2",
4
4
  "description": "Provides gOAst generators for generating Kotlin code from OpenAPI specifications.",
5
5
  "author": {
6
6
  "name": "Marc Schmidt (MaSch0212)",