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