Skip to content

Commit

Permalink
SDK regeneration (#11)
Browse files Browse the repository at this point in the history
Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com>
  • Loading branch information
fern-api[bot] authored Jan 11, 2024
1 parent a4b27ed commit 42d07cd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion acs/users.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@ type UsersGetRequest struct {
}

type UsersListRequest struct {
AcsSystemId string `json:"acs_system_id"`
UserIdentityId *string `json:"user_identity_id,omitempty"`
UserIdentityPhoneNumber *string `json:"user_identity_phone_number,omitempty"`
UserIdentityEmailAddress *string `json:"user_identity_email_address,omitempty"`
AcsSystemId *string `json:"acs_system_id,omitempty"`
}

type UsersRemoveFromAccessGroupRequest struct {
Expand Down
2 changes: 1 addition & 1 deletion core/client_option.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,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/seamapi/go")
headers.Set("X-Fern-SDK-Version", "v0.2.0")
headers.Set("X-Fern-SDK-Version", "v0.2.1")
return headers
}

0 comments on commit 42d07cd

Please sign in to comment.