@sanity/client 7.14.0 → 7.15.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.
package/dist/index.cjs CHANGED
@@ -1225,6 +1225,7 @@ const MAX_URL_LENGTH = 14800, possibleOptions = [
1225
1225
  "includeAllVersions",
1226
1226
  "visibility",
1227
1227
  "effectFormat",
1228
+ "enableResume",
1228
1229
  "tag"
1229
1230
  ], defaultOptions = {
1230
1231
  includeResult: !0
@@ -1284,7 +1285,6 @@ class LiveClient {
1284
1285
  includeDrafts = !1,
1285
1286
  tag: _tag
1286
1287
  } = {}) {
1287
- config.resourceGuard("live", this.#client.config());
1288
1288
  const {
1289
1289
  projectId,
1290
1290
  apiVersion: _apiVersion,
@@ -2691,7 +2691,7 @@ function defineDeprecatedCreateClient(createClient2) {
2691
2691
  return config.printNoDefaultExport(), createClient2(config$1);
2692
2692
  };
2693
2693
  }
2694
- var name = "@sanity/client", version = "7.14.0";
2694
+ var name = "@sanity/client", version = "7.15.0";
2695
2695
  const middleware = [
2696
2696
  middleware$1.debug({ verbose: !0, namespace: "sanity:client" }),
2697
2697
  middleware$1.headers({ "User-Agent": `${name} ${version}` }),