Skip to content

Commit

Permalink
Release v0.0.749
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed Apr 19, 2024
1 parent dc7f8e0 commit f71bfff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 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.741")
headers.Set("X-Fern-SDK-Version", "v0.0.749")
return headers
}
9 changes: 5 additions & 4 deletions types.go
Original file line number Diff line number Diff line change
Expand Up @@ -310,10 +310,11 @@ func (g *GeneratorEnvironment) Accept(visitor GeneratorEnvironmentVisitor) error
}

type GeneratorOutputConfig struct {
Path string `json:"path"`
SnippetFilepath *string `json:"snippetFilepath,omitempty"`
PublishingMetadata *PublishingMetadata `json:"publishingMetadata,omitempty"`
Mode *OutputMode `json:"mode,omitempty"`
Path string `json:"path"`
SnippetFilepath *string `json:"snippetFilepath,omitempty"`
SnippetTemplateFilepath *string `json:"snippetTemplateFilepath,omitempty"`
PublishingMetadata *PublishingMetadata `json:"publishingMetadata,omitempty"`
Mode *OutputMode `json:"mode,omitempty"`
}

type GeneratorPublishConfig struct {
Expand Down

0 comments on commit f71bfff

Please sign in to comment.