remove public modifier from SecurityNames
This commit is contained in:
parent
5ef3387e01
commit
2863e3a300
2
pom.xml
2
pom.xml
|
|
@ -5,7 +5,7 @@
|
|||
<artifactId>TINetworking-swagger-codegen</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>TINetworking-swagger-codegen</name>
|
||||
<version>1.2.1</version>
|
||||
<version>1.2.2</version>
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
import TINetworking
|
||||
|
||||
public extension OpenAPI {
|
||||
public enum SecurityNames: String, Hashable {
|
||||
enum SecurityNames: String, Hashable {
|
||||
{{#authMethods}}
|
||||
case {{name}}
|
||||
{{/authMethods}}
|
||||
|
|
|
|||
Loading…
Reference in New Issue