@sanity/schema 5.13.1-next.4 → 5.13.1-next.5
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 +14 -14
- package/package.json +5 -5
package/lib/_internal.d.ts
CHANGED
|
@@ -58,17 +58,17 @@ declare const builtinTypes: ({
|
|
|
58
58
|
type: string;
|
|
59
59
|
title: string;
|
|
60
60
|
readOnly: boolean;
|
|
61
|
-
fieldset?: undefined;
|
|
62
61
|
validation?: undefined;
|
|
63
62
|
hidden?: undefined;
|
|
63
|
+
fieldset?: undefined;
|
|
64
64
|
} | {
|
|
65
65
|
name: string;
|
|
66
66
|
type: string;
|
|
67
67
|
title: string;
|
|
68
|
-
readOnly?: undefined;
|
|
69
|
-
fieldset?: undefined;
|
|
70
68
|
validation?: undefined;
|
|
71
69
|
hidden?: undefined;
|
|
70
|
+
fieldset?: undefined;
|
|
71
|
+
readOnly?: undefined;
|
|
72
72
|
} | {
|
|
73
73
|
name: string;
|
|
74
74
|
type: string;
|
|
@@ -83,8 +83,8 @@ declare const builtinTypes: ({
|
|
|
83
83
|
readOnly: boolean;
|
|
84
84
|
hidden: boolean;
|
|
85
85
|
fieldset: string;
|
|
86
|
-
title?: undefined;
|
|
87
86
|
validation?: undefined;
|
|
87
|
+
title?: undefined;
|
|
88
88
|
} | {
|
|
89
89
|
name: string;
|
|
90
90
|
type: string;
|
|
@@ -137,17 +137,17 @@ declare const builtinTypes: ({
|
|
|
137
137
|
type: string;
|
|
138
138
|
title: string;
|
|
139
139
|
readOnly: boolean;
|
|
140
|
-
fieldset?: undefined;
|
|
141
140
|
validation?: undefined;
|
|
142
141
|
hidden?: undefined;
|
|
142
|
+
fieldset?: undefined;
|
|
143
143
|
} | {
|
|
144
144
|
name: string;
|
|
145
145
|
type: string;
|
|
146
146
|
title: string;
|
|
147
|
-
readOnly?: undefined;
|
|
148
|
-
fieldset?: undefined;
|
|
149
147
|
validation?: undefined;
|
|
150
148
|
hidden?: undefined;
|
|
149
|
+
fieldset?: undefined;
|
|
150
|
+
readOnly?: undefined;
|
|
151
151
|
} | {
|
|
152
152
|
name: string;
|
|
153
153
|
type: string;
|
|
@@ -157,21 +157,21 @@ declare const builtinTypes: ({
|
|
|
157
157
|
validation: (Rule: _sanity_types0.Rule) => _sanity_types0.Rule;
|
|
158
158
|
hidden?: undefined;
|
|
159
159
|
} | {
|
|
160
|
+
validation?: undefined;
|
|
160
161
|
name: string;
|
|
161
162
|
type: string;
|
|
162
163
|
readOnly: boolean;
|
|
163
164
|
hidden: boolean;
|
|
164
165
|
fieldset: string;
|
|
165
166
|
title?: undefined;
|
|
166
|
-
validation?: undefined;
|
|
167
167
|
} | {
|
|
168
|
+
validation?: undefined;
|
|
169
|
+
hidden?: undefined;
|
|
168
170
|
name: string;
|
|
169
171
|
type: string;
|
|
170
172
|
title: string;
|
|
171
173
|
readOnly: boolean;
|
|
172
174
|
fieldset: string;
|
|
173
|
-
validation?: undefined;
|
|
174
|
-
hidden?: undefined;
|
|
175
175
|
})[];
|
|
176
176
|
preview: {
|
|
177
177
|
select: {
|
|
@@ -221,17 +221,17 @@ declare const builtinTypes: ({
|
|
|
221
221
|
};
|
|
222
222
|
}[];
|
|
223
223
|
fields: ({
|
|
224
|
-
title?: undefined;
|
|
225
|
-
readOnly?: undefined;
|
|
226
|
-
fieldset?: undefined;
|
|
227
224
|
name: string;
|
|
228
225
|
type: string;
|
|
229
|
-
|
|
226
|
+
fieldset?: undefined;
|
|
227
|
+
title?: undefined;
|
|
230
228
|
readOnly?: undefined;
|
|
229
|
+
} | {
|
|
231
230
|
name: string;
|
|
232
231
|
title: string;
|
|
233
232
|
type: string;
|
|
234
233
|
fieldset: string;
|
|
234
|
+
readOnly?: undefined;
|
|
235
235
|
} | {
|
|
236
236
|
fieldset?: undefined;
|
|
237
237
|
name: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sanity/schema",
|
|
3
|
-
"version": "5.13.1-next.
|
|
3
|
+
"version": "5.13.1-next.5+b7834e6387",
|
|
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.1-next.
|
|
65
|
-
"@repo/package.config": "5.13.1-next.
|
|
66
|
-
"@repo/
|
|
67
|
-
"@repo/
|
|
64
|
+
"@repo/eslint-config": "5.13.1-next.5+b7834e6387",
|
|
65
|
+
"@repo/package.config": "5.13.1-next.5+b7834e6387",
|
|
66
|
+
"@repo/test-config": "5.13.1-next.5+b7834e6387",
|
|
67
|
+
"@repo/tsconfig": "5.13.1-next.5+b7834e6387"
|
|
68
68
|
},
|
|
69
69
|
"scripts": {
|
|
70
70
|
"build": "pnpm clean && pkg-utils build --strict --check --clean",
|