@sanity/schema 6.9.2-next.70 → 6.9.2-next.73

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.
@@ -391,8 +391,8 @@ declare const builtinTypes: ({
391
391
  name: string;
392
392
  type: string;
393
393
  title: string;
394
- readOnly?: undefined;
395
394
  fieldset?: undefined;
395
+ readOnly?: undefined;
396
396
  validation?: undefined;
397
397
  hidden?: undefined;
398
398
  } | {
@@ -470,8 +470,8 @@ declare const builtinTypes: ({
470
470
  name: string;
471
471
  type: string;
472
472
  title: string;
473
- readOnly?: undefined;
474
473
  fieldset?: undefined;
474
+ readOnly?: undefined;
475
475
  validation?: undefined;
476
476
  hidden?: undefined;
477
477
  } | {
@@ -547,17 +547,17 @@ declare const builtinTypes: ({
547
547
  };
548
548
  }[];
549
549
  fields: ({
550
- title?: undefined;
551
- readOnly?: undefined;
552
- fieldset?: undefined;
553
550
  name: string;
554
551
  type: string;
555
- } | {
552
+ fieldset?: undefined;
553
+ title?: undefined;
556
554
  readOnly?: undefined;
555
+ } | {
557
556
  name: string;
558
557
  title: string;
559
558
  type: string;
560
559
  fieldset: string;
560
+ readOnly?: undefined;
561
561
  } | {
562
562
  fieldset?: undefined;
563
563
  name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/schema",
3
- "version": "6.9.2-next.70",
3
+ "version": "6.9.2-next.73",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "cms",
@@ -49,7 +49,7 @@
49
49
  "leven": "^4.1.0",
50
50
  "lodash-es": "^4.18.1",
51
51
  "object-inspect": "^1.13.4",
52
- "@sanity/types": "6.9.2-next.70+b73676f520"
52
+ "@sanity/types": "6.9.2-next.73+dc9323e3e1"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@sanity/icons": "^5.2.1",
@@ -60,9 +60,9 @@
60
60
  "typescript": "^7.0.2",
61
61
  "vite": "^8.2.1",
62
62
  "vitest": "^4.1.10",
63
- "@repo/test-config": "6.9.2-next.70+b73676f520",
64
- "@repo/tsdown.config": "6.9.2-next.70+b73676f520",
65
- "@repo/tsconfig": "6.9.2-next.70+b73676f520"
63
+ "@repo/test-config": "6.9.2-next.73+dc9323e3e1",
64
+ "@repo/tsdown.config": "6.9.2-next.73+dc9323e3e1",
65
+ "@repo/tsconfig": "6.9.2-next.73+dc9323e3e1"
66
66
  },
67
67
  "browserslist": [
68
68
  "node >=22.12",