Skip to content

Commit

Permalink
feat(api): updates (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Apr 10, 2024
1 parent a5a8a2f commit cbc7c5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hrisindividual.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ func (r individualJSON) RawJSON() string {

type IndividualEmail struct {
Data string `json:"data"`
Type IndividualEmailsType `json:"type"`
Type IndividualEmailsType `json:"type,nullable"`
JSON individualEmailJSON `json:"-"`
}

Expand Down
4 changes: 2 additions & 2 deletions sandboxindividual.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ func (r sandboxIndividualUpdateResponseJSON) RawJSON() string {

type SandboxIndividualUpdateResponseEmail struct {
Data string `json:"data"`
Type SandboxIndividualUpdateResponseEmailsType `json:"type"`
Type SandboxIndividualUpdateResponseEmailsType `json:"type,nullable"`
JSON sandboxIndividualUpdateResponseEmailJSON `json:"-"`
}

Expand Down Expand Up @@ -177,7 +177,7 @@ func (r SandboxIndividualUpdateResponseGender) IsKnown() bool {

type SandboxIndividualUpdateResponsePhoneNumber struct {
Data string `json:"data"`
Type SandboxIndividualUpdateResponsePhoneNumbersType `json:"type"`
Type SandboxIndividualUpdateResponsePhoneNumbersType `json:"type,nullable"`
JSON sandboxIndividualUpdateResponsePhoneNumberJSON `json:"-"`
}

Expand Down

0 comments on commit cbc7c5c

Please sign in to comment.