@graph8/sdk 0.5.1 → 0.5.3

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/react.mjs CHANGED
@@ -1970,7 +1970,9 @@ var createStudioClient = (apiKey, apiUrl) => {
1970
1970
  return resp.json();
1971
1971
  };
1972
1972
  return {
1973
- /** Org-level Studio documents (brand_brief, value_props, messaging_house, etc.). */
1973
+ /** Org-level Studio documents (brand_brief, value_props, messaging_house, etc.).
1974
+ * `include_content` defaults to true server-side, so each document includes
1975
+ * its `content` body unless you explicitly pass `include_content: false`. */
1974
1976
  async globalContext(params = {}) {
1975
1977
  return get("/global-context/documents", params);
1976
1978
  },