@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.browser.cjs.map +1 -1
- package/dist/index.browser.d.cts +2 -2
- package/dist/index.browser.d.ts +2 -2
- package/dist/index.browser.js.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/stega.browser.d.cts +2 -2
- package/dist/stega.browser.d.ts +2 -2
- package/dist/stega.d.cts +2 -2
- package/dist/stega.d.ts +2 -2
- package/package.json +2 -3
- package/src/SanityClient.ts +2 -2
package/dist/index.browser.d.cts
CHANGED
|
@@ -3289,7 +3289,7 @@ export declare class ObservableSanityClient {
|
|
|
3289
3289
|
createVersion(
|
|
3290
3290
|
args: {
|
|
3291
3291
|
baseId: string
|
|
3292
|
-
releaseId
|
|
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
|
|
5105
|
+
releaseId?: string
|
|
5106
5106
|
ifBaseRevisionId?: string
|
|
5107
5107
|
},
|
|
5108
5108
|
options?: BaseActionOptions,
|
package/dist/index.browser.d.ts
CHANGED
|
@@ -3289,7 +3289,7 @@ export declare class ObservableSanityClient {
|
|
|
3289
3289
|
createVersion(
|
|
3290
3290
|
args: {
|
|
3291
3291
|
baseId: string
|
|
3292
|
-
releaseId
|
|
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
|
|
5105
|
+
releaseId?: string
|
|
5106
5106
|
ifBaseRevisionId?: string
|
|
5107
5107
|
},
|
|
5108
5108
|
options?: BaseActionOptions,
|