@graph8/sdk 0.5.0 → 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.d.mts +57 -2
- package/dist/index.d.ts +57 -2
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -1
- package/dist/index.mjs.map +1 -1
- package/dist/react.d.mts +56 -1
- package/dist/react.d.ts +56 -1
- package/dist/react.js +3 -1
- package/dist/react.js.map +1 -1
- package/dist/react.mjs +3 -1
- package/dist/react.mjs.map +1 -1
- package/package.json +1 -1
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
|
},
|