@sanity/schema 5.15.0-next.1 → 5.15.0-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.
@@ -240,8 +240,8 @@ declare const builtinTypes: ({
240
240
  name: string;
241
241
  type: string;
242
242
  title: string;
243
- readOnly?: undefined;
244
243
  fieldset?: undefined;
244
+ readOnly?: undefined;
245
245
  validation?: undefined;
246
246
  hidden?: undefined;
247
247
  } | {
@@ -319,8 +319,8 @@ declare const builtinTypes: ({
319
319
  name: string;
320
320
  type: string;
321
321
  title: string;
322
- readOnly?: undefined;
323
322
  fieldset?: undefined;
323
+ readOnly?: undefined;
324
324
  validation?: undefined;
325
325
  hidden?: undefined;
326
326
  } | {
@@ -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.15.0-next.1+902075d3a4",
3
+ "version": "5.15.0-next.3+1539edb735",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "cms",
@@ -61,10 +61,10 @@
61
61
  "eslint": "^9.39.2",
62
62
  "rimraf": "^5.0.10",
63
63
  "vitest": "^4.0.18",
64
- "@repo/package.config": "5.15.0-next.1+902075d3a4",
65
- "@repo/test-config": "5.15.0-next.1+902075d3a4",
66
- "@repo/tsconfig": "5.15.0-next.1+902075d3a4",
67
- "@repo/eslint-config": "5.15.0-next.1+902075d3a4"
64
+ "@repo/package.config": "5.15.0-next.3+1539edb735",
65
+ "@repo/tsconfig": "5.15.0-next.3+1539edb735",
66
+ "@repo/test-config": "5.15.0-next.3+1539edb735",
67
+ "@repo/eslint-config": "5.15.0-next.3+1539edb735"
68
68
  },
69
69
  "browserslist": [
70
70
  "node >=20.19",