@sanity/schema 5.17.0-next.19 → 5.17.0-next.21

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.
@@ -242,8 +242,8 @@ declare const builtinTypes: ({
242
242
  title: string;
243
243
  validation?: undefined;
244
244
  hidden?: undefined;
245
- fieldset?: undefined;
246
245
  readOnly?: undefined;
246
+ fieldset?: undefined;
247
247
  } | {
248
248
  name: string;
249
249
  type: string;
@@ -321,8 +321,8 @@ declare const builtinTypes: ({
321
321
  title: string;
322
322
  validation?: undefined;
323
323
  hidden?: undefined;
324
- fieldset?: undefined;
325
324
  readOnly?: undefined;
325
+ fieldset?: undefined;
326
326
  } | {
327
327
  name: string;
328
328
  type: string;
@@ -396,17 +396,17 @@ declare const builtinTypes: ({
396
396
  };
397
397
  }[];
398
398
  fields: ({
399
- name: string;
400
- type: string;
401
- fieldset?: undefined;
402
399
  title?: undefined;
403
400
  readOnly?: undefined;
401
+ fieldset?: undefined;
402
+ name: string;
403
+ type: string;
404
404
  } | {
405
+ readOnly?: undefined;
405
406
  name: string;
406
407
  title: string;
407
408
  type: string;
408
409
  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.0-next.19+042b8ee3eb",
3
+ "version": "5.17.0-next.21+404c4559e9",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "cms",
@@ -61,10 +61,10 @@
61
61
  "eslint": "^9.39.2",
62
62
  "rimraf": "^6.1.3",
63
63
  "vitest": "^4.0.18",
64
- "@repo/eslint-config": "5.17.0-next.19+042b8ee3eb",
65
- "@repo/package.config": "5.17.0-next.19+042b8ee3eb",
66
- "@repo/test-config": "5.17.0-next.19+042b8ee3eb",
67
- "@repo/tsconfig": "5.17.0-next.19+042b8ee3eb"
64
+ "@repo/eslint-config": "5.17.0-next.21+404c4559e9",
65
+ "@repo/package.config": "5.17.0-next.21+404c4559e9",
66
+ "@repo/test-config": "5.17.0-next.21+404c4559e9",
67
+ "@repo/tsconfig": "5.17.0-next.21+404c4559e9"
68
68
  },
69
69
  "browserslist": [
70
70
  "node >=20.19",