File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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.799 " )
39+ headers .Set ("X-Fern-SDK-Version" , "v0.0.802 " )
4040 return headers
4141}
Original file line number Diff line number Diff line change @@ -226,7 +226,7 @@ type GeneratorConfig struct {
226226 Environment * GeneratorEnvironment `json:"environment,omitempty"`
227227 Whitelabel bool `json:"whitelabel"`
228228 WriteUnitTests bool `json:"writeUnitTests"`
229- GeneratePaginatedClients bool `json:"generatePaginatedClients"`
229+ GeneratePaginatedClients * bool `json:"generatePaginatedClients,omitempty "`
230230 GenerateOauthClients bool `json:"generateOauthClients"`
231231}
232232
You can’t perform that action at this time.
0 commit comments