@sanity/schema 6.13.0-next.17 → 6.13.0-next.37

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
- fieldset?: undefined;
398
397
  readOnly?: undefined;
398
+ fieldset?: 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
- fieldset?: undefined;
477
476
  readOnly?: undefined;
477
+ fieldset?: 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
- name: string;
554
- type: string;
555
- fieldset?: undefined;
556
553
  title?: undefined;
557
554
  readOnly?: undefined;
555
+ fieldset?: undefined;
556
+ name: string;
557
+ type: string;
558
558
  } | {
559
+ readOnly?: undefined;
559
560
  name: string;
560
561
  title: string;
561
562
  type: string;
562
563
  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.13.0-next.17",
3
+ "version": "6.13.0-next.37",
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.13.0-next.17+8919822b49",
45
+ "@sanity/types": "6.13.0-next.37+a0e2c6b023",
46
46
  "arrify": "^3.0.0",
47
47
  "dequal": "^2.0.3",
48
48
  "get-it": "^9.5.2",