@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/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
|
},
|