@sanity/client 6.15.6 → 6.15.8
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/README.md +49 -5
- package/dist/_chunks-cjs/nodeMiddleware.cjs +1 -1
- package/dist/_chunks-es/nodeMiddleware.js +1 -1
- package/dist/csm.d.cts +349 -0
- package/dist/index.browser.d.cts +2816 -0
- package/dist/index.browser.d.ts +2816 -0
- package/dist/index.d.cts +2816 -0
- package/dist/index.d.ts +3 -0
- package/dist/stega.browser.d.cts +2876 -0
- package/dist/stega.browser.d.ts +2876 -0
- package/dist/stega.d.cts +2876 -0
- package/dist/stega.d.ts +3 -0
- package/package.json +12 -15
- package/src/types.ts +4 -0
package/dist/index.d.ts
CHANGED
|
@@ -293,6 +293,9 @@ export declare interface ClientConfig {
|
|
|
293
293
|
apiHost?: string
|
|
294
294
|
apiVersion?: string
|
|
295
295
|
proxy?: string
|
|
296
|
+
/**
|
|
297
|
+
* Optional request tag prefix for all request tags
|
|
298
|
+
*/
|
|
296
299
|
requestTagPrefix?: string
|
|
297
300
|
ignoreBrowserTokenWarning?: boolean
|
|
298
301
|
withCredentials?: boolean
|