@sanity/client
Advanced tools
Comparing version 6.19.0 to 6.19.1
{ | ||
"name": "@sanity/client", | ||
"version": "6.19.0", | ||
"version": "6.19.1", | ||
"description": "Client for retrieving, creating and patching data from Sanity.io", | ||
@@ -132,4 +132,4 @@ "keywords": [ | ||
"@types/node": "^20.8.8", | ||
"@typescript-eslint/eslint-plugin": "^7.10.0", | ||
"@typescript-eslint/parser": "^7.10.0", | ||
"@typescript-eslint/eslint-plugin": "^7.11.0", | ||
"@typescript-eslint/parser": "^7.11.0", | ||
"@vercel/stega": "0.1.2", | ||
@@ -136,0 +136,0 @@ "@vitest/coverage-v8": "1.6.0", |
@@ -560,7 +560,2 @@ // deno-lint-ignore-file no-empty-interface | ||
/** | ||
* Draft document ID to replace, if it exists. | ||
*/ | ||
draftId: string | ||
/** | ||
* Published document ID to create draft from, if draft does not exist | ||
@@ -625,3 +620,3 @@ */ | ||
*/ | ||
purge: boolean | ||
purge?: boolean | ||
} | ||
@@ -646,3 +641,3 @@ | ||
*/ | ||
purge: boolean | ||
purge?: boolean | ||
} | ||
@@ -670,3 +665,3 @@ | ||
*/ | ||
ifDraftRevisionId: string | ||
ifDraftRevisionId?: string | ||
@@ -681,3 +676,3 @@ /** | ||
*/ | ||
ifPublishedRevisionId: string | ||
ifPublishedRevisionId?: string | ||
} | ||
@@ -684,0 +679,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2232887
25261