@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.
@@ -1409,6 +1409,7 @@ const MAX_URL_LENGTH = 14800, possibleOptions = [
1409
1409
  "includeAllVersions",
1410
1410
  "visibility",
1411
1411
  "effectFormat",
1412
+ "enableResume",
1412
1413
  "tag"
1413
1414
  ], defaultOptions = {
1414
1415
  includeResult: !0
@@ -1468,7 +1469,6 @@ class LiveClient {
1468
1469
  includeDrafts = !1,
1469
1470
  tag: _tag
1470
1471
  } = {}) {
1471
- resourceGuard("live", this.#client.config());
1472
1472
  const {
1473
1473
  projectId: projectId2,
1474
1474
  apiVersion: _apiVersion,