WIP update open api spec

This commit is contained in:
Damontecres 2025-12-07 18:46:55 -05:00
parent 6e597f0509
commit b87d81513a
No known key found for this signature in database
10 changed files with 594 additions and 449 deletions

View file

@ -36,14 +36,14 @@ openApiGenerate {
put("enumPropertyNaming", "UPPERCASE")
put("modelMutable", false)
}
typeMappings.set(
mapOf(
"number" to "kotlin.Int",
"integer" to "kotlin.Int",
"int32" to "kotlin.Int",
"int64" to "kotlin.Long",
),
)
// typeMappings.set(
// mapOf(
// "number" to "kotlin.Int",
// "integer" to "kotlin.Int",
// "int32" to "kotlin.Int",
// "int64" to "kotlin.Long",
// ),
// )
}
tasks.named("compileKotlin") {

File diff suppressed because it is too large Load diff