Skip to content

Commit

Permalink
And missing JSON property per #15 (comment) and hope that it works
Browse files Browse the repository at this point in the history
  • Loading branch information
dvankley committed Aug 31, 2023
1 parent 6d52cd0 commit eff6edd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ plugins {
}

group = "net.djvk"
version = "1.0.6"
version = "1.0.7"
java.sourceCompatibility = JavaVersion.VERSION_17

repositories {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* Please note:
* This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* Do not edit this file manually.
* Do not edit this file manually. I DO WHAT I WANT
*/

@file:Suppress(
Expand All @@ -35,6 +35,9 @@ data class PageLink(
@field:JsonProperty("prev")
val prev: java.net.URI? = null,

@field:JsonProperty("next")
val next: java.net.URI? = null,

@field:JsonProperty("self")
val self: java.net.URI? = null,

Expand Down

0 comments on commit eff6edd

Please sign in to comment.