@sanity/client 7.12.0 → 7.12.1

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.cts CHANGED
@@ -3281,7 +3281,7 @@ export declare class ObservableSanityClient {
3281
3281
  createVersion(
3282
3282
  args: {
3283
3283
  baseId: string
3284
- releaseId: string
3284
+ releaseId?: string
3285
3285
  publishedId: string
3286
3286
  ifBaseRevisionId?: string
3287
3287
  },
@@ -5094,7 +5094,7 @@ export declare class SanityClient {
5094
5094
  args: {
5095
5095
  publishedId: string
5096
5096
  baseId: string
5097
- releaseId: string
5097
+ releaseId?: string
5098
5098
  ifBaseRevisionId?: string
5099
5099
  },
5100
5100
  options?: BaseActionOptions,
package/dist/index.d.ts CHANGED
@@ -3281,7 +3281,7 @@ export declare class ObservableSanityClient {
3281
3281
  createVersion(
3282
3282
  args: {
3283
3283
  baseId: string
3284
- releaseId: string
3284
+ releaseId?: string
3285
3285
  publishedId: string
3286
3286
  ifBaseRevisionId?: string
3287
3287
  },
@@ -5094,7 +5094,7 @@ export declare class SanityClient {
5094
5094
  args: {
5095
5095
  publishedId: string
5096
5096
  baseId: string
5097
- releaseId: string
5097
+ releaseId?: string
5098
5098
  ifBaseRevisionId?: string
5099
5099
  },
5100
5100
  options?: BaseActionOptions,
package/dist/index.js CHANGED
@@ -2670,7 +2670,7 @@ function defineDeprecatedCreateClient(createClient2) {
2670
2670
  return printNoDefaultExport(), createClient2(config);
2671
2671
  };
2672
2672
  }
2673
- var name = "@sanity/client", version = "7.12.0";
2673
+ var name = "@sanity/client", version = "7.12.1";
2674
2674
  const middleware = [
2675
2675
  debug({ verbose: !0, namespace: "sanity:client" }),
2676
2676
  headers({ "User-Agent": `${name} ${version}` }),