File tree 7 files changed +8
-6
lines changed
7 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ We recommend providing the generator with the options below (whenever available)
36
36
37
37
``` yaml
38
38
enumUnknownDefaultCase : true
39
+ removeEnumValuePrefix : true
39
40
useOneOfDiscriminatorLookup : true
40
41
legacyDiscriminatorBehavior : false
41
42
disallowAdditionalPropertiesIfNotPresent : false
Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ library: "${GENERATOR_LIBRARY}"
5
5
templateDir : generators/${GENERATOR}/templates
6
6
outputDir : generated/artifacts/${GENERATOR}
7
7
disallowAdditionalPropertiesIfNotPresent : false
8
+ enumUnknownDefaultCase : true
9
+ removeEnumValuePrefix : true
10
+ licenseName : MIT
8
11
additionalProperties :
9
12
apiVersion : v3.6
10
13
documentationUrl : https://documentation.onfido.com
Original file line number Diff line number Diff line change @@ -14,8 +14,6 @@ developerName: Onfido
14
14
developerOrganization : Onfido
15
15
developerOrganizationUrl : http://onfido.com
16
16
hideGenerationTimestamp : true
17
- enumUnknownDefaultCase : true
18
- licenseName : MIT
19
17
licenseUrl : https://opensource.org/license/mit
20
18
scmConnection : scm:git:git://github.com/onfido/onfido-java.git
21
19
scmDeveloperConnection : scm:git:git://github.com/onfido/onfido-java.git
Original file line number Diff line number Diff line change 1
1
gitRepoId : onfido-php
2
2
artifactVersion : ${CLIENT_LIBRARY_VERSION}
3
- enumUnknownDefaultCase : true
4
3
legacyDiscriminatorBehavior : false
5
4
composerPackageName : onfido/api
6
5
invokerPackage : Onfido
Original file line number Diff line number Diff line change 1
1
gitRepoId : onfido-ruby
2
2
gemVersion : ${CLIENT_LIBRARY_VERSION}
3
- enumUnknownDefaultCase : true
4
3
gemName : onfido
5
4
gemHomepage : https://github.com/onfido/onfido-ruby
6
5
gemLicense : MIT
Original file line number Diff line number Diff line change 1
1
/spec/
2
2
/git_push.sh
3
3
/docs/
4
- /.travis.yml
4
+ /.travis.yml
5
+
6
+ # For local development
7
+ /vendor/bundle
Original file line number Diff line number Diff line change 1
1
gitRepoId : onfido-node
2
2
npmName : " @onfido/api"
3
3
npmVersion : ${CLIENT_LIBRARY_VERSION}
4
- enumUnknownDefaultCase : true
5
4
supportsES6 : true
6
5
withNodeImports : true
7
6
axiosVersion : ^1.7.4
You can’t perform that action at this time.
0 commit comments