Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,8 @@ library: okhttp-gson
# Do not include timestamps in the generated files to avoid unnecessary diffs
hideGenerationTimestamp: true
# Allow unknown properties to avoid breaking when the API adds new fields, and we haven't updated the SDK yet
disallowAdditionalPropertiesIfNotPresent: false
disallowAdditionalPropertiesIfNotPresent: false
typeMappings:
integer+bigint: java.math.BigInteger
importMappings:
BigInteger: java.math.BigInteger