@datocms/cma-client 5.4.11 → 5.4.13

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.
@@ -11,7 +11,7 @@ export default class Field extends BaseResource {
11
11
  * @throws {ApiError}
12
12
  * @throws {TimeoutError}
13
13
  */
14
- create(itemTypeId: string | ApiTypes.ItemTypeData, body: ApiTypes.FieldCreateSchema): Promise<(Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
14
+ create(itemTypeId: string | ApiTypes.ItemTypeData, body: ApiTypes.FieldCreateSchema): Promise<(Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
15
15
  field_type: "boolean";
16
16
  localized: false;
17
17
  default_value: import("../../index.js").BooleanFieldValue;
@@ -31,7 +31,7 @@ export default class Field extends BaseResource {
31
31
  };
32
32
  }[];
33
33
  }, "editor" | "parameters">;
34
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
34
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
35
35
  field_type: "boolean";
36
36
  localized: true;
37
37
  default_value: Record<string, import("../../index.js").BooleanFieldValue>;
@@ -51,7 +51,7 @@ export default class Field extends BaseResource {
51
51
  };
52
52
  }[];
53
53
  }, "editor" | "parameters">;
54
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
54
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
55
55
  field_type: "color";
56
56
  localized: false;
57
57
  default_value: import("../../index.js").ColorFieldValue;
@@ -71,7 +71,7 @@ export default class Field extends BaseResource {
71
71
  };
72
72
  }[];
73
73
  }, "editor" | "parameters">;
74
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
74
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
75
75
  field_type: "color";
76
76
  localized: true;
77
77
  default_value: Record<string, import("../../index.js").ColorFieldValue>;
@@ -91,7 +91,7 @@ export default class Field extends BaseResource {
91
91
  };
92
92
  }[];
93
93
  }, "editor" | "parameters">;
94
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
94
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
95
95
  field_type: "date";
96
96
  localized: false;
97
97
  default_value: import("../../index.js").DateFieldValue;
@@ -111,7 +111,7 @@ export default class Field extends BaseResource {
111
111
  };
112
112
  }[];
113
113
  }, "editor" | "parameters">;
114
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
114
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
115
115
  field_type: "date";
116
116
  localized: true;
117
117
  default_value: Record<string, import("../../index.js").DateFieldValue>;
@@ -131,7 +131,7 @@ export default class Field extends BaseResource {
131
131
  };
132
132
  }[];
133
133
  }, "editor" | "parameters">;
134
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
134
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
135
135
  field_type: "date_time";
136
136
  localized: false;
137
137
  default_value: import("../../index.js").DateTimeFieldValue;
@@ -151,7 +151,7 @@ export default class Field extends BaseResource {
151
151
  };
152
152
  }[];
153
153
  }, "editor" | "parameters">;
154
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
154
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
155
155
  field_type: "date_time";
156
156
  localized: true;
157
157
  default_value: Record<string, import("../../index.js").DateTimeFieldValue>;
@@ -171,7 +171,7 @@ export default class Field extends BaseResource {
171
171
  };
172
172
  }[];
173
173
  }, "editor" | "parameters">;
174
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
174
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
175
175
  field_type: "file";
176
176
  localized: false;
177
177
  default_value: null;
@@ -191,7 +191,7 @@ export default class Field extends BaseResource {
191
191
  };
192
192
  }[];
193
193
  }, "editor" | "parameters">;
194
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
194
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
195
195
  field_type: "file";
196
196
  localized: true;
197
197
  default_value: Record<string, null>;
@@ -211,7 +211,7 @@ export default class Field extends BaseResource {
211
211
  };
212
212
  }[];
213
213
  }, "editor" | "parameters">;
214
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
214
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
215
215
  field_type: "float";
216
216
  localized: false;
217
217
  default_value: import("../../index.js").FloatFieldValue;
@@ -231,7 +231,7 @@ export default class Field extends BaseResource {
231
231
  };
232
232
  }[];
233
233
  }, "editor" | "parameters">;
234
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
234
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
235
235
  field_type: "float";
236
236
  localized: true;
237
237
  default_value: Record<string, import("../../index.js").FloatFieldValue>;
@@ -251,7 +251,7 @@ export default class Field extends BaseResource {
251
251
  };
252
252
  }[];
253
253
  }, "editor" | "parameters">;
254
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
254
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
255
255
  field_type: "gallery";
256
256
  localized: false;
257
257
  default_value: null;
@@ -271,7 +271,7 @@ export default class Field extends BaseResource {
271
271
  };
272
272
  }[];
273
273
  }, "editor" | "parameters">;
274
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
274
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
275
275
  field_type: "gallery";
276
276
  localized: true;
277
277
  default_value: Record<string, null>;
@@ -291,7 +291,7 @@ export default class Field extends BaseResource {
291
291
  };
292
292
  }[];
293
293
  }, "editor" | "parameters">;
294
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
294
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
295
295
  field_type: "integer";
296
296
  localized: false;
297
297
  default_value: import("../../index.js").IntegerFieldValue;
@@ -311,7 +311,7 @@ export default class Field extends BaseResource {
311
311
  };
312
312
  }[];
313
313
  }, "editor" | "parameters">;
314
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
314
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
315
315
  field_type: "integer";
316
316
  localized: true;
317
317
  default_value: Record<string, import("../../index.js").IntegerFieldValue>;
@@ -331,7 +331,7 @@ export default class Field extends BaseResource {
331
331
  };
332
332
  }[];
333
333
  }, "editor" | "parameters">;
334
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
334
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
335
335
  field_type: "json";
336
336
  localized: false;
337
337
  default_value: import("../../index.js").JsonFieldValue;
@@ -351,7 +351,7 @@ export default class Field extends BaseResource {
351
351
  };
352
352
  }[];
353
353
  }, "editor" | "parameters">;
354
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
354
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
355
355
  field_type: "json";
356
356
  localized: true;
357
357
  default_value: Record<string, import("../../index.js").JsonFieldValue>;
@@ -371,7 +371,7 @@ export default class Field extends BaseResource {
371
371
  };
372
372
  }[];
373
373
  }, "editor" | "parameters">;
374
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
374
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
375
375
  field_type: "lat_lon";
376
376
  localized: false;
377
377
  default_value: import("../../index.js").LatLonFieldValue;
@@ -391,7 +391,7 @@ export default class Field extends BaseResource {
391
391
  };
392
392
  }[];
393
393
  }, "editor" | "parameters">;
394
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
394
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
395
395
  field_type: "lat_lon";
396
396
  localized: true;
397
397
  default_value: Record<string, import("../../index.js").LatLonFieldValue>;
@@ -411,7 +411,7 @@ export default class Field extends BaseResource {
411
411
  };
412
412
  }[];
413
413
  }, "editor" | "parameters">;
414
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
414
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
415
415
  field_type: "link";
416
416
  localized: false;
417
417
  default_value: null;
@@ -431,7 +431,7 @@ export default class Field extends BaseResource {
431
431
  };
432
432
  }[];
433
433
  }, "editor" | "parameters">;
434
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
434
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
435
435
  field_type: "link";
436
436
  localized: true;
437
437
  default_value: Record<string, null>;
@@ -451,7 +451,7 @@ export default class Field extends BaseResource {
451
451
  };
452
452
  }[];
453
453
  }, "editor" | "parameters">;
454
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
454
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
455
455
  field_type: "links";
456
456
  localized: false;
457
457
  default_value: null;
@@ -471,7 +471,7 @@ export default class Field extends BaseResource {
471
471
  };
472
472
  }[];
473
473
  }, "editor" | "parameters">;
474
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
474
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
475
475
  field_type: "links";
476
476
  localized: true;
477
477
  default_value: Record<string, null>;
@@ -491,7 +491,7 @@ export default class Field extends BaseResource {
491
491
  };
492
492
  }[];
493
493
  }, "editor" | "parameters">;
494
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
494
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
495
495
  field_type: "rich_text";
496
496
  localized: false;
497
497
  default_value: null;
@@ -511,7 +511,7 @@ export default class Field extends BaseResource {
511
511
  };
512
512
  }[];
513
513
  }, "editor" | "parameters">;
514
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
514
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
515
515
  field_type: "rich_text";
516
516
  localized: true;
517
517
  default_value: Record<string, null>;
@@ -531,7 +531,7 @@ export default class Field extends BaseResource {
531
531
  };
