@sanity/schema 5.12.0-next.1 → 5.12.0-next.2

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.
@@ -64,9 +64,9 @@ declare const builtinTypes: ({
64
64
  name: string;
65
65
  type: string;
66
66
  title: string;
67
+ readOnly?: undefined;
67
68
  hidden?: undefined;
68
69
  fieldset?: undefined;
69
- readOnly?: undefined;
70
70
  } | {
71
71
  name: string;
72
72
  type: string;
@@ -131,9 +131,9 @@ declare const builtinTypes: ({
131
131
  name: string;
132
132
  type: string;
133
133
  title: string;
134
+ readOnly?: undefined;
134
135
  hidden?: undefined;
135
136
  fieldset?: undefined;
136
- readOnly?: undefined;
137
137
  } | {
138
138
  name: string;
139
139
  type: string;
@@ -142,12 +142,12 @@ declare const builtinTypes: ({
142
142
  fieldset: string;
143
143
  hidden?: undefined;
144
144
  } | {
145
+ title?: undefined;
145
146
  name: string;
146
147
  type: string;
147
148
  readOnly: boolean;
148
149
  hidden: boolean;
149
150
  fieldset: string;
150
- title?: undefined;
151
151
  })[];
152
152
  preview: {
153
153
  select: {
@@ -197,17 +197,17 @@ declare const builtinTypes: ({
197
197
  };
198
198
  }[];
199
199
  fields: ({
200
- name: string;
201
- type: string;
202
- fieldset?: undefined;
203
200
  title?: undefined;
204
201
  readOnly?: undefined;
202
+ fieldset?: undefined;
203
+ name: string;
204
+ type: string;
205
205
  } | {
206
+ readOnly?: undefined;
206
207
  name: string;
207
208
  title: string;
208
209
  type: string;
209
210
  fieldset: string;
210
- readOnly?: undefined;
211
211
  } | {
212
212
  fieldset?: undefined;
213
213
  name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/schema",
3
- "version": "5.12.0-next.1+093e7165e7",
3
+ "version": "5.12.0-next.2+d7294b9a1e",
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.12.0-next.1+093e7165e7",
65
- "@repo/test-config": "5.12.0-next.1+093e7165e7",
66
- "@repo/eslint-config": "5.12.0-next.1+093e7165e7",
67
- "@repo/tsconfig": "5.12.0-next.1+093e7165e7"
64
+ "@repo/eslint-config": "5.12.0-next.2+d7294b9a1e",
65
+ "@repo/package.config": "5.12.0-next.2+d7294b9a1e",
66
+ "@repo/test-config": "5.12.0-next.2+d7294b9a1e",
67
+ "@repo/tsconfig": "5.12.0-next.2+d7294b9a1e"
68
68
  },
69
69
  "scripts": {
70
70
  "build": "pnpm clean && pkg-utils build --strict --check --clean",