@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.
@@ -3289,7 +3289,7 @@ export declare class ObservableSanityClient {
3289
3289
  createVersion(
3290
3290
  args: {
3291
3291
  baseId: string
3292
- releaseId: string
3292
+ releaseId?: string
3293
3293
  publishedId: string
3294
3294
  ifBaseRevisionId?: string
3295
3295
  },
@@ -5102,7 +5102,7 @@ export declare class SanityClient {
5102
5102
  args: {
5103
5103
  publishedId: string
5104
5104
  baseId: string
5105
- releaseId: string
5105
+ releaseId?: string
5106
5106
  ifBaseRevisionId?: string
5107
5107
  },
5108
5108
  options?: BaseActionOptions,
@@ -3289,7 +3289,7 @@ export declare class ObservableSanityClient {
3289
3289
  createVersion(
3290
3290
  args: {
3291
3291
  baseId: string
3292
- releaseId: string
3292
+ releaseId?: string
3293
3293
  publishedId: string
3294
3294
  ifBaseRevisionId?: string
3295
3295
  },
@@ -5102,7 +5102,7 @@ export declare class SanityClient {
5102
5102
  args: {
5103
5103
  publishedId: string
5104
5104
  baseId: string
5105
- releaseId: string
5105
+ releaseId?: string
5106
5106
  ifBaseRevisionId?: string
5107
5107
  },
5108
5108
  options?: BaseActionOptions,