532
532
  }[];
533
533
  }, "editor" | "parameters">;
534
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
534
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
535
535
  field_type: "seo";
536
536
  localized: false;
537
537
  default_value: null;
@@ -551,7 +551,7 @@ export default class Field extends BaseResource {
551
551
  };
552
552
  }[];
553
553
  }, "editor" | "parameters">;
554
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
554
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
555
555
  field_type: "seo";
556
556
  localized: true;
557
557
  default_value: Record<string, null>;
@@ -571,7 +571,7 @@ export default class Field extends BaseResource {
571
571
  };
572
572
  }[];
573
573
  }, "editor" | "parameters">;
574
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
574
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
575
575
  field_type: "single_block";
576
576
  localized: false;
577
577
  default_value: null;
@@ -591,7 +591,7 @@ export default class Field extends BaseResource {
591
591
  };
592
592
  }[];
593
593
  }, "editor" | "parameters">;
594
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
594
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
595
595
  field_type: "single_block";
596
596
  localized: true;
597
597
  default_value: Record<string, null>;
@@ -611,7 +611,7 @@ export default class Field extends BaseResource {
611
611
  };
612
612
  }[];
613
613
  }, "editor" | "parameters">;
614
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
614
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
615
615
  field_type: "slug";
616
616
  localized: false;
617
617
  default_value: null;
@@ -631,7 +631,7 @@ export default class Field extends BaseResource {
631
631
  };
632
632
  }[];
633
633
  }, "editor" | "parameters">;
634
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
634
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
635
635
  field_type: "slug";
636
636
  localized: true;
637
637
  default_value: Record<string, null>;
@@ -651,7 +651,7 @@ export default class Field extends BaseResource {
651
651
  };
652
652
  }[];
653
653
  }, "editor" | "parameters">;
654
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
654
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
655
655
  field_type: "string";
656
656
  localized: false;
657
657
  default_value: import("../../index.js").StringFieldValue;
@@ -671,7 +671,7 @@ export default class Field extends BaseResource {
671
671
  };
672
672
  }[];
673
673
  }, "editor" | "parameters">;
674
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
674
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
675
675
  field_type: "string";
676
676
  localized: true;
677
677
  default_value: Record<string, import("../../index.js").StringFieldValue>;
@@ -691,7 +691,7 @@ export default class Field extends BaseResource {
691
691
  };
692
692
  }[];
693
693
  }, "editor" | "parameters">;
694
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
694
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
695
695
  field_type: "structured_text";
696
696
  localized: false;
697
697
  default_value: null;
@@ -711,7 +711,7 @@ export default class Field extends BaseResource {
711
711
  };
712
712
  }[];
713
713
  }, "editor" | "parameters">;
714
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
714
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
715
715
  field_type: "structured_text";
716
716
  localized: true;
717
717
  default_value: Record<string, null>;
@@ -731,7 +731,7 @@ export default class Field extends BaseResource {
731
731
  };
732
732
  }[];
733
733
  }, "editor" | "parameters">;
734
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
734
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
735
735
  field_type: "text";
736
736
  localized: false;
737
737
  default_value: import("../../index.js").TextFieldValue;
@@ -751,7 +751,7 @@ export default class Field extends BaseResource {
751
751
  };
752
752
  }[];
753
753
  }, "editor" | "parameters">;
754
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
754
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
755
755
  field_type: "text";
756
756
  localized: true;
757
757
  default_value: Record<string, import("../../index.js").TextFieldValue>;
@@ -771,7 +771,7 @@ export default class Field extends BaseResource {
771
771
  };
772
772
  }[];
773
773
  }, "editor" | "parameters">;
774
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
774
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
775
775
  field_type: "video";
776
776
  localized: false;
777
777
  default_value: null;
@@ -791,7 +791,7 @@ export default class Field extends BaseResource {
791
791
  };
792
792
  }[];
793
793
  }, "editor" | "parameters">;
794
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
794
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
795
795
  field_type: "video";
796
796
  localized: true;
797
797
  default_value: Record<string, null>;
@@ -829,7 +829,7 @@ export default class Field extends BaseResource {
829
829
  * @throws {ApiError}
830
830
  * @throws {TimeoutError}
831
831
  */
832
- update(fieldId: string | ApiTypes.FieldData, body: ApiTypes.FieldUpdateSchema): Promise<(Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
832
+ update(fieldId: string | ApiTypes.FieldData, body: ApiTypes.FieldUpdateSchema): Promise<(Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
833
833
  field_type: "boolean";
834
834
  localized: false;
835
835
  default_value: import("../../index.js").BooleanFieldValue;
@@ -849,7 +849,7 @@ export default class Field extends BaseResource {
849
849
  };
850
850
  }[];
851
851
  }, "editor" | "parameters">;
852
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
852
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
853
853
  field_type: "boolean";
854
854
  localized: true;
855
855
  default_value: Record<string, import("../../index.js").BooleanFieldValue>;
@@ -869,7 +869,7 @@ export default class Field extends BaseResource {
869
869
  };
870
870
  }[];
871
871
  }, "editor" | "parameters">;
872
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
872
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
873
873
  field_type: "color";
874
874
  localized: false;
875
875
  default_value: import("../../index.js").ColorFieldValue;
@@ -889,7 +889,7 @@ export default class Field extends BaseResource {
889
889
  };
890
890
  }[];
891
891
  }, "editor" | "parameters">;
892
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
892
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
893
893
  field_type: "color";
894
894
  localized: true;
895
895
  default_value: Record<string, import("../../index.js").ColorFieldValue>;
@@ -909,7 +909,7 @@ export default class Field extends BaseResource {
909
909
  };
910
910
  }[];
911
911
  }, "editor" | "parameters">;
912
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
912
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
913
913
  field_type: "date";
914
914
  localized: false;
915
915
  default_value: import("../../index.js").DateFieldValue;
@@ -929,7 +929,7 @@ export default class Field extends BaseResource {
929
929
  };
930
930
  }[];
931
931
  }, "editor" | "parameters">;
932
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
932
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
933
933
  field_type: "date";
934
934
  localized: true;
935
935
  default_value: Record<string, import("../../index.js").DateFieldValue>;
@@ -949,7 +949,7 @@ export default class Field extends BaseResource {
949
949
  };
950
950
  }[];
951
951
  }, "editor" | "parameters">;
952
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
952
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
953
953
  field_type: "date_time";
954
954
  localized: false;
955
955
  default_value: import("../../index.js").DateTimeFieldValue;
@@ -969,7 +969,7 @@ export default class Field extends BaseResource {
969
969
  };
970
970
  }[];
971
971
  }, "editor" | "parameters">;
972
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
972
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
973
973
  field_type: "date_time";
974
974
  localized: true;
975
975
  default_value: Record<string, import("../../index.js").DateTimeFieldValue>;
@@ -989,7 +989,7 @@ export default class Field extends BaseResource {
989
989
  };
990
990
  }[];
991
991
  }, "editor" | "parameters">;
992
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
992
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
993
993
  field_type: "file";
994
994
  localized: false;
995
995
  default_value: null;
@@ -1009,7 +1009,7 @@ export default class Field extends BaseResource {
1009
1009
  };
1010
1010
  }[];
1011
1011
  }, "editor" | "parameters">;
1012
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1012
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
1013
1013
  field_type: "file";
1014
1014
  localized: true;
1015
1015
  default_value: Record<string, null>;
@@ -1029,7 +1029,7 @@ export default class Field extends BaseResource {
1029
1029
  };
1030
1030
  }[];
1031
1031
  }, "editor" | "parameters">;
1032
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1032
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
1033
1033
  field_type: "float";
1034
1034
  localized: false;
1035
1035
  default_value: import("../../index.js").FloatFieldValue;
@@ -1049,7 +1049,7 @@ export default class Field extends BaseResource {
1049
1049
  };
1050
1050
  }[];
1051
1051
  }, "editor" | "parameters">;
1052
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1052
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
1053
1053
  field_type: "float";
1054
1054
  localized: true;
1055
1055
  default_value: Record<string, import("../../index.js").FloatFieldValue>;
@@ -1069,7 +1069,7 @@ export default class Field extends BaseResource {
1069
1069
  };
1070
1070
  }[];
1071
1071
  }, "editor" | "parameters">;
1072
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1072
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
1073
1073
  field_type: "gallery";
1074
1074
  localized: false;
