@sanity/types 4.7.1-next.3 → 4.7.1-next.5
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/lib/index.d.mts +1 -1
- package/lib/index.d.ts +1 -1
- package/package.json +4 -4
package/lib/index.d.mts
CHANGED
|
@@ -300,7 +300,7 @@ export declare interface AssetSourceUploadFile {
|
|
|
300
300
|
id: string
|
|
301
301
|
file: globalThis.File
|
|
302
302
|
progress: number
|
|
303
|
-
status: 'pending' | 'uploading' | 'complete' | 'error' | 'aborted'
|
|
303
|
+
status: 'pending' | 'uploading' | 'complete' | 'error' | 'aborted' | 'alreadyExists'
|
|
304
304
|
error?: Error
|
|
305
305
|
result?: unknown
|
|
306
306
|
}
|
package/lib/index.d.ts
CHANGED
|
@@ -300,7 +300,7 @@ export declare interface AssetSourceUploadFile {
|
|
|
300
300
|
id: string
|
|
301
301
|
file: globalThis.File
|
|
302
302
|
progress: number
|
|
303
|
-
status: 'pending' | 'uploading' | 'complete' | 'error' | 'aborted'
|
|
303
|
+
status: 'pending' | 'uploading' | 'complete' | 'error' | 'aborted' | 'alreadyExists'
|
|
304
304
|
error?: Error
|
|
305
305
|
result?: unknown
|
|
306
306
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sanity/types",
|
|
3
|
-
"version": "4.7.1-next.
|
|
3
|
+
"version": "4.7.1-next.5+e4d8e43425",
|
|
4
4
|
"description": "Type definitions for common Sanity data structures",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"sanity",
|
|
@@ -50,9 +50,9 @@
|
|
|
50
50
|
"react": "^19.1.1",
|
|
51
51
|
"rimraf": "^5.0.10",
|
|
52
52
|
"vitest": "^3.2.4",
|
|
53
|
-
"@repo/eslint-config": "4.7.1-next.
|
|
54
|
-
"@repo/package.config": "4.7.1-next.
|
|
55
|
-
"@repo/test-config": "4.7.1-next.
|
|
53
|
+
"@repo/eslint-config": "4.7.1-next.5+e4d8e43425",
|
|
54
|
+
"@repo/package.config": "4.7.1-next.5+e4d8e43425",
|
|
55
|
+
"@repo/test-config": "4.7.1-next.5+e4d8e43425"
|
|
56
56
|
},
|
|
57
57
|
"peerDependencies": {
|
|
58
58
|
"@types/react": "18 || 19"
|