@getanyapi/sdk 0.31.0 → 0.32.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.cts CHANGED
@@ -41929,8 +41929,9 @@ interface WebScrapeData {
41929
41929
  html?: string;
41930
41930
  /**
41931
41931
  * The page content as clean Markdown. Present when 'markdown' is among the requested formats (the default). Populated whenever the provider has data for the entity.
41932
+ * Present whenever the upstream returns this record.
41932
41933
  */
41933
- markdown: string;
41934
+ markdown?: string;
41934
41935
  /**
41935
41936
  * The verbatim page HTML before cleaning. Present only when 'rawHtml' is among the requested formats.
41936
41937
  */
package/dist/index.d.ts CHANGED
@@ -41929,8 +41929,9 @@ interface WebScrapeData {
41929
41929
  html?: string;
41930
41930
  /**
41931
41931
  * The page content as clean Markdown. Present when 'markdown' is among the requested formats (the default). Populated whenever the provider has data for the entity.
41932
+ * Present whenever the upstream returns this record.
41932
41933
  */
41933
- markdown: string;
41934
+ markdown?: string;
41934
41935
  /**
41935
41936
  * The verbatim page HTML before cleaning. Present only when 'rawHtml' is among the requested formats.
41936
41937
  */