@sanity/schema 5.13.0-next.26 → 5.13.0-next.27
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 +10 -10
- 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;
|
|
61
62
|
validation?: undefined;
|
|
62
63
|
hidden?: undefined;
|
|
63
|
-
fieldset?: undefined;
|
|
64
64
|
} | {
|
|
65
65
|
name: string;
|
|
66
66
|
type: string;
|
|
67
67
|
title: string;
|
|
68
|
-
validation?: undefined;
|
|
69
|
-
hidden?: undefined;
|
|
70
68
|
readOnly?: undefined;
|
|
71
69
|
fieldset?: undefined;
|
|
70
|
+
validation?: undefined;
|
|
71
|
+
hidden?: 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
|
-
validation?: undefined;
|
|
87
86
|
title?: undefined;
|
|
87
|
+
validation?: 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;
|
|
140
141
|
validation?: undefined;
|
|
141
142
|
hidden?: undefined;
|
|
142
|
-
fieldset?: undefined;
|
|
143
143
|
} | {
|
|
144
144
|
name: string;
|
|
145
145
|
type: string;
|
|
146
146
|
title: string;
|
|
147
|
-
validation?: undefined;
|
|
148
|
-
hidden?: undefined;
|
|
149
147
|
readOnly?: undefined;
|
|
150
148
|
fieldset?: undefined;
|
|
149
|
+
validation?: undefined;
|
|
150
|
+
hidden?: 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;
|
|
161
160
|
name: string;
|
|
162
161
|
type: string;
|
|
163
162
|
readOnly: boolean;
|
|
164
163
|
hidden: boolean;
|
|
165
164
|
fieldset: string;
|
|
166
165
|
title?: undefined;
|
|
167
|
-
} | {
|
|
168
166
|
validation?: undefined;
|
|
169
|
-
|
|
167
|
+
} | {
|
|
170
168
|
name: string;
|
|
171
169
|
type: string;
|
|
172
170
|
title: string;
|
|
173
171
|
readOnly: boolean;
|
|
174
172
|
fieldset: string;
|
|
173
|
+
validation?: undefined;
|
|
174
|
+
hidden?: undefined;
|
|
175
175
|
})[];
|
|
176
176
|
preview: {
|
|
177
177
|
select: {
|
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.27+845875b73d",
|
|
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/
|
|
66
|
-
"@repo/
|
|
67
|
-
"@repo/tsconfig": "5.13.0-next.
|
|
64
|
+
"@repo/eslint-config": "5.13.0-next.27+845875b73d",
|
|
65
|
+
"@repo/package.config": "5.13.0-next.27+845875b73d",
|
|
66
|
+
"@repo/test-config": "5.13.0-next.27+845875b73d",
|
|
67
|
+
"@repo/tsconfig": "5.13.0-next.27+845875b73d"
|
|
68
68
|
},
|
|
69
69
|
"scripts": {
|
|
70
70
|
"build": "pnpm clean && pkg-utils build --strict --check --clean",
|