@sanity/schema 5.13.0 → 5.13.1-next.1
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;
|
|
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
|
+
readOnly?: undefined;
|
|
71
|
+
fieldset?: 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
|
+
readOnly?: undefined;
|
|
150
|
+
fieldset?: 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: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sanity/schema",
|
|
3
|
-
"version": "5.13.
|
|
3
|
+
"version": "5.13.1-next.1+60a971880c",
|
|
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/
|
|
65
|
-
"@repo/
|
|
66
|
-
"@repo/
|
|
67
|
-
"@repo/tsconfig": "5.13.
|
|
64
|
+
"@repo/eslint-config": "5.13.1-next.1+60a971880c",
|
|
65
|
+
"@repo/test-config": "5.13.1-next.1+60a971880c",
|
|
66
|
+
"@repo/package.config": "5.13.1-next.1+60a971880c",
|
|
67
|
+
"@repo/tsconfig": "5.13.1-next.1+60a971880c"
|
|
68
68
|
},
|
|
69
69
|
"scripts": {
|
|
70
70
|
"build": "pnpm clean && pkg-utils build --strict --check --clean",
|