@datocms/cma-client 5.1.23 → 5.1.24
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/dist/cjs/generated/Client.js +1 -1
- package/dist/esm/fieldTypes/appearance/seo.d.ts +1 -1
- package/dist/esm/generated/ApiTypes.d.ts +22 -26
- package/dist/esm/generated/Client.js +1 -1
- package/dist/esm/generated/RawApiTypes.d.ts +22 -25
- package/dist/esm/generated/resources/Field.d.ts +0 -200
- package/dist/types/fieldTypes/appearance/seo.d.ts +1 -1
- package/dist/types/generated/ApiTypes.d.ts +22 -26
- package/dist/types/generated/RawApiTypes.d.ts +22 -25
- package/dist/types/generated/resources/Field.d.ts +0 -200
- package/package.json +2 -2
- package/src/fieldTypes/appearance/seo.ts +1 -1
- package/src/generated/ApiTypes.ts +22 -26
- package/src/generated/Client.ts +1 -1
- package/src/generated/RawApiTypes.ts +22 -25
|
@@ -17,7 +17,6 @@ export default class Field extends BaseResource {
|
|
|
17
17
|
default_value: import("../..").BooleanFieldValue;
|
|
18
18
|
validators: import("../..").BooleanFieldValidators;
|
|
19
19
|
appearance: import("../..").BooleanFieldAppearance & Omit<{
|
|
20
|
-
[k: string]: unknown;
|
|
21
20
|
editor: string;
|
|
22
21
|
field_extension?: string | undefined;
|
|
23
22
|
parameters: {
|
|
@@ -38,7 +37,6 @@ export default class Field extends BaseResource {
|
|
|
38
37
|
default_value: Record<string, import("../..").BooleanFieldValue>;
|
|
39
38
|
validators: import("../..").BooleanFieldValidators;
|
|
40
39
|
appearance: import("../..").BooleanFieldAppearance & Omit<{
|
|
41
|
-
[k: string]: unknown;
|
|
42
40
|
editor: string;
|
|
43
41
|
field_extension?: string | undefined;
|
|
44
42
|
parameters: {
|
|
@@ -59,7 +57,6 @@ export default class Field extends BaseResource {
|
|
|
59
57
|
default_value: import("../..").ColorFieldValue;
|
|
60
58
|
validators: import("../..").ColorFieldValidators;
|
|
61
59
|
appearance: import("../..").ColorFieldAppearance & Omit<{
|
|
62
|
-
[k: string]: unknown;
|
|
63
60
|
editor: string;
|
|
64
61
|
field_extension?: string | undefined;
|
|
65
62
|
parameters: {
|
|
@@ -80,7 +77,6 @@ export default class Field extends BaseResource {
|
|
|
80
77
|
default_value: Record<string, import("../..").ColorFieldValue>;
|
|
81
78
|
validators: import("../..").ColorFieldValidators;
|
|
82
79
|
appearance: import("../..").ColorFieldAppearance & Omit<{
|
|
83
|
-
[k: string]: unknown;
|
|
84
80
|
editor: string;
|
|
85
81
|
field_extension?: string | undefined;
|
|
86
82
|
parameters: {
|
|
@@ -101,7 +97,6 @@ export default class Field extends BaseResource {
|
|
|
101
97
|
default_value: import("../..").DateFieldValue;
|
|
102
98
|
validators: import("../..").DateFieldValidators;
|
|
103
99
|
appearance: import("../..").DateFieldAppearance & Omit<{
|
|
104
|
-
[k: string]: unknown;
|
|
105
100
|
editor: string;
|
|
106
101
|
field_extension?: string | undefined;
|
|
107
102
|
parameters: {
|
|
@@ -122,7 +117,6 @@ export default class Field extends BaseResource {
|
|
|
122
117
|
default_value: Record<string, import("../..").DateFieldValue>;
|
|
123
118
|
validators: import("../..").DateFieldValidators;
|
|
124
119
|
appearance: import("../..").DateFieldAppearance & Omit<{
|
|
125
|
-
[k: string]: unknown;
|
|
126
120
|
editor: string;
|
|
127
121
|
field_extension?: string | undefined;
|
|
128
122
|
parameters: {
|
|
@@ -143,7 +137,6 @@ export default class Field extends BaseResource {
|
|
|
143
137
|
default_value: import("../..").DateTimeFieldValue;
|
|
144
138
|
validators: import("../..").DateTimeFieldValidators;
|
|
145
139
|
appearance: import("../..").DateTimeFieldAppearance & Omit<{
|
|
146
|
-
[k: string]: unknown;
|
|
147
140
|
editor: string;
|
|
148
141
|
field_extension?: string | undefined;
|
|
149
142
|
parameters: {
|
|
@@ -164,7 +157,6 @@ export default class Field extends BaseResource {
|
|
|
164
157
|
default_value: Record<string, import("../..").DateTimeFieldValue>;
|
|
165
158
|
validators: import("../..").DateTimeFieldValidators;
|
|
166
159
|
appearance: import("../..").DateTimeFieldAppearance & Omit<{
|
|
167
|
-
[k: string]: unknown;
|
|
168
160
|
editor: string;
|
|
169
161
|
field_extension?: string | undefined;
|
|
170
162
|
parameters: {
|
|
@@ -185,7 +177,6 @@ export default class Field extends BaseResource {
|
|
|
185
177
|
default_value: null;
|
|
186
178
|
validators: import("../..").FileFieldValidators;
|
|
187
179
|
appearance: import("../..").FileFieldAppearance & Omit<{
|
|
188
|
-
[k: string]: unknown;
|
|
189
180
|
editor: string;
|
|
190
181
|
field_extension?: string | undefined;
|
|
191
182
|
parameters: {
|
|
@@ -206,7 +197,6 @@ export default class Field extends BaseResource {
|
|
|
206
197
|
default_value: Record<string, null>;
|
|
207
198
|
validators: import("../..").FileFieldValidators;
|
|
208
199
|
appearance: import("../..").FileFieldAppearance & Omit<{
|
|
209
|
-
[k: string]: unknown;
|
|
210
200
|
editor: string;
|
|
211
201
|
field_extension?: string | undefined;
|
|
212
202
|
parameters: {
|
|
@@ -227,7 +217,6 @@ export default class Field extends BaseResource {
|
|
|
227
217
|
default_value: import("../..").FloatFieldValue;
|
|
228
218
|
validators: import("../..").FloatFieldValidators;
|
|
229
219
|
appearance: import("../..").FloatFieldAppearance & Omit<{
|
|
230
|
-
[k: string]: unknown;
|
|
231
220
|
editor: string;
|
|
232
221
|
field_extension?: string | undefined;
|
|
233
222
|
parameters: {
|
|
@@ -248,7 +237,6 @@ export default class Field extends BaseResource {
|
|
|
248
237
|
default_value: Record<string, import("../..").FloatFieldValue>;
|
|
249
238
|
validators: import("../..").FloatFieldValidators;
|
|
250
239
|
appearance: import("../..").FloatFieldAppearance & Omit<{
|
|
251
|
-
[k: string]: unknown;
|
|
252
240
|
editor: string;
|
|
253
241
|
field_extension?: string | undefined;
|
|
254
242
|
parameters: {
|
|
@@ -269,7 +257,6 @@ export default class Field extends BaseResource {
|
|
|
269
257
|
default_value: null;
|
|
270
258
|
validators: import("../..").GalleryFieldValidators;
|
|
271
259
|
appearance: import("../..").GalleryFieldAppearance & Omit<{
|
|
272
|
-
[k: string]: unknown;
|
|
273
260
|
editor: string;
|
|
274
261
|
field_extension?: string | undefined;
|
|
275
262
|
parameters: {
|
|
@@ -290,7 +277,6 @@ export default class Field extends BaseResource {
|
|
|
290
277
|
default_value: Record<string, null>;
|
|
291
278
|
validators: import("../..").GalleryFieldValidators;
|
|
292
279
|
appearance: import("../..").GalleryFieldAppearance & Omit<{
|
|
293
|
-
[k: string]: unknown;
|
|
294
280
|
editor: string;
|
|
295
281
|
field_extension?: string | undefined;
|
|
296
282
|
parameters: {
|
|
@@ -311,7 +297,6 @@ export default class Field extends BaseResource {
|
|
|
311
297
|
default_value: import("../..").IntegerFieldValue;
|
|
312
298
|
validators: import("../..").IntegerFieldValidators;
|
|
313
299
|
appearance: import("../..").IntegerFieldAppearance & Omit<{
|
|
314
|
-
[k: string]: unknown;
|
|
315
300
|
editor: string;
|
|
316
301
|
field_extension?: string | undefined;
|
|
317
302
|
parameters: {
|
|
@@ -332,7 +317,6 @@ export default class Field extends BaseResource {
|
|
|
332
317
|
default_value: Record<string, import("../..").IntegerFieldValue>;
|
|
333
318
|
validators: import("../..").IntegerFieldValidators;
|
|
334
319
|
appearance: import("../..").IntegerFieldAppearance & Omit<{
|
|
335
|
-
[k: string]: unknown;
|
|
336
320
|
editor: string;
|
|
337
321
|
field_extension?: string | undefined;
|
|
338
322
|
parameters: {
|
|
@@ -353,7 +337,6 @@ export default class Field extends BaseResource {
|
|
|
353
337
|
default_value: import("../..").JsonFieldValue;
|
|
354
338
|
validators: import("../..").JsonFieldValidators;
|
|
355
339
|
appearance: import("../..").JsonFieldAppearance & Omit<{
|
|
356
|
-
[k: string]: unknown;
|
|
357
340
|
editor: string;
|
|
358
341
|
field_extension?: string | undefined;
|
|
359
342
|
parameters: {
|
|
@@ -374,7 +357,6 @@ export default class Field extends BaseResource {
|
|
|
374
357
|
default_value: Record<string, import("../..").JsonFieldValue>;
|
|
375
358
|
validators: import("../..").JsonFieldValidators;
|
|
376
359
|
appearance: import("../..").JsonFieldAppearance & Omit<{
|
|
377
|
-
[k: string]: unknown;
|
|
378
360
|
editor: string;
|
|
379
361
|
field_extension?: string | undefined;
|
|
380
362
|
parameters: {
|
|
@@ -395,7 +377,6 @@ export default class Field extends BaseResource {
|
|
|
395
377
|
default_value: import("../..").LatLonFieldValue;
|
|
396
378
|
validators: import("../..").LatLonFieldValidators;
|
|
397
379
|
appearance: import("../..").LatLonFieldAppearance & Omit<{
|
|
398
|
-
[k: string]: unknown;
|
|
399
380
|
editor: string;
|
|
400
381
|
field_extension?: string | undefined;
|
|
401
382
|
parameters: {
|
|
@@ -416,7 +397,6 @@ export default class Field extends BaseResource {
|
|
|
416
397
|
default_value: Record<string, import("../..").LatLonFieldValue>;
|
|
417
398
|
validators: import("../..").LatLonFieldValidators;
|
|
418
399
|
appearance: import("../..").LatLonFieldAppearance & Omit<{
|
|
419
|
-
[k: string]: unknown;
|
|
420
400
|
editor: string;
|
|
421
401
|
field_extension?: string | undefined;
|
|
422
402
|
parameters: {
|
|
@@ -437,7 +417,6 @@ export default class Field extends BaseResource {
|
|
|
437
417
|
default_value: null;
|
|
438
418
|
validators: import("../..").LinkFieldValidators;
|
|
439
419
|
appearance: import("../..").LinkFieldAppearance & Omit<{
|
|
440
|
-
[k: string]: unknown;
|
|
441
420
|
editor: string;
|
|
442
421
|
field_extension?: string | undefined;
|
|
443
422
|
parameters: {
|
|
@@ -458,7 +437,6 @@ export default class Field extends BaseResource {
|
|
|
458
437
|
default_value: Record<string, null>;
|
|
459
438
|
validators: import("../..").LinkFieldValidators;
|
|
460
439
|
appearance: import("../..").LinkFieldAppearance & Omit<{
|
|
461
|
-
[k: string]: unknown;
|
|
462
440
|
editor: string;
|
|
463
441
|
field_extension?: string | undefined;
|
|
464
442
|
parameters: {
|
|
@@ -479,7 +457,6 @@ export default class Field extends BaseResource {
|
|
|
479
457
|
default_value: null;
|
|
480
458
|
validators: import("../..").LinksFieldValidators;
|
|
481
459
|
appearance: import("../..").LinksFieldAppearance & Omit<{
|
|
482
|
-
[k: string]: unknown;
|
|
483
460
|
editor: string;
|
|
484
461
|
field_extension?: string | undefined;
|
|
485
462
|
parameters: {
|
|
@@ -500,7 +477,6 @@ export default class Field extends BaseResource {
|
|
|
500
477
|
default_value: Record<string, null>;
|
|
501
478
|
validators: import("../..").LinksFieldValidators;
|
|
502
479
|
appearance: import("../..").LinksFieldAppearance & Omit<{
|
|
503
|
-
[k: string]: unknown;
|
|
504
480
|
editor: string;
|
|
505
481
|
field_extension?: string | undefined;
|
|
506
482
|
parameters: {
|
|
@@ -521,7 +497,6 @@ export default class Field extends BaseResource {
|
|
|
521
497
|
default_value: null;
|
|
522
498
|
validators: import("../..").RichTextFieldValidators;
|
|
523
499
|
appearance: import("../..").RichTextFieldAppearance & Omit<{
|
|
524
|
-
[k: string]: unknown;
|
|
525
500
|
editor: string;
|
|
526
501
|
field_extension?: string | undefined;
|
|
527
502
|
parameters: {
|
|
@@ -542,7 +517,6 @@ export default class Field extends BaseResource {
|
|
|
542
517
|
default_value: Record<string, null>;
|
|
543
518
|
validators: import("../..").RichTextFieldValidators;
|
|
544
519
|
appearance: import("../..").RichTextFieldAppearance & Omit<{
|
|
545
|
-
[k: string]: unknown;
|
|
546
520
|
editor: string;
|
|
547
521
|
field_extension?: string | undefined;
|
|
548
522
|
parameters: {
|
|
@@ -563,7 +537,6 @@ export default class Field extends BaseResource {
|
|
|
563
537
|
default_value: null;
|
|
564
538
|
validators: import("../..").SeoFieldValidators;
|
|
565
539
|
appearance: import("../..").SeoFieldAppearance & Omit<{
|
|
566
|
-
[k: string]: unknown;
|
|
567
540
|
editor: string;
|
|
568
541
|
field_extension?: string | undefined;
|
|
569
542
|
parameters: {
|
|
@@ -584,7 +557,6 @@ export default class Field extends BaseResource {
|
|
|
584
557
|
default_value: Record<string, null>;
|
|
585
558
|
validators: import("../..").SeoFieldValidators;
|
|
586
559
|
appearance: import("../..").SeoFieldAppearance & Omit<{
|
|
587
|
-
[k: string]: unknown;
|
|
588
560
|
editor: string;
|
|
589
561
|
field_extension?: string | undefined;
|
|
590
562
|
parameters: {
|
|
@@ -605,7 +577,6 @@ export default class Field extends BaseResource {
|
|
|
605
577
|
default_value: null;
|
|
606
578
|
validators: import("../..").SingleBlockFieldValidators;
|
|
607
579
|
appearance: import("../..").SingleBlockFieldAppearance & Omit<{
|
|
608
|
-
[k: string]: unknown;
|
|
609
580
|
editor: string;
|
|
610
581
|
field_extension?: string | undefined;
|
|
611
582
|
parameters: {
|
|
@@ -626,7 +597,6 @@ export default class Field extends BaseResource {
|
|
|
626
597
|
default_value: Record<string, null>;
|
|
627
598
|
validators: import("../..").SingleBlockFieldValidators;
|
|
628
599
|
appearance: import("../..").SingleBlockFieldAppearance & Omit<{
|
|
629
|
-
[k: string]: unknown;
|
|
630
600
|
editor: string;
|
|
631
601
|
field_extension?: string | undefined;
|
|
632
602
|
parameters: {
|
|
@@ -647,7 +617,6 @@ export default class Field extends BaseResource {
|
|
|
647
617
|
default_value: null;
|
|
648
618
|
validators: import("../..").SlugFieldValidators;
|
|
649
619
|
appearance: import("../..").SlugFieldAppearance & Omit<{
|
|
650
|
-
[k: string]: unknown;
|
|
651
620
|
editor: string;
|
|
652
621
|
field_extension?: string | undefined;
|
|
653
622
|
parameters: {
|
|
@@ -668,7 +637,6 @@ export default class Field extends BaseResource {
|
|
|
668
637
|
default_value: Record<string, null>;
|
|
669
638
|
validators: import("../..").SlugFieldValidators;
|
|
670
639
|
appearance: import("../..").SlugFieldAppearance & Omit<{
|
|
671
|
-
[k: string]: unknown;
|
|
672
640
|
editor: string;
|
|
673
641
|
field_extension?: string | undefined;
|
|
674
642
|
parameters: {
|
|
@@ -689,7 +657,6 @@ export default class Field extends BaseResource {
|
|
|
689
657
|
default_value: import("../..").StringFieldValue;
|
|
690
658
|
validators: import("../..").StringFieldValidators;
|
|
691
659
|
appearance: import("../..").StringFieldAppearance & Omit<{
|
|
692
|
-
[k: string]: unknown;
|
|
693
660
|
editor: string;
|
|
694
661
|
field_extension?: string | undefined;
|
|
695
662
|
parameters: {
|
|
@@ -710,7 +677,6 @@ export default class Field extends BaseResource {
|
|
|
710
677
|
default_value: Record<string, import("../..").StringFieldValue>;
|
|
711
678
|
validators: import("../..").StringFieldValidators;
|
|
712
679
|
appearance: import("../..").StringFieldAppearance & Omit<{
|
|
713
|
-
[k: string]: unknown;
|
|
714
680
|
editor: string;
|
|
715
681
|
field_extension?: string | undefined;
|
|
716
682
|
parameters: {
|
|
@@ -731,7 +697,6 @@ export default class Field extends BaseResource {
|
|
|
731
697
|
default_value: null;
|
|
732
698
|
validators: import("../..").StructuredTextFieldValidators;
|
|
733
699
|
appearance: import("../..").StructuredTextFieldAppearance & Omit<{
|
|
734
|
-
[k: string]: unknown;
|
|
735
700
|
editor: string;
|
|
736
701
|
field_extension?: string | undefined;
|
|
737
702
|
parameters: {
|
|
@@ -752,7 +717,6 @@ export default class Field extends BaseResource {
|
|
|
752
717
|
default_value: Record<string, null>;
|
|
753
718
|
validators: import("../..").StructuredTextFieldValidators;
|
|
754
719
|
appearance: import("../..").StructuredTextFieldAppearance & Omit<{
|
|
755
|
-
[k: string]: unknown;
|
|
756
720
|
editor: string;
|
|
757
721
|
field_extension?: string | undefined;
|
|
758
722
|
parameters: {
|
|
@@ -773,7 +737,6 @@ export default class Field extends BaseResource {
|
|
|
773
737
|
default_value: import("../..").TextFieldValue;
|
|
774
738
|
validators: import("../..").TextFieldValidators;
|
|
775
739
|
appearance: import("../..").TextFieldAppearance & Omit<{
|
|
776
|
-
[k: string]: unknown;
|
|
777
740
|
editor: string;
|
|
778
741
|
field_extension?: string | undefined;
|
|
779
742
|
parameters: {
|
|
@@ -794,7 +757,6 @@ export default class Field extends BaseResource {
|
|
|
794
757
|
default_value: Record<string, import("../..").TextFieldValue>;
|
|
795
758
|
validators: import("../..").TextFieldValidators;
|
|
796
759
|
appearance: import("../..").TextFieldAppearance & Omit<{
|
|
797
|
-
[k: string]: unknown;
|
|
798
760
|
editor: string;
|
|
799
761
|
field_extension?: string | undefined;
|
|
800
762
|
parameters: {
|
|
@@ -815,7 +777,6 @@ export default class Field extends BaseResource {
|
|
|
815
777
|
default_value: null;
|
|
816
778
|
validators: import("../..").VideoFieldValidators;
|
|
817
779
|
appearance: import("../..").VideoFieldAppearance & Omit<{
|
|
818
|
-
[k: string]: unknown;
|
|
819
780
|
editor: string;
|
|
820
781
|
field_extension?: string | undefined;
|
|
821
782
|
parameters: {
|
|
@@ -836,7 +797,6 @@ export default class Field extends BaseResource {
|
|
|
836
797
|
default_value: Record<string, null>;
|
|
837
798
|
validators: import("../..").VideoFieldValidators;
|
|
838
799
|
appearance: import("../..").VideoFieldAppearance & Omit<{
|
|
839
|
-
[k: string]: unknown;
|
|
840
800
|
editor: string;
|
|
841
801
|
field_extension?: string | undefined;
|
|
842
802
|
parameters: {
|
|
@@ -875,7 +835,6 @@ export default class Field extends BaseResource {
|
|
|
875
835
|
default_value: import("../..").BooleanFieldValue;
|
|
876
836
|
validators: import("../..").BooleanFieldValidators;
|
|
877
837
|
appearance: import("../..").BooleanFieldAppearance & Omit<{
|
|
878
|
-
[k: string]: unknown;
|
|
879
838
|
editor: string;
|
|
880
839
|
field_extension?: string | undefined;
|
|
881
840
|
parameters: {
|
|
@@ -896,7 +855,6 @@ export default class Field extends BaseResource {
|
|
|
896
855
|
default_value: Record<string, import("../..").BooleanFieldValue>;
|
|
897
856
|
validators: import("../..").BooleanFieldValidators;
|
|
898
857
|
appearance: import("../..").BooleanFieldAppearance & Omit<{
|
|
899
|
-
[k: string]: unknown;
|
|
900
858
|
editor: string;
|
|
901
859
|
field_extension?: string | undefined;
|
|
902
860
|
parameters: {
|
|
@@ -917,7 +875,6 @@ export default class Field extends BaseResource {
|
|
|
917
875
|
default_value: import("../..").ColorFieldValue;
|
|
918
876
|
validators: import("../..").ColorFieldValidators;
|
|
919
877
|
appearance: import("../..").ColorFieldAppearance & Omit<{
|
|
920
|
-
[k: string]: unknown;
|
|
921
878
|
editor: string;
|
|
922
879
|
field_extension?: string | undefined;
|
|
923
880
|
parameters: {
|
|
@@ -938,7 +895,6 @@ export default class Field extends BaseResource {
|
|
|
938
895
|
default_value: Record<string, import("../..").ColorFieldValue>;
|
|
939
896
|
validators: import("../..").ColorFieldValidators;
|
|
940
897
|
appearance: import("../..").ColorFieldAppearance & Omit<{
|
|
941
|
-
[k: string]: unknown;
|
|
942
898
|
editor: string;
|
|
943
899
|
field_extension?: string | undefined;
|
|
944
900
|
parameters: {
|
|
@@ -959,7 +915,6 @@ export default class Field extends BaseResource {
|
|
|
959
915
|
default_value: import("../..").DateFieldValue;
|
|
960
916
|
validators: import("../..").DateFieldValidators;
|
|
961
917
|
appearance: import("../..").DateFieldAppearance & Omit<{
|
|
962
|
-
[k: string]: unknown;
|
|
963
918
|
editor: string;
|
|
964
919
|
field_extension?: string | undefined;
|
|
965
920
|
parameters: {
|
|
@@ -980,7 +935,6 @@ export default class Field extends BaseResource {
|
|
|
980
935
|
default_value: Record<string, import("../..").DateFieldValue>;
|
|
981
936
|
validators: import("../..").DateFieldValidators;
|
|
982
937
|
appearance: import("../..").DateFieldAppearance & Omit<{
|
|
983
|
-
[k: string]: unknown;
|
|
984
938
|
editor: string;
|
|
985
939
|
field_extension?: string | undefined;
|
|
986
940
|
parameters: {
|
|
@@ -1001,7 +955,6 @@ export default class Field extends BaseResource {
|
|
|
1001
955
|
default_value: import("../..").DateTimeFieldValue;
|
|
1002
956
|
validators: import("../..").DateTimeFieldValidators;
|
|
1003
957
|
appearance: import("../..").DateTimeFieldAppearance & Omit<{
|
|
1004
|
-
[k: string]: unknown;
|
|
1005
958
|
editor: string;
|
|
1006
959
|
field_extension?: string | undefined;
|
|
1007
960
|
parameters: {
|
|
@@ -1022,7 +975,6 @@ export default class Field extends BaseResource {
|
|
|
1022
975
|
default_value: Record<string, import("../..").DateTimeFieldValue>;
|
|
1023
976
|
validators: import("../..").DateTimeFieldValidators;
|
|
1024
977
|
appearance: import("../..").DateTimeFieldAppearance & Omit<{
|
|
1025
|
-
[k: string]: unknown;
|
|
1026
978
|
editor: string;
|
|
1027
979
|
field_extension?: string | undefined;
|
|
1028
980
|
parameters: {
|
|
@@ -1043,7 +995,6 @@ export default class Field extends BaseResource {
|
|
|
1043
995
|
default_value: null;
|
|
1044
996
|
validators: import("../..").FileFieldValidators;
|
|
1045
997
|
appearance: import("../..").FileFieldAppearance & Omit<{
|
|
1046
|
-
[k: string]: unknown;
|
|
1047
998
|
editor: string;
|
|
1048
999
|
field_extension?: string | undefined;
|
|
1049
1000
|
parameters: {
|
|
@@ -1064,7 +1015,6 @@ export default class Field extends BaseResource {
|
|
|
1064
1015
|
default_value: Record<string, null>;
|
|
1065
1016
|
validators: import("../..").FileFieldValidators;
|
|
1066
1017
|
appearance: import("../..").FileFieldAppearance & Omit<{
|
|
1067
|
-
[k: string]: unknown;
|
|
1068
1018
|
editor: string;
|
|
1069
1019
|
field_extension?: string | undefined;
|
|
1070
1020
|
parameters: {
|
|
@@ -1085,7 +1035,6 @@ export default class Field extends BaseResource {
|
|
|
1085
1035
|
default_value: import("../..").FloatFieldValue;
|
|
1086
1036
|
validators: import("../..").FloatFieldValidators;
|
|
1087
1037
|
appearance: import("../..").FloatFieldAppearance & Omit<{
|
|
1088
|
-
[k: string]: unknown;
|
|
1089
1038
|
editor: string;
|
|
1090
1039
|
field_extension?: string | undefined;
|
|
1091
1040
|
parameters: {
|
|
@@ -1106,7 +1055,6 @@ export default class Field extends BaseResource {
|
|
|
1106
1055
|
default_value: Record<string, import("../..").FloatFieldValue>;
|
|
1107
1056
|
validators: import("../..").FloatFieldValidators;
|
|
1108
1057
|
appearance: import("../..").FloatFieldAppearance & Omit<{
|
|
1109
|
-
[k: string]: unknown;
|
|
1110
1058
|
editor: string;
|
|
1111
1059
|
field_extension?: string | undefined;
|
|
1112
1060
|
parameters: {
|
|
@@ -1127,7 +1075,6 @@ export default class Field extends BaseResource {
|
|
|
1127
1075
|
default_value: null;
|
|
1128
1076
|
validators: import("../..").GalleryFieldValidators;
|
|
1129
1077
|
appearance: import("../..").GalleryFieldAppearance & Omit<{
|
|
1130
|
-
[k: string]: unknown;
|
|
1131
1078
|
editor: string;
|
|
1132
1079
|
field_extension?: string | undefined;
|
|
1133
1080
|
parameters: {
|
|
@@ -1148,7 +1095,6 @@ export default class Field extends BaseResource {
|
|
|
1148
1095
|
default_value: Record<string, null>;
|
|
1149
1096
|
validators: import("../..").GalleryFieldValidators;
|
|
1150
1097
|
appearance: import("../..").GalleryFieldAppearance & Omit<{
|
|
1151
|
-
[k: string]: unknown;
|
|
1152
1098
|
editor: string;
|
|
1153
1099
|
field_extension?: string | undefined;
|
|
1154
1100
|
parameters: {
|
|
@@ -1169,7 +1115,6 @@ export default class Field extends BaseResource {
|
|
|
1169
1115
|
default_value: import("../..").IntegerFieldValue;
|
|
1170
1116
|
validators: import("../..").IntegerFieldValidators;
|
|
1171
1117
|
appearance: import("../..").IntegerFieldAppearance & Omit<{
|
|
1172
|
-
[k: string]: unknown;
|
|
1173
1118
|
editor: string;
|
|
1174
1119
|
field_extension?: string | undefined;
|
|
1175
1120
|
parameters: {
|
|
@@ -1190,7 +1135,6 @@ export default class Field extends BaseResource {
|
|
|
1190
1135
|
default_value: Record<string, import("../..").IntegerFieldValue>;
|
|
1191
1136
|
validators: import("../..").IntegerFieldValidators;
|
|
1192
1137
|
appearance: import("../..").IntegerFieldAppearance & Omit<{
|
|
1193
|
-
[k: string]: unknown;
|
|
1194
1138
|
editor: string;
|
|
1195
1139
|
field_extension?: string | undefined;
|
|
1196
1140
|
parameters: {
|
|
@@ -1211,7 +1155,6 @@ export default class Field extends BaseResource {
|
|
|
1211
1155
|
default_value: import("../..").JsonFieldValue;
|
|
1212
1156
|
validators: import("../..").JsonFieldValidators;
|
|
1213
1157
|
appearance: import("../..").JsonFieldAppearance & Omit<{
|
|
1214
|
-
[k: string]: unknown;
|
|
1215
1158
|
editor: string;
|
|
1216
1159
|
field_extension?: string | undefined;
|
|
1217
1160
|
parameters: {
|
|
@@ -1232,7 +1175,6 @@ export default class Field extends BaseResource {
|
|
|
1232
1175
|
default_value: Record<string, import("../..").JsonFieldValue>;
|
|
1233
1176
|
validators: import("../..").JsonFieldValidators;
|
|
1234
1177
|
appearance: import("../..").JsonFieldAppearance & Omit<{
|
|
1235
|
-
[k: string]: unknown;
|
|
1236
1178
|
editor: string;
|
|
1237
1179
|
field_extension?: string | undefined;
|
|
1238
1180
|
parameters: {
|
|
@@ -1253,7 +1195,6 @@ export default class Field extends BaseResource {
|
|
|
1253
1195
|
default_value: import("../..").LatLonFieldValue;
|
|
1254
1196
|
validators: import("../..").LatLonFieldValidators;
|
|
1255
1197
|
appearance: import("../..").LatLonFieldAppearance & Omit<{
|
|
1256
|
-
[k: string]: unknown;
|
|
1257
1198
|
editor: string;
|
|
1258
1199
|
field_extension?: string | undefined;
|
|
1259
1200
|
parameters: {
|
|
@@ -1274,7 +1215,6 @@ export default class Field extends BaseResource {
|
|
|
1274
1215
|
default_value: Record<string, import("../..").LatLonFieldValue>;
|
|
1275
1216
|
validators: import("../..").LatLonFieldValidators;
|
|
1276
1217
|
appearance: import("../..").LatLonFieldAppearance & Omit<{
|
|
1277
|
-
[k: string]: unknown;
|
|
1278
1218
|
editor: string;
|
|
1279
1219
|
field_extension?: string | undefined;
|
|
1280
1220
|
parameters: {
|
|
@@ -1295,7 +1235,6 @@ export default class Field extends BaseResource {
|
|
|
1295
1235
|
default_value: null;
|
|
1296
1236
|
validators: import("../..").LinkFieldValidators;
|
|
1297
1237
|
appearance: import("../..").LinkFieldAppearance & Omit<{
|
|
1298
|
-
[k: string]: unknown;
|
|
1299
1238
|
editor: string;
|
|
1300
1239
|
field_extension?: string | undefined;
|
|
1301
1240
|
parameters: {
|
|
@@ -1316,7 +1255,6 @@ export default class Field extends BaseResource {
|
|
|
1316
1255
|
default_value: Record<string, null>;
|
|
1317
1256
|
validators: import("../..").LinkFieldValidators;
|
|
1318
1257
|
appearance: import("../..").LinkFieldAppearance & Omit<{
|
|
1319
|
-
[k: string]: unknown;
|
|
1320
1258
|
editor: string;
|
|
1321
1259
|
field_extension?: string | undefined;
|
|
1322
1260
|
parameters: {
|
|
@@ -1337,7 +1275,6 @@ export default class Field extends BaseResource {
|
|
|
1337
1275
|
default_value: null;
|
|
1338
1276
|
validators: import("../..").LinksFieldValidators;
|
|
1339
1277
|
appearance: import("../..").LinksFieldAppearance & Omit<{
|
|
1340
|
-
[k: string]: unknown;
|
|
1341
1278
|
editor: string;
|
|
1342
1279
|
field_extension?: string | undefined;
|
|
1343
1280
|
parameters: {
|
|
@@ -1358,7 +1295,6 @@ export default class Field extends BaseResource {
|
|
|
1358
1295
|
default_value: Record<string, null>;
|
|
1359
1296
|
validators: import("../..").LinksFieldValidators;
|
|
1360
1297
|
appearance: import("../..").LinksFieldAppearance & Omit<{
|
|
1361
|
-
[k: string]: unknown;
|
|
1362
1298
|
editor: string;
|
|
1363
1299
|
field_extension?: string | undefined;
|
|
1364
1300
|
parameters: {
|
|
@@ -1379,7 +1315,6 @@ export default class Field extends BaseResource {
|
|
|
1379
1315
|
default_value: null;
|
|
1380
1316
|
validators: import("../..").RichTextFieldValidators;
|
|
1381
1317
|
appearance: import("../..").RichTextFieldAppearance & Omit<{
|
|
1382
|
-
[k: string]: unknown;
|
|
1383
1318
|
editor: string;
|
|
1384
1319
|
field_extension?: string | undefined;
|
|
1385
1320
|
parameters: {
|
|
@@ -1400,7 +1335,6 @@ export default class Field extends BaseResource {
|
|
|
1400
1335
|
default_value: Record<string, null>;
|
|
1401
1336
|
validators: import("../..").RichTextFieldValidators;
|
|
1402
1337
|
appearance: import("../..").RichTextFieldAppearance & Omit<{
|
|
1403
|
-
[k: string]: unknown;
|
|
1404
1338
|
editor: string;
|
|
1405
1339
|
field_extension?: string | undefined;
|
|
1406
1340
|
parameters: {
|
|
@@ -1421,7 +1355,6 @@ export default class Field extends BaseResource {
|
|
|
1421
1355
|
default_value: null;
|
|
1422
1356
|
validators: import("../..").SeoFieldValidators;
|
|
1423
1357
|
appearance: import("../..").SeoFieldAppearance & Omit<{
|
|
1424
|
-
[k: string]: unknown;
|
|
1425
1358
|
editor: string;
|
|
1426
1359
|
field_extension?: string | undefined;
|
|
1427
1360
|
parameters: {
|
|
@@ -1442,7 +1375,6 @@ export default class Field extends BaseResource {
|
|
|
1442
1375
|
default_value: Record<string, null>;
|
|
1443
1376
|
validators: import("../..").SeoFieldValidators;
|
|
1444
1377
|
appearance: import("../..").SeoFieldAppearance & Omit<{
|
|
1445
|
-
[k: string]: unknown;
|
|
1446
1378
|
editor: string;
|
|
1447
1379
|
field_extension?: string | undefined;
|
|
1448
1380
|
parameters: {
|
|
@@ -1463,7 +1395,6 @@ export default class Field extends BaseResource {
|
|
|
1463
1395
|
default_value: null;
|
|
1464
1396
|
validators: import("../..").SingleBlockFieldValidators;
|
|
1465
1397
|
appearance: import("../..").SingleBlockFieldAppearance & Omit<{
|
|
1466
|
-
[k: string]: unknown;
|
|
1467
1398
|
editor: string;
|
|
1468
1399
|
field_extension?: string | undefined;
|
|
1469
1400
|
parameters: {
|
|
@@ -1484,7 +1415,6 @@ export default class Field extends BaseResource {
|
|
|
1484
1415
|
default_value: Record<string, null>;
|
|
1485
1416
|
validators: import("../..").SingleBlockFieldValidators;
|
|
1486
1417
|
appearance: import("../..").SingleBlockFieldAppearance & Omit<{
|
|
1487
|
-
[k: string]: unknown;
|
|
1488
1418
|
editor: string;
|
|
1489
1419
|
field_extension?: string | undefined;
|
|
1490
1420
|
parameters: {
|
|
@@ -1505,7 +1435,6 @@ export default class Field extends BaseResource {
|
|
|
1505
1435
|
default_value: null;
|
|
1506
1436
|
validators: import("../..").SlugFieldValidators;
|
|
1507
1437
|
appearance: import("../..").SlugFieldAppearance & Omit<{
|
|
1508
|
-
[k: string]: unknown;
|
|
1509
1438
|
editor: string;
|
|
1510
1439
|
field_extension?: string | undefined;
|
|
1511
1440
|
parameters: {
|
|
@@ -1526,7 +1455,6 @@ export default class Field extends BaseResource {
|
|
|
1526
1455
|
default_value: Record<string, null>;
|
|
1527
1456
|
validators: import("../..").SlugFieldValidators;
|
|
1528
1457
|
appearance: import("../..").SlugFieldAppearance & Omit<{
|
|
1529
|
-
[k: string]: unknown;
|
|
1530
1458
|
editor: string;
|
|
1531
1459
|
field_extension?: string | undefined;
|
|
1532
1460
|
parameters: {
|
|
@@ -1547,7 +1475,6 @@ export default class Field extends BaseResource {
|
|
|
1547
1475
|
default_value: import("../..").StringFieldValue;
|
|
1548
1476
|
validators: import("../..").StringFieldValidators;
|
|
1549
1477
|
appearance: import("../..").StringFieldAppearance & Omit<{
|
|
1550
|
-
[k: string]: unknown;
|
|
1551
1478
|
editor: string;
|
|
1552
1479
|
field_extension?: string | undefined;
|
|
1553
1480
|
parameters: {
|
|
@@ -1568,7 +1495,6 @@ export default class Field extends BaseResource {
|
|
|
1568
1495
|
default_value: Record<string, import("../..").StringFieldValue>;
|
|
1569
1496
|
validators: import("../..").StringFieldValidators;
|
|
1570
1497
|
appearance: import("../..").StringFieldAppearance & Omit<{
|
|
1571
|
-
[k: string]: unknown;
|
|
1572
1498
|
editor: string;
|
|
1573
1499
|
field_extension?: string | undefined;
|
|
1574
1500
|
parameters: {
|
|
@@ -1589,7 +1515,6 @@ export default class Field extends BaseResource {
|
|
|
1589
1515
|
default_value: null;
|
|
1590
1516
|
validators: import("../..").StructuredTextFieldValidators;
|
|
1591
1517
|
appearance: import("../..").StructuredTextFieldAppearance & Omit<{
|
|
1592
|
-
[k: string]: unknown;
|
|
1593
1518
|
editor: string;
|
|
1594
1519
|
field_extension?: string | undefined;
|
|
1595
1520
|
parameters: {
|
|
@@ -1610,7 +1535,6 @@ export default class Field extends BaseResource {
|
|
|
1610
1535
|
default_value: Record<string, null>;
|
|
1611
1536
|
validators: import("../..").StructuredTextFieldValidators;
|
|
1612
1537
|
appearance: import("../..").StructuredTextFieldAppearance & Omit<{
|
|
1613
|
-
[k: string]: unknown;
|
|
1614
1538
|
editor: string;
|
|
1615
1539
|
field_extension?: string | undefined;
|
|
1616
1540
|
parameters: {
|
|
@@ -1631,7 +1555,6 @@ export default class Field extends BaseResource {
|
|
|
1631
1555
|
default_value: import("../..").TextFieldValue;
|
|
1632
1556
|
validators: import("../..").TextFieldValidators;
|
|
1633
1557
|
appearance: import("../..").TextFieldAppearance & Omit<{
|
|
1634
|
-
[k: string]: unknown;
|
|
1635
1558
|
editor: string;
|
|
1636
1559
|
field_extension?: string | undefined;
|
|
1637
1560
|
parameters: {
|
|
@@ -1652,7 +1575,6 @@ export default class Field extends BaseResource {
|
|
|
1652
1575
|
default_value: Record<string, import("../..").TextFieldValue>;
|
|
1653
1576
|
validators: import("../..").TextFieldValidators;
|
|
1654
1577
|
appearance: import("../..").TextFieldAppearance & Omit<{
|
|
1655
|
-
[k: string]: unknown;
|
|
1656
1578
|
editor: string;
|
|
1657
1579
|
field_extension?: string | undefined;
|
|
1658
1580
|
parameters: {
|
|
@@ -1673,7 +1595,6 @@ export default class Field extends BaseResource {
|
|
|
1673
1595
|
default_value: null;
|
|
1674
1596
|
validators: import("../..").VideoFieldValidators;
|
|
1675
1597
|
appearance: import("../..").VideoFieldAppearance & Omit<{
|
|
1676
|
-
[k: string]: unknown;
|
|
1677
1598
|
editor: string;
|
|
1678
1599
|
field_extension?: string | undefined;
|
|
1679
1600
|
parameters: {
|
|
@@ -1694,7 +1615,6 @@ export default class Field extends BaseResource {
|
|
|
1694
1615
|
default_value: Record<string, null>;
|
|
1695
1616
|
validators: import("../..").VideoFieldValidators;
|
|
1696
1617
|
appearance: import("../..").VideoFieldAppearance & Omit<{
|
|
1697
|
-
[k: string]: unknown;
|
|
1698
1618
|
editor: string;
|
|
1699
1619
|
field_extension?: string | undefined;
|
|
1700
1620
|
parameters: {
|
|
@@ -1795,7 +1715,6 @@ export default class Field extends BaseResource {
|
|
|
1795
1715
|
default_value: import("../..").BooleanFieldValue;
|
|
1796
1716
|
validators: import("../..").BooleanFieldValidators;
|
|
1797
1717
|
appearance: import("../..").BooleanFieldAppearance & Omit<{
|
|
1798
|
-
[k: string]: unknown;
|
|
1799
1718
|
editor: string;
|
|
1800
1719
|
field_extension?: string | undefined;
|
|
1801
1720
|
parameters: {
|
|
@@ -1816,7 +1735,6 @@ export default class Field extends BaseResource {
|
|
|
1816
1735
|
default_value: Record<string, import("../..").BooleanFieldValue>;
|
|
1817
1736
|
validators: import("../..").BooleanFieldValidators;
|
|
1818
1737
|
appearance: import("../..").BooleanFieldAppearance & Omit<{
|
|
1819
|
-
[k: string]: unknown;
|
|
1820
1738
|
editor: string;
|
|
1821
1739
|
field_extension?: string | undefined;
|
|
1822
1740
|
parameters: {
|
|
@@ -1837,7 +1755,6 @@ export default class Field extends BaseResource {
|
|
|
1837
1755
|
default_value: import("../..").ColorFieldValue;
|
|
1838
1756
|
validators: import("../..").ColorFieldValidators;
|
|
1839
1757
|
appearance: import("../..").ColorFieldAppearance & Omit<{
|
|
1840
|
-
[k: string]: unknown;
|
|
1841
1758
|
editor: string;
|
|
1842
1759
|
field_extension?: string | undefined;
|
|
1843
1760
|
parameters: {
|
|
@@ -1858,7 +1775,6 @@ export default class Field extends BaseResource {
|
|
|
1858
1775
|
default_value: Record<string, import("../..").ColorFieldValue>;
|
|
1859
1776
|
validators: import("../..").ColorFieldValidators;
|
|
1860
1777
|
appearance: import("../..").ColorFieldAppearance & Omit<{
|
|
1861
|
-
[k: string]: unknown;
|
|
1862
1778
|
editor: string;
|
|
1863
1779
|
field_extension?: string | undefined;
|
|
1864
1780
|
parameters: {
|
|
@@ -1879,7 +1795,6 @@ export default class Field extends BaseResource {
|
|
|
1879
1795
|
default_value: import("../..").DateFieldValue;
|
|
1880
1796
|
validators: import("../..").DateFieldValidators;
|
|
1881
1797
|
appearance: import("../..").DateFieldAppearance & Omit<{
|
|
1882
|
-
[k: string]: unknown;
|
|
1883
1798
|
editor: string;
|
|
1884
1799
|
field_extension?: string | undefined;
|
|
1885
1800
|
parameters: {
|
|
@@ -1900,7 +1815,6 @@ export default class Field extends BaseResource {
|
|
|
1900
1815
|
default_value: Record<string, import("../..").DateFieldValue>;
|
|
1901
1816
|
validators: import("../..").DateFieldValidators;
|
|
1902
1817
|
appearance: import("../..").DateFieldAppearance & Omit<{
|
|
1903
|
-
[k: string]: unknown;
|
|
1904
1818
|
editor: string;
|
|
1905
1819
|
field_extension?: string | undefined;
|
|
1906
1820
|
parameters: {
|
|
@@ -1921,7 +1835,6 @@ export default class Field extends BaseResource {
|
|
|
1921
1835
|
default_value: import("../..").DateTimeFieldValue;
|
|
1922
1836
|
validators: import("../..").DateTimeFieldValidators;
|
|
1923
1837
|
appearance: import("../..").DateTimeFieldAppearance & Omit<{
|
|
1924
|
-
[k: string]: unknown;
|
|
1925
1838
|
editor: string;
|
|
1926
1839
|
field_extension?: string | undefined;
|
|
1927
1840
|
parameters: {
|
|
@@ -1942,7 +1855,6 @@ export default class Field extends BaseResource {
|
|
|
1942
1855
|
default_value: Record<string, import("../..").DateTimeFieldValue>;
|
|
1943
1856
|
validators: import("../..").DateTimeFieldValidators;
|
|
1944
1857
|
appearance: import("../..").DateTimeFieldAppearance & Omit<{
|
|
1945
|
-
[k: string]: unknown;
|
|
1946
1858
|
editor: string;
|
|
1947
1859
|
field_extension?: string | undefined;
|
|
1948
1860
|
parameters: {
|
|
@@ -1963,7 +1875,6 @@ export default class Field extends BaseResource {
|
|
|
1963
1875
|
default_value: null;
|
|
1964
1876
|
validators: import("../..").FileFieldValidators;
|
|
1965
1877
|
appearance: import("../..").FileFieldAppearance & Omit<{
|
|
1966
|
-
[k: string]: unknown;
|
|
1967
1878
|
editor: string;
|
|
1968
1879
|
field_extension?: string | undefined;
|
|
1969
1880
|
parameters: {
|
|
@@ -1984,7 +1895,6 @@ export default class Field extends BaseResource {
|
|
|
1984
1895
|
default_value: Record<string, null>;
|
|
1985
1896
|
validators: import("../..").FileFieldValidators;
|
|
1986
1897
|
appearance: import("../..").FileFieldAppearance & Omit<{
|
|
1987
|
-
[k: string]: unknown;
|
|
1988
1898
|
editor: string;
|
|
1989
1899
|
field_extension?: string | undefined;
|
|
1990
1900
|
parameters: {
|
|
@@ -2005,7 +1915,6 @@ export default class Field extends BaseResource {
|
|
|
2005
1915
|
default_value: import("../..").FloatFieldValue;
|
|
2006
1916
|
validators: import("../..").FloatFieldValidators;
|
|
2007
1917
|
appearance: import("../..").FloatFieldAppearance & Omit<{
|
|
2008
|
-
[k: string]: unknown;
|
|
2009
1918
|
editor: string;
|
|
2010
1919
|
field_extension?: string | undefined;
|
|
2011
1920
|
parameters: {
|
|
@@ -2026,7 +1935,6 @@ export default class Field extends BaseResource {
|
|
|
2026
1935
|
default_value: Record<string, import("../..").FloatFieldValue>;
|
|
2027
1936
|
validators: import("../..").FloatFieldValidators;
|
|
2028
1937
|
appearance: import("../..").FloatFieldAppearance & Omit<{
|
|
2029
|
-
[k: string]: unknown;
|
|
2030
1938
|
editor: string;
|
|
2031
1939
|
field_extension?: string | undefined;
|
|
2032
1940
|
parameters: {
|
|
@@ -2047,7 +1955,6 @@ export default class Field extends BaseResource {
|
|
|
2047
1955
|
default_value: null;
|
|
2048
1956
|
validators: import("../..").GalleryFieldValidators;
|
|
2049
1957
|
appearance: import("../..").GalleryFieldAppearance & Omit<{
|
|
2050
|
-
[k: string]: unknown;
|
|
2051
1958
|
editor: string;
|
|
2052
1959
|
field_extension?: string | undefined;
|
|
2053
1960
|
parameters: {
|
|
@@ -2068,7 +1975,6 @@ export default class Field extends BaseResource {
|
|
|
2068
1975
|
default_value: Record<string, null>;
|
|
2069
1976
|
validators: import("../..").GalleryFieldValidators;
|
|
2070
1977
|
appearance: import("../..").GalleryFieldAppearance & Omit<{
|
|
2071
|
-
[k: string]: unknown;
|
|
2072
1978
|
editor: string;
|
|
2073
1979
|
field_extension?: string | undefined;
|
|
2074
1980
|
parameters: {
|
|
@@ -2089,7 +1995,6 @@ export default class Field extends BaseResource {
|
|
|
2089
1995
|
default_value: import("../..").IntegerFieldValue;
|
|
2090
1996
|
validators: import("../..").IntegerFieldValidators;
|
|
2091
1997
|
appearance: import("../..").IntegerFieldAppearance & Omit<{
|
|
2092
|
-
[k: string]: unknown;
|
|
2093
1998
|
editor: string;
|
|
2094
1999
|
field_extension?: string | undefined;
|
|
2095
2000
|
parameters: {
|
|
@@ -2110,7 +2015,6 @@ export default class Field extends BaseResource {
|
|
|
2110
2015
|
default_value: Record<string, import("../..").IntegerFieldValue>;
|
|
2111
2016
|
validators: import("../..").IntegerFieldValidators;
|
|
2112
2017
|
appearance: import("../..").IntegerFieldAppearance & Omit<{
|
|
2113
|
-
[k: string]: unknown;
|
|
2114
2018
|
editor: string;
|
|
2115
2019
|
field_extension?: string | undefined;
|
|
2116
2020
|
parameters: {
|
|
@@ -2131,7 +2035,6 @@ export default class Field extends BaseResource {
|
|
|
2131
2035
|
default_value: import("../..").JsonFieldValue;
|
|
2132
2036
|
validators: import("../..").JsonFieldValidators;
|
|
2133
2037
|
appearance: import("../..").JsonFieldAppearance & Omit<{
|
|
2134
|
-
[k: string]: unknown;
|
|
2135
2038
|
editor: string;
|
|
2136
2039
|
field_extension?: string | undefined;
|
|
2137
2040
|
parameters: {
|
|
@@ -2152,7 +2055,6 @@ export default class Field extends BaseResource {
|
|
|
2152
2055
|
default_value: Record<string, import("../..").JsonFieldValue>;
|
|
2153
2056
|
validators: import("../..").JsonFieldValidators;
|
|
2154
2057
|
appearance: import("../..").JsonFieldAppearance & Omit<{
|
|
2155
|
-
[k: string]: unknown;
|
|
2156
2058
|
editor: string;
|
|
2157
2059
|
field_extension?: string | undefined;
|
|
2158
2060
|
parameters: {
|
|
@@ -2173,7 +2075,6 @@ export default class Field extends BaseResource {
|
|
|
2173
2075
|
default_value: import("../..").LatLonFieldValue;
|
|
2174
2076
|
validators: import("../..").LatLonFieldValidators;
|
|
2175
2077
|
appearance: import("../..").LatLonFieldAppearance & Omit<{
|
|
2176
|
-
[k: string]: unknown;
|
|
2177
2078
|
editor: string;
|
|
2178
2079
|
field_extension?: string | undefined;
|
|
2179
2080
|
parameters: {
|
|
@@ -2194,7 +2095,6 @@ export default class Field extends BaseResource {
|
|
|
2194
2095
|
default_value: Record<string, import("../..").LatLonFieldValue>;
|
|
2195
2096
|
validators: import("../..").LatLonFieldValidators;
|
|
2196
2097
|
appearance: import("../..").LatLonFieldAppearance & Omit<{
|
|
2197
|
-
[k: string]: unknown;
|
|
2198
2098
|
editor: string;
|
|
2199
2099
|
field_extension?: string | undefined;
|
|
2200
2100
|
parameters: {
|
|
@@ -2215,7 +2115,6 @@ export default class Field extends BaseResource {
|
|
|
2215
2115
|
default_value: null;
|
|
2216
2116
|
validators: import("../..").LinkFieldValidators;
|
|
2217
2117
|
appearance: import("../..").LinkFieldAppearance & Omit<{
|
|
2218
|
-
[k: string]: unknown;
|
|
2219
2118
|
editor: string;
|
|
2220
2119
|
field_extension?: string | undefined;
|
|
2221
2120
|
parameters: {
|
|
@@ -2236,7 +2135,6 @@ export default class Field extends BaseResource {
|
|
|
2236
2135
|
default_value: Record<string, null>;
|
|
2237
2136
|
validators: import("../..").LinkFieldValidators;
|
|
2238
2137
|
appearance: import("../..").LinkFieldAppearance & Omit<{
|
|
2239
|
-
[k: string]: unknown;
|
|
2240
2138
|
editor: string;
|
|
2241
2139
|
field_extension?: string | undefined;
|
|
2242
2140
|
parameters: {
|
|
@@ -2257,7 +2155,6 @@ export default class Field extends BaseResource {
|
|
|
2257
2155
|
default_value: null;
|
|
2258
2156
|
validators: import("../..").LinksFieldValidators;
|
|
2259
2157
|
appearance: import("../..").LinksFieldAppearance & Omit<{
|
|
2260
|
-
[k: string]: unknown;
|
|
2261
2158
|
editor: string;
|
|
2262
2159
|
field_extension?: string | undefined;
|
|
2263
2160
|
parameters: {
|
|
@@ -2278,7 +2175,6 @@ export default class Field extends BaseResource {
|
|
|
2278
2175
|
default_value: Record<string, null>;
|
|
2279
2176
|
validators: import("../..").LinksFieldValidators;
|
|
2280
2177
|
appearance: import("../..").LinksFieldAppearance & Omit<{
|
|
2281
|
-
[k: string]: unknown;
|
|
2282
2178
|
editor: string;
|
|
2283
2179
|
field_extension?: string | undefined;
|
|
2284
2180
|
parameters: {
|
|
@@ -2299,7 +2195,6 @@ export default class Field extends BaseResource {
|
|
|
2299
2195
|
default_value: null;
|
|
2300
2196
|
validators: import("../..").RichTextFieldValidators;
|
|
2301
2197
|
appearance: import("../..").RichTextFieldAppearance & Omit<{
|
|
2302
|
-
[k: string]: unknown;
|
|
2303
2198
|
editor: string;
|
|
2304
2199
|
field_extension?: string | undefined;
|
|
2305
2200
|
parameters: {
|
|
@@ -2320,7 +2215,6 @@ export default class Field extends BaseResource {
|
|
|
2320
2215
|
default_value: Record<string, null>;
|
|
2321
2216
|
validators: import("../..").RichTextFieldValidators;
|
|
2322
2217
|
appearance: import("../..").RichTextFieldAppearance & Omit<{
|
|
2323
|
-
[k: string]: unknown;
|
|
2324
2218
|
editor: string;
|
|
2325
2219
|
field_extension?: string | undefined;
|
|
2326
2220
|
parameters: {
|
|
@@ -2341,7 +2235,6 @@ export default class Field extends BaseResource {
|
|
|
2341
2235
|
default_value: null;
|
|
2342
2236
|
validators: import("../..").SeoFieldValidators;
|
|
2343
2237
|
appearance: import("../..").SeoFieldAppearance & Omit<{
|
|
2344
|
-
[k: string]: unknown;
|
|
2345
2238
|
editor: string;
|
|
2346
2239
|
field_extension?: string | undefined;
|
|
2347
2240
|
parameters: {
|
|
@@ -2362,7 +2255,6 @@ export default class Field extends BaseResource {
|
|
|
2362
2255
|
default_value: Record<string, null>;
|
|
2363
2256
|
validators: import("../..").SeoFieldValidators;
|
|
2364
2257
|
appearance: import("../..").SeoFieldAppearance & Omit<{
|
|
2365
|
-
[k: string]: unknown;
|
|
2366
2258
|
editor: string;
|
|
2367
2259
|
field_extension?: string | undefined;
|
|
2368
2260
|
parameters: {
|
|
@@ -2383,7 +2275,6 @@ export default class Field extends BaseResource {
|
|
|
2383
2275
|
default_value: null;
|
|
2384
2276
|
validators: import("../..").SingleBlockFieldValidators;
|
|
2385
2277
|
appearance: import("../..").SingleBlockFieldAppearance & Omit<{
|
|
2386
|
-
[k: string]: unknown;
|
|
2387
2278
|
editor: string;
|
|
2388
2279
|
field_extension?: string | undefined;
|
|
2389
2280
|
parameters: {
|
|
@@ -2404,7 +2295,6 @@ export default class Field extends BaseResource {
|
|
|
2404
2295
|
default_value: Record<string, null>;
|
|
2405
2296
|
validators: import("../..").SingleBlockFieldValidators;
|
|
2406
2297
|
appearance: import("../..").SingleBlockFieldAppearance & Omit<{
|
|
2407
|
-
[k: string]: unknown;
|
|
2408
2298
|
editor: string;
|
|
2409
2299
|
field_extension?: string | undefined;
|
|
2410
2300
|
parameters: {
|
|
@@ -2425,7 +2315,6 @@ export default class Field extends BaseResource {
|
|
|
2425
2315
|
default_value: null;
|
|
2426
2316
|
validators: import("../..").SlugFieldValidators;
|
|
2427
2317
|
appearance: import("../..").SlugFieldAppearance & Omit<{
|
|
2428
|
-
[k: string]: unknown;
|
|
2429
2318
|
editor: string;
|
|
2430
2319
|
field_extension?: string | undefined;
|
|
2431
2320
|
parameters: {
|
|
@@ -2446,7 +2335,6 @@ export default class Field extends BaseResource {
|
|
|
2446
2335
|
default_value: Record<string, null>;
|
|
2447
2336
|
validators: import("../..").SlugFieldValidators;
|
|
2448
2337
|
appearance: import("../..").SlugFieldAppearance & Omit<{
|
|
2449
|
-
[k: string]: unknown;
|
|
2450
2338
|
editor: string;
|
|
2451
2339
|
field_extension?: string | undefined;
|
|
2452
2340
|
parameters: {
|
|
@@ -2467,7 +2355,6 @@ export default class Field extends BaseResource {
|
|
|
2467
2355
|
default_value: import("../..").StringFieldValue;
|
|
2468
2356
|
validators: import("../..").StringFieldValidators;
|
|
2469
2357
|
appearance: import("../..").StringFieldAppearance & Omit<{
|
|
2470
|
-
[k: string]: unknown;
|
|
2471
2358
|
editor: string;
|
|
2472
2359
|
field_extension?: string | undefined;
|
|
2473
2360
|
parameters: {
|
|
@@ -2488,7 +2375,6 @@ export default class Field extends BaseResource {
|
|
|
2488
2375
|
default_value: Record<string, import("../..").StringFieldValue>;
|
|
2489
2376
|
validators: import("../..").StringFieldValidators;
|
|
2490
2377
|
appearance: import("../..").StringFieldAppearance & Omit<{
|
|
2491
|
-
[k: string]: unknown;
|
|
2492
2378
|
editor: string;
|
|
2493
2379
|
field_extension?: string | undefined;
|
|
2494
2380
|
parameters: {
|
|
@@ -2509,7 +2395,6 @@ export default class Field extends BaseResource {
|
|
|
2509
2395
|
default_value: null;
|
|
2510
2396
|
validators: import("../..").StructuredTextFieldValidators;
|
|
2511
2397
|
appearance: import("../..").StructuredTextFieldAppearance & Omit<{
|
|
2512
|
-
[k: string]: unknown;
|
|
2513
2398
|
editor: string;
|
|
2514
2399
|
field_extension?: string | undefined;
|
|
2515
2400
|
parameters: {
|
|
@@ -2530,7 +2415,6 @@ export default class Field extends BaseResource {
|
|
|
2530
2415
|
default_value: Record<string, null>;
|
|
2531
2416
|
validators: import("../..").StructuredTextFieldValidators;
|
|
2532
2417
|
appearance: import("../..").StructuredTextFieldAppearance & Omit<{
|
|
2533
|
-
[k: string]: unknown;
|
|
2534
2418
|
editor: string;
|
|
2535
2419
|
field_extension?: string | undefined;
|
|
2536
2420
|
parameters: {
|
|
@@ -2551,7 +2435,6 @@ export default class Field extends BaseResource {
|
|
|
2551
2435
|
default_value: import("../..").TextFieldValue;
|
|
2552
2436
|
validators: import("../..").TextFieldValidators;
|
|
2553
2437
|
appearance: import("../..").TextFieldAppearance & Omit<{
|
|
2554
|
-
[k: string]: unknown;
|
|
2555
2438
|
editor: string;
|
|
2556
2439
|
field_extension?: string | undefined;
|
|
2557
2440
|
parameters: {
|
|
@@ -2572,7 +2455,6 @@ export default class Field extends BaseResource {
|
|
|
2572
2455
|
default_value: Record<string, import("../..").TextFieldValue>;
|
|
2573
2456
|
validators: import("../..").TextFieldValidators;
|
|
2574
2457
|
appearance: import("../..").TextFieldAppearance & Omit<{
|
|
2575
|
-
[k: string]: unknown;
|
|
2576
2458
|
editor: string;
|
|
2577
2459
|
field_extension?: string | undefined;
|
|
2578
2460
|
parameters: {
|
|
@@ -2593,7 +2475,6 @@ export default class Field extends BaseResource {
|
|
|
2593
2475
|
default_value: null;
|
|
2594
2476
|
validators: import("../..").VideoFieldValidators;
|
|
2595
2477
|
appearance: import("../..").VideoFieldAppearance & Omit<{
|
|
2596
|
-
[k: string]: unknown;
|
|
2597
2478
|
editor: string;
|
|
2598
2479
|
field_extension?: string | undefined;
|
|
2599
2480
|
parameters: {
|
|
@@ -2614,7 +2495,6 @@ export default class Field extends BaseResource {
|
|
|
2614
2495
|
default_value: Record<string, null>;
|
|
2615
2496
|
validators: import("../..").VideoFieldValidators;
|
|
2616
2497
|
appearance: import("../..").VideoFieldAppearance & Omit<{
|
|
2617
|
-
[k: string]: unknown;
|
|
2618
2498
|
editor: string;
|
|
2619
2499
|
field_extension?: string | undefined;
|
|
2620
2500
|
parameters: {
|
|
@@ -2653,7 +2533,6 @@ export default class Field extends BaseResource {
|
|
|
2653
2533
|
default_value: import("../..").BooleanFieldValue;
|
|
2654
2534
|
validators: import("../..").BooleanFieldValidators;
|
|
2655
2535
|
appearance: import("../..").BooleanFieldAppearance & Omit<{
|
|
2656
|
-
[k: string]: unknown;
|
|
2657
2536
|
editor: string;
|
|
2658
2537
|
field_extension?: string | undefined;
|
|
2659
2538
|
parameters: {
|
|
@@ -2674,7 +2553,6 @@ export default class Field extends BaseResource {
|
|
|
2674
2553
|
default_value: Record<string, import("../..").BooleanFieldValue>;
|
|
2675
2554
|
validators: import("../..").BooleanFieldValidators;
|
|
2676
2555
|
appearance: import("../..").BooleanFieldAppearance & Omit<{
|
|
2677
|
-
[k: string]: unknown;
|
|
2678
2556
|
editor: string;
|
|
2679
2557
|
field_extension?: string | undefined;
|
|
2680
2558
|
parameters: {
|
|
@@ -2695,7 +2573,6 @@ export default class Field extends BaseResource {
|
|
|
2695
2573
|
default_value: import("../..").ColorFieldValue;
|
|
2696
2574
|
validators: import("../..").ColorFieldValidators;
|
|
2697
2575
|
appearance: import("../..").ColorFieldAppearance & Omit<{
|
|
2698
|
-
[k: string]: unknown;
|
|
2699
2576
|
editor: string;
|
|
2700
2577
|
field_extension?: string | undefined;
|
|
2701
2578
|
parameters: {
|
|
@@ -2716,7 +2593,6 @@ export default class Field extends BaseResource {
|
|
|
2716
2593
|
default_value: Record<string, import("../..").ColorFieldValue>;
|
|
2717
2594
|
validators: import("../..").ColorFieldValidators;
|
|
2718
2595
|
appearance: import("../..").ColorFieldAppearance & Omit<{
|
|
2719
|
-
[k: string]: unknown;
|
|
2720
2596
|
editor: string;
|
|
2721
2597
|
field_extension?: string | undefined;
|
|
2722
2598
|
parameters: {
|
|
@@ -2737,7 +2613,6 @@ export default class Field extends BaseResource {
|
|
|
2737
2613
|
default_value: import("../..").DateFieldValue;
|
|
2738
2614
|
validators: import("../..").DateFieldValidators;
|
|
2739
2615
|
appearance: import("../..").DateFieldAppearance & Omit<{
|
|
2740
|
-
[k: string]: unknown;
|
|
2741
2616
|
editor: string;
|
|
2742
2617
|
field_extension?: string | undefined;
|
|
2743
2618
|
parameters: {
|
|
@@ -2758,7 +2633,6 @@ export default class Field extends BaseResource {
|
|
|
2758
2633
|
default_value: Record<string, import("../..").DateFieldValue>;
|
|
2759
2634
|
validators: import("../..").DateFieldValidators;
|
|
2760
2635
|
appearance: import("../..").DateFieldAppearance & Omit<{
|
|
2761
|
-
[k: string]: unknown;
|
|
2762
2636
|
editor: string;
|
|
2763
2637
|
field_extension?: string | undefined;
|
|
2764
2638
|
parameters: {
|
|
@@ -2779,7 +2653,6 @@ export default class Field extends BaseResource {
|
|
|
2779
2653
|
default_value: import("../..").DateTimeFieldValue;
|
|
2780
2654
|
validators: import("../..").DateTimeFieldValidators;
|
|
2781
2655
|
appearance: import("../..").DateTimeFieldAppearance & Omit<{
|
|
2782
|
-
[k: string]: unknown;
|
|
2783
2656
|
editor: string;
|
|
2784
2657
|
field_extension?: string | undefined;
|
|
2785
2658
|
parameters: {
|
|
@@ -2800,7 +2673,6 @@ export default class Field extends BaseResource {
|
|
|
2800
2673
|
default_value: Record<string, import("../..").DateTimeFieldValue>;
|
|
2801
2674
|
validators: import("../..").DateTimeFieldValidators;
|
|
2802
2675
|
appearance: import("../..").DateTimeFieldAppearance & Omit<{
|
|
2803
|
-
[k: string]: unknown;
|
|
2804
2676
|
editor: string;
|
|
2805
2677
|
field_extension?: string | undefined;
|
|
2806
2678
|
parameters: {
|
|
@@ -2821,7 +2693,6 @@ export default class Field extends BaseResource {
|
|
|
2821
2693
|
default_value: null;
|
|
2822
2694
|
validators: import("../..").FileFieldValidators;
|
|
2823
2695
|
appearance: import("../..").FileFieldAppearance & Omit<{
|
|
2824
|
-
[k: string]: unknown;
|
|
2825
2696
|
editor: string;
|
|
2826
2697
|
field_extension?: string | undefined;
|
|
2827
2698
|
parameters: {
|
|
@@ -2842,7 +2713,6 @@ export default class Field extends BaseResource {
|
|
|
2842
2713
|
default_value: Record<string, null>;
|
|
2843
2714
|
validators: import("../..").FileFieldValidators;
|
|
2844
2715
|
appearance: import("../..").FileFieldAppearance & Omit<{
|
|
2845
|
-
[k: string]: unknown;
|
|
2846
2716
|
editor: string;
|
|
2847
2717
|
field_extension?: string | undefined;
|
|
2848
2718
|
parameters: {
|
|
@@ -2863,7 +2733,6 @@ export default class Field extends BaseResource {
|
|
|
2863
2733
|
default_value: import("../..").FloatFieldValue;
|
|
2864
2734
|
validators: import("../..").FloatFieldValidators;
|
|
2865
2735
|
appearance: import("../..").FloatFieldAppearance & Omit<{
|
|
2866
|
-
[k: string]: unknown;
|
|
2867
2736
|
editor: string;
|
|
2868
2737
|
field_extension?: string | undefined;
|
|
2869
2738
|
parameters: {
|
|
@@ -2884,7 +2753,6 @@ export default class Field extends BaseResource {
|
|
|
2884
2753
|
default_value: Record<string, import("../..").FloatFieldValue>;
|
|
2885
2754
|
validators: import("../..").FloatFieldValidators;
|
|
2886
2755
|
appearance: import("../..").FloatFieldAppearance & Omit<{
|
|
2887
|
-
[k: string]: unknown;
|
|
2888
2756
|
editor: string;
|
|
2889
2757
|
field_extension?: string | undefined;
|
|
2890
2758
|
parameters: {
|
|
@@ -2905,7 +2773,6 @@ export default class Field extends BaseResource {
|
|
|
2905
2773
|
default_value: null;
|
|
2906
2774
|
validators: import("../..").GalleryFieldValidators;
|
|
2907
2775
|
appearance: import("../..").GalleryFieldAppearance & Omit<{
|
|
2908
|
-
[k: string]: unknown;
|
|
2909
2776
|
editor: string;
|
|
2910
2777
|
field_extension?: string | undefined;
|
|
2911
2778
|
parameters: {
|
|
@@ -2926,7 +2793,6 @@ export default class Field extends BaseResource {
|
|
|
2926
2793
|
default_value: Record<string, null>;
|
|
2927
2794
|
validators: import("../..").GalleryFieldValidators;
|
|
2928
2795
|
appearance: import("../..").GalleryFieldAppearance & Omit<{
|
|
2929
|
-
[k: string]: unknown;
|
|
2930
2796
|
editor: string;
|
|
2931
2797
|
field_extension?: string | undefined;
|
|
2932
2798
|
parameters: {
|
|
@@ -2947,7 +2813,6 @@ export default class Field extends BaseResource {
|
|
|
2947
2813
|
default_value: import("../..").IntegerFieldValue;
|
|
2948
2814
|
validators: import("../..").IntegerFieldValidators;
|
|
2949
2815
|
appearance: import("../..").IntegerFieldAppearance & Omit<{
|
|
2950
|
-
[k: string]: unknown;
|
|
2951
2816
|
editor: string;
|
|
2952
2817
|
field_extension?: string | undefined;
|
|
2953
2818
|
parameters: {
|
|
@@ -2968,7 +2833,6 @@ export default class Field extends BaseResource {
|
|
|
2968
2833
|
default_value: Record<string, import("../..").IntegerFieldValue>;
|
|
2969
2834
|
validators: import("../..").IntegerFieldValidators;
|
|
2970
2835
|
appearance: import("../..").IntegerFieldAppearance & Omit<{
|
|
2971
|
-
[k: string]: unknown;
|
|
2972
2836
|
editor: string;
|
|
2973
2837
|
field_extension?: string | undefined;
|
|
2974
2838
|
parameters: {
|
|
@@ -2989,7 +2853,6 @@ export default class Field extends BaseResource {
|
|
|
2989
2853
|
default_value: import("../..").JsonFieldValue;
|
|
2990
2854
|
validators: import("../..").JsonFieldValidators;
|
|
2991
2855
|
appearance: import("../..").JsonFieldAppearance & Omit<{
|
|
2992
|
-
[k: string]: unknown;
|
|
2993
2856
|
editor: string;
|
|
2994
2857
|
field_extension?: string | undefined;
|
|
2995
2858
|
parameters: {
|
|
@@ -3010,7 +2873,6 @@ export default class Field extends BaseResource {
|
|
|
3010
2873
|
default_value: Record<string, import("../..").JsonFieldValue>;
|
|
3011
2874
|
validators: import("../..").JsonFieldValidators;
|
|
3012
2875
|
appearance: import("../..").JsonFieldAppearance & Omit<{
|
|
3013
|
-
[k: string]: unknown;
|
|
3014
2876
|
editor: string;
|
|
3015
2877
|
field_extension?: string | undefined;
|
|
3016
2878
|
parameters: {
|
|
@@ -3031,7 +2893,6 @@ export default class Field extends BaseResource {
|
|
|
3031
2893
|
default_value: import("../..").LatLonFieldValue;
|
|
3032
2894
|
validators: import("../..").LatLonFieldValidators;
|
|
3033
2895
|
appearance: import("../..").LatLonFieldAppearance & Omit<{
|
|
3034
|
-
[k: string]: unknown;
|
|
3035
2896
|
editor: string;
|
|
3036
2897
|
field_extension?: string | undefined;
|
|
3037
2898
|
parameters: {
|
|
@@ -3052,7 +2913,6 @@ export default class Field extends BaseResource {
|
|
|
3052
2913
|
default_value: Record<string, import("../..").LatLonFieldValue>;
|
|
3053
2914
|
validators: import("../..").LatLonFieldValidators;
|
|
3054
2915
|
appearance: import("../..").LatLonFieldAppearance & Omit<{
|
|
3055
|
-
[k: string]: unknown;
|
|
3056
2916
|
editor: string;
|
|
3057
2917
|
field_extension?: string | undefined;
|
|
3058
2918
|
parameters: {
|
|
@@ -3073,7 +2933,6 @@ export default class Field extends BaseResource {
|
|
|
3073
2933
|
default_value: null;
|
|
3074
2934
|
validators: import("../..").LinkFieldValidators;
|
|
3075
2935
|
appearance: import("../..").LinkFieldAppearance & Omit<{
|
|
3076
|
-
[k: string]: unknown;
|
|
3077
2936
|
editor: string;
|
|
3078
2937
|
field_extension?: string | undefined;
|
|
3079
2938
|
parameters: {
|
|
@@ -3094,7 +2953,6 @@ export default class Field extends BaseResource {
|
|
|
3094
2953
|
default_value: Record<string, null>;
|
|
3095
2954
|
validators: import("../..").LinkFieldValidators;
|
|
3096
2955
|
appearance: import("../..").LinkFieldAppearance & Omit<{
|
|
3097
|
-
[k: string]: unknown;
|
|
3098
2956
|
editor: string;
|
|
3099
2957
|
field_extension?: string | undefined;
|
|
3100
2958
|
parameters: {
|
|
@@ -3115,7 +2973,6 @@ export default class Field extends BaseResource {
|
|
|
3115
2973
|
default_value: null;
|
|
3116
2974
|
validators: import("../..").LinksFieldValidators;
|
|
3117
2975
|
appearance: import("../..").LinksFieldAppearance & Omit<{
|
|
3118
|
-
[k: string]: unknown;
|
|
3119
2976
|
editor: string;
|
|
3120
2977
|
field_extension?: string | undefined;
|
|
3121
2978
|
parameters: {
|
|
@@ -3136,7 +2993,6 @@ export default class Field extends BaseResource {
|
|
|
3136
2993
|
default_value: Record<string, null>;
|
|
3137
2994
|
validators: import("../..").LinksFieldValidators;
|
|
3138
2995
|
appearance: import("../..").LinksFieldAppearance & Omit<{
|
|
3139
|
-
[k: string]: unknown;
|
|
3140
2996
|
editor: string;
|
|
3141
2997
|
field_extension?: string | undefined;
|
|
3142
2998
|
parameters: {
|
|
@@ -3157,7 +3013,6 @@ export default class Field extends BaseResource {
|
|
|
3157
3013
|
default_value: null;
|
|
3158
3014
|
validators: import("../..").RichTextFieldValidators;
|
|
3159
3015
|
appearance: import("../..").RichTextFieldAppearance & Omit<{
|
|
3160
|
-
[k: string]: unknown;
|
|
3161
3016
|
editor: string;
|
|
3162
3017
|
field_extension?: string | undefined;
|
|
3163
3018
|
parameters: {
|
|
@@ -3178,7 +3033,6 @@ export default class Field extends BaseResource {
|
|
|
3178
3033
|
default_value: Record<string, null>;
|
|
3179
3034
|
validators: import("../..").RichTextFieldValidators;
|
|
3180
3035
|
appearance: import("../..").RichTextFieldAppearance & Omit<{
|
|
3181
|
-
[k: string]: unknown;
|
|
3182
3036
|
editor: string;
|
|
3183
3037
|
field_extension?: string | undefined;
|
|
3184
3038
|
parameters: {
|
|
@@ -3199,7 +3053,6 @@ export default class Field extends BaseResource {
|
|
|
3199
3053
|
default_value: null;
|
|
3200
3054
|
validators: import("../..").SeoFieldValidators;
|
|
3201
3055
|
appearance: import("../..").SeoFieldAppearance & Omit<{
|
|
3202
|
-
[k: string]: unknown;
|
|
3203
3056
|
editor: string;
|
|
3204
3057
|
field_extension?: string | undefined;
|
|
3205
3058
|
parameters: {
|
|
@@ -3220,7 +3073,6 @@ export default class Field extends BaseResource {
|
|
|
3220
3073
|
default_value: Record<string, null>;
|
|
3221
3074
|
validators: import("../..").SeoFieldValidators;
|
|
3222
3075
|
appearance: import("../..").SeoFieldAppearance & Omit<{
|
|
3223
|
-
[k: string]: unknown;
|
|
3224
3076
|
editor: string;
|
|
3225
3077
|
field_extension?: string | undefined;
|
|
3226
3078
|
parameters: {
|
|
@@ -3241,7 +3093,6 @@ export default class Field extends BaseResource {
|
|
|
3241
3093
|
default_value: null;
|
|
3242
3094
|
validators: import("../..").SingleBlockFieldValidators;
|
|
3243
3095
|
appearance: import("../..").SingleBlockFieldAppearance & Omit<{
|
|
3244
|
-
[k: string]: unknown;
|
|
3245
3096
|
editor: string;
|
|
3246
3097
|
field_extension?: string | undefined;
|
|
3247
3098
|
parameters: {
|
|
@@ -3262,7 +3113,6 @@ export default class Field extends BaseResource {
|
|
|
3262
3113
|
default_value: Record<string, null>;
|
|
3263
3114
|
validators: import("../..").SingleBlockFieldValidators;
|
|
3264
3115
|
appearance: import("../..").SingleBlockFieldAppearance & Omit<{
|
|
3265
|
-
[k: string]: unknown;
|
|
3266
3116
|
editor: string;
|
|
3267
3117
|
field_extension?: string | undefined;
|
|
3268
3118
|
parameters: {
|
|
@@ -3283,7 +3133,6 @@ export default class Field extends BaseResource {
|
|
|
3283
3133
|
default_value: null;
|
|
3284
3134
|
validators: import("../..").SlugFieldValidators;
|
|
3285
3135
|
appearance: import("../..").SlugFieldAppearance & Omit<{
|
|
3286
|
-
[k: string]: unknown;
|
|
3287
3136
|
editor: string;
|
|
3288
3137
|
field_extension?: string | undefined;
|
|
3289
3138
|
parameters: {
|
|
@@ -3304,7 +3153,6 @@ export default class Field extends BaseResource {
|
|
|
3304
3153
|
default_value: Record<string, null>;
|
|
3305
3154
|
validators: import("../..").SlugFieldValidators;
|
|
3306
3155
|
appearance: import("../..").SlugFieldAppearance & Omit<{
|
|
3307
|
-
[k: string]: unknown;
|
|
3308
3156
|
editor: string;
|
|
3309
3157
|
field_extension?: string | undefined;
|
|
3310
3158
|
parameters: {
|
|
@@ -3325,7 +3173,6 @@ export default class Field extends BaseResource {
|
|
|
3325
3173
|
default_value: import("../..").StringFieldValue;
|
|
3326
3174
|
validators: import("../..").StringFieldValidators;
|
|
3327
3175
|
appearance: import("../..").StringFieldAppearance & Omit<{
|
|
3328
|
-
[k: string]: unknown;
|
|
3329
3176
|
editor: string;
|
|
3330
3177
|
field_extension?: string | undefined;
|
|
3331
3178
|
parameters: {
|
|
@@ -3346,7 +3193,6 @@ export default class Field extends BaseResource {
|
|
|
3346
3193
|
default_value: Record<string, import("../..").StringFieldValue>;
|
|
3347
3194
|
validators: import("../..").StringFieldValidators;
|
|
3348
3195
|
appearance: import("../..").StringFieldAppearance & Omit<{
|
|
3349
|
-
[k: string]: unknown;
|
|
3350
3196
|
editor: string;
|
|
3351
3197
|
field_extension?: string | undefined;
|
|
3352
3198
|
parameters: {
|
|
@@ -3367,7 +3213,6 @@ export default class Field extends BaseResource {
|
|
|
3367
3213
|
default_value: null;
|
|
3368
3214
|
validators: import("../..").StructuredTextFieldValidators;
|
|
3369
3215
|
appearance: import("../..").StructuredTextFieldAppearance & Omit<{
|
|
3370
|
-
[k: string]: unknown;
|
|
3371
3216
|
editor: string;
|
|
3372
3217
|
field_extension?: string | undefined;
|
|
3373
3218
|
parameters: {
|
|
@@ -3388,7 +3233,6 @@ export default class Field extends BaseResource {
|
|
|
3388
3233
|
default_value: Record<string, null>;
|
|
3389
3234
|
validators: import("../..").StructuredTextFieldValidators;
|
|
3390
3235
|
appearance: import("../..").StructuredTextFieldAppearance & Omit<{
|
|
3391
|
-
[k: string]: unknown;
|
|
3392
3236
|
editor: string;
|
|
3393
3237
|
field_extension?: string | undefined;
|
|
3394
3238
|
parameters: {
|
|
@@ -3409,7 +3253,6 @@ export default class Field extends BaseResource {
|
|
|
3409
3253
|
default_value: import("../..").TextFieldValue;
|
|
3410
3254
|
validators: import("../..").TextFieldValidators;
|
|
3411
3255
|
appearance: import("../..").TextFieldAppearance & Omit<{
|
|
3412
|
-
[k: string]: unknown;
|
|
3413
3256
|
editor: string;
|
|
3414
3257
|
field_extension?: string | undefined;
|
|
3415
3258
|
parameters: {
|
|
@@ -3430,7 +3273,6 @@ export default class Field extends BaseResource {
|
|
|
3430
3273
|
default_value: Record<string, import("../..").TextFieldValue>;
|
|
3431
3274
|
validators: import("../..").TextFieldValidators;
|
|
3432
3275
|
appearance: import("../..").TextFieldAppearance & Omit<{
|
|
3433
|
-
[k: string]: unknown;
|
|
3434
3276
|
editor: string;
|
|
3435
3277
|
field_extension?: string | undefined;
|
|
3436
3278
|
parameters: {
|
|
@@ -3451,7 +3293,6 @@ export default class Field extends BaseResource {
|
|
|
3451
3293
|
default_value: null;
|
|
3452
3294
|
validators: import("../..").VideoFieldValidators;
|
|
3453
3295
|
appearance: import("../..").VideoFieldAppearance & Omit<{
|
|
3454
|
-
[k: string]: unknown;
|
|
3455
3296
|
editor: string;
|
|
3456
3297
|
field_extension?: string | undefined;
|
|
3457
3298
|
parameters: {
|
|
@@ -3472,7 +3313,6 @@ export default class Field extends BaseResource {
|
|
|
3472
3313
|
default_value: Record<string, null>;
|
|
3473
3314
|
validators: import("../..").VideoFieldValidators;
|
|
3474
3315
|
appearance: import("../..").VideoFieldAppearance & Omit<{
|
|
3475
|
-
[k: string]: unknown;
|
|
3476
3316
|
editor: string;
|
|
3477
3317
|
field_extension?: string | undefined;
|
|
3478
3318
|
parameters: {
|
|
@@ -3511,7 +3351,6 @@ export default class Field extends BaseResource {
|
|
|
3511
3351
|
default_value: import("../..").BooleanFieldValue;
|
|
3512
3352
|
validators: import("../..").BooleanFieldValidators;
|
|
3513
3353
|
appearance: import("../..").BooleanFieldAppearance & Omit<{
|
|
3514
|
-
[k: string]: unknown;
|
|
3515
3354
|
editor: string;
|
|
3516
3355
|
field_extension?: string | undefined;
|
|
3517
3356
|
parameters: {
|
|
@@ -3532,7 +3371,6 @@ export default class Field extends BaseResource {
|
|
|
3532
3371
|
default_value: Record<string, import("../..").BooleanFieldValue>;
|
|
3533
3372
|
validators: import("../..").BooleanFieldValidators;
|
|
3534
3373
|
appearance: import("../..").BooleanFieldAppearance & Omit<{
|
|
3535
|
-
[k: string]: unknown;
|
|
3536
3374
|
editor: string;
|
|
3537
3375
|
field_extension?: string | undefined;
|
|
3538
3376
|
parameters: {
|
|
@@ -3553,7 +3391,6 @@ export default class Field extends BaseResource {
|
|
|
3553
3391
|
default_value: import("../..").ColorFieldValue;
|
|
3554
3392
|
validators: import("../..").ColorFieldValidators;
|
|
3555
3393
|
appearance: import("../..").ColorFieldAppearance & Omit<{
|
|
3556
|
-
[k: string]: unknown;
|
|
3557
3394
|
editor: string;
|
|
3558
3395
|
field_extension?: string | undefined;
|
|
3559
3396
|
parameters: {
|
|
@@ -3574,7 +3411,6 @@ export default class Field extends BaseResource {
|
|
|
3574
3411
|
default_value: Record<string, import("../..").ColorFieldValue>;
|
|
3575
3412
|
validators: import("../..").ColorFieldValidators;
|
|
3576
3413
|
appearance: import("../..").ColorFieldAppearance & Omit<{
|
|
3577
|
-
[k: string]: unknown;
|
|
3578
3414
|
editor: string;
|
|
3579
3415
|
field_extension?: string | undefined;
|
|
3580
3416
|
parameters: {
|
|
@@ -3595,7 +3431,6 @@ export default class Field extends BaseResource {
|
|
|
3595
3431
|
default_value: import("../..").DateFieldValue;
|
|
3596
3432
|
validators: import("../..").DateFieldValidators;
|
|
3597
3433
|
appearance: import("../..").DateFieldAppearance & Omit<{
|
|
3598
|
-
[k: string]: unknown;
|
|
3599
3434
|
editor: string;
|
|
3600
3435
|
field_extension?: string | undefined;
|
|
3601
3436
|
parameters: {
|
|
@@ -3616,7 +3451,6 @@ export default class Field extends BaseResource {
|
|
|
3616
3451
|
default_value: Record<string, import("../..").DateFieldValue>;
|
|
3617
3452
|
validators: import("../..").DateFieldValidators;
|
|
3618
3453
|
appearance: import("../..").DateFieldAppearance & Omit<{
|
|
3619
|
-
[k: string]: unknown;
|
|
3620
3454
|
editor: string;
|
|
3621
3455
|
field_extension?: string | undefined;
|
|
3622
3456
|
parameters: {
|
|
@@ -3637,7 +3471,6 @@ export default class Field extends BaseResource {
|
|
|
3637
3471
|
default_value: import("../..").DateTimeFieldValue;
|
|
3638
3472
|
validators: import("../..").DateTimeFieldValidators;
|
|
3639
3473
|
appearance: import("../..").DateTimeFieldAppearance & Omit<{
|
|
3640
|
-
[k: string]: unknown;
|
|
3641
3474
|
editor: string;
|
|
3642
3475
|
field_extension?: string | undefined;
|
|
3643
3476
|
parameters: {
|
|
@@ -3658,7 +3491,6 @@ export default class Field extends BaseResource {
|
|
|
3658
3491
|
default_value: Record<string, import("../..").DateTimeFieldValue>;
|
|
3659
3492
|
validators: import("../..").DateTimeFieldValidators;
|
|
3660
3493
|
appearance: import("../..").DateTimeFieldAppearance & Omit<{
|
|
3661
|
-
[k: string]: unknown;
|
|
3662
3494
|
editor: string;
|
|
3663
3495
|
field_extension?: string | undefined;
|
|
3664
3496
|
parameters: {
|
|
@@ -3679,7 +3511,6 @@ export default class Field extends BaseResource {
|
|
|
3679
3511
|
default_value: null;
|
|
3680
3512
|
validators: import("../..").FileFieldValidators;
|
|
3681
3513
|
appearance: import("../..").FileFieldAppearance & Omit<{
|
|
3682
|
-
[k: string]: unknown;
|
|
3683
3514
|
editor: string;
|
|
3684
3515
|
field_extension?: string | undefined;
|
|
3685
3516
|
parameters: {
|
|
@@ -3700,7 +3531,6 @@ export default class Field extends BaseResource {
|
|
|
3700
3531
|
default_value: Record<string, null>;
|
|
3701
3532
|
validators: import("../..").FileFieldValidators;
|
|
3702
3533
|
appearance: import("../..").FileFieldAppearance & Omit<{
|
|
3703
|
-
[k: string]: unknown;
|
|
3704
3534
|
editor: string;
|
|
3705
3535
|
field_extension?: string | undefined;
|
|
3706
3536
|
parameters: {
|
|
@@ -3721,7 +3551,6 @@ export default class Field extends BaseResource {
|
|
|
3721
3551
|
default_value: import("../..").FloatFieldValue;
|
|
3722
3552
|
validators: import("../..").FloatFieldValidators;
|
|
3723
3553
|
appearance: import("../..").FloatFieldAppearance & Omit<{
|
|
3724
|
-
[k: string]: unknown;
|
|
3725
3554
|
editor: string;
|
|
3726
3555
|
field_extension?: string | undefined;
|
|
3727
3556
|
parameters: {
|
|
@@ -3742,7 +3571,6 @@ export default class Field extends BaseResource {
|
|
|
3742
3571
|
default_value: Record<string, import("../..").FloatFieldValue>;
|
|
3743
3572
|
validators: import("../..").FloatFieldValidators;
|
|
3744
3573
|
appearance: import("../..").FloatFieldAppearance & Omit<{
|
|
3745
|
-
[k: string]: unknown;
|
|
3746
3574
|
editor: string;
|
|
3747
3575
|
field_extension?: string | undefined;
|
|
3748
3576
|
parameters: {
|
|
@@ -3763,7 +3591,6 @@ export default class Field extends BaseResource {
|
|
|
3763
3591
|
default_value: null;
|
|
3764
3592
|
validators: import("../..").GalleryFieldValidators;
|
|
3765
3593
|
appearance: import("../..").GalleryFieldAppearance & Omit<{
|
|
3766
|
-
[k: string]: unknown;
|
|
3767
3594
|
editor: string;
|
|
3768
3595
|
field_extension?: string | undefined;
|
|
3769
3596
|
parameters: {
|
|
@@ -3784,7 +3611,6 @@ export default class Field extends BaseResource {
|
|
|
3784
3611
|
default_value: Record<string, null>;
|
|
3785
3612
|
validators: import("../..").GalleryFieldValidators;
|
|
3786
3613
|
appearance: import("../..").GalleryFieldAppearance & Omit<{
|
|
3787
|
-
[k: string]: unknown;
|
|
3788
3614
|
editor: string;
|
|
3789
3615
|
field_extension?: string | undefined;
|
|
3790
3616
|
parameters: {
|
|
@@ -3805,7 +3631,6 @@ export default class Field extends BaseResource {
|
|
|
3805
3631
|
default_value: import("../..").IntegerFieldValue;
|
|
3806
3632
|
validators: import("../..").IntegerFieldValidators;
|
|
3807
3633
|
appearance: import("../..").IntegerFieldAppearance & Omit<{
|
|
3808
|
-
[k: string]: unknown;
|
|
3809
3634
|
editor: string;
|
|
3810
3635
|
field_extension?: string | undefined;
|
|
3811
3636
|
parameters: {
|
|
@@ -3826,7 +3651,6 @@ export default class Field extends BaseResource {
|
|
|
3826
3651
|
default_value: Record<string, import("../..").IntegerFieldValue>;
|
|
3827
3652
|
validators: import("../..").IntegerFieldValidators;
|
|
3828
3653
|
appearance: import("../..").IntegerFieldAppearance & Omit<{
|
|
3829
|
-
[k: string]: unknown;
|
|
3830
3654
|
editor: string;
|
|
3831
3655
|
field_extension?: string | undefined;
|
|
3832
3656
|
parameters: {
|
|
@@ -3847,7 +3671,6 @@ export default class Field extends BaseResource {
|
|
|
3847
3671
|
default_value: import("../..").JsonFieldValue;
|
|
3848
3672
|
validators: import("../..").JsonFieldValidators;
|
|
3849
3673
|
appearance: import("../..").JsonFieldAppearance & Omit<{
|
|
3850
|
-
[k: string]: unknown;
|
|
3851
3674
|
editor: string;
|
|
3852
3675
|
field_extension?: string | undefined;
|
|
3853
3676
|
parameters: {
|
|
@@ -3868,7 +3691,6 @@ export default class Field extends BaseResource {
|
|
|
3868
3691
|
default_value: Record<string, import("../..").JsonFieldValue>;
|
|
3869
3692
|
validators: import("../..").JsonFieldValidators;
|
|
3870
3693
|
appearance: import("../..").JsonFieldAppearance & Omit<{
|
|
3871
|
-
[k: string]: unknown;
|
|
3872
3694
|
editor: string;
|
|
3873
3695
|
field_extension?: string | undefined;
|
|
3874
3696
|
parameters: {
|
|
@@ -3889,7 +3711,6 @@ export default class Field extends BaseResource {
|
|
|
3889
3711
|
default_value: import("../..").LatLonFieldValue;
|
|
3890
3712
|
validators: import("../..").LatLonFieldValidators;
|
|
3891
3713
|
appearance: import("../..").LatLonFieldAppearance & Omit<{
|
|
3892
|
-
[k: string]: unknown;
|
|
3893
3714
|
editor: string;
|
|
3894
3715
|
field_extension?: string | undefined;
|
|
3895
3716
|
parameters: {
|
|
@@ -3910,7 +3731,6 @@ export default class Field extends BaseResource {
|
|
|
3910
3731
|
default_value: Record<string, import("../..").LatLonFieldValue>;
|
|
3911
3732
|
validators: import("../..").LatLonFieldValidators;
|
|
3912
3733
|
appearance: import("../..").LatLonFieldAppearance & Omit<{
|
|
3913
|
-
[k: string]: unknown;
|
|
3914
3734
|
editor: string;
|
|
3915
3735
|
field_extension?: string | undefined;
|
|
3916
3736
|
parameters: {
|
|
@@ -3931,7 +3751,6 @@ export default class Field extends BaseResource {
|
|
|
3931
3751
|
default_value: null;
|
|
3932
3752
|
validators: import("../..").LinkFieldValidators;
|
|
3933
3753
|
appearance: import("../..").LinkFieldAppearance & Omit<{
|
|
3934
|
-
[k: string]: unknown;
|
|
3935
3754
|
editor: string;
|
|
3936
3755
|
field_extension?: string | undefined;
|
|
3937
3756
|
parameters: {
|
|
@@ -3952,7 +3771,6 @@ export default class Field extends BaseResource {
|
|
|
3952
3771
|
default_value: Record<string, null>;
|
|
3953
3772
|
validators: import("../..").LinkFieldValidators;
|
|
3954
3773
|
appearance: import("../..").LinkFieldAppearance & Omit<{
|
|
3955
|
-
[k: string]: unknown;
|
|
3956
3774
|
editor: string;
|
|
3957
3775
|
field_extension?: string | undefined;
|
|
3958
3776
|
parameters: {
|
|
@@ -3973,7 +3791,6 @@ export default class Field extends BaseResource {
|
|
|
3973
3791
|
default_value: null;
|
|
3974
3792
|
validators: import("../..").LinksFieldValidators;
|
|
3975
3793
|
appearance: import("../..").LinksFieldAppearance & Omit<{
|
|
3976
|
-
[k: string]: unknown;
|
|
3977
3794
|
editor: string;
|
|
3978
3795
|
field_extension?: string | undefined;
|
|
3979
3796
|
parameters: {
|
|
@@ -3994,7 +3811,6 @@ export default class Field extends BaseResource {
|
|
|
3994
3811
|
default_value: Record<string, null>;
|
|
3995
3812
|
validators: import("../..").LinksFieldValidators;
|
|
3996
3813
|
appearance: import("../..").LinksFieldAppearance & Omit<{
|
|
3997
|
-
[k: string]: unknown;
|
|
3998
3814
|
editor: string;
|
|
3999
3815
|
field_extension?: string | undefined;
|
|
4000
3816
|
parameters: {
|
|
@@ -4015,7 +3831,6 @@ export default class Field extends BaseResource {
|
|
|
4015
3831
|
default_value: null;
|
|
4016
3832
|
validators: import("../..").RichTextFieldValidators;
|
|
4017
3833
|
appearance: import("../..").RichTextFieldAppearance & Omit<{
|
|
4018
|
-
[k: string]: unknown;
|
|
4019
3834
|
editor: string;
|
|
4020
3835
|
field_extension?: string | undefined;
|
|
4021
3836
|
parameters: {
|
|
@@ -4036,7 +3851,6 @@ export default class Field extends BaseResource {
|
|
|
4036
3851
|
default_value: Record<string, null>;
|
|
4037
3852
|
validators: import("../..").RichTextFieldValidators;
|
|
4038
3853
|
appearance: import("../..").RichTextFieldAppearance & Omit<{
|
|
4039
|
-
[k: string]: unknown;
|
|
4040
3854
|
editor: string;
|
|
4041
3855
|
field_extension?: string | undefined;
|
|
4042
3856
|
parameters: {
|
|
@@ -4057,7 +3871,6 @@ export default class Field extends BaseResource {
|
|
|
4057
3871
|
default_value: null;
|
|
4058
3872
|
validators: import("../..").SeoFieldValidators;
|
|
4059
3873
|
appearance: import("../..").SeoFieldAppearance & Omit<{
|
|
4060
|
-
[k: string]: unknown;
|
|
4061
3874
|
editor: string;
|
|
4062
3875
|
field_extension?: string | undefined;
|
|
4063
3876
|
parameters: {
|
|
@@ -4078,7 +3891,6 @@ export default class Field extends BaseResource {
|
|
|
4078
3891
|
default_value: Record<string, null>;
|
|
4079
3892
|
validators: import("../..").SeoFieldValidators;
|
|
4080
3893
|
appearance: import("../..").SeoFieldAppearance & Omit<{
|
|
4081
|
-
[k: string]: unknown;
|
|
4082
3894
|
editor: string;
|
|
4083
3895
|
field_extension?: string | undefined;
|
|
4084
3896
|
parameters: {
|
|
@@ -4099,7 +3911,6 @@ export default class Field extends BaseResource {
|
|
|
4099
3911
|
default_value: null;
|
|
4100
3912
|
validators: import("../..").SingleBlockFieldValidators;
|
|
4101
3913
|
appearance: import("../..").SingleBlockFieldAppearance & Omit<{
|
|
4102
|
-
[k: string]: unknown;
|
|
4103
3914
|
editor: string;
|
|
4104
3915
|
field_extension?: string | undefined;
|
|
4105
3916
|
parameters: {
|
|
@@ -4120,7 +3931,6 @@ export default class Field extends BaseResource {
|
|
|
4120
3931
|
default_value: Record<string, null>;
|
|
4121
3932
|
validators: import("../..").SingleBlockFieldValidators;
|
|
4122
3933
|
appearance: import("../..").SingleBlockFieldAppearance & Omit<{
|
|
4123
|
-
[k: string]: unknown;
|
|
4124
3934
|
editor: string;
|
|
4125
3935
|
field_extension?: string | undefined;
|
|
4126
3936
|
parameters: {
|
|
@@ -4141,7 +3951,6 @@ export default class Field extends BaseResource {
|
|
|
4141
3951
|
default_value: null;
|
|
4142
3952
|
validators: import("../..").SlugFieldValidators;
|
|
4143
3953
|
appearance: import("../..").SlugFieldAppearance & Omit<{
|
|
4144
|
-
[k: string]: unknown;
|
|
4145
3954
|
editor: string;
|
|
4146
3955
|
field_extension?: string | undefined;
|
|
4147
3956
|
parameters: {
|
|
@@ -4162,7 +3971,6 @@ export default class Field extends BaseResource {
|
|
|
4162
3971
|
default_value: Record<string, null>;
|
|
4163
3972
|
validators: import("../..").SlugFieldValidators;
|
|
4164
3973
|
appearance: import("../..").SlugFieldAppearance & Omit<{
|
|
4165
|
-
[k: string]: unknown;
|
|
4166
3974
|
editor: string;
|
|
4167
3975
|
field_extension?: string | undefined;
|
|
4168
3976
|
parameters: {
|
|
@@ -4183,7 +3991,6 @@ export default class Field extends BaseResource {
|
|
|
4183
3991
|
default_value: import("../..").StringFieldValue;
|
|
4184
3992
|
validators: import("../..").StringFieldValidators;
|
|
4185
3993
|
appearance: import("../..").StringFieldAppearance & Omit<{
|
|
4186
|
-
[k: string]: unknown;
|
|
4187
3994
|
editor: string;
|
|
4188
3995
|
field_extension?: string | undefined;
|
|
4189
3996
|
parameters: {
|
|
@@ -4204,7 +4011,6 @@ export default class Field extends BaseResource {
|
|
|
4204
4011
|
default_value: Record<string, import("../..").StringFieldValue>;
|
|
4205
4012
|
validators: import("../..").StringFieldValidators;
|
|
4206
4013
|
appearance: import("../..").StringFieldAppearance & Omit<{
|
|
4207
|
-
[k: string]: unknown;
|
|
4208
4014
|
editor: string;
|
|
4209
4015
|
field_extension?: string | undefined;
|
|
4210
4016
|
parameters: {
|
|
@@ -4225,7 +4031,6 @@ export default class Field extends BaseResource {
|
|
|
4225
4031
|
default_value: null;
|
|
4226
4032
|
validators: import("../..").StructuredTextFieldValidators;
|
|
4227
4033
|
appearance: import("../..").StructuredTextFieldAppearance & Omit<{
|
|
4228
|
-
[k: string]: unknown;
|
|
4229
4034
|
editor: string;
|
|
4230
4035
|
field_extension?: string | undefined;
|
|
4231
4036
|
parameters: {
|
|
@@ -4246,7 +4051,6 @@ export default class Field extends BaseResource {
|
|
|
4246
4051
|
default_value: Record<string, null>;
|
|
4247
4052
|
validators: import("../..").StructuredTextFieldValidators;
|
|
4248
4053
|
appearance: import("../..").StructuredTextFieldAppearance & Omit<{
|
|
4249
|
-
[k: string]: unknown;
|
|
4250
4054
|
editor: string;
|
|
4251
4055
|
field_extension?: string | undefined;
|
|
4252
4056
|
parameters: {
|
|
@@ -4267,7 +4071,6 @@ export default class Field extends BaseResource {
|
|
|
4267
4071
|
default_value: import("../..").TextFieldValue;
|
|
4268
4072
|
validators: import("../..").TextFieldValidators;
|
|
4269
4073
|
appearance: import("../..").TextFieldAppearance & Omit<{
|
|
4270
|
-
[k: string]: unknown;
|
|
4271
4074
|
editor: string;
|
|
4272
4075
|
field_extension?: string | undefined;
|
|
4273
4076
|
parameters: {
|
|
@@ -4288,7 +4091,6 @@ export default class Field extends BaseResource {
|
|
|
4288
4091
|
default_value: Record<string, import("../..").TextFieldValue>;
|
|
4289
4092
|
validators: import("../..").TextFieldValidators;
|
|
4290
4093
|
appearance: import("../..").TextFieldAppearance & Omit<{
|
|
4291
|
-
[k: string]: unknown;
|
|
4292
4094
|
editor: string;
|
|
4293
4095
|
field_extension?: string | undefined;
|
|
4294
4096
|
parameters: {
|
|
@@ -4309,7 +4111,6 @@ export default class Field extends BaseResource {
|
|
|
4309
4111
|
default_value: null;
|
|
4310
4112
|
validators: import("../..").VideoFieldValidators;
|
|
4311
4113
|
appearance: import("../..").VideoFieldAppearance & Omit<{
|
|
4312
|
-
[k: string]: unknown;
|
|
4313
4114
|
editor: string;
|
|
4314
4115
|
field_extension?: string | undefined;
|
|
4315
4116
|
parameters: {
|
|
@@ -4330,7 +4131,6 @@ export default class Field extends BaseResource {
|
|
|
4330
4131
|
default_value: Record<string, null>;
|
|
4331
4132
|
validators: import("../..").VideoFieldValidators;
|
|
4332
4133
|
appearance: import("../..").VideoFieldAppearance & Omit<{
|
|
4333
|
-
[k: string]: unknown;
|
|
4334
4134
|
editor: string;
|
|
4335
4135
|
field_extension?: string | undefined;
|
|
4336
4136
|
parameters: {
|