@sanity/client 7.11.2 → 7.12.0

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.
@@ -786,6 +786,10 @@ export declare interface ClientConfig {
786
786
  * Options for how, if enabled, Content Source Maps are encoded into query results using steganography
787
787
  */
788
788
  stega?: StegaConfig | boolean
789
+ /**
790
+ * Lineage token for recursion control
791
+ */
792
+ lineage?: string
789
793
  }
790
794
 
791
795
  declare type ClientConfigResource =
@@ -786,6 +786,10 @@ export declare interface ClientConfig {
786
786
  * Options for how, if enabled, Content Source Maps are encoded into query results using steganography
787
787
  */
788
788
  stega?: StegaConfig | boolean
789
+ /**
790
+ * Lineage token for recursion control
791
+ */
792
+ lineage?: string
789
793
  }
790
794
 
791
795
  declare type ClientConfigResource =
@@ -2827,6 +2827,7 @@ function defineCreateClientExports(envMiddleware2, ClassConstructor) {
2827
2827
  maxRedirects: 0,
2828
2828
  maxRetries: config.maxRetries,
2829
2829
  retryDelay: config.retryDelay,
2830
+ lineage: config.lineage,
2830
2831
  ...options
2831
2832
  }),
2832
2833
  config