@sanity/schema 5.8.1 → 5.8.2-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.
- package/lib/_internal.d.ts +9 -9
- package/package.json +5 -5
package/lib/_internal.d.ts
CHANGED
|
@@ -58,15 +58,15 @@ declare const builtinTypes: ({
|
|
|
58
58
|
type: string;
|
|
59
59
|
title: string;
|
|
60
60
|
readOnly: boolean;
|
|
61
|
-
hidden?: undefined;
|
|
62
61
|
fieldset?: undefined;
|
|
62
|
+
hidden?: undefined;
|
|
63
63
|
} | {
|
|
64
64
|
name: string;
|
|
65
65
|
type: string;
|
|
66
66
|
title: string;
|
|
67
|
+
fieldset?: undefined;
|
|
67
68
|
readOnly?: undefined;
|
|
68
69
|
hidden?: undefined;
|
|
69
|
-
fieldset?: undefined;
|
|
70
70
|
} | {
|
|
71
71
|
name: string;
|
|
72
72
|
type: string;
|
|
@@ -125,15 +125,15 @@ declare const builtinTypes: ({
|
|
|
125
125
|
type: string;
|
|
126
126
|
title: string;
|
|
127
127
|
readOnly: boolean;
|
|
128
|
-
hidden?: undefined;
|
|
129
128
|
fieldset?: undefined;
|
|
129
|
+
hidden?: undefined;
|
|
130
130
|
} | {
|
|
131
131
|
name: string;
|
|
132
132
|
type: string;
|
|
133
133
|
title: string;
|
|
134
|
+
fieldset?: undefined;
|
|
134
135
|
readOnly?: undefined;
|
|
135
136
|
hidden?: undefined;
|
|
136
|
-
fieldset?: 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;
|
|
146
145
|
name: string;
|
|
147
146
|
type: string;
|
|
148
147
|
readOnly: boolean;
|
|
149
148
|
hidden: boolean;
|
|
150
149
|
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
|
-
title?: undefined;
|
|
201
|
-
readOnly?: undefined;
|
|
202
|
-
fieldset?: undefined;
|
|
203
200
|
name: string;
|
|
204
201
|
type: string;
|
|
205
|
-
|
|
202
|
+
fieldset?: undefined;
|
|
203
|
+
title?: undefined;
|
|
206
204
|
readOnly?: undefined;
|
|
205
|
+
} | {
|
|
207
206
|
name: string;
|
|
208
207
|
title: string;
|
|
209
208
|
type: string;
|
|
210
209
|
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.8.
|
|
3
|
+
"version": "5.8.2-next.2+6792119f3c",
|
|
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.8.
|
|
65
|
-
"@repo/package.config": "5.8.
|
|
66
|
-
"@repo/test-config": "5.8.
|
|
67
|
-
"@repo/tsconfig": "5.8.
|
|
64
|
+
"@repo/eslint-config": "5.8.2-next.2+6792119f3c",
|
|
65
|
+
"@repo/package.config": "5.8.2-next.2+6792119f3c",
|
|
66
|
+
"@repo/test-config": "5.8.2-next.2+6792119f3c",
|
|
67
|
+
"@repo/tsconfig": "5.8.2-next.2+6792119f3c"
|
|
68
68
|
},
|
|
69
69
|
"scripts": {
|
|
70
70
|
"build": "pnpm clean && pkg-utils build --strict --check --clean",
|