Skip to content

Commit

Permalink
SDK regeneration
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed Oct 18, 2024
1 parent 0749bda commit e957407
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions types.go
Original file line number Diff line number Diff line change
Expand Up @@ -545,12 +545,12 @@ func (e *EntityNode) String() string {
}

type Episode struct {
Content *string `json:"content,omitempty" url:"content,omitempty"`
CreatedAt *string `json:"created_at,omitempty" url:"created_at,omitempty"`
Content string `json:"content" url:"content"`
CreatedAt string `json:"created_at" url:"created_at"`
Name *string `json:"name,omitempty" url:"name,omitempty"`
Source *GraphDataType `json:"source,omitempty" url:"source,omitempty"`
SourceDescription *string `json:"source_description,omitempty" url:"source_description,omitempty"`
UUID *string `json:"uuid,omitempty" url:"uuid,omitempty"`
UUID string `json:"uuid" url:"uuid"`

extraProperties map[string]interface{}
_rawJSON json.RawMessage
Expand Down

0 comments on commit e957407

Please sign in to comment.