@sanity/schema 5.13.0-next.2 → 5.13.0-next.4
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.
- package/lib/_internal.d.ts +7 -7
- package/package.json +5 -5
package/lib/_internal.d.ts
CHANGED
|
@@ -64,8 +64,8 @@ declare const builtinTypes: ({
|
|
|
64
64
|
name: string;
|
|
65
65
|
type: string;
|
|
66
66
|
title: string;
|
|
67
|
-
fieldset?: undefined;
|
|
68
67
|
readOnly?: undefined;
|
|
68
|
+
fieldset?: undefined;
|
|
69
69
|
hidden?: undefined;
|
|
70
70
|
} | {
|
|
71
71
|
name: string;
|
|
@@ -131,8 +131,8 @@ declare const builtinTypes: ({
|
|
|
131
131
|
name: string;
|
|
132
132
|
type: string;
|
|
133
133
|
title: string;
|
|
134
|
-
fieldset?: undefined;
|
|
135
134
|
readOnly?: undefined;
|
|
135
|
+
fieldset?: undefined;
|
|
136
136
|
hidden?: undefined;
|
|
137
137
|
} | {
|
|
138
138
|
name: 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.13.0-next.
|
|
3
|
+
"version": "5.13.0-next.4+144a2298a3",
|
|
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/eslint-config": "5.13.0-next.
|
|
65
|
-
"@repo/package.config": "5.13.0-next.
|
|
66
|
-
"@repo/test-config": "5.13.0-next.
|
|
67
|
-
"@repo/tsconfig": "5.13.0-next.
|
|
64
|
+
"@repo/eslint-config": "5.13.0-next.4+144a2298a3",
|
|
65
|
+
"@repo/package.config": "5.13.0-next.4+144a2298a3",
|
|
66
|
+
"@repo/test-config": "5.13.0-next.4+144a2298a3",
|
|
67
|
+
"@repo/tsconfig": "5.13.0-next.4+144a2298a3"
|
|
68
68
|
},
|
|
69
69
|
"scripts": {
|
|
70
70
|
"build": "pnpm clean && pkg-utils build --strict --check --clean",
|