Skip to content

Commit

Permalink
🌿 Fern Regeneration -- October 15, 2024 (#1)
Browse files Browse the repository at this point in the history
This PR regenerates code to match the latest API Definition.

Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com>
  • Loading branch information
fern-api[bot] authored Oct 15, 2024
1 parent 384177b commit a24271f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion core/request_option.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func (r *RequestOptions) cloneHeader() http.Header {
headers := r.HTTPHeader.Clone()
headers.Set("X-Fern-Language", "Go")
headers.Set("X-Fern-SDK-Name", "github.com/ssoready/ssoready-go")
headers.Set("X-Fern-SDK-Version", "v0.0.1-alpha")
headers.Set("X-Fern-SDK-Version", "v0.1.0")
return headers
}

Expand Down
2 changes: 2 additions & 0 deletions types.go
Original file line number Diff line number Diff line change
Expand Up @@ -714,6 +714,8 @@ type Organization struct {
ID *string `json:"id,omitempty" url:"id,omitempty"`
// The environment this organization belongs to.
EnvironmentID *string `json:"environmentId,omitempty" url:"environmentId,omitempty"`
// An optional human-friendly name for this organization.
DisplayName *string `json:"displayName,omitempty" url:"displayName,omitempty"`
// An identifier you can attach to an organization. Meant to be used to correlate an SSOReady organization to your
// internal equivalent concept.
//
Expand Down

0 comments on commit a24271f

Please sign in to comment.