@sanity/schema 5.17.2-next.2 → 5.17.2-next.3
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/_internal.d.ts +14 -14
- package/package.json +6 -6
package/lib/_internal.d.ts
CHANGED
|
@@ -233,17 +233,17 @@ declare const builtinTypes: ({
|
|
|
233
233
|
type: string;
|
|
234
234
|
title: string;
|
|
235
235
|
readOnly: boolean;
|
|
236
|
+
fieldset?: undefined;
|
|
236
237
|
validation?: undefined;
|
|
237
238
|
hidden?: undefined;
|
|
238
|
-
fieldset?: undefined;
|
|
239
239
|
} | {
|
|
240
240
|
name: string;
|
|
241
241
|
type: string;
|
|
242
242
|
title: string;
|
|
243
|
+
fieldset?: undefined;
|
|
244
|
+
readOnly?: undefined;
|
|
243
245
|
validation?: undefined;
|
|
244
246
|
hidden?: undefined;
|
|
245
|
-
readOnly?: undefined;
|
|
246
|
-
fieldset?: undefined;
|
|
247
247
|
} | {
|
|
248
248
|
name: string;
|
|
249
249
|
type: string;
|
|
@@ -258,8 +258,8 @@ declare const builtinTypes: ({
|
|
|
258
258
|
readOnly: boolean;
|
|
259
259
|
hidden: boolean;
|
|
260
260
|
fieldset: string;
|
|
261
|
-
validation?: undefined;
|
|
262
261
|
title?: undefined;
|
|
262
|
+
validation?: undefined;
|
|
263
263
|
} | {
|
|
264
264
|
name: string;
|
|
265
265
|
type: string;
|
|
@@ -312,17 +312,17 @@ declare const builtinTypes: ({
|
|
|
312
312
|
type: string;
|
|
313
313
|
title: string;
|
|
314
314
|
readOnly: boolean;
|
|
315
|
+
fieldset?: undefined;
|
|
315
316
|
validation?: undefined;
|
|
316
317
|
hidden?: undefined;
|
|
317
|
-
fieldset?: undefined;
|
|
318
318
|
} | {
|
|
319
319
|
name: string;
|
|
320
320
|
type: string;
|
|
321
321
|
title: string;
|
|
322
|
+
fieldset?: undefined;
|
|
323
|
+
readOnly?: undefined;
|
|
322
324
|
validation?: undefined;
|
|
323
325
|
hidden?: undefined;
|
|
324
|
-
readOnly?: undefined;
|
|
325
|
-
fieldset?: undefined;
|
|
326
326
|
} | {
|
|
327
327
|
name: string;
|
|
328
328
|
type: string;
|
|
@@ -332,21 +332,21 @@ declare const builtinTypes: ({
|
|
|
332
332
|
validation: (Rule: _sanity_types0.Rule) => _sanity_types0.Rule;
|
|
333
333
|
hidden?: undefined;
|
|
334
334
|
} | {
|
|
335
|
-
validation?: undefined;
|
|
336
335
|
name: string;
|
|
337
336
|
type: string;
|
|
338
337
|
readOnly: boolean;
|
|
339
338
|
hidden: boolean;
|
|
340
339
|
fieldset: string;
|
|
341
340
|
title?: undefined;
|
|
342
|
-
} | {
|
|
343
341
|
validation?: undefined;
|
|
344
|
-
|
|
342
|
+
} | {
|
|
345
343
|
name: string;
|
|
346
344
|
type: string;
|
|
347
345
|
title: string;
|
|
348
346
|
readOnly: boolean;
|
|
349
347
|
fieldset: string;
|
|
348
|
+
validation?: undefined;
|
|
349
|
+
hidden?: undefined;
|
|
350
350
|
})[];
|
|
351
351
|
preview: {
|
|
352
352
|
select: {
|
|
@@ -396,17 +396,17 @@ declare const builtinTypes: ({
|
|
|
396
396
|
};
|
|
397
397
|
}[];
|
|
398
398
|
fields: ({
|
|
399
|
-
title?: undefined;
|
|
400
|
-
readOnly?: undefined;
|
|
401
|
-
fieldset?: undefined;
|
|
402
399
|
name: string;
|
|
403
400
|
type: string;
|
|
404
|
-
|
|
401
|
+
fieldset?: undefined;
|
|
402
|
+
title?: undefined;
|
|
405
403
|
readOnly?: undefined;
|
|
404
|
+
} | {
|
|
406
405
|
name: string;
|
|
407
406
|
title: string;
|
|
408
407
|
type: string;
|
|
409
408
|
fieldset: string;
|
|
409
|
+
readOnly?: undefined;
|
|
410
410
|
} | {
|
|
411
411
|
fieldset?: undefined;
|
|
412
412
|
name: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sanity/schema",
|
|
3
|
-
"version": "5.17.2-next.
|
|
3
|
+
"version": "5.17.2-next.3+e18770736d",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cms",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"leven": "^3.1.0",
|
|
50
50
|
"lodash-es": "^4.17.22",
|
|
51
51
|
"object-inspect": "^1.13.4",
|
|
52
|
-
"@sanity/types": "5.17.2-next.
|
|
52
|
+
"@sanity/types": "5.17.2-next.3+e18770736d"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@sanity/icons": "^3.7.4",
|
|
@@ -61,10 +61,10 @@
|
|
|
61
61
|
"eslint": "^9.39.2",
|
|
62
62
|
"rimraf": "^6.1.3",
|
|
63
63
|
"vitest": "^4.0.18",
|
|
64
|
-
"@repo/package.config": "5.17.2-next.
|
|
65
|
-
"@repo/
|
|
66
|
-
"@repo/tsconfig": "5.17.2-next.
|
|
67
|
-
"@repo/
|
|
64
|
+
"@repo/package.config": "5.17.2-next.3+e18770736d",
|
|
65
|
+
"@repo/test-config": "5.17.2-next.3+e18770736d",
|
|
66
|
+
"@repo/tsconfig": "5.17.2-next.3+e18770736d",
|
|
67
|
+
"@repo/eslint-config": "5.17.2-next.3+e18770736d"
|
|
68
68
|
},
|
|
69
69
|
"browserslist": [
|
|
70
70
|
"node >=20.19",
|