@sanity/schema 6.12.0 → 6.13.0-next.7

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.
@@ -394,8 +394,8 @@ declare const builtinTypes: ({
394
394
  name: string;
395
395
  type: string;
396
396
  title: string;
397
- readOnly?: undefined;
398
397
  fieldset?: undefined;
398
+ readOnly?: undefined;
399
399
  validation?: undefined;
400
400
  hidden?: undefined;
401
401
  } | {
@@ -473,8 +473,8 @@ declare const builtinTypes: ({
473
473
  name: string;
474
474
  type: string;
475
475
  title: string;
476
- readOnly?: undefined;
477
476
  fieldset?: undefined;
477
+ readOnly?: undefined;
478
478
  validation?: undefined;
479
479
  hidden?: undefined;
480
480
  } | {
@@ -550,17 +550,17 @@ declare const builtinTypes: ({
550
550
  };
551
551
  }[];
552
552
  fields: ({
553
- title?: undefined;
554
- readOnly?: undefined;
555
- fieldset?: undefined;
556
553
  name: string;
557
554
  type: string;
558
- } | {
555
+ fieldset?: undefined;
556
+ title?: undefined;
559
557
  readOnly?: undefined;
558
+ } | {
560
559
  name: string;
561
560
  title: string;
562
561
  type: string;
563
562
  fieldset: string;
563
+ readOnly?: undefined;
564
564
  } | {
565
565
  fieldset?: undefined;
566
566
  name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/schema",
3
- "version": "6.12.0",
3
+ "version": "6.13.0-next.7",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "cms",
@@ -42,7 +42,7 @@
42
42
  "dependencies": {
43
43
  "@sanity/descriptors": "^1.3.0",
44
44
  "@sanity/generate-help-url": "^4.0.0",
45
- "@sanity/types": "6.12.0",
45
+ "@sanity/types": "6.13.0-next.7+dfe48e2272",
46
46
  "arrify": "^3.0.0",
47
47
  "get-it": "^9.5.2",
48
48
  "groq-js": "^2.0.0",