diff --git a/docs/generators/swift4.html b/docs/generators/swift4.html index 77ca7c2cb30..1a5dd3d67d9 100644 --- a/docs/generators/swift4.html +++ b/docs/generators/swift4.html @@ -23,6 +23,7 @@ prependFormOrBodyParametersAdd form or body parameters to the beginning of the parameter list.false projectNameProject name in Xcodenull responseAsOptionally use libraries to manage response. Currently PromiseKit, RxSwift are available.null +nonPublicApiGenerates code with reduced access modifiers; allows embedding elsewhere without exposing non-public API calls to consumers.(default: false)null unwrapRequiredTreat 'required' properties in response as non-optional (which would crash the app if api returns null as opposed to required option specified in json schemanull objcCompatibleAdd additional properties and methods for Objective-C compatibility (default: false)null podSourceSource information used for Podspecnull @@ -41,4 +42,4 @@ lenientTypeCastAccept and cast values for simple types (string->bool, string->int, int->string)false -
Last updated on 11/18/2019
\ No newline at end of file +
Last updated on 11/25/2019
\ No newline at end of file diff --git a/docs/generators/swift4/index.html b/docs/generators/swift4/index.html index 77ca7c2cb30..1a5dd3d67d9 100644 --- a/docs/generators/swift4/index.html +++ b/docs/generators/swift4/index.html @@ -23,6 +23,7 @@ prependFormOrBodyParametersAdd form or body parameters to the beginning of the parameter list.false projectNameProject name in Xcodenull responseAsOptionally use libraries to manage response. Currently PromiseKit, RxSwift are available.null +nonPublicApiGenerates code with reduced access modifiers; allows embedding elsewhere without exposing non-public API calls to consumers.(default: false)null unwrapRequiredTreat 'required' properties in response as non-optional (which would crash the app if api returns null as opposed to required option specified in json schemanull objcCompatibleAdd additional properties and methods for Objective-C compatibility (default: false)null podSourceSource information used for Podspecnull @@ -41,4 +42,4 @@ lenientTypeCastAccept and cast values for simple types (string->bool, string->int, int->string)false -
Last updated on 11/18/2019
\ No newline at end of file +
Last updated on 11/25/2019
\ No newline at end of file