You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The specification says that heading_1, heading_2, and heading_3 blocks should have an is_toggleable property within the heading_x property. I have verified against the API that it is reporting this data correctly (and therefore returning it through the client), but it is not typed correctly in the library.
This is somewhat related to #245, although I believe @aalemayhu was using a version of the API before the is_toggleable property was included in the response.
The text was updated successfully, but these errors were encountered:
The specification says that
heading_1
,heading_2
, andheading_3
blocks should have anis_toggleable
property within theheading_x
property. I have verified against the API that it is reporting this data correctly (and therefore returning it through the client), but it is not typed correctly in the library.While it is present inside
BlockObjectRequest
,BlockObjectRequestWithoutChildren
,UpdateBlockBodyParameters
, it is not present insideBlockObjectResponse
(specificallyHeading1BlockObjectResponse
,Heading2BlockObjectResponse
, andHeading3BlockObjectResponse
). I’d normally submit a PR but I’m aware thatapi-endpoints.ts
is auto-generated; I’ve patched the library for my own usage.This is somewhat related to #245, although I believe @aalemayhu was using a version of the API before the
is_toggleable
property was included in the response.The text was updated successfully, but these errors were encountered: