Skip to content

Commit

Permalink
Release v0.0.799
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed May 14, 2024
1 parent e0515ff commit 3a3ac1d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion core/client_option.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ func (c *ClientOptions) cloneHeader() http.Header {
headers := c.HTTPHeader.Clone()
headers.Set("X-Fern-Language", "Go")
headers.Set("X-Fern-SDK-Name", "github.com/fern-api/generator-exec-go")
headers.Set("X-Fern-SDK-Version", "v0.0.792")
headers.Set("X-Fern-SDK-Version", "v0.0.799")
return headers
}
17 changes: 9 additions & 8 deletions types.go
Original file line number Diff line number Diff line change
Expand Up @@ -219,14 +219,15 @@ type GeneratorConfig struct {
License *LicenseConfig `json:"license,omitempty"`
Output *GeneratorOutputConfig `json:"output,omitempty"`
// Deprecated. Use output.mode instead.
Publish *GeneratorPublishConfig `json:"publish,omitempty"`
WorkspaceName string `json:"workspaceName"`
Organization string `json:"organization"`
CustomConfig any `json:"customConfig,omitempty"`
Environment *GeneratorEnvironment `json:"environment,omitempty"`
Whitelabel bool `json:"whitelabel"`
WriteUnitTests bool `json:"writeUnitTests"`
GenerateOauthClients bool `json:"generateOauthClients"`
Publish *GeneratorPublishConfig `json:"publish,omitempty"`
WorkspaceName string `json:"workspaceName"`
Organization string `json:"organization"`
CustomConfig any `json:"customConfig,omitempty"`
Environment *GeneratorEnvironment `json:"environment,omitempty"`
Whitelabel bool `json:"whitelabel"`
WriteUnitTests bool `json:"writeUnitTests"`
GeneratePaginatedClients bool `json:"generatePaginatedClients"`
GenerateOauthClients bool `json:"generateOauthClients"`
}

type GeneratorEnvironment struct {
Expand Down

0 comments on commit 3a3ac1d

Please sign in to comment.