@webiny/api-headless-cms 6.0.0-alpha.1 → 6.0.0-alpha.3
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.
|
@@ -24,26 +24,26 @@ export declare const createModelCreateValidation: () => zod.ZodObject<{
|
|
|
24
24
|
label: zod.ZodString;
|
|
25
25
|
selected: zod.ZodDefault<zod.ZodOptional<zod.ZodBoolean>>;
|
|
26
26
|
}, "strip", zod.ZodTypeAny, {
|
|
27
|
-
value: string;
|
|
28
27
|
label: string;
|
|
28
|
+
value: string;
|
|
29
29
|
selected: boolean;
|
|
30
30
|
}, {
|
|
31
|
-
value: string;
|
|
32
31
|
label: string;
|
|
32
|
+
value: string;
|
|
33
33
|
selected?: boolean | undefined;
|
|
34
34
|
}>, "many">>;
|
|
35
35
|
}, "strip", zod.ZodTypeAny, {
|
|
36
36
|
values: {
|
|
37
|
-
value: string;
|
|
38
37
|
label: string;
|
|
38
|
+
value: string;
|
|
39
39
|
selected: boolean;
|
|
40
40
|
}[];
|
|
41
41
|
enabled: boolean;
|
|
42
42
|
}, {
|
|
43
43
|
enabled: boolean;
|
|
44
44
|
values?: {
|
|
45
|
-
value: string;
|
|
46
45
|
label: string;
|
|
46
|
+
value: string;
|
|
47
47
|
selected?: boolean | undefined;
|
|
48
48
|
}[] | undefined;
|
|
49
49
|
}>>>;
|
|
@@ -62,61 +62,58 @@ export declare const createModelCreateValidation: () => zod.ZodObject<{
|
|
|
62
62
|
message: zod.ZodDefault<zod.ZodOptional<zod.ZodString>>;
|
|
63
63
|
settings: zod.ZodDefault<zod.ZodEffects<zod.ZodOptional<zod.ZodNullable<zod.ZodOptional<zod.ZodObject<{}, "passthrough", zod.ZodTypeAny, zod.objectOutputType<{}, zod.ZodTypeAny, "passthrough">, zod.objectInputType<{}, zod.ZodTypeAny, "passthrough">>>>>, zod.objectOutputType<{}, zod.ZodTypeAny, "passthrough">, zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined>>;
|
|
64
64
|
}, "strip", zod.ZodTypeAny, {
|
|
65
|
-
message: string;
|
|
66
65
|
name: string;
|
|
67
66
|
settings: {} & {
|
|
68
67
|
[k: string]: unknown;
|
|
69
68
|
};
|
|
69
|
+
message: string;
|
|
70
70
|
}, {
|
|
71
71
|
name: string;
|
|
72
|
-
message?: string | undefined;
|
|
73
72
|
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
73
|
+
message?: string | undefined;
|
|
74
74
|
}>, "many">>>>>, {
|
|
75
|
-
message: string;
|
|
76
75
|
name: string;
|
|
77
76
|
settings: {} & {
|
|
78
77
|
[k: string]: unknown;
|
|
79
78
|
};
|
|
79
|
+
message: string;
|
|
80
80
|
}[], {
|
|
81
81
|
name: string;
|
|
82
|
-
message?: string | undefined;
|
|
83
82
|
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
83
|
+
message?: string | undefined;
|
|
84
84
|
}[] | null | undefined>;
|
|
85
85
|
listValidation: zod.ZodEffects<zod.ZodDefault<zod.ZodOptional<zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
86
86
|
name: zod.ZodString;
|
|
87
87
|
message: zod.ZodDefault<zod.ZodOptional<zod.ZodString>>;
|
|
88
88
|
settings: zod.ZodDefault<zod.ZodEffects<zod.ZodOptional<zod.ZodNullable<zod.ZodOptional<zod.ZodObject<{}, "passthrough", zod.ZodTypeAny, zod.objectOutputType<{}, zod.ZodTypeAny, "passthrough">, zod.objectInputType<{}, zod.ZodTypeAny, "passthrough">>>>>, zod.objectOutputType<{}, zod.ZodTypeAny, "passthrough">, zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined>>;
|
|
89
89
|
}, "strip", zod.ZodTypeAny, {
|
|
90
|
-
message: string;
|
|
91
90
|
name: string;
|
|
92
91
|
settings: {} & {
|
|
93
92
|
[k: string]: unknown;
|
|
94
93
|
};
|
|
94
|
+
message: string;
|
|
95
95
|
}, {
|
|
96
96
|
name: string;
|
|
97
|
-
message?: string | undefined;
|
|
98
97
|
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
98
|
+
message?: string | undefined;
|
|
99
99
|
}>, "many">>>>>, {
|
|
100
|
-
message: string;
|
|
101
100
|
name: string;
|
|
102
101
|
settings: {} & {
|
|
103
102
|
[k: string]: unknown;
|
|
104
103
|
};
|
|
104
|
+
message: string;
|
|
105
105
|
}[], {
|
|
106
106
|
name: string;
|
|
107
|
-
message?: string | undefined;
|
|
108
107
|
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
108
|
+
message?: string | undefined;
|
|
109
109
|
}[] | null | undefined>;
|
|
110
110
|
settings: zod.ZodDefault<zod.ZodEffects<zod.ZodOptional<zod.ZodNullable<zod.ZodOptional<zod.ZodObject<{}, "passthrough", zod.ZodTypeAny, zod.objectOutputType<{}, zod.ZodTypeAny, "passthrough">, zod.objectInputType<{}, zod.ZodTypeAny, "passthrough">>>>>, zod.objectOutputType<{}, zod.ZodTypeAny, "passthrough">, zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined>>;
|
|
111
111
|
}, "strip", zod.ZodTypeAny, {
|
|
112
|
-
type: string;
|
|
113
112
|
id: string;
|
|
114
|
-
|
|
115
|
-
settings: {} & {
|
|
116
|
-
[k: string]: unknown;
|
|
117
|
-
};
|
|
113
|
+
type: string;
|
|
118
114
|
storageId: string;
|
|
119
115
|
fieldId: string;
|
|
116
|
+
label: string;
|
|
120
117
|
helpText: string | null;
|
|
121
118
|
placeholderText: string | null;
|
|
122
119
|
renderer: {
|
|
@@ -124,43 +121,45 @@ export declare const createModelCreateValidation: () => zod.ZodObject<{
|
|
|
124
121
|
settings?: zod.objectOutputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
125
122
|
} | null;
|
|
126
123
|
validation: {
|
|
127
|
-
message: string;
|
|
128
124
|
name: string;
|
|
129
125
|
settings: {} & {
|
|
130
126
|
[k: string]: unknown;
|
|
131
127
|
};
|
|
128
|
+
message: string;
|
|
132
129
|
}[];
|
|
133
130
|
listValidation: {
|
|
134
|
-
message: string;
|
|
135
131
|
name: string;
|
|
136
132
|
settings: {} & {
|
|
137
133
|
[k: string]: unknown;
|
|
138
134
|
};
|
|
135
|
+
message: string;
|
|
139
136
|
}[];
|
|
140
137
|
multipleValues: boolean;
|
|
141
138
|
tags: string[];
|
|
139
|
+
settings: {} & {
|
|
140
|
+
[k: string]: unknown;
|
|
141
|
+
};
|
|
142
142
|
predefinedValues?: {
|
|
143
143
|
values: {
|
|
144
|
-
value: string;
|
|
145
144
|
label: string;
|
|
145
|
+
value: string;
|
|
146
146
|
selected: boolean;
|
|
147
147
|
}[];
|
|
148
148
|
enabled: boolean;
|
|
149
149
|
} | undefined;
|
|
150
150
|
}, {
|
|
151
|
-
type: string;
|
|
152
151
|
id: string;
|
|
153
|
-
|
|
152
|
+
type: string;
|
|
154
153
|
fieldId: string;
|
|
155
|
-
|
|
154
|
+
label: string;
|
|
156
155
|
storageId?: string | undefined;
|
|
157
156
|
helpText?: string | null | undefined;
|
|
158
157
|
placeholderText?: string | null | undefined;
|
|
159
158
|
predefinedValues?: {
|
|
160
159
|
enabled: boolean;
|
|
161
160
|
values?: {
|
|
162
|
-
value: string;
|
|
163
161
|
label: string;
|
|
162
|
+
value: string;
|
|
164
163
|
selected?: boolean | undefined;
|
|
165
164
|
}[] | undefined;
|
|
166
165
|
} | undefined;
|
|
@@ -170,16 +169,17 @@ export declare const createModelCreateValidation: () => zod.ZodObject<{
|
|
|
170
169
|
} | null | undefined;
|
|
171
170
|
validation?: {
|
|
172
171
|
name: string;
|
|
173
|
-
message?: string | undefined;
|
|
174
172
|
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
173
|
+
message?: string | undefined;
|
|
175
174
|
}[] | null | undefined;
|
|
176
175
|
listValidation?: {
|
|
177
176
|
name: string;
|
|
178
|
-
message?: string | undefined;
|
|
179
177
|
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
178
|
+
message?: string | undefined;
|
|
180
179
|
}[] | null | undefined;
|
|
181
180
|
multipleValues?: boolean | null | undefined;
|
|
182
181
|
tags?: string[] | undefined;
|
|
182
|
+
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
183
183
|
}>, "many">>;
|
|
184
184
|
layout: zod.ZodDefault<zod.ZodArray<zod.ZodArray<zod.ZodString, "many">, "many">>;
|
|
185
185
|
tags: zod.ZodOptional<zod.ZodArray<zod.ZodString, "many">>;
|
|
@@ -189,16 +189,12 @@ export declare const createModelCreateValidation: () => zod.ZodObject<{
|
|
|
189
189
|
defaultFields: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
190
190
|
}, "strip", zod.ZodTypeAny, {
|
|
191
191
|
name: string;
|
|
192
|
-
group: string;
|
|
193
192
|
fields: {
|
|
194
|
-
type: string;
|
|
195
193
|
id: string;
|
|
196
|
-
|
|
197
|
-
settings: {} & {
|
|
198
|
-
[k: string]: unknown;
|
|
199
|
-
};
|
|
194
|
+
type: string;
|
|
200
195
|
storageId: string;
|
|
201
196
|
fieldId: string;
|
|
197
|
+
label: string;
|
|
202
198
|
helpText: string | null;
|
|
203
199
|
placeholderText: string | null;
|
|
204
200
|
renderer: {
|
|
@@ -206,25 +202,28 @@ export declare const createModelCreateValidation: () => zod.ZodObject<{
|
|
|
206
202
|
settings?: zod.objectOutputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
207
203
|
} | null;
|
|
208
204
|
validation: {
|
|
209
|
-
message: string;
|
|
210
205
|
name: string;
|
|
211
206
|
settings: {} & {
|
|
212
207
|
[k: string]: unknown;
|
|
213
208
|
};
|
|
209
|
+
message: string;
|
|
214
210
|
}[];
|
|
215
211
|
listValidation: {
|
|
216
|
-
message: string;
|
|
217
212
|
name: string;
|
|
218
213
|
settings: {} & {
|
|
219
214
|
[k: string]: unknown;
|
|
220
215
|
};
|
|
216
|
+
message: string;
|
|
221
217
|
}[];
|
|
222
218
|
multipleValues: boolean;
|
|
223
219
|
tags: string[];
|
|
220
|
+
settings: {} & {
|
|
221
|
+
[k: string]: unknown;
|
|
222
|
+
};
|
|
224
223
|
predefinedValues?: {
|
|
225
224
|
values: {
|
|
226
|
-
value: string;
|
|
227
225
|
label: string;
|
|
226
|
+
value: string;
|
|
228
227
|
selected: boolean;
|
|
229
228
|
}[];
|
|
230
229
|
enabled: boolean;
|
|
@@ -233,6 +232,7 @@ export declare const createModelCreateValidation: () => zod.ZodObject<{
|
|
|
233
232
|
layout: string[][];
|
|
234
233
|
singularApiName: string;
|
|
235
234
|
pluralApiName: string;
|
|
235
|
+
group: string;
|
|
236
236
|
description?: string | null | undefined;
|
|
237
237
|
icon?: string | null | undefined;
|
|
238
238
|
tags?: string[] | undefined;
|
|
@@ -243,24 +243,25 @@ export declare const createModelCreateValidation: () => zod.ZodObject<{
|
|
|
243
243
|
defaultFields?: boolean | null | undefined;
|
|
244
244
|
}, {
|
|
245
245
|
name: string;
|
|
246
|
-
group: string;
|
|
247
246
|
singularApiName: string;
|
|
248
247
|
pluralApiName: string;
|
|
248
|
+
group: string;
|
|
249
249
|
description?: string | null | undefined;
|
|
250
|
+
icon?: string | null | undefined;
|
|
251
|
+
tags?: string[] | undefined;
|
|
250
252
|
fields?: {
|
|
251
|
-
type: string;
|
|
252
253
|
id: string;
|
|
253
|
-
|
|
254
|
+
type: string;
|
|
254
255
|
fieldId: string;
|
|
255
|
-
|
|
256
|
+
label: string;
|
|
256
257
|
storageId?: string | undefined;
|
|
257
258
|
helpText?: string | null | undefined;
|
|
258
259
|
placeholderText?: string | null | undefined;
|
|
259
260
|
predefinedValues?: {
|
|
260
261
|
enabled: boolean;
|
|
261
262
|
values?: {
|
|
262
|
-
value: string;
|
|
263
263
|
label: string;
|
|
264
|
+
value: string;
|
|
264
265
|
selected?: boolean | undefined;
|
|
265
266
|
}[] | undefined;
|
|
266
267
|
} | undefined;
|
|
@@ -270,19 +271,18 @@ export declare const createModelCreateValidation: () => zod.ZodObject<{
|
|
|
270
271
|
} | null | undefined;
|
|
271
272
|
validation?: {
|
|
272
273
|
name: string;
|
|
273
|
-
message?: string | undefined;
|
|
274
274
|
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
275
|
+
message?: string | undefined;
|
|
275
276
|
}[] | null | undefined;
|
|
276
277
|
listValidation?: {
|
|
277
278
|
name: string;
|
|
278
|
-
message?: string | undefined;
|
|
279
279
|
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
280
|
+
message?: string | undefined;
|
|
280
281
|
}[] | null | undefined;
|
|
281
282
|
multipleValues?: boolean | null | undefined;
|
|
282
283
|
tags?: string[] | undefined;
|
|
284
|
+
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
283
285
|
}[] | undefined;
|
|
284
|
-
icon?: string | null | undefined;
|
|
285
|
-
tags?: string[] | undefined;
|
|
286
286
|
layout?: string[][] | undefined;
|
|
287
287
|
modelId?: string | undefined;
|
|
288
288
|
titleFieldId?: string | null | undefined;
|
|
@@ -315,26 +315,26 @@ export declare const createModelImportValidation: () => zod.ZodObject<{
|
|
|
315
315
|
label: zod.ZodString;
|
|
316
316
|
selected: zod.ZodDefault<zod.ZodOptional<zod.ZodBoolean>>;
|
|
317
317
|
}, "strip", zod.ZodTypeAny, {
|
|
318
|
-
value: string;
|
|
319
318
|
label: string;
|
|
319
|
+
value: string;
|
|
320
320
|
selected: boolean;
|
|
321
321
|
}, {
|
|
322
|
-
value: string;
|
|
323
322
|
label: string;
|
|
323
|
+
value: string;
|
|
324
324
|
selected?: boolean | undefined;
|
|
325
325
|
}>, "many">>;
|
|
326
326
|
}, "strip", zod.ZodTypeAny, {
|
|
327
327
|
values: {
|
|
328
|
-
value: string;
|
|
329
328
|
label: string;
|
|
329
|
+
value: string;
|
|
330
330
|
selected: boolean;
|
|
331
331
|
}[];
|
|
332
332
|
enabled: boolean;
|
|
333
333
|
}, {
|
|
334
334
|
enabled: boolean;
|
|
335
335
|
values?: {
|
|
336
|
-
value: string;
|
|
337
336
|
label: string;
|
|
337
|
+
value: string;
|
|
338
338
|
selected?: boolean | undefined;
|
|
339
339
|
}[] | undefined;
|
|
340
340
|
}>>>;
|
|
@@ -353,61 +353,58 @@ export declare const createModelImportValidation: () => zod.ZodObject<{
|
|
|
353
353
|
message: zod.ZodDefault<zod.ZodOptional<zod.ZodString>>;
|
|
354
354
|
settings: zod.ZodDefault<zod.ZodEffects<zod.ZodOptional<zod.ZodNullable<zod.ZodOptional<zod.ZodObject<{}, "passthrough", zod.ZodTypeAny, zod.objectOutputType<{}, zod.ZodTypeAny, "passthrough">, zod.objectInputType<{}, zod.ZodTypeAny, "passthrough">>>>>, zod.objectOutputType<{}, zod.ZodTypeAny, "passthrough">, zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined>>;
|
|
355
355
|
}, "strip", zod.ZodTypeAny, {
|
|
356
|
-
message: string;
|
|
357
356
|
name: string;
|
|
358
357
|
settings: {} & {
|
|
359
358
|
[k: string]: unknown;
|
|
360
359
|
};
|
|
360
|
+
message: string;
|
|
361
361
|
}, {
|
|
362
362
|
name: string;
|
|
363
|
-
message?: string | undefined;
|
|
364
363
|
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
364
|
+
message?: string | undefined;
|
|
365
365
|
}>, "many">>>>>, {
|
|
366
|
-
message: string;
|
|
367
366
|
name: string;
|
|
368
367
|
settings: {} & {
|
|
369
368
|
[k: string]: unknown;
|
|
370
369
|
};
|
|
370
|
+
message: string;
|
|
371
371
|
}[], {
|
|
372
372
|
name: string;
|
|
373
|
-
message?: string | undefined;
|
|
374
373
|
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
374
|
+
message?: string | undefined;
|
|
375
375
|
}[] | null | undefined>;
|
|
376
376
|
listValidation: zod.ZodEffects<zod.ZodDefault<zod.ZodOptional<zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
377
377
|
name: zod.ZodString;
|
|
378
378
|
message: zod.ZodDefault<zod.ZodOptional<zod.ZodString>>;
|
|
379
379
|
settings: zod.ZodDefault<zod.ZodEffects<zod.ZodOptional<zod.ZodNullable<zod.ZodOptional<zod.ZodObject<{}, "passthrough", zod.ZodTypeAny, zod.objectOutputType<{}, zod.ZodTypeAny, "passthrough">, zod.objectInputType<{}, zod.ZodTypeAny, "passthrough">>>>>, zod.objectOutputType<{}, zod.ZodTypeAny, "passthrough">, zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined>>;
|
|
380
380
|
}, "strip", zod.ZodTypeAny, {
|
|
381
|
-
message: string;
|
|
382
381
|
name: string;
|
|
383
382
|
settings: {} & {
|
|
384
383
|
[k: string]: unknown;
|
|
385
384
|
};
|
|
385
|
+
message: string;
|
|
386
386
|
}, {
|
|
387
387
|
name: string;
|
|
388
|
-
message?: string | undefined;
|
|
389
388
|
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
389
|
+
message?: string | undefined;
|
|
390
390
|
}>, "many">>>>>, {
|
|
391
|
-
message: string;
|
|
392
391
|
name: string;
|
|
393
392
|
settings: {} & {
|
|
394
393
|
[k: string]: unknown;
|
|
395
394
|
};
|
|
395
|
+
message: string;
|
|
396
396
|
}[], {
|
|
397
397
|
name: string;
|
|
398
|
-
message?: string | undefined;
|
|
399
398
|
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
399
|
+
message?: string | undefined;
|
|
400
400
|
}[] | null | undefined>;
|
|
401
401
|
settings: zod.ZodDefault<zod.ZodEffects<zod.ZodOptional<zod.ZodNullable<zod.ZodOptional<zod.ZodObject<{}, "passthrough", zod.ZodTypeAny, zod.objectOutputType<{}, zod.ZodTypeAny, "passthrough">, zod.objectInputType<{}, zod.ZodTypeAny, "passthrough">>>>>, zod.objectOutputType<{}, zod.ZodTypeAny, "passthrough">, zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined>>;
|
|
402
402
|
}, "strip", zod.ZodTypeAny, {
|
|
403
|
-
type: string;
|
|
404
403
|
id: string;
|
|
405
|
-
|
|
406
|
-
settings: {} & {
|
|
407
|
-
[k: string]: unknown;
|
|
408
|
-
};
|
|
404
|
+
type: string;
|
|
409
405
|
storageId: string;
|
|
410
406
|
fieldId: string;
|
|
407
|
+
label: string;
|
|
411
408
|
helpText: string | null;
|
|
412
409
|
placeholderText: string | null;
|
|
413
410
|
renderer: {
|
|
@@ -415,43 +412,45 @@ export declare const createModelImportValidation: () => zod.ZodObject<{
|
|
|
415
412
|
settings?: zod.objectOutputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
416
413
|
} | null;
|
|
417
414
|
validation: {
|
|
418
|
-
message: string;
|
|
419
415
|
name: string;
|
|
420
416
|
settings: {} & {
|
|
421
417
|
[k: string]: unknown;
|
|
422
418
|
};
|
|
419
|
+
message: string;
|
|
423
420
|
}[];
|
|
424
421
|
listValidation: {
|
|
425
|
-
message: string;
|
|
426
422
|
name: string;
|
|
427
423
|
settings: {} & {
|
|
428
424
|
[k: string]: unknown;
|
|
429
425
|
};
|
|
426
|
+
message: string;
|
|
430
427
|
}[];
|
|
431
428
|
multipleValues: boolean;
|
|
432
429
|
tags: string[];
|
|
430
|
+
settings: {} & {
|
|
431
|
+
[k: string]: unknown;
|
|
432
|
+
};
|
|
433
433
|
predefinedValues?: {
|
|
434
434
|
values: {
|
|
435
|
-
value: string;
|
|
436
435
|
label: string;
|
|
436
|
+
value: string;
|
|
437
437
|
selected: boolean;
|
|
438
438
|
}[];
|
|
439
439
|
enabled: boolean;
|
|
440
440
|
} | undefined;
|
|
441
441
|
}, {
|
|
442
|
-
type: string;
|
|
443
442
|
id: string;
|
|
444
|
-
|
|
443
|
+
type: string;
|
|
445
444
|
fieldId: string;
|
|
446
|
-
|
|
445
|
+
label: string;
|
|
447
446
|
storageId?: string | undefined;
|
|
448
447
|
helpText?: string | null | undefined;
|
|
449
448
|
placeholderText?: string | null | undefined;
|
|
450
449
|
predefinedValues?: {
|
|
451
450
|
enabled: boolean;
|
|
452
451
|
values?: {
|
|
453
|
-
value: string;
|
|
454
452
|
label: string;
|
|
453
|
+
value: string;
|
|
455
454
|
selected?: boolean | undefined;
|
|
456
455
|
}[] | undefined;
|
|
457
456
|
} | undefined;
|
|
@@ -461,16 +460,17 @@ export declare const createModelImportValidation: () => zod.ZodObject<{
|
|
|
461
460
|
} | null | undefined;
|
|
462
461
|
validation?: {
|
|
463
462
|
name: string;
|
|
464
|
-
message?: string | undefined;
|
|
465
463
|
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
464
|
+
message?: string | undefined;
|
|
466
465
|
}[] | null | undefined;
|
|
467
466
|
listValidation?: {
|
|
468
467
|
name: string;
|
|
469
|
-
message?: string | undefined;
|
|
470
468
|
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
469
|
+
message?: string | undefined;
|
|
471
470
|
}[] | null | undefined;
|
|
472
471
|
multipleValues?: boolean | null | undefined;
|
|
473
472
|
tags?: string[] | undefined;
|
|
473
|
+
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
474
474
|
}>, "many">;
|
|
475
475
|
layout: zod.ZodArray<zod.ZodArray<zod.ZodString, "many">, "many">;
|
|
476
476
|
tags: zod.ZodOptional<zod.ZodArray<zod.ZodString, "many">>;
|
|
@@ -479,16 +479,12 @@ export declare const createModelImportValidation: () => zod.ZodObject<{
|
|
|
479
479
|
imageFieldId: zod.ZodOptional<zod.ZodNullable<zod.ZodOptional<zod.ZodString>>>;
|
|
480
480
|
}, "strip", zod.ZodTypeAny, {
|
|
481
481
|
name: string;
|
|
482
|
-
group: string;
|
|
483
482
|
fields: {
|
|
484
|
-
type: string;
|
|
485
483
|
id: string;
|
|
486
|
-
|
|
487
|
-
settings: {} & {
|
|
488
|
-
[k: string]: unknown;
|
|
489
|
-
};
|
|
484
|
+
type: string;
|
|
490
485
|
storageId: string;
|
|
491
486
|
fieldId: string;
|
|
487
|
+
label: string;
|
|
492
488
|
helpText: string | null;
|
|
493
489
|
placeholderText: string | null;
|
|
494
490
|
renderer: {
|
|
@@ -496,25 +492,28 @@ export declare const createModelImportValidation: () => zod.ZodObject<{
|
|
|
496
492
|
settings?: zod.objectOutputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
497
493
|
} | null;
|
|
498
494
|
validation: {
|
|
499
|
-
message: string;
|
|
500
495
|
name: string;
|
|
501
496
|
settings: {} & {
|
|
502
497
|
[k: string]: unknown;
|
|
503
498
|
};
|
|
499
|
+
message: string;
|
|
504
500
|
}[];
|
|
505
501
|
listValidation: {
|
|
506
|
-
message: string;
|
|
507
502
|
name: string;
|
|
508
503
|
settings: {} & {
|
|
509
504
|
[k: string]: unknown;
|
|
510
505
|
};
|
|
506
|
+
message: string;
|
|
511
507
|
}[];
|
|
512
508
|
multipleValues: boolean;
|
|
513
509
|
tags: string[];
|
|
510
|
+
settings: {} & {
|
|
511
|
+
[k: string]: unknown;
|
|
512
|
+
};
|
|
514
513
|
predefinedValues?: {
|
|
515
514
|
values: {
|
|
516
|
-
value: string;
|
|
517
515
|
label: string;
|
|
516
|
+
value: string;
|
|
518
517
|
selected: boolean;
|
|
519
518
|
}[];
|
|
520
519
|
enabled: boolean;
|
|
@@ -523,6 +522,7 @@ export declare const createModelImportValidation: () => zod.ZodObject<{
|
|
|
523
522
|
layout: string[][];
|
|
524
523
|
singularApiName: string;
|
|
525
524
|
pluralApiName: string;
|
|
525
|
+
group: string;
|
|
526
526
|
description?: string | null | undefined;
|
|
527
527
|
icon?: string | null | undefined;
|
|
528
528
|
tags?: string[] | undefined;
|
|
@@ -532,21 +532,19 @@ export declare const createModelImportValidation: () => zod.ZodObject<{
|
|
|
532
532
|
imageFieldId?: string | null | undefined;
|
|
533
533
|
}, {
|
|
534
534
|
name: string;
|
|
535
|
-
group: string;
|
|
536
535
|
fields: {
|
|
537
|
-
type: string;
|
|
538
536
|
id: string;
|
|
539
|
-
|
|
537
|
+
type: string;
|
|
540
538
|
fieldId: string;
|
|
541
|
-
|
|
539
|
+
label: string;
|
|
542
540
|
storageId?: string | undefined;
|
|
543
541
|
helpText?: string | null | undefined;
|
|
544
542
|
placeholderText?: string | null | undefined;
|
|
545
543
|
predefinedValues?: {
|
|
546
544
|
enabled: boolean;
|
|
547
545
|
values?: {
|
|
548
|
-
value: string;
|
|
549
546
|
label: string;
|
|
547
|
+
value: string;
|
|
550
548
|
selected?: boolean | undefined;
|
|
551
549
|
}[] | undefined;
|
|
552
550
|
} | undefined;
|
|
@@ -556,21 +554,23 @@ export declare const createModelImportValidation: () => zod.ZodObject<{
|
|
|
556
554
|
} | null | undefined;
|
|
557
555
|
validation?: {
|
|
558
556
|
name: string;
|
|
559
|
-
message?: string | undefined;
|
|
560
557
|
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
558
|
+
message?: string | undefined;
|
|
561
559
|
}[] | null | undefined;
|
|
562
560
|
listValidation?: {
|
|
563
561
|
name: string;
|
|
564
|
-
message?: string | undefined;
|
|
565
562
|
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
563
|
+
message?: string | undefined;
|
|
566
564
|
}[] | null | undefined;
|
|
567
565
|
multipleValues?: boolean | null | undefined;
|
|
568
566
|
tags?: string[] | undefined;
|
|
567
|
+
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
569
568
|
}[];
|
|
570
569
|
layout: string[][];
|
|
571
570
|
singularApiName: string;
|
|
572
571
|
pluralApiName: string;
|
|
573
572
|
modelId: string;
|
|
573
|
+
group: string;
|
|
574
574
|
description?: string | null | undefined;
|
|
575
575
|
icon?: string | null | undefined;
|
|
576
576
|
tags?: string[] | undefined;
|
|
@@ -589,20 +589,20 @@ export declare const createModelCreateFromValidation: () => zod.ZodObject<{
|
|
|
589
589
|
locale: zod.ZodOptional<zod.ZodString>;
|
|
590
590
|
}, "strip", zod.ZodTypeAny, {
|
|
591
591
|
name: string;
|
|
592
|
-
group: string;
|
|
593
592
|
singularApiName: string;
|
|
594
593
|
pluralApiName: string;
|
|
595
|
-
|
|
594
|
+
group: string;
|
|
596
595
|
locale?: string | undefined;
|
|
596
|
+
description?: string | null | undefined;
|
|
597
597
|
icon?: string | null | undefined;
|
|
598
598
|
modelId?: string | undefined;
|
|
599
599
|
}, {
|
|
600
600
|
name: string;
|
|
601
|
-
group: string;
|
|
602
601
|
singularApiName: string;
|
|
603
602
|
pluralApiName: string;
|
|
604
|
-
|
|
603
|
+
group: string;
|
|
605
604
|
locale?: string | undefined;
|
|
605
|
+
description?: string | null | undefined;
|
|
606
606
|
icon?: string | null | undefined;
|
|
607
607
|
modelId?: string | undefined;
|
|
608
608
|
}>;
|
|
@@ -630,26 +630,26 @@ export declare const createModelUpdateValidation: () => zod.ZodObject<{
|
|
|
630
630
|
label: zod.ZodString;
|
|
631
631
|
selected: zod.ZodDefault<zod.ZodOptional<zod.ZodBoolean>>;
|
|
632
632
|
}, "strip", zod.ZodTypeAny, {
|
|
633
|
-
value: string;
|
|
634
633
|
label: string;
|
|
634
|
+
value: string;
|
|
635
635
|
selected: boolean;
|
|
636
636
|
}, {
|
|
637
|
-
value: string;
|
|
638
637
|
label: string;
|
|
638
|
+
value: string;
|
|
639
639
|
selected?: boolean | undefined;
|
|
640
640
|
}>, "many">>;
|
|
641
641
|
}, "strip", zod.ZodTypeAny, {
|
|
642
642
|
values: {
|
|
643
|
-
value: string;
|
|
644
643
|
label: string;
|
|
644
|
+
value: string;
|
|
645
645
|
selected: boolean;
|
|
646
646
|
}[];
|
|
647
647
|
enabled: boolean;
|
|
648
648
|
}, {
|
|
649
649
|
enabled: boolean;
|
|
650
650
|
values?: {
|
|
651
|
-
value: string;
|
|
652
651
|
label: string;
|
|
652
|
+
value: string;
|
|
653
653
|
selected?: boolean | undefined;
|
|
654
654
|
}[] | undefined;
|
|
655
655
|
}>>>;
|
|
@@ -668,61 +668,58 @@ export declare const createModelUpdateValidation: () => zod.ZodObject<{
|
|
|
668
668
|
message: zod.ZodDefault<zod.ZodOptional<zod.ZodString>>;
|
|
669
669
|
settings: zod.ZodDefault<zod.ZodEffects<zod.ZodOptional<zod.ZodNullable<zod.ZodOptional<zod.ZodObject<{}, "passthrough", zod.ZodTypeAny, zod.objectOutputType<{}, zod.ZodTypeAny, "passthrough">, zod.objectInputType<{}, zod.ZodTypeAny, "passthrough">>>>>, zod.objectOutputType<{}, zod.ZodTypeAny, "passthrough">, zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined>>;
|
|
670
670
|
}, "strip", zod.ZodTypeAny, {
|
|
671
|
-
message: string;
|
|
672
671
|
name: string;
|
|
673
672
|
settings: {} & {
|
|
674
673
|
[k: string]: unknown;
|
|
675
674
|
};
|
|
675
|
+
message: string;
|
|
676
676
|
}, {
|
|
677
677
|
name: string;
|
|
678
|
-
message?: string | undefined;
|
|
679
678
|
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
679
|
+
message?: string | undefined;
|
|
680
680
|
}>, "many">>>>>, {
|
|
681
|
-
message: string;
|
|
682
681
|
name: string;
|
|
683
682
|
settings: {} & {
|
|
684
683
|
[k: string]: unknown;
|
|
685
684
|
};
|
|
685
|
+
message: string;
|
|
686
686
|
}[], {
|
|
687
687
|
name: string;
|
|
688
|
-
message?: string | undefined;
|
|
689
688
|
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
689
|
+
message?: string | undefined;
|
|
690
690
|
}[] | null | undefined>;
|
|
691
691
|
listValidation: zod.ZodEffects<zod.ZodDefault<zod.ZodOptional<zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
692
692
|
name: zod.ZodString;
|
|
693
693
|
message: zod.ZodDefault<zod.ZodOptional<zod.ZodString>>;
|
|
694
694
|
settings: zod.ZodDefault<zod.ZodEffects<zod.ZodOptional<zod.ZodNullable<zod.ZodOptional<zod.ZodObject<{}, "passthrough", zod.ZodTypeAny, zod.objectOutputType<{}, zod.ZodTypeAny, "passthrough">, zod.objectInputType<{}, zod.ZodTypeAny, "passthrough">>>>>, zod.objectOutputType<{}, zod.ZodTypeAny, "passthrough">, zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined>>;
|
|
695
695
|
}, "strip", zod.ZodTypeAny, {
|
|
696
|
-
message: string;
|
|
697
696
|
name: string;
|
|
698
697
|
settings: {} & {
|
|
699
698
|
[k: string]: unknown;
|
|
700
699
|
};
|
|
700
|
+
message: string;
|
|
701
701
|
}, {
|
|
702
702
|
name: string;
|
|
703
|
-
message?: string | undefined;
|
|
704
703
|
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
704
|
+
message?: string | undefined;
|
|
705
705
|
}>, "many">>>>>, {
|
|
706
|
-
message: string;
|
|
707
706
|
name: string;
|
|
708
707
|
settings: {} & {
|
|
709
708
|
[k: string]: unknown;
|
|
710
709
|
};
|
|
710
|
+
message: string;
|
|
711
711
|
}[], {
|
|
712
712
|
name: string;
|
|
713
|
-
message?: string | undefined;
|
|
714
713
|
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
714
|
+
message?: string | undefined;
|
|
715
715
|
}[] | null | undefined>;
|
|
716
716
|
settings: zod.ZodDefault<zod.ZodEffects<zod.ZodOptional<zod.ZodNullable<zod.ZodOptional<zod.ZodObject<{}, "passthrough", zod.ZodTypeAny, zod.objectOutputType<{}, zod.ZodTypeAny, "passthrough">, zod.objectInputType<{}, zod.ZodTypeAny, "passthrough">>>>>, zod.objectOutputType<{}, zod.ZodTypeAny, "passthrough">, zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined>>;
|
|
717
717
|
}, "strip", zod.ZodTypeAny, {
|
|
718
|
-
type: string;
|
|
719
718
|
id: string;
|
|
720
|
-
|
|
721
|
-
settings: {} & {
|
|
722
|
-
[k: string]: unknown;
|
|
723
|
-
};
|
|
719
|
+
type: string;
|
|
724
720
|
storageId: string;
|
|
725
721
|
fieldId: string;
|
|
722
|
+
label: string;
|
|
726
723
|
helpText: string | null;
|
|
727
724
|
placeholderText: string | null;
|
|
728
725
|
renderer: {
|
|
@@ -730,43 +727,45 @@ export declare const createModelUpdateValidation: () => zod.ZodObject<{
|
|
|
730
727
|
settings?: zod.objectOutputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
731
728
|
} | null;
|
|
732
729
|
validation: {
|
|
733
|
-
message: string;
|
|
734
730
|
name: string;
|
|
735
731
|
settings: {} & {
|
|
736
732
|
[k: string]: unknown;
|
|
737
733
|
};
|
|
734
|
+
message: string;
|
|
738
735
|
}[];
|
|
739
736
|
listValidation: {
|
|
740
|
-
message: string;
|
|
741
737
|
name: string;
|
|
742
738
|
settings: {} & {
|
|
743
739
|
[k: string]: unknown;
|
|
744
740
|
};
|
|
741
|
+
message: string;
|
|
745
742
|
}[];
|
|
746
743
|
multipleValues: boolean;
|
|
747
744
|
tags: string[];
|
|
745
|
+
settings: {} & {
|
|
746
|
+
[k: string]: unknown;
|
|
747
|
+
};
|
|
748
748
|
predefinedValues?: {
|
|
749
749
|
values: {
|
|
750
|
-
value: string;
|
|
751
750
|
label: string;
|
|
751
|
+
value: string;
|
|
752
752
|
selected: boolean;
|
|
753
753
|
}[];
|
|
754
754
|
enabled: boolean;
|
|
755
755
|
} | undefined;
|
|
756
756
|
}, {
|
|
757
|
-
type: string;
|
|
758
757
|
id: string;
|
|
759
|
-
|
|
758
|
+
type: string;
|
|
760
759
|
fieldId: string;
|
|
761
|
-
|
|
760
|
+
label: string;
|
|
762
761
|
storageId?: string | undefined;
|
|
763
762
|
helpText?: string | null | undefined;
|
|
764
763
|
placeholderText?: string | null | undefined;
|
|
765
764
|
predefinedValues?: {
|
|
766
765
|
enabled: boolean;
|
|
767
766
|
values?: {
|
|
768
|
-
value: string;
|
|
769
767
|
label: string;
|
|
768
|
+
value: string;
|
|
770
769
|
selected?: boolean | undefined;
|
|
771
770
|
}[] | undefined;
|
|
772
771
|
} | undefined;
|
|
@@ -776,16 +775,17 @@ export declare const createModelUpdateValidation: () => zod.ZodObject<{
|
|
|
776
775
|
} | null | undefined;
|
|
777
776
|
validation?: {
|
|
778
777
|
name: string;
|
|
779
|
-
message?: string | undefined;
|
|
780
778
|
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
779
|
+
message?: string | undefined;
|
|
781
780
|
}[] | null | undefined;
|
|
782
781
|
listValidation?: {
|
|
783
782
|
name: string;
|
|
784
|
-
message?: string | undefined;
|
|
785
783
|
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
784
|
+
message?: string | undefined;
|
|
786
785
|
}[] | null | undefined;
|
|
787
786
|
multipleValues?: boolean | null | undefined;
|
|
788
787
|
tags?: string[] | undefined;
|
|
788
|
+
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
789
789
|
}>, "many">;
|
|
790
790
|
layout: zod.ZodArray<zod.ZodArray<zod.ZodString, "many">, "many">;
|
|
791
791
|
titleFieldId: zod.ZodOptional<zod.ZodNullable<zod.ZodOptional<zod.ZodString>>>;
|
|
@@ -794,14 +794,11 @@ export declare const createModelUpdateValidation: () => zod.ZodObject<{
|
|
|
794
794
|
tags: zod.ZodOptional<zod.ZodArray<zod.ZodString, "many">>;
|
|
795
795
|
}, "strip", zod.ZodTypeAny, {
|
|
796
796
|
fields: {
|
|
797
|
-
type: string;
|
|
798
797
|
id: string;
|
|
799
|
-
|
|
800
|
-
settings: {} & {
|
|
801
|
-
[k: string]: unknown;
|
|
802
|
-
};
|
|
798
|
+
type: string;
|
|
803
799
|
storageId: string;
|
|
804
800
|
fieldId: string;
|
|
801
|
+
label: string;
|
|
805
802
|
helpText: string | null;
|
|
806
803
|
placeholderText: string | null;
|
|
807
804
|
renderer: {
|
|
@@ -809,25 +806,28 @@ export declare const createModelUpdateValidation: () => zod.ZodObject<{
|
|
|
809
806
|
settings?: zod.objectOutputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
810
807
|
} | null;
|
|
811
808
|
validation: {
|
|
812
|
-
message: string;
|
|
813
809
|
name: string;
|
|
814
810
|
settings: {} & {
|
|
815
811
|
[k: string]: unknown;
|
|
816
812
|
};
|
|
813
|
+
message: string;
|
|
817
814
|
}[];
|
|
818
815
|
listValidation: {
|
|
819
|
-
message: string;
|
|
820
816
|
name: string;
|
|
821
817
|
settings: {} & {
|
|
822
818
|
[k: string]: unknown;
|
|
823
819
|
};
|
|
820
|
+
message: string;
|
|
824
821
|
}[];
|
|
825
822
|
multipleValues: boolean;
|
|
826
823
|
tags: string[];
|
|
824
|
+
settings: {} & {
|
|
825
|
+
[k: string]: unknown;
|
|
826
|
+
};
|
|
827
827
|
predefinedValues?: {
|
|
828
828
|
values: {
|
|
829
|
-
value: string;
|
|
830
829
|
label: string;
|
|
830
|
+
value: string;
|
|
831
831
|
selected: boolean;
|
|
832
832
|
}[];
|
|
833
833
|
enabled: boolean;
|
|
@@ -836,29 +836,28 @@ export declare const createModelUpdateValidation: () => zod.ZodObject<{
|
|
|
836
836
|
layout: string[][];
|
|
837
837
|
name?: string | undefined;
|
|
838
838
|
description?: string | null | undefined;
|
|
839
|
-
group?: string | undefined;
|
|
840
839
|
icon?: string | null | undefined;
|
|
841
840
|
tags?: string[] | undefined;
|
|
842
841
|
singularApiName?: string | undefined;
|
|
843
842
|
pluralApiName?: string | undefined;
|
|
843
|
+
group?: string | undefined;
|
|
844
844
|
titleFieldId?: string | null | undefined;
|
|
845
845
|
descriptionFieldId?: string | null | undefined;
|
|
846
846
|
imageFieldId?: string | null | undefined;
|
|
847
847
|
}, {
|
|
848
848
|
fields: {
|
|
849
|
-
type: string;
|
|
850
849
|
id: string;
|
|
851
|
-
|
|
850
|
+
type: string;
|
|
852
851
|
fieldId: string;
|
|
853
|
-
|
|
852
|
+
label: string;
|
|
854
853
|
storageId?: string | undefined;
|
|
855
854
|
helpText?: string | null | undefined;
|
|
856
855
|
placeholderText?: string | null | undefined;
|
|
857
856
|
predefinedValues?: {
|
|
858
857
|
enabled: boolean;
|
|
859
858
|
values?: {
|
|
860
|
-
value: string;
|
|
861
859
|
label: string;
|
|
860
|
+
value: string;
|
|
862
861
|
selected?: boolean | undefined;
|
|
863
862
|
}[] | undefined;
|
|
864
863
|
} | undefined;
|
|
@@ -868,25 +867,26 @@ export declare const createModelUpdateValidation: () => zod.ZodObject<{
|
|
|
868
867
|
} | null | undefined;
|
|
869
868
|
validation?: {
|
|
870
869
|
name: string;
|
|
871
|
-
message?: string | undefined;
|
|
872
870
|
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
871
|
+
message?: string | undefined;
|
|
873
872
|
}[] | null | undefined;
|
|
874
873
|
listValidation?: {
|
|
875
874
|
name: string;
|
|
876
|
-
message?: string | undefined;
|
|
877
875
|
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
876
|
+
message?: string | undefined;
|
|
878
877
|
}[] | null | undefined;
|
|
879
878
|
multipleValues?: boolean | null | undefined;
|
|
880
879
|
tags?: string[] | undefined;
|
|
880
|
+
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
881
881
|
}[];
|
|
882
882
|
layout: string[][];
|
|
883
883
|
name?: string | undefined;
|
|
884
884
|
description?: string | null | undefined;
|
|
885
|
-
group?: string | undefined;
|
|
886
885
|
icon?: string | null | undefined;
|
|
887
886
|
tags?: string[] | undefined;
|
|
888
887
|
singularApiName?: string | undefined;
|
|
889
888
|
pluralApiName?: string | undefined;
|
|
889
|
+
group?: string | undefined;
|
|
890
890
|
titleFieldId?: string | null | undefined;
|
|
891
891
|
descriptionFieldId?: string | null | undefined;
|
|
892
892
|
imageFieldId?: string | null | undefined;
|
|
@@ -7,16 +7,16 @@ export declare const createGroupCreateValidation: () => zod.ZodObject<{
|
|
|
7
7
|
icon: zod.ZodString;
|
|
8
8
|
}, "strip", zod.ZodTypeAny, {
|
|
9
9
|
name: string;
|
|
10
|
-
description: string;
|
|
11
10
|
slug: string;
|
|
11
|
+
description: string;
|
|
12
12
|
icon: string;
|
|
13
13
|
id?: string | null | undefined;
|
|
14
14
|
}, {
|
|
15
15
|
name: string;
|
|
16
16
|
icon: string;
|
|
17
17
|
id?: string | null | undefined;
|
|
18
|
-
description?: string | null | undefined;
|
|
19
18
|
slug?: string | undefined;
|
|
19
|
+
description?: string | null | undefined;
|
|
20
20
|
}>;
|
|
21
21
|
export declare const createGroupUpdateValidation: () => zod.ZodObject<{
|
|
22
22
|
name: zod.ZodOptional<zod.ZodString>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webiny/api-headless-cms",
|
|
3
|
-
"version": "6.0.0-alpha.
|
|
3
|
+
"version": "6.0.0-alpha.3",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cms:base"
|
|
@@ -21,20 +21,20 @@
|
|
|
21
21
|
"@babel/code-frame": "7.26.2",
|
|
22
22
|
"@graphql-tools/merge": "9.0.8",
|
|
23
23
|
"@graphql-tools/schema": "10.0.7",
|
|
24
|
-
"@webiny/api": "6.0.0-alpha.
|
|
25
|
-
"@webiny/api-i18n": "6.0.0-alpha.
|
|
26
|
-
"@webiny/api-security": "6.0.0-alpha.
|
|
27
|
-
"@webiny/api-tenancy": "6.0.0-alpha.
|
|
28
|
-
"@webiny/error": "6.0.0-alpha.
|
|
29
|
-
"@webiny/handler": "6.0.0-alpha.
|
|
30
|
-
"@webiny/handler-aws": "6.0.0-alpha.
|
|
31
|
-
"@webiny/handler-db": "6.0.0-alpha.
|
|
32
|
-
"@webiny/handler-graphql": "6.0.0-alpha.
|
|
33
|
-
"@webiny/lexical-converter": "6.0.0-alpha.
|
|
34
|
-
"@webiny/plugins": "6.0.0-alpha.
|
|
35
|
-
"@webiny/pubsub": "6.0.0-alpha.
|
|
36
|
-
"@webiny/utils": "6.0.0-alpha.
|
|
37
|
-
"@webiny/validation": "6.0.0-alpha.
|
|
24
|
+
"@webiny/api": "6.0.0-alpha.3",
|
|
25
|
+
"@webiny/api-i18n": "6.0.0-alpha.3",
|
|
26
|
+
"@webiny/api-security": "6.0.0-alpha.3",
|
|
27
|
+
"@webiny/api-tenancy": "6.0.0-alpha.3",
|
|
28
|
+
"@webiny/error": "6.0.0-alpha.3",
|
|
29
|
+
"@webiny/handler": "6.0.0-alpha.3",
|
|
30
|
+
"@webiny/handler-aws": "6.0.0-alpha.3",
|
|
31
|
+
"@webiny/handler-db": "6.0.0-alpha.3",
|
|
32
|
+
"@webiny/handler-graphql": "6.0.0-alpha.3",
|
|
33
|
+
"@webiny/lexical-converter": "6.0.0-alpha.3",
|
|
34
|
+
"@webiny/plugins": "6.0.0-alpha.3",
|
|
35
|
+
"@webiny/pubsub": "6.0.0-alpha.3",
|
|
36
|
+
"@webiny/utils": "6.0.0-alpha.3",
|
|
37
|
+
"@webiny/validation": "6.0.0-alpha.3",
|
|
38
38
|
"dot-prop": "6.0.1",
|
|
39
39
|
"graphql": "15.9.0",
|
|
40
40
|
"graphql-tag": "2.12.6",
|
|
@@ -49,12 +49,12 @@
|
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@types/babel__code-frame": "7.0.6",
|
|
52
|
-
"@webiny/api-wcp": "6.0.0-alpha.
|
|
53
|
-
"@webiny/aws-sdk": "6.0.0-alpha.
|
|
54
|
-
"@webiny/cli": "6.0.0-alpha.
|
|
55
|
-
"@webiny/db-dynamodb": "6.0.0-alpha.
|
|
52
|
+
"@webiny/api-wcp": "6.0.0-alpha.3",
|
|
53
|
+
"@webiny/aws-sdk": "6.0.0-alpha.3",
|
|
54
|
+
"@webiny/cli": "6.0.0-alpha.3",
|
|
55
|
+
"@webiny/db-dynamodb": "6.0.0-alpha.3",
|
|
56
56
|
"@webiny/handler-db": "0.0.0",
|
|
57
|
-
"@webiny/project-utils": "6.0.0-alpha.
|
|
57
|
+
"@webiny/project-utils": "6.0.0-alpha.3",
|
|
58
58
|
"apollo-graphql": "0.9.7",
|
|
59
59
|
"graphql": "15.9.0",
|
|
60
60
|
"jest": "29.7.0",
|
|
@@ -71,5 +71,5 @@
|
|
|
71
71
|
"build": "node ../cli/bin.js run build",
|
|
72
72
|
"watch": "node ../cli/bin.js run watch"
|
|
73
73
|
},
|
|
74
|
-
"gitHead": "
|
|
74
|
+
"gitHead": "8b6c57b56947ee57acf428f703bc1b8c35617a95"
|
|
75
75
|
}
|