Skip to content

Commit 3a3ac1d

Browse files
committed
Release v0.0.799
1 parent e0515ff commit 3a3ac1d

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

core/client_option.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ func (c *ClientOptions) cloneHeader() http.Header {
3636
headers := c.HTTPHeader.Clone()
3737
headers.Set("X-Fern-Language", "Go")
3838
headers.Set("X-Fern-SDK-Name", "github.com/fern-api/generator-exec-go")
39-
headers.Set("X-Fern-SDK-Version", "v0.0.792")
39+
headers.Set("X-Fern-SDK-Version", "v0.0.799")
4040
return headers
4141
}

types.go

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -219,14 +219,15 @@ type GeneratorConfig struct {
219219
License *LicenseConfig `json:"license,omitempty"`
220220
Output *GeneratorOutputConfig `json:"output,omitempty"`
221221
// Deprecated. Use output.mode instead.
222-
Publish *GeneratorPublishConfig `json:"publish,omitempty"`
223-
WorkspaceName string `json:"workspaceName"`
224-
Organization string `json:"organization"`
225-
CustomConfig any `json:"customConfig,omitempty"`
226-
Environment *GeneratorEnvironment `json:"environment,omitempty"`
227-
Whitelabel bool `json:"whitelabel"`
228-
WriteUnitTests bool `json:"writeUnitTests"`
229-
GenerateOauthClients bool `json:"generateOauthClients"`
222+
Publish *GeneratorPublishConfig `json:"publish,omitempty"`
223+
WorkspaceName string `json:"workspaceName"`
224+
Organization string `json:"organization"`
225+
CustomConfig any `json:"customConfig,omitempty"`
226+
Environment *GeneratorEnvironment `json:"environment,omitempty"`
227+
Whitelabel bool `json:"whitelabel"`
228+
WriteUnitTests bool `json:"writeUnitTests"`
229+
GeneratePaginatedClients bool `json:"generatePaginatedClients"`
230+
GenerateOauthClients bool `json:"generateOauthClients"`
230231
}
231232

232233
type GeneratorEnvironment struct {

0 commit comments

Comments
 (0)