1075
1075
  default_value: null;
@@ -1089,7 +1089,7 @@ export default class Field extends BaseResource {
1089
1089
  };
1090
1090
  }[];
1091
1091
  }, "editor" | "parameters">;
1092
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1092
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
1093
1093
  field_type: "gallery";
1094
1094
  localized: true;
1095
1095
  default_value: Record<string, null>;
@@ -1109,7 +1109,7 @@ export default class Field extends BaseResource {
1109
1109
  };
1110
1110
  }[];
1111
1111
  }, "editor" | "parameters">;
1112
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1112
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
1113
1113
  field_type: "integer";
1114
1114
  localized: false;
1115
1115
  default_value: import("../../index.js").IntegerFieldValue;
@@ -1129,7 +1129,7 @@ export default class Field extends BaseResource {
1129
1129
  };
1130
1130
  }[];
1131
1131
  }, "editor" | "parameters">;
1132
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1132
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
1133
1133
  field_type: "integer";
1134
1134
  localized: true;
1135
1135
  default_value: Record<string, import("../../index.js").IntegerFieldValue>;
@@ -1149,7 +1149,7 @@ export default class Field extends BaseResource {
1149
1149
  };
1150
1150
  }[];
1151
1151
  }, "editor" | "parameters">;
1152
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1152
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
1153
1153
  field_type: "json";
1154
1154
  localized: false;
1155
1155
  default_value: import("../../index.js").JsonFieldValue;
@@ -1169,7 +1169,7 @@ export default class Field extends BaseResource {
1169
1169
  };
1170
1170
  }[];
1171
1171
  }, "editor" | "parameters">;
1172
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1172
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
1173
1173
  field_type: "json";
1174
1174
  localized: true;
1175
1175
  default_value: Record<string, import("../../index.js").JsonFieldValue>;
@@ -1189,7 +1189,7 @@ export default class Field extends BaseResource {
1189
1189
  };
1190
1190
  }[];
1191
1191
  }, "editor" | "parameters">;
1192
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1192
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
1193
1193
  field_type: "lat_lon";
1194
1194
  localized: false;
1195
1195
  default_value: import("../../index.js").LatLonFieldValue;
@@ -1209,7 +1209,7 @@ export default class Field extends BaseResource {
1209
1209
  };
1210
1210
  }[];
1211
1211
  }, "editor" | "parameters">;
1212
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1212
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
1213
1213
  field_type: "lat_lon";
1214
1214
  localized: true;
1215
1215
  default_value: Record<string, import("../../index.js").LatLonFieldValue>;
@@ -1229,7 +1229,7 @@ export default class Field extends BaseResource {
1229
1229
  };
1230
1230
  }[];
1231
1231
  }, "editor" | "parameters">;
1232
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1232
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
1233
1233
  field_type: "link";
1234
1234
  localized: false;
1235
1235
  default_value: null;
@@ -1249,7 +1249,7 @@ export default class Field extends BaseResource {
1249
1249
  };
1250
1250
  }[];
1251
1251
  }, "editor" | "parameters">;
1252
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1252
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
1253
1253
  field_type: "link";
1254
1254
  localized: true;
1255
1255
  default_value: Record<string, null>;
@@ -1269,7 +1269,7 @@ export default class Field extends BaseResource {
1269
1269
  };
1270
1270
  }[];
1271
1271
  }, "editor" | "parameters">;
1272
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1272
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
1273
1273
  field_type: "links";
1274
1274
  localized: false;
1275
1275
  default_value: null;
@@ -1289,7 +1289,7 @@ export default class Field extends BaseResource {
1289
1289
  };
1290
1290
  }[];
1291
1291
  }, "editor" | "parameters">;
1292
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1292
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
1293
1293
  field_type: "links";
1294
1294
  localized: true;
1295
1295
  default_value: Record<string, null>;
@@ -1309,7 +1309,7 @@ export default class Field extends BaseResource {
1309
1309
  };
1310
1310
  }[];
1311
1311
  }, "editor" | "parameters">;
1312
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1312
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
1313
1313
  field_type: "rich_text";
1314
1314
  localized: false;
1315
1315
  default_value: null;
@@ -1329,7 +1329,7 @@ export default class Field extends BaseResource {
1329
1329
  };
1330
1330
  }[];
1331
1331
  }, "editor" | "parameters">;
1332
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1332
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
1333
1333
  field_type: "rich_text";
1334
1334
  localized: true;
1335
1335
  default_value: Record<string, null>;
@@ -1349,7 +1349,7 @@ export default class Field extends BaseResource {
1349
1349
  };
1350
1350
  }[];
1351
1351
  }, "editor" | "parameters">;
1352
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1352
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
1353
1353
  field_type: "seo";
1354
1354
  localized: false;
1355
1355
  default_value: null;
@@ -1369,7 +1369,7 @@ export default class Field extends BaseResource {
1369
1369
  };
1370
1370
  }[];
1371
1371
  }, "editor" | "parameters">;
1372
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1372
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
1373
1373
  field_type: "seo";
1374
1374
  localized: true;
1375
1375
  default_value: Record<string, null>;
@@ -1389,7 +1389,7 @@ export default class Field extends BaseResource {
1389
1389
  };
1390
1390
  }[];
1391
1391
  }, "editor" | "parameters">;
1392
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1392
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
1393
1393
  field_type: "single_block";
1394
1394
  localized: false;
1395
1395
  default_value: null;
@@ -1409,7 +1409,7 @@ export default class Field extends BaseResource {
1409
1409
  };
1410
1410
  }[];
1411
1411
  }, "editor" | "parameters">;
1412
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1412
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
1413
1413
  field_type: "single_block";
1414
1414
  localized: true;
1415
1415
  default_value: Record<string, null>;
@@ -1429,7 +1429,7 @@ export default class Field extends BaseResource {
1429
1429
  };
1430
1430
  }[];
1431
1431
  }, "editor" | "parameters">;
1432
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1432
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
1433
1433
  field_type: "slug";
1434
1434
  localized: false;
1435
1435
  default_value: null;
@@ -1449,7 +1449,7 @@ export default class Field extends BaseResource {
1449
1449
  };
1450
1450
  }[];
1451
1451
  }, "editor" | "parameters">;
1452
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1452
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
1453
1453
  field_type: "slug";
1454
1454
  localized: true;
1455
1455
  default_value: Record<string, null>;
@@ -1469,7 +1469,7 @@ export default class Field extends BaseResource {
1469
1469
  };
1470
1470
  }[];
1471
1471
  }, "editor" | "parameters">;
1472
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1472
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
1473
1473
  field_type: "string";
1474
1474
  localized: false;
1475
1475
  default_value: import("../../index.js").StringFieldValue;
@@ -1489,7 +1489,7 @@ export default class Field extends BaseResource {
1489
1489
  };
1490
1490
  }[];
1491
1491
  }, "editor" | "parameters">;
1492
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1492
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
1493
1493
  field_type: "string";
1494
1494
  localized: true;
1495
1495
  default_value: Record<string, import("../../index.js").StringFieldValue>;
@@ -1509,7 +1509,7 @@ export default class Field extends BaseResource {
1509
1509
  };
1510
1510
  }[];
1511
1511
  }, "editor" | "parameters">;
1512
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1512
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
1513
1513
  field_type: "structured_text";
1514
1514
  localized: false;
1515
1515
  default_value: null;
@@ -1529,7 +1529,7 @@ export default class Field extends BaseResource {
1529
1529
  };
1530
1530
  }[];
1531
1531
  }, "editor" | "parameters">;
1532
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1532
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
1533
1533
  field_type: "structured_text";
1534
1534
  localized: true;
1535
1535
  default_value: Record<string, null>;
@@ -1549,7 +1549,7 @@ export default class Field extends BaseResource {
1549
1549
  };
1550
1550
  }[];
1551
1551
  }, "editor" | "parameters">;
1552
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1552
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
1553
1553
  field_type: "text";
1554
1554
  localized: false;
1555
1555
  default_value: import("../../index.js").TextFieldValue;
@@ -1569,7 +1569,7 @@ export default class Field extends BaseResource {
1569
1569
  };
1570
1570
  }[];
1571
1571
  }, "editor" | "parameters">;
1572
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1572
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
1573
1573
  field_type: "text";
1574
1574
  localized: true;
1575
1575
  default_value: Record<string, import("../../index.js").TextFieldValue>;
@@ -1589,7 +1589,7 @@ export default class Field extends BaseResource {
1589
1589
  };
1590
1590
  }[];
1591
1591
  }, "editor" | "parameters">;
1592
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1592
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
1593
1593
  field_type: "video";
1594
1594
  localized: false;
1595
1595
  default_value: null;
@@ -1609,7 +1609,7 @@ export default class Field extends BaseResource {
1609
1609
  };
1610
1610
  }[];
1611
1611
  }, "editor" | "parameters">;
1612
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1612
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
1613
1613
  field_type: "video";
1614
1614
  localized: true;
1615
1615
  default_value: Record<string, null>;
@@ -1705,7 +1705,7 @@ export default class Field extends BaseResource {
1705
1705
  * @throws {ApiError}
1706
1706
  * @throws {TimeoutError}
1707
1707
  */
1708
- find(fieldId: string | ApiTypes.FieldData): Promise<(Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1708
+ find(fieldId: string | ApiTypes.FieldData): Promise<(Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
1709
1709
  field_type: "boolean";
1710
1710
  localized: false;
1711
1711
  default_value: import("../../index.js").BooleanFieldValue;
@@ -1725,7 +1725,7 @@ export default class Field extends BaseResource {
1725
1725
  };
1726
1726
  }[];
1727
1727
  }, "editor" | "parameters">;
1728
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1728
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
1729
1729
  field_type: "boolean";
1730
1730
  localized: true;
1731
1731
  default_value: Record<string, import("../../index.js").BooleanFieldValue>;
@@ -1745,7 +1745,7 @@ export default class Field extends BaseResource {
1745
1745
  };
1746
1746
  }[];
1747
1747
  }, "editor" | "parameters">;
1748
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1748
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
1749
1749
  field_type: "color";
1750
1750
  localized: false;
1751
1751
  default_value: import("../../index.js").ColorFieldValue;
@@ -1765,7 +1765,7 @@ export default class Field extends BaseResource {
1765
1765
  };
1766
1766
  }[];
1767
1767
  }, "editor" | "parameters">;
1768
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1768
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
1769
1769
  field_type: "color";
1770
1770
  localized: true;
1771
1771
  default_value: Record<string, import("../../index.js").ColorFieldValue>;
@@ -1785,7 +1785,7 @@ export default class Field extends BaseResource {
1785
1785
  };
1786
1786
  }[];
1787
1787
  }, "editor" | "parameters">;
1788
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1788
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
1789
1789
  field_type: "date";
1790
1790
  localized: false;
1791
1791
  default_value: import("../../index.js").DateFieldValue;
@@ -1805,7 +1805,7 @@ export default class Field extends BaseResource {
1805
1805
  };
1806
1806
  }[];
1807
1807
  }, "editor" | "parameters">;
1808
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1808
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
1809
1809
  field_type: "date";
1810
1810
  localized: true;
1811
1811
  default_value: Record<string, import("../../index.js").DateFieldValue>;
@@ -1825,7 +1825,7 @@ export default class Field extends BaseResource {
1825
1825
  };
1826
1826
  }[];
1827
1827
  }, "editor" | "parameters">;
1828
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1828
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
1829
1829
  field_type: "date_time";
1830
1830
  localized: false;
1831
1831
  default_value: import("../../index.js").DateTimeFieldValue;
@@ -1845,7 +1845,7 @@ export default class Field extends BaseResource {
1845
1845
  };
1846
1846
  }[];
1847
1847
  }, "editor" | "parameters">;
1848
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1848
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
1849
1849
  field_type: "date_time";
1850
1850
  localized: true;
1851
1851
  default_value: Record<string, import("../../index.js").DateTimeFieldValue>;
@@ -1865,7 +1865,7 @@ export default class Field extends BaseResource {
1865
1865
  };
1866
1866
  }[];
1867
1867
  }, "editor" | "parameters">;
1868
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1868
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
1869
1869
  field_type: "file";
1870
1870
  localized: false;
1871
1871
  default_value: null;
@@ -1885,7 +1885,7 @@ export default class Field extends BaseResource {
1885
1885
  };
1886
1886
  }[];
1887
1887
  }, "editor" | "parameters">;
1888
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1888
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
1889
1889
  field_type: "file";
1890
1890
  localized: true;
1891
1891
  default_value: Record<string, null>;
@@ -1905,7 +1905,7 @@ export default class Field extends BaseResource {
1905
1905
  };
1906
1906
  }[];
1907
1907
  }, "editor" | "parameters">;
1908
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1908
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
1909
1909
  field_type: "float";
1910
1910
  localized: false;
1911
1911
  default_value: import("../../index.js").FloatFieldValue;
@@ -1925,7 +1925,7 @@ export default class Field extends BaseResource {
1925
1925
  };
1926
1926
  }[];
1927
1927
  }, "editor" | "parameters">;
1928
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1928
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
1929
1929
  field_type: "float";
1930
1930
  localized: true;
1931
1931
  default_value: Record<string, import("../../index.js").FloatFieldValue>;
@@ -1945,7 +1945,7 @@ export default class Field extends BaseResource {
1945
1945
  };
1946
1946
  }[];
1947
1947
  }, "editor" | "parameters">;
1948
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1948
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
1949
1949
  field_type: "gallery";
1950
1950
  localized: false;
1951
1951
  default_value: null;
@@ -1965,7 +1965,7 @@ export default class Field extends BaseResource {
1965
1965
  };
1966
1966
  }[];
1967
1967
  }, "editor" | "parameters">;
1968
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1968
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
1969
1969
  field_type: "gallery";
1970
1970
  localized: true;
1971
1971
  default_value: Record<string, null>;
@@ -1985,7 +1985,7 @@ export default class Field extends BaseResource {
1985
1985
  };
1986
1986
  }[];
1987
1987
  }, "editor" | "parameters">;
1988
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1988
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
1989
1989
  field_type: "integer";
1990
1990
  localized: false;
1991
1991
  default_value: import("../../index.js").IntegerFieldValue;
@@ -2005,7 +2005,7 @@ export default class Field extends BaseResource {
2005
2005
  };
2006
2006
  }[];
2007
2007
  }, "editor" | "parameters">;
2008
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2008
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
2009
2009
  field_type: "integer";
2010
2010
  localized: true;
2011
2011
  default_value: Record<string, import("../../index.js").IntegerFieldValue>;
@@ -2025,7 +2025,7 @@ export default class Field extends BaseResource {
2025
2025
  };
2026
2026
  }[];
2027
2027
  }, "editor" | "parameters">;
2028
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2028
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
2029
2029
  field_type: "json";
2030
2030
  localized: false;
2031
2031
  default_value: import("../../index.js").JsonFieldValue;
@@ -2045,7 +2045,7 @@ export default class Field extends BaseResource {
2045
2045
  };
2046
2046
  }[];
2047
2047
  }, "editor" | "parameters">;
2048
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2048
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
2049
2049
  field_type: "json";
2050
2050
  localized: true;
2051
2051
  default_value: Record<string, import("../../index.js").JsonFieldValue>;
@@ -2065,7 +2065,7 @@ export default class Field extends BaseResource {
2065
2065
  };
2066
2066
  }[];
2067
2067
  }, "editor" | "parameters">;
2068
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2068
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
2069
2069
  field_type: "lat_lon";
2070
2070
  localized: false;
2071
2071
  default_value: import("../../index.js").LatLonFieldValue;
@@ -2085,7 +2085,7 @@ export default class Field extends BaseResource {
2085
2085
  };
2086
2086
  }[];
2087
2087
  }, "editor" | "parameters">;
2088
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2088
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
2089
2089
  field_type: "lat_lon";
2090
2090
  localized: true;
2091
2091
  default_value: Record<string, import("../../index.js").LatLonFieldValue>;
@@ -2105,7 +2105,7 @@ export default class Field extends BaseResource {
2105
2105
  };
2106
2106
  }[];
2107
2107
  }, "editor" | "parameters">;
2108
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2108
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
2109
2109
  field_type: "link";
2110
2110
  localized: false;
2111
2111
  default_value: null;
@@ -2125,7 +2125,7 @@ export default class Field extends BaseResource {
2125
2125
  };
2126
2126
  }[];
2127
2127
  }, "editor" | "parameters">;
2128
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2128
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
2129
2129
  field_type: "link";
2130
2130
  localized: true;
2131
2131
  default_value: Record<string, null>;
@@ -2145,7 +2145,7 @@ export default class Field extends BaseResource {
2145
2145
  };
2146
2146
  }[];
2147
2147
  }, "editor" | "parameters">;
2148
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2148
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
2149
2149
  field_type: "links";
2150
2150
  localized: false;
2151
2151
  default_value: null;
@@ -2165,7 +2165,7 @@ export default class Field extends BaseResource {
2165
2165
  };
2166
2166
  }[];
2167
2167
  }, "editor" | "parameters">;
2168
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2168
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
2169
2169
  field_type: "links";
2170
2170
  localized: true;
2171
2171
  default_value: Record<string, null>;
@@ -2185,7 +2185,7 @@ export default class Field extends BaseResource {
2185
2185
  };
2186
2186
  }[];
2187
2187
  }, "editor" | "parameters">;
2188
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2188
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
2189
2189
  field_type: "rich_text";
2190
2190
  localized: false;
2191
2191
  default_value: null;
@@ -2205,7 +2205,7 @@ export default class Field extends BaseResource {
2205
2205
  };
2206
2206
  }[];
2207
2207
  }, "editor" | "parameters">;
2208
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2208
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
2209
2209
  field_type: "rich_text";
2210
2210
  localized: true;
2211
2211
  default_value: Record<string, null>;
@@ -2225,7 +2225,7 @@ export default class Field extends BaseResource {
2225
2225
  };
2226
2226
  }[];
2227
2227
  }, "editor" | "parameters">;
2228
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2228
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
2229
2229
  field_type: "seo";
2230
2230
  localized: false;
2231
2231
  default_value: null;
@@ -2245,7 +2245,7 @@ export default class Field extends BaseResource {
2245
2245
  };
2246
2246
  }[];
2247
2247
  }, "editor" | "parameters">;
2248
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2248
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
2249
2249
  field_type: "seo";
2250
2250
  localized: true;
2251
2251
  default_value: Record<string, null>;
@@ -2265,7 +2265,7 @@ export default class Field extends BaseResource {
2265
2265
  };
2266
2266
  }[];
2267
2267
  }, "editor" | "parameters">;
2268
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2268
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
2269
2269
  field_type: "single_block";
2270
2270
  localized: false;
2271
2271
  default_value: null;
@@ -2285,7 +2285,7 @@ export default class Field extends BaseResource {
2285
2285
  };
2286
2286
  }[];
2287
2287
  }, "editor" | "parameters">;
2288
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2288
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
2289
2289
  field_type: "single_block";
2290
2290
  localized: true;
2291
2291
  default_value: Record<string, null>;
@@ -2305,7 +2305,7 @@ export default class Field extends BaseResource {
2305
2305
  };
2306
2306
  }[];
2307
2307
  }, "editor" | "parameters">;
2308
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2308
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
2309
2309
  field_type: "slug";
2310
2310
  localized: false;
2311
2311
  default_value: null;
@@ -2325,7 +2325,7 @@ export default class Field extends BaseResource {
2325
2325
  };
2326
2326
  }[];
2327
2327
  }, "editor" | "parameters">;
2328
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2328
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
2329
2329
  field_type: "slug";
2330
2330
  localized: true;
2331
2331
  default_value: Record<string, null>;
@@ -2345,7 +2345,7 @@ export default class Field extends BaseResource {
2345
2345
  };
2346
2346
  }[];
2347
2347
  }, "editor" | "parameters">;
2348
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2348
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
2349
2349
  field_type: "string";
2350
2350
  localized: false;
2351
2351
  default_value: import("../../index.js").StringFieldValue;
@@ -2365,7 +2365,7 @@ export default class Field extends BaseResource {
2365
2365
  };
2366
2366
  }[];
2367
2367
  }, "editor" | "parameters">;
2368
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2368
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
2369
2369
  field_type: "string";
2370
2370
  localized: true;
2371
2371
  default_value: Record<string, import("../../index.js").StringFieldValue>;
@@ -2385,7 +2385,7 @@ export default class Field extends BaseResource {
2385
2385
  };
2386
2386
  }[];
2387
2387
  }, "editor" | "parameters">;
2388
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2388
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
2389
2389
  field_type: "structured_text";
2390
2390
  localized: false;
2391
2391
  default_value: null;
@@ -2405,7 +2405,7 @@ export default class Field extends BaseResource {
2405
2405
  };
2406
2406
  }[];
2407
2407
  }, "editor" | "parameters">;
2408
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2408
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
2409
2409
  field_type: "structured_text";
2410
2410
  localized: true;
2411
2411
  default_value: Record<string, null>;
@@ -2425,7 +2425,7 @@ export default class Field extends BaseResource {
2425
2425
  };
2426
2426
  }[];
2427
2427
  }, "editor" | "parameters">;
2428
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2428
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
2429
2429
  field_type: "text";
2430
2430
  localized: false;
2431
2431
  default_value: import("../../index.js").TextFieldValue;
@@ -2445,7 +2445,7 @@ export default class Field extends BaseResource {
2445
2445
  };
2446
2446
  }[];
2447
2447
  }, "editor" | "parameters">;
2448
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2448
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
2449
2449
  field_type: "text";
2450
2450
  localized: true;
2451
2451
  default_value: Record<string, import("../../index.js").TextFieldValue>;
@@ -2465,7 +2465,7 @@ export default class Field extends BaseResource {
2465
2465
  };
2466
2466
  }[];
2467
2467
  }, "editor" | "parameters">;
2468
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2468
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
2469
2469
  field_type: "video";
2470
2470
  localized: false;
2471
2471
  default_value: null;
@@ -2485,7 +2485,7 @@ export default class Field extends BaseResource {
2485
2485
  };
2486
2486
  }[];
2487
2487
  }, "editor" | "parameters">;
2488
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2488
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
2489
2489
  field_type: "video";
2490
2490
  localized: true;
2491
2491
  default_value: Record<string, null>;
@@ -2523,7 +2523,7 @@ export default class Field extends BaseResource {
2523
2523
  * @throws {ApiError}
2524
2524
  * @throws {TimeoutError}
2525
2525
  */
2526
- destroy(fieldId: string | ApiTypes.FieldData): Promise<(Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2526
+ destroy(fieldId: string | ApiTypes.FieldData): Promise<(Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
2527
2527
  field_type: "boolean";
2528
2528
  localized: false;
2529
2529
  default_value: import("../../index.js").BooleanFieldValue;
@@ -2543,7 +2543,7 @@ export default class Field extends BaseResource {
2543
2543
  };
2544
2544
  }[];
2545
2545
  }, "editor" | "parameters">;
2546
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2546
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
2547
2547
  field_type: "boolean";
2548
2548
  localized: true;
2549
2549
  default_value: Record<string, import("../../index.js").BooleanFieldValue>;
@@ -2563,7 +2563,7 @@ export default class Field extends BaseResource {
2563
2563
  };
2564
2564
  }[];
2565
2565
  }, "editor" | "parameters">;
2566
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2566
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
2567
2567
  field_type: "color";
2568
2568
  localized: false;
2569
2569
  default_value: import("../../index.js").ColorFieldValue;
@@ -2583,7 +2583,7 @@ export default class Field extends BaseResource {
2583
2583
  };
2584
2584
  }[];
2585
2585
  }, "editor" | "parameters">;
2586
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2586
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
2587
2587
  field_type: "color";
2588
2588
  localized: true;
2589
2589
  default_value: Record<string, import("../../index.js").ColorFieldValue>;
@@ -2603,7 +2603,7 @@ export default class Field extends BaseResource {
2603
2603
  };
2604
2604
  }[];
2605
2605
  }, "editor" | "parameters">;
2606
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2606
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
2607
2607
  field_type: "date";
2608
2608
  localized: false;
2609
2609
  default_value: import("../../index.js").DateFieldValue;
@@ -2623,7 +2623,7 @@ export default class Field extends BaseResource {
2623
2623
  };
2624
2624
  }[];
2625
2625
  }, "editor" | "parameters">;
2626
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2626
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
2627
2627
  field_type: "date";
2628
2628
  localized: true;
2629
2629
  default_value: Record<string, import("../../index.js").DateFieldValue>;
@@ -2643,7 +2643,7 @@ export default class Field extends BaseResource {
2643
2643
  };
2644
2644
  }[];
2645
2645
  }, "editor" | "parameters">;
2646
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2646
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
2647
2647
  field_type: "date_time";
2648
2648
  localized: false;
2649
2649
  default_value: import("../../index.js").DateTimeFieldValue;
@@ -2663,7 +2663,7 @@ export default class Field extends BaseResource {
2663
2663
  };
2664
2664
  }[];
2665
2665
  }, "editor" | "parameters">;
2666
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2666
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
2667
2667
  field_type: "date_time";
2668
2668
  localized: true;
2669
2669
  default_value: Record<string, import("../../index.js").DateTimeFieldValue>;
@@ -2683,7 +2683,7 @@ export default class Field extends BaseResource {
2683
2683
  };
2684
2684
  }[];
2685
2685
  }, "editor" | "parameters">;
2686
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2686
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
2687
2687
  field_type: "file";
2688
2688
  localized: false;
2689
2689
  default_value: null;
@@ -2703,7 +2703,7 @@ export default class Field extends BaseResource {
2703
2703
  };
2704
2704
  }[];
2705
2705
  }, "editor" | "parameters">;
2706
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2706
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
2707
2707
  field_type: "file";
2708
2708
  localized: true;
2709
2709
  default_value: Record<string, null>;
@@ -2723,7 +2723,7 @@ export default class Field extends BaseResource {
2723
2723
  };
2724
2724
  }[];
2725
2725
  }, "editor" | "parameters">;
2726
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2726
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
2727
2727
  field_type: "float";
2728
2728
  localized: false;
2729
2729
  default_value: import("../../index.js").FloatFieldValue;
@@ -2743,7 +2743,7 @@ export default class Field extends BaseResource {
2743
2743
  };
2744
2744
  }[];
2745
2745
  }, "editor" | "parameters">;
2746
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2746
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
2747
2747
  field_type: "float";
2748
2748
  localized: true;
2749
2749
  default_value: Record<string, import("../../index.js").FloatFieldValue>;
@@ -2763,7 +2763,7 @@ export default class Field extends BaseResource {
2763
2763
  };
2764
2764
  }[];
2765
2765
  }, "editor" | "parameters">;
2766
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2766
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
2767
2767
  field_type: "gallery";
2768
2768
  localized: false;
2769
2769
  default_value: null;
@@ -2783,7 +2783,7 @@ export default class Field extends BaseResource {
2783
2783
  };
2784
2784
  }[];
2785
2785
  }, "editor" | "parameters">;
2786
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2786
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
2787
2787
  field_type: "gallery";
2788
2788
  localized: true;
2789
2789
  default_value: Record<string, null>;
@@ -2803,7 +2803,7 @@ export default class Field extends BaseResource {
2803
2803
  };
2804
2804
  }[];
2805
2805
  }, "editor" | "parameters">;
2806
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2806
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
2807
2807
  field_type: "integer";
2808
2808
  localized: false;
2809
2809
  default_value: import("../../index.js").IntegerFieldValue;
@@ -2823,7 +2823,7 @@ export default class Field extends BaseResource {
2823
2823
  };
2824
2824
  }[];
2825
2825
  }, "editor" | "parameters">;
2826
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2826
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
2827
2827
  field_type: "integer";
2828
2828
  localized: true;
2829
2829
  default_value: Record<string, import("../../index.js").IntegerFieldValue>;
@@ -2843,7 +2843,7 @@ export default class Field extends BaseResource {
2843
2843
  };
2844
2844
  }[];
2845
2845
  }, "editor" | "parameters">;
2846
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2846
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
2847
2847
  field_type: "json";
2848
2848
  localized: false;
2849
2849
  default_value: import("../../index.js").JsonFieldValue;
@@ -2863,7 +2863,7 @@ export default class Field extends BaseResource {
2863
2863
  };
2864
2864
  }[];
2865
2865
  }, "editor" | "parameters">;
2866
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2866
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
2867
2867
  field_type: "json";
2868
2868
  localized: true;
2869
2869
  default_value: Record<string, import("../../index.js").JsonFieldValue>;
@@ -2883,7 +2883,7 @@ export default class Field extends BaseResource {
2883
2883
  };
2884
2884
  }[];
2885
2885
  }, "editor" | "parameters">;
2886
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2886
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
2887
2887
  field_type: "lat_lon";
2888
2888
  localized: false;
2889
2889
  default_value: import("../../index.js").LatLonFieldValue;
@@ -2903,7 +2903,7 @@ export default class Field extends BaseResource {
2903
2903
  };
2904
2904
  }[];
2905
2905
  }, "editor" | "parameters">;
2906
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2906
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
2907
2907
  field_type: "lat_lon";
2908
2908
  localized: true;
2909
2909
  default_value: Record<string, import("../../index.js").LatLonFieldValue>;
@@ -2923,7 +2923,7 @@ export default class Field extends BaseResource {
2923
2923
  };
2924
2924
  }[];
2925
2925
  }, "editor" | "parameters">;
2926
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2926
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
2927
2927
  field_type: "link";
2928
2928
  localized: false;
2929
2929
  default_value: null;
@@ -2943,7 +2943,7 @@ export default class Field extends BaseResource {
2943
2943
  };
2944
2944
  }[];
2945
2945
  }, "editor" | "parameters">;
2946
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2946
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
2947
2947
  field_type: "link";
2948
2948
  localized: true;
2949
2949
  default_value: Record<string, null>;
@@ -2963,7 +2963,7 @@ export default class Field extends BaseResource {
2963
2963
  };
2964
2964
  }[];
2965
2965
  }, "editor" | "parameters">;
2966
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2966
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
2967
2967
  field_type: "links";
2968
2968
  localized: false;
2969
2969
  default_value: null;
@@ -2983,7 +2983,7 @@ export default class Field extends BaseResource {
2983
2983
  };
2984
2984
  }[];
2985
2985
  }, "editor" | "parameters">;
2986
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2986
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
2987
2987
  field_type: "links";
2988
2988
  localized: true;
2989
2989
  default_value: Record<string, null>;
@@ -3003,7 +3003,7 @@ export default class Field extends BaseResource {
3003
3003
  };
3004
3004
  }[];
3005
3005
  }, "editor" | "parameters">;
3006
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3006
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
3007
3007
  field_type: "rich_text";
3008
3008
  localized: false;
3009
3009
  default_value: null;
@@ -3023,7 +3023,7 @@ export default class Field extends BaseResource {
3023
3023
  };
3024
3024
  }[];
3025
3025
  }, "editor" | "parameters">;
3026
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3026
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
3027
3027
  field_type: "rich_text";
3028
3028
  localized: true;
3029
3029
  default_value: Record<string, null>;
@@ -3043,7 +3043,7 @@ export default class Field extends BaseResource {
3043
3043
  };
3044
3044
  }[];
3045
3045
  }, "editor" | "parameters">;
3046
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3046
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
3047
3047
  field_type: "seo";
3048
3048
  localized: false;
3049
3049
  default_value: null;
@@ -3063,7 +3063,7 @@ export default class Field extends BaseResource {
3063
3063
  };
3064
3064
  }[];
3065
3065
  }, "editor" | "parameters">;
3066
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3066
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
3067
3067
  field_type: "seo";
3068
3068
  localized: true;
3069
3069
  default_value: Record<string, null>;
@@ -3083,7 +3083,7 @@ export default class Field extends BaseResource {
3083
3083
  };
3084
3084
  }[];
3085
3085
  }, "editor" | "parameters">;
3086
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3086
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
3087
3087
  field_type: "single_block";
3088
3088
  localized: false;
3089
3089
  default_value: null;
@@ -3103,7 +3103,7 @@ export default class Field extends BaseResource {
3103
3103
  };
3104
3104
  }[];
3105
3105
  }, "editor" | "parameters">;
3106
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3106
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
3107
3107
  field_type: "single_block";
3108
3108
  localized: true;
3109
3109
  default_value: Record<string, null>;
@@ -3123,7 +3123,7 @@ export default class Field extends BaseResource {
3123
3123
  };
3124
3124
  }[];
3125
3125
  }, "editor" | "parameters">;
3126
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3126
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
3127
3127
  field_type: "slug";
3128
3128
  localized: false;
3129
3129
  default_value: null;
@@ -3143,7 +3143,7 @@ export default class Field extends BaseResource {
3143
3143
  };
3144
3144
  }[];
3145
3145
  }, "editor" | "parameters">;
3146
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3146
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
3147
3147
  field_type: "slug";
3148
3148
  localized: true;
3149
3149
  default_value: Record<string, null>;
@@ -3163,7 +3163,7 @@ export default class Field extends BaseResource {
3163
3163
  };
3164
3164
  }[];
3165
3165
  }, "editor" | "parameters">;
3166
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3166
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
3167
3167
  field_type: "string";
3168
3168
  localized: false;
3169
3169
  default_value: import("../../index.js").StringFieldValue;
@@ -3183,7 +3183,7 @@ export default class Field extends BaseResource {
3183
3183
  };
3184
3184
  }[];
3185
3185
  }, "editor" | "parameters">;
3186
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3186
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
3187
3187
  field_type: "string";
3188
3188
  localized: true;
3189
3189
  default_value: Record<string, import("../../index.js").StringFieldValue>;
@@ -3203,7 +3203,7 @@ export default class Field extends BaseResource {
3203
3203
  };
3204
3204
  }[];
3205
3205
  }, "editor" | "parameters">;
3206
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3206
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
3207
3207
  field_type: "structured_text";
3208
3208
  localized: false;
3209
3209
  default_value: null;
@@ -3223,7 +3223,7 @@ export default class Field extends BaseResource {
3223
3223
  };
3224
3224
  }[];
3225
3225
  }, "editor" | "parameters">;
3226
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3226
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
3227
3227
  field_type: "structured_text";
3228
3228
  localized: true;
3229
3229
  default_value: Record<string, null>;
@@ -3243,7 +3243,7 @@ export default class Field extends BaseResource {
3243
3243
  };
3244
3244
  }[];
3245
3245
  }, "editor" | "parameters">;
3246
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3246
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
3247
3247
  field_type: "text";
3248
3248
  localized: false;
3249
3249
  default_value: import("../../index.js").TextFieldValue;
@@ -3263,7 +3263,7 @@ export default class Field extends BaseResource {
3263
3263
  };
3264
3264
  }[];
3265
3265
  }, "editor" | "parameters">;
3266
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3266
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
3267
3267
  field_type: "text";
3268
3268
  localized: true;
3269
3269
  default_value: Record<string, import("../../index.js").TextFieldValue>;
@@ -3283,7 +3283,7 @@ export default class Field extends BaseResource {
3283
3283
  };
3284
3284
  }[];
3285
3285
  }, "editor" | "parameters">;
3286
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3286
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
3287
3287
  field_type: "video";
3288
3288
  localized: false;
3289
3289
  default_value: null;
@@ -3303,7 +3303,7 @@ export default class Field extends BaseResource {
3303
3303
  };
3304
3304
  }[];
3305
3305
  }, "editor" | "parameters">;
3306
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3306
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
3307
3307
  field_type: "video";
3308
3308
  localized: true;
3309
3309
  default_value: Record<string, null>;
@@ -3341,7 +3341,7 @@ export default class Field extends BaseResource {
3341
3341
  * @throws {ApiError}
3342
3342
  * @throws {TimeoutError}
3343
3343
  */
3344
- duplicate(fieldId: string | ApiTypes.FieldData): Promise<(Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3344
+ duplicate(fieldId: string | ApiTypes.FieldData): Promise<(Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
3345
3345
  field_type: "boolean";
3346
3346
  localized: false;
3347
3347
  default_value: import("../../index.js").BooleanFieldValue;
@@ -3361,7 +3361,7 @@ export default class Field extends BaseResource {
3361
3361
  };
3362
3362
  }[];
3363
3363
  }, "editor" | "parameters">;
3364
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3364
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
3365
3365
  field_type: "boolean";
3366
3366
  localized: true;
3367
3367
  default_value: Record<string, import("../../index.js").BooleanFieldValue>;
@@ -3381,7 +3381,7 @@ export default class Field extends BaseResource {
3381
3381
  };
3382
3382
  }[];
3383
3383
  }, "editor" | "parameters">;
3384
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3384
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
3385
3385
  field_type: "color";
3386
3386
  localized: false;
3387
3387
  default_value: import("../../index.js").ColorFieldValue;
@@ -3401,7 +3401,7 @@ export default class Field extends BaseResource {
3401
3401
  };
3402
3402
  }[];
3403
3403
  }, "editor" | "parameters">;
3404
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3404
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
3405
3405
  field_type: "color";
3406
3406
  localized: true;
3407
3407
  default_value: Record<string, import("../../index.js").ColorFieldValue>;
@@ -3421,7 +3421,7 @@ export default class Field extends BaseResource {
3421
3421
  };
3422
3422
  }[];
3423
3423
  }, "editor" | "parameters">;
3424
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3424
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
3425
3425
  field_type: "date";
3426
3426
  localized: false;
3427
3427
  default_value: import("../../index.js").DateFieldValue;
@@ -3441,7 +3441,7 @@ export default class Field extends BaseResource {
3441
3441
  };
3442
3442
  }[];
3443
3443
  }, "editor" | "parameters">;
3444
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3444
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
3445
3445
  field_type: "date";
3446
3446
  localized: true;
3447
3447
  default_value: Record<string, import("../../index.js").DateFieldValue>;
@@ -3461,7 +3461,7 @@ export default class Field extends BaseResource {
3461
3461
  };
3462
3462
  }[];
3463
3463
  }, "editor" | "parameters">;
3464
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3464
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
3465
3465
  field_type: "date_time";
3466
3466
  localized: false;
3467
3467
  default_value: import("../../index.js").DateTimeFieldValue;
@@ -3481,7 +3481,7 @@ export default class Field extends BaseResource {
3481
3481
  };
3482
3482
  }[];
3483
3483
  }, "editor" | "parameters">;
3484
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3484
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
3485
3485
  field_type: "date_time";
3486
3486
  localized: true;
3487
3487
  default_value: Record<string, import("../../index.js").DateTimeFieldValue>;
@@ -3501,7 +3501,7 @@ export default class Field extends BaseResource {
3501
3501
  };
3502
3502
  }[];
3503
3503
  }, "editor" | "parameters">;
3504
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3504
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
3505
3505
  field_type: "file";
3506
3506
  localized: false;
3507
3507
  default_value: null;
@@ -3521,7 +3521,7 @@ export default class Field extends BaseResource {
3521
3521
  };
3522
3522
  }[];
3523
3523
  }, "editor" | "parameters">;
3524
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3524
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
3525
3525
  field_type: "file";
3526
3526
  localized: true;
3527
3527
  default_value: Record<string, null>;
@@ -3541,7 +3541,7 @@ export default class Field extends BaseResource {
3541
3541
  };
3542
3542
  }[];
3543
3543
  }, "editor" | "parameters">;
3544
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3544
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
3545
3545
  field_type: "float";
3546
3546
  localized: false;
3547
3547
  default_value: import("../../index.js").FloatFieldValue;
@@ -3561,7 +3561,7 @@ export default class Field extends BaseResource {
3561
3561
  };
3562
3562
  }[];
3563
3563
  }, "editor" | "parameters">;
3564
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3564
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
3565
3565
  field_type: "float";
3566
3566
  localized: true;
3567
3567
  default_value: Record<string, import("../../index.js").FloatFieldValue>;
@@ -3581,7 +3581,7 @@ export default class Field extends BaseResource {
3581
3581
  };
3582
3582
  }[];
3583
3583
  }, "editor" | "parameters">;
3584
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3584
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
3585
3585
  field_type: "gallery";
3586
3586
  localized: false;
3587
3587
  default_value: null;
@@ -3601,7 +3601,7 @@ export default class Field extends BaseResource {
3601
3601
  };
3602
3602
  }[];
3603
3603
  }, "editor" | "parameters">;
3604
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3604
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
3605
3605
  field_type: "gallery";
3606
3606
  localized: true;
3607
3607
  default_value: Record<string, null>;
@@ -3621,7 +3621,7 @@ export default class Field extends BaseResource {
3621
3621
  };
3622
3622
  }[];
3623
3623
  }, "editor" | "parameters">;
3624
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3624
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
3625
3625
  field_type: "integer";
3626
3626
  localized: false;
3627
3627
  default_value: import("../../index.js").IntegerFieldValue;
@@ -3641,7 +3641,7 @@ export default class Field extends BaseResource {
3641
3641
  };
3642
3642
  }[];
3643
3643
  }, "editor" | "parameters">;
3644
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3644
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
3645
3645
  field_type: "integer";
3646
3646
  localized: true;
3647
3647
  default_value: Record<string, import("../../index.js").IntegerFieldValue>;
@@ -3661,7 +3661,7 @@ export default class Field extends BaseResource {
3661
3661
  };
3662
3662
  }[];
3663
3663
  }, "editor" | "parameters">;
3664
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3664
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
3665
3665
  field_type: "json";
3666
3666
  localized: false;
3667
3667
  default_value: import("../../index.js").JsonFieldValue;
@@ -3681,7 +3681,7 @@ export default class Field extends BaseResource {
3681
3681
  };
3682
3682
  }[];
3683
3683
  }, "editor" | "parameters">;
3684
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3684
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
3685
3685
  field_type: "json";
3686
3686
  localized: true;
3687
3687
  default_value: Record<string, import("../../index.js").JsonFieldValue>;
@@ -3701,7 +3701,7 @@ export default class Field extends BaseResource {
3701
3701
  };
3702
3702
  }[];
3703
3703
  }, "editor" | "parameters">;
3704
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3704
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
3705
3705
  field_type: "lat_lon";
3706
3706
  localized: false;
3707
3707
  default_value: import("../../index.js").LatLonFieldValue;
@@ -3721,7 +3721,7 @@ export default class Field extends BaseResource {
3721
3721
  };
3722
3722
  }[];
3723
3723
  }, "editor" | "parameters">;
3724
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3724
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
3725
3725
  field_type: "lat_lon";
3726
3726
  localized: true;
3727
3727
  default_value: Record<string, import("../../index.js").LatLonFieldValue>;
@@ -3741,7 +3741,7 @@ export default class Field extends BaseResource {
3741
3741
  };
3742
3742
  }[];
3743
3743
  }, "editor" | "parameters">;
3744
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3744
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
3745
3745
  field_type: "link";
3746
3746
  localized: false;
3747
3747
  default_value: null;
@@ -3761,7 +3761,7 @@ export default class Field extends BaseResource {
3761
3761
  };
3762
3762
  }[];
3763
3763
  }, "editor" | "parameters">;
3764
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3764
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
3765
3765
  field_type: "link";
3766
3766
  localized: true;
3767
3767
  default_value: Record<string, null>;
@@ -3781,7 +3781,7 @@ export default class Field extends BaseResource {
3781
3781
  };
3782
3782
  }[];
3783
3783
  }, "editor" | "parameters">;
3784
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3784
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
3785
3785
  field_type: "links";
3786
3786
  localized: false;
3787
3787
  default_value: null;
@@ -3801,7 +3801,7 @@ export default class Field extends BaseResource {
3801
3801
  };
3802
3802
  }[];
3803
3803
  }, "editor" | "parameters">;
3804
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3804
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
3805
3805
  field_type: "links";
3806
3806
  localized: true;
3807
3807
  default_value: Record<string, null>;
@@ -3821,7 +3821,7 @@ export default class Field extends BaseResource {
3821
3821
  };
3822
3822
  }[];
3823
3823
  }, "editor" | "parameters">;
3824
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3824
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
3825
3825
  field_type: "rich_text";
3826
3826
  localized: false;
3827
3827
  default_value: null;
@@ -3841,7 +3841,7 @@ export default class Field extends BaseResource {
3841
3841
  };
3842
3842
  }[];
3843
3843
  }, "editor" | "parameters">;
3844
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3844
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
3845
3845
  field_type: "rich_text";
3846
3846
  localized: true;
3847
3847
  default_value: Record<string, null>;
@@ -3861,7 +3861,7 @@ export default class Field extends BaseResource {
3861
3861
  };
3862
3862
  }[];
3863
3863
  }, "editor" | "parameters">;
3864
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3864
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
3865
3865
  field_type: "seo";
3866
3866
  localized: false;
3867
3867
  default_value: null;
@@ -3881,7 +3881,7 @@ export default class Field extends BaseResource {
3881
3881
  };
3882
3882
  }[];
3883
3883
  }, "editor" | "parameters">;
3884
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3884
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
3885
3885
  field_type: "seo";
3886
3886
  localized: true;
3887
3887
  default_value: Record<string, null>;
@@ -3901,7 +3901,7 @@ export default class Field extends BaseResource {
3901
3901
  };
3902
3902
  }[];
3903
3903
  }, "editor" | "parameters">;
3904
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3904
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
3905
3905
  field_type: "single_block";
3906
3906
  localized: false;
3907
3907
  default_value: null;
@@ -3921,7 +3921,7 @@ export default class Field extends BaseResource {
3921
3921
  };
3922
3922
  }[];
3923
3923
  }, "editor" | "parameters">;
3924
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3924
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
3925
3925
  field_type: "single_block";
3926
3926
  localized: true;
3927
3927
  default_value: Record<string, null>;
@@ -3941,7 +3941,7 @@ export default class Field extends BaseResource {
3941
3941
  };
3942
3942
  }[];
3943
3943
  }, "editor" | "parameters">;
3944
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3944
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
3945
3945
  field_type: "slug";
3946
3946
  localized: false;
3947
3947
  default_value: null;
@@ -3961,7 +3961,7 @@ export default class Field extends BaseResource {
3961
3961
  };
3962
3962
  }[];
3963
3963
  }, "editor" | "parameters">;
3964
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3964
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
3965
3965
  field_type: "slug";
3966
3966
  localized: true;
3967
3967
  default_value: Record<string, null>;
@@ -3981,7 +3981,7 @@ export default class Field extends BaseResource {
3981
3981
  };
3982
3982
  }[];
3983
3983
  }, "editor" | "parameters">;
3984
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3984
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
3985
3985
  field_type: "string";
3986
3986
  localized: false;
3987
3987
  default_value: import("../../index.js").StringFieldValue;
@@ -4001,7 +4001,7 @@ export default class Field extends BaseResource {
4001
4001
  };
4002
4002
  }[];
4003
4003
  }, "editor" | "parameters">;
4004
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
4004
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
4005
4005
  field_type: "string";
4006
4006
  localized: true;
4007
4007
  default_value: Record<string, import("../../index.js").StringFieldValue>;
@@ -4021,7 +4021,7 @@ export default class Field extends BaseResource {
4021
4021
  };
4022
4022
  }[];
4023
4023
  }, "editor" | "parameters">;
4024
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
4024
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
4025
4025
  field_type: "structured_text";
4026
4026
  localized: false;
4027
4027
  default_value: null;
@@ -4041,7 +4041,7 @@ export default class Field extends BaseResource {
4041
4041
  };
4042
4042
  }[];
4043
4043
  }, "editor" | "parameters">;
4044
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
4044
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
4045
4045
  field_type: "structured_text";
4046
4046
  localized: true;
4047
4047
  default_value: Record<string, null>;
@@ -4061,7 +4061,7 @@ export default class Field extends BaseResource {
4061
4061
  };
4062
4062
  }[];
4063
4063
  }, "editor" | "parameters">;
4064
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
4064
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
4065
4065
  field_type: "text";
4066
4066
  localized: false;
4067
4067
  default_value: import("../../index.js").TextFieldValue;
@@ -4081,7 +4081,7 @@ export default class Field extends BaseResource {
4081
4081
  };
4082
4082
  }[];
4083
4083
  }, "editor" | "parameters">;
4084
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
4084
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
4085
4085
  field_type: "text";
4086
4086
  localized: true;
4087
4087
  default_value: Record<string, import("../../index.js").TextFieldValue>;
@@ -4101,7 +4101,7 @@ export default class Field extends BaseResource {
4101
4101
  };
4102
4102
  }[];
4103
4103
  }, "editor" | "parameters">;
4104
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
4104
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
4105
4105
  field_type: "video";
4106
4106
  localized: false;
4107
4107
  default_value: null;
@@ -4121,7 +4121,7 @@ export default class Field extends BaseResource {
4121
4121
  };
4122
4122
  }[];
4123
4123
  }, "editor" | "parameters">;
4124
- }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
4124
+ }) | (Omit<ApiTypes.FieldStableShell, "field_type" | "default_value" | "validators" | "appearance" | "localized"> & {
4125
4125
  field_type: "video";
4126
4126
  localized: true;
4127
4127
  default_value: Record<string, null>;