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