We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2acc7ff commit ea28eb1Copy full SHA for ea28eb1
fern/apis/api/generators.yml
@@ -88,7 +88,7 @@ groups:
88
csharp-sdk:
89
generators:
90
- name: fernapi/fern-csharp-sdk
91
- version: 1.18.0
+ version: 2.0.1
92
disable-examples: true
93
github:
94
repository: VapiAI/server-sdk-csharp
@@ -99,3 +99,9 @@ groups:
99
config:
100
namespace: Vapi.Net
101
client-class-name: VapiClient
102
+ additional-properties: false
103
+ enable-forward-compatible-enums: false
104
+ generate-mock-server-tests: false
105
+ inline-path-parameters: false
106
+ simplify-object-dictionaries: true
107
+ use-discriminated-unions: false
0 commit comments