@@ -103,7 +103,7 @@ type ColumnSettingsItems struct {
103103
104104type BigNumber struct {
105105 Type string `json:"type"`
106- Data interface {} `json:"data,omitempty"`
106+ Data interface {} `json:"data,omitempty"`
107107 Description string `json:"description,omitempty"`
108108 Number string `json:"number,omitempty"`
109109}
@@ -586,14 +586,15 @@ func (n *Emphasis) GetChildren() []Node {
586586}
587587
588588type Flourish struct {
589- Type string `json:"type"`
590- Data interface {} `json:"data,omitempty"`
591- Description string `json:"description,omitempty"`
592- FallbackImage * FlourishFallbackImage `json:"fallbackImage,omitempty"`
593- FlourishType string `json:"flourishType,omitempty"`
594- Id string `json:"id,omitempty"`
595- LayoutWidth string `json:"layoutWidth,omitempty"`
596- Timestamp string `json:"timestamp,omitempty"`
589+ Type string `json:"type"`
590+ Data interface {} `json:"data,omitempty"`
591+ Description string `json:"description,omitempty"`
592+ FallbackImage * FlourishFallbackImage `json:"fallbackImage,omitempty"`
593+ FlourishType string `json:"flourishType,omitempty"`
594+ Id string `json:"id,omitempty"`
595+ LayoutWidth string `json:"layoutWidth,omitempty"`
596+ Timestamp string `json:"timestamp,omitempty"`
597+ BlockIdentifier string `json:"blockIdentifier,omitempty"`
597598}
598599
599600func (n * Flourish ) GetType () string {
@@ -628,6 +629,7 @@ type Heading struct {
628629 Children []* Text `json:"children,omitempty"`
629630 Data interface {} `json:"data,omitempty"`
630631 Level string `json:"level,omitempty"`
632+ BlockIdentifier string `json:"blockIdentifier,omitempty"`
631633}
632634
633635func (n * Heading ) GetType () string {
@@ -647,10 +649,11 @@ func (n *Heading) GetChildren() []Node {
647649}
648650
649651type ImageSet struct {
650- Type string `json:"type"`
651- Data interface {} `json:"data,omitempty"`
652- ID string `json:"id,omitempty"`
653- Picture * Picture `json:"picture,omitempty"`
652+ Type string `json:"type"`
653+ Data interface {} `json:"data,omitempty"`
654+ ID string `json:"id,omitempty"`
655+ Picture * Picture `json:"picture,omitempty"`
656+ BlockIdentifier string `json:"blockIdentifier,omitempty"`
654657}
655658
656659func (n * ImageSet ) GetType () string {
0 commit comments