@datocms/cma-client 5.1.11 → 5.1.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.
Files changed (118) hide show
  1. package/README.md +313 -178
  2. package/dist/cjs/fieldTypes/file.js +6 -6
  3. package/dist/cjs/fieldTypes/gallery.js +7 -7
  4. package/dist/cjs/fieldTypes/rich_text.js +14 -12
  5. package/dist/cjs/fieldTypes/rich_text.js.map +1 -1
  6. package/dist/cjs/fieldTypes/schema.js +3 -0
  7. package/dist/cjs/fieldTypes/schema.js.map +1 -0
  8. package/dist/cjs/fieldTypes/single_block.js +13 -12
  9. package/dist/cjs/fieldTypes/single_block.js.map +1 -1
  10. package/dist/cjs/fieldTypes/structured_text.js +13 -12
  11. package/dist/cjs/fieldTypes/structured_text.js.map +1 -1
  12. package/dist/cjs/generated/Client.js +1 -1
  13. package/dist/cjs/generated/resources/Item.js.map +1 -1
  14. package/dist/cjs/generated/resources/ScheduledPublication.js.map +1 -1
  15. package/dist/cjs/generated/resources/ScheduledUnpublishing.js.map +1 -1
  16. package/dist/cjs/generated/resources/Upload.js.map +1 -1
  17. package/dist/cjs/index.js +1 -0
  18. package/dist/cjs/index.js.map +1 -1
  19. package/dist/cjs/utilities/buildBlockRecord.js +1 -46
  20. package/dist/cjs/utilities/buildBlockRecord.js.map +1 -1
  21. package/dist/cjs/utilities/duplicateBlockRecord.js +50 -0
  22. package/dist/cjs/utilities/duplicateBlockRecord.js.map +1 -0
  23. package/dist/cjs/utilities/inspectItem.js +50 -20
  24. package/dist/cjs/utilities/inspectItem.js.map +1 -1
  25. package/dist/cjs/utilities/nonRecursiveBlocks.js +1 -170
  26. package/dist/cjs/utilities/nonRecursiveBlocks.js.map +1 -1
  27. package/dist/cjs/utilities/recursiveBlocks.js +52 -112
  28. package/dist/cjs/utilities/recursiveBlocks.js.map +1 -1
  29. package/dist/esm/fieldTypes/file.d.ts +3 -3
  30. package/dist/esm/fieldTypes/file.js +3 -3
  31. package/dist/esm/fieldTypes/gallery.d.ts +5 -5
  32. package/dist/esm/fieldTypes/gallery.js +5 -5
  33. package/dist/esm/fieldTypes/rich_text.d.ts +8 -9
  34. package/dist/esm/fieldTypes/rich_text.js +9 -7
  35. package/dist/esm/fieldTypes/rich_text.js.map +1 -1
  36. package/dist/esm/fieldTypes/schema.d.ts +59 -0
  37. package/dist/esm/fieldTypes/schema.js +2 -0
  38. package/dist/esm/fieldTypes/schema.js.map +1 -0
  39. package/dist/esm/fieldTypes/single_block.d.ts +30 -15
  40. package/dist/esm/fieldTypes/single_block.js +8 -7
  41. package/dist/esm/fieldTypes/single_block.js.map +1 -1
  42. package/dist/esm/fieldTypes/structured_text.d.ts +14 -15
  43. package/dist/esm/fieldTypes/structured_text.js +8 -7
  44. package/dist/esm/fieldTypes/structured_text.js.map +1 -1
  45. package/dist/esm/generated/ApiTypes.d.ts +94 -980
  46. package/dist/esm/generated/Client.js +1 -1
  47. package/dist/esm/generated/RawApiTypes.d.ts +160 -999
  48. package/dist/esm/generated/resources/Field.d.ts +300 -300
  49. package/dist/esm/generated/resources/Item.d.ts +34 -34
  50. package/dist/esm/generated/resources/Item.js.map +1 -1
  51. package/dist/esm/generated/resources/ItemVersion.d.ts +3 -1
  52. package/dist/esm/generated/resources/ScheduledPublication.d.ts +3 -3
  53. package/dist/esm/generated/resources/ScheduledPublication.js.map +1 -1
  54. package/dist/esm/generated/resources/ScheduledUnpublishing.d.ts +3 -3
  55. package/dist/esm/generated/resources/ScheduledUnpublishing.js.map +1 -1
  56. package/dist/esm/generated/resources/Upload.d.ts +6 -6
  57. package/dist/esm/generated/resources/Upload.js.map +1 -1
  58. package/dist/esm/index.d.ts +1 -0
  59. package/dist/esm/index.js +1 -0
  60. package/dist/esm/index.js.map +1 -1
  61. package/dist/esm/utilities/buildBlockRecord.d.ts +11 -5
  62. package/dist/esm/utilities/buildBlockRecord.js +0 -44
  63. package/dist/esm/utilities/buildBlockRecord.js.map +1 -1
  64. package/dist/esm/utilities/duplicateBlockRecord.d.ts +6 -0
  65. package/dist/esm/utilities/duplicateBlockRecord.js +46 -0
  66. package/dist/esm/utilities/duplicateBlockRecord.js.map +1 -0
  67. package/dist/esm/utilities/inspectItem.d.ts +3 -3
  68. package/dist/esm/utilities/inspectItem.js +28 -21
  69. package/dist/esm/utilities/inspectItem.js.map +1 -1
  70. package/dist/esm/utilities/itemDefinition.d.ts +25 -27
  71. package/dist/esm/utilities/nonRecursiveBlocks.d.ts +10 -75
  72. package/dist/esm/utilities/nonRecursiveBlocks.js +1 -164
  73. package/dist/esm/utilities/nonRecursiveBlocks.js.map +1 -1
  74. package/dist/esm/utilities/recursiveBlocks.d.ts +53 -23
  75. package/dist/esm/utilities/recursiveBlocks.js +52 -112
  76. package/dist/esm/utilities/recursiveBlocks.js.map +1 -1
  77. package/dist/types/fieldTypes/file.d.ts +3 -3
  78. package/dist/types/fieldTypes/gallery.d.ts +5 -5
  79. package/dist/types/fieldTypes/rich_text.d.ts +8 -9
  80. package/dist/types/fieldTypes/schema.d.ts +59 -0
  81. package/dist/types/fieldTypes/single_block.d.ts +30 -15
  82. package/dist/types/fieldTypes/structured_text.d.ts +14 -15
  83. package/dist/types/generated/ApiTypes.d.ts +94 -980
  84. package/dist/types/generated/RawApiTypes.d.ts +160 -999
  85. package/dist/types/generated/resources/Field.d.ts +300 -300
  86. package/dist/types/generated/resources/Item.d.ts +34 -34
  87. package/dist/types/generated/resources/ItemVersion.d.ts +3 -1
  88. package/dist/types/generated/resources/ScheduledPublication.d.ts +3 -3
  89. package/dist/types/generated/resources/ScheduledUnpublishing.d.ts +3 -3
  90. package/dist/types/generated/resources/Upload.d.ts +6 -6
  91. package/dist/types/index.d.ts +1 -0
  92. package/dist/types/utilities/buildBlockRecord.d.ts +11 -5
  93. package/dist/types/utilities/duplicateBlockRecord.d.ts +6 -0
  94. package/dist/types/utilities/inspectItem.d.ts +3 -3
  95. package/dist/types/utilities/itemDefinition.d.ts +25 -27
  96. package/dist/types/utilities/nonRecursiveBlocks.d.ts +10 -75
  97. package/dist/types/utilities/recursiveBlocks.d.ts +53 -23
  98. package/package.json +4 -4
  99. package/src/fieldTypes/file.ts +6 -6
  100. package/src/fieldTypes/gallery.ts +10 -10
  101. package/src/fieldTypes/rich_text.ts +26 -24
  102. package/src/fieldTypes/schema.ts +657 -0
  103. package/src/fieldTypes/single_block.ts +61 -38
  104. package/src/fieldTypes/structured_text.ts +57 -51
  105. package/src/generated/ApiTypes.ts +221 -1880
  106. package/src/generated/Client.ts +1 -1
  107. package/src/generated/RawApiTypes.ts +276 -2113
  108. package/src/generated/resources/Item.ts +93 -187
  109. package/src/generated/resources/ScheduledPublication.ts +4 -15
  110. package/src/generated/resources/ScheduledUnpublishing.ts +4 -15
  111. package/src/generated/resources/Upload.ts +9 -32
  112. package/src/index.ts +1 -0
  113. package/src/utilities/buildBlockRecord.ts +16 -56
  114. package/src/utilities/duplicateBlockRecord.ts +53 -0
  115. package/src/utilities/inspectItem.ts +64 -52
  116. package/src/utilities/itemDefinition.ts +109 -98
  117. package/src/utilities/nonRecursiveBlocks.ts +25 -279
  118. package/src/utilities/recursiveBlocks.ts +337 -72
@@ -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.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
14
+ create(itemTypeId: string | ApiTypes.ItemTypeData, body: ApiTypes.FieldCreateSchema): Promise<(Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
15
15
  field_type: "boolean";
16
16
  localized: false;
17
17
  default_value: import("../..").BooleanFieldValue;
@@ -32,10 +32,10 @@ export default class Field extends BaseResource {
32
32
  };
33
33
  }[];
34
34
  }, "editor" | "parameters">;
35
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
35
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
36
36
  field_type: "boolean";
37
37
  localized: true;
38
- default_value: import("../..").BooleanFieldValue | Record<string, import("../..").BooleanFieldValue>;
38
+ default_value: Record<string, import("../..").BooleanFieldValue>;
39
39
  validators: import("../..").BooleanFieldValidators;
40
40
  appearance: import("../..").BooleanFieldAppearance & Omit<{
41
41
  [k: string]: unknown;
@@ -53,7 +53,7 @@ export default class Field extends BaseResource {
53
53
  };
54
54
  }[];
55
55
  }, "editor" | "parameters">;
56
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
56
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
57
57
  field_type: "color";
58
58
  localized: false;
59
59
  default_value: import("../..").ColorFieldValue;
@@ -74,10 +74,10 @@ export default class Field extends BaseResource {
74
74
  };
75
75
  }[];
76
76
  }, "editor" | "parameters">;
77
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
77
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
78
78
  field_type: "color";
79
79
  localized: true;
80
- default_value: import("../..").ColorFieldValue | Record<string, import("../..").ColorFieldValue>;
80
+ default_value: Record<string, import("../..").ColorFieldValue>;
81
81
  validators: import("../..").ColorFieldValidators;
82
82
  appearance: import("../..").ColorFieldAppearance & Omit<{
83
83
  [k: string]: unknown;
@@ -95,7 +95,7 @@ export default class Field extends BaseResource {
95
95
  };
96
96
  }[];
97
97
  }, "editor" | "parameters">;
98
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
98
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
99
99
  field_type: "date";
100
100
  localized: false;
101
101
  default_value: import("../..").DateFieldValue;
@@ -116,10 +116,10 @@ export default class Field extends BaseResource {
116
116
  };
117
117
  }[];
118
118
  }, "editor" | "parameters">;
119
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
119
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
120
120
  field_type: "date";
121
121
  localized: true;
122
- default_value: import("../..").DateFieldValue | Record<string, import("../..").DateFieldValue>;
122
+ default_value: Record<string, import("../..").DateFieldValue>;
123
123
  validators: import("../..").DateFieldValidators;
124
124
  appearance: import("../..").DateFieldAppearance & Omit<{
125
125
  [k: string]: unknown;
@@ -137,7 +137,7 @@ export default class Field extends BaseResource {
137
137
  };
138
138
  }[];
139
139
  }, "editor" | "parameters">;
140
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
140
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
141
141
  field_type: "date_time";
142
142
  localized: false;
143
143
  default_value: import("../..").DateTimeFieldValue;
@@ -158,10 +158,10 @@ export default class Field extends BaseResource {
158
158
  };
159
159
  }[];
160
160
  }, "editor" | "parameters">;
161
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
161
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
162
162
  field_type: "date_time";
163
163
  localized: true;
164
- default_value: import("../..").DateTimeFieldValue | Record<string, import("../..").DateTimeFieldValue>;
164
+ default_value: Record<string, import("../..").DateTimeFieldValue>;
165
165
  validators: import("../..").DateTimeFieldValidators;
166
166
  appearance: import("../..").DateTimeFieldAppearance & Omit<{
167
167
  [k: string]: unknown;
@@ -179,7 +179,7 @@ export default class Field extends BaseResource {
179
179
  };
180
180
  }[];
181
181
  }, "editor" | "parameters">;
182
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
182
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
183
183
  field_type: "file";
184
184
  localized: false;
185
185
  default_value: null;
@@ -200,10 +200,10 @@ export default class Field extends BaseResource {
200
200
  };
201
201
  }[];
202
202
  }, "editor" | "parameters">;
203
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
203
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
204
204
  field_type: "file";
205
205
  localized: true;
206
- default_value: Record<string, null> | null;
206
+ default_value: Record<string, null>;
207
207
  validators: import("../..").FileFieldValidators;
208
208
  appearance: import("../..").FileFieldAppearance & Omit<{
209
209
  [k: string]: unknown;
@@ -221,7 +221,7 @@ export default class Field extends BaseResource {
221
221
  };
222
222
  }[];
223
223
  }, "editor" | "parameters">;
224
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
224
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
225
225
  field_type: "float";
226
226
  localized: false;
227
227
  default_value: import("../..").FloatFieldValue;
@@ -242,10 +242,10 @@ export default class Field extends BaseResource {
242
242
  };
243
243
  }[];
244
244
  }, "editor" | "parameters">;
245
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
245
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
246
246
  field_type: "float";
247
247
  localized: true;
248
- default_value: import("../..").FloatFieldValue | Record<string, import("../..").FloatFieldValue>;
248
+ default_value: Record<string, import("../..").FloatFieldValue>;
249
249
  validators: import("../..").FloatFieldValidators;
250
250
  appearance: import("../..").FloatFieldAppearance & Omit<{
251
251
  [k: string]: unknown;
@@ -263,7 +263,7 @@ export default class Field extends BaseResource {
263
263
  };
264
264
  }[];
265
265
  }, "editor" | "parameters">;
266
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
266
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
267
267
  field_type: "gallery";
268
268
  localized: false;
269
269
  default_value: null;
@@ -284,10 +284,10 @@ export default class Field extends BaseResource {
284
284
  };
285
285
  }[];
286
286
  }, "editor" | "parameters">;
287
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
287
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
288
288
  field_type: "gallery";
289
289
  localized: true;
290
- default_value: Record<string, null> | null;
290
+ default_value: Record<string, null>;
291
291
  validators: import("../..").GalleryFieldValidators;
292
292
  appearance: import("../..").GalleryFieldAppearance & Omit<{
293
293
  [k: string]: unknown;
@@ -305,7 +305,7 @@ export default class Field extends BaseResource {
305
305
  };
306
306
  }[];
307
307
  }, "editor" | "parameters">;
308
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
308
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
309
309
  field_type: "integer";
310
310
  localized: false;
311
311
  default_value: import("../..").IntegerFieldValue;
@@ -326,10 +326,10 @@ export default class Field extends BaseResource {
326
326
  };
327
327
  }[];
328
328
  }, "editor" | "parameters">;
329
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
329
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
330
330
  field_type: "integer";
331
331
  localized: true;
332
- default_value: import("../..").IntegerFieldValue | Record<string, import("../..").IntegerFieldValue>;
332
+ default_value: Record<string, import("../..").IntegerFieldValue>;
333
333
  validators: import("../..").IntegerFieldValidators;
334
334
  appearance: import("../..").IntegerFieldAppearance & Omit<{
335
335
  [k: string]: unknown;
@@ -347,7 +347,7 @@ export default class Field extends BaseResource {
347
347
  };
348
348
  }[];
349
349
  }, "editor" | "parameters">;
350
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
350
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
351
351
  field_type: "json";
352
352
  localized: false;
353
353
  default_value: import("../..").JsonFieldValue;
@@ -368,10 +368,10 @@ export default class Field extends BaseResource {
368
368
  };
369
369
  }[];
370
370
  }, "editor" | "parameters">;
371
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
371
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
372
372
  field_type: "json";
373
373
  localized: true;
374
- default_value: import("../..").JsonFieldValue | Record<string, import("../..").JsonFieldValue>;
374
+ default_value: Record<string, import("../..").JsonFieldValue>;
375
375
  validators: import("../..").JsonFieldValidators;
376
376
  appearance: import("../..").JsonFieldAppearance & Omit<{
377
377
  [k: string]: unknown;
@@ -389,7 +389,7 @@ export default class Field extends BaseResource {
389
389
  };
390
390
  }[];
391
391
  }, "editor" | "parameters">;
392
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
392
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
393
393
  field_type: "lat_lon";
394
394
  localized: false;
395
395
  default_value: import("../..").LatLonFieldValue;
@@ -410,10 +410,10 @@ export default class Field extends BaseResource {
410
410
  };
411
411
  }[];
412
412
  }, "editor" | "parameters">;
413
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
413
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
414
414
  field_type: "lat_lon";
415
415
  localized: true;
416
- default_value: import("../..").LatLonFieldValue | Record<string, import("../..").LatLonFieldValue>;
416
+ default_value: Record<string, import("../..").LatLonFieldValue>;
417
417
  validators: import("../..").LatLonFieldValidators;
418
418
  appearance: import("../..").LatLonFieldAppearance & Omit<{
419
419
  [k: string]: unknown;
@@ -431,7 +431,7 @@ export default class Field extends BaseResource {
431
431
  };
432
432
  }[];
433
433
  }, "editor" | "parameters">;
434
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
434
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
435
435
  field_type: "link";
436
436
  localized: false;
437
437
  default_value: null;
@@ -452,10 +452,10 @@ export default class Field extends BaseResource {
452
452
  };
453
453
  }[];
454
454
  }, "editor" | "parameters">;
455
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
455
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
456
456
  field_type: "link";
457
457
  localized: true;
458
- default_value: Record<string, null> | null;
458
+ default_value: Record<string, null>;
459
459
  validators: import("../..").LinkFieldValidators;
460
460
  appearance: import("../..").LinkFieldAppearance & Omit<{
461
461
  [k: string]: unknown;
@@ -473,7 +473,7 @@ export default class Field extends BaseResource {
473
473
  };
474
474
  }[];
475
475
  }, "editor" | "parameters">;
476
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
476
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
477
477
  field_type: "links";
478
478
  localized: false;
479
479
  default_value: null;
@@ -494,10 +494,10 @@ export default class Field extends BaseResource {
494
494
  };
495
495
  }[];
496
496
  }, "editor" | "parameters">;
497
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
497
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
498
498
  field_type: "links";
499
499
  localized: true;
500
- default_value: Record<string, null> | null;
500
+ default_value: Record<string, null>;
501
501
  validators: import("../..").LinksFieldValidators;
502
502
  appearance: import("../..").LinksFieldAppearance & Omit<{
503
503
  [k: string]: unknown;
@@ -515,7 +515,7 @@ export default class Field extends BaseResource {
515
515
  };
516
516
  }[];
517
517
  }, "editor" | "parameters">;
518
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
518
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
519
519
  field_type: "rich_text";
520
520
  localized: false;
521
521
  default_value: null;
@@ -536,10 +536,10 @@ export default class Field extends BaseResource {
536
536
  };
537
537
  }[];
538
538
  }, "editor" | "parameters">;
539
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
539
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
540
540
  field_type: "rich_text";
541
541
  localized: true;
542
- default_value: Record<string, null> | null;
542
+ default_value: Record<string, null>;
543
543
  validators: import("../..").RichTextFieldValidators;
544
544
  appearance: import("../..").RichTextFieldAppearance & Omit<{
545
545
  [k: string]: unknown;
@@ -557,7 +557,7 @@ export default class Field extends BaseResource {
557
557
  };
558
558
  }[];
559
559
  }, "editor" | "parameters">;
560
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
560
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
561
561
  field_type: "seo";
562
562
  localized: false;
563
563
  default_value: null;
@@ -578,10 +578,10 @@ export default class Field extends BaseResource {
578
578
  };
579
579
  }[];
580
580
  }, "editor" | "parameters">;
581
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
581
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
582
582
  field_type: "seo";
583
583
  localized: true;
584
- default_value: Record<string, null> | null;
584
+ default_value: Record<string, null>;
585
585
  validators: import("../..").SeoFieldValidators;
586
586
  appearance: import("../..").SeoFieldAppearance & Omit<{
587
587
  [k: string]: unknown;
@@ -599,7 +599,7 @@ export default class Field extends BaseResource {
599
599
  };
600
600
  }[];
601
601
  }, "editor" | "parameters">;
602
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
602
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
603
603
  field_type: "single_block";
604
604
  localized: false;
605
605
  default_value: null;
@@ -620,10 +620,10 @@ export default class Field extends BaseResource {
620
620
  };
621
621
  }[];
622
622
  }, "editor" | "parameters">;
623
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
623
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
624
624
  field_type: "single_block";
625
625
  localized: true;
626
- default_value: Record<string, null> | null;
626
+ default_value: Record<string, null>;
627
627
  validators: import("../..").SingleBlockFieldValidators;
628
628
  appearance: import("../..").SingleBlockFieldAppearance & Omit<{
629
629
  [k: string]: unknown;
@@ -641,7 +641,7 @@ export default class Field extends BaseResource {
641
641
  };
642
642
  }[];
643
643
  }, "editor" | "parameters">;
644
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
644
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
645
645
  field_type: "slug";
646
646
  localized: false;
647
647
  default_value: null;
@@ -662,10 +662,10 @@ export default class Field extends BaseResource {
662
662
  };
663
663
  }[];
664
664
  }, "editor" | "parameters">;
665
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
665
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
666
666
  field_type: "slug";
667
667
  localized: true;
668
- default_value: Record<string, null> | null;
668
+ default_value: Record<string, null>;
669
669
  validators: import("../..").SlugFieldValidators;
670
670
  appearance: import("../..").SlugFieldAppearance & Omit<{
671
671
  [k: string]: unknown;
@@ -683,7 +683,7 @@ export default class Field extends BaseResource {
683
683
  };
684
684
  }[];
685
685
  }, "editor" | "parameters">;
686
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
686
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
687
687
  field_type: "string";
688
688
  localized: false;
689
689
  default_value: import("../..").StringFieldValue;
@@ -704,10 +704,10 @@ export default class Field extends BaseResource {
704
704
  };
705
705
  }[];
706
706
  }, "editor" | "parameters">;
707
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
707
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
708
708
  field_type: "string";
709
709
  localized: true;
710
- default_value: import("../..").StringFieldValue | Record<string, import("../..").StringFieldValue>;
710
+ default_value: Record<string, import("../..").StringFieldValue>;
711
711
  validators: import("../..").StringFieldValidators;
712
712
  appearance: import("../..").StringFieldAppearance & Omit<{
713
713
  [k: string]: unknown;
@@ -725,7 +725,7 @@ export default class Field extends BaseResource {
725
725
  };
726
726
  }[];
727
727
  }, "editor" | "parameters">;
728
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
728
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
729
729
  field_type: "structured_text";
730
730
  localized: false;
731
731
  default_value: null;
@@ -746,10 +746,10 @@ export default class Field extends BaseResource {
746
746
  };
747
747
  }[];
748
748
  }, "editor" | "parameters">;
749
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
749
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
750
750
  field_type: "structured_text";
751
751
  localized: true;
752
- default_value: Record<string, null> | null;
752
+ default_value: Record<string, null>;
753
753
  validators: import("../..").StructuredTextFieldValidators;
754
754
  appearance: import("../..").StructuredTextFieldAppearance & Omit<{
755
755
  [k: string]: unknown;
@@ -767,7 +767,7 @@ export default class Field extends BaseResource {
767
767
  };
768
768
  }[];
769
769
  }, "editor" | "parameters">;
770
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
770
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
771
771
  field_type: "text";
772
772
  localized: false;
773
773
  default_value: import("../..").TextFieldValue;
@@ -788,10 +788,10 @@ export default class Field extends BaseResource {
788
788
  };
789
789
  }[];
790
790
  }, "editor" | "parameters">;
791
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
791
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
792
792
  field_type: "text";
793
793
  localized: true;
794
- default_value: import("../..").TextFieldValue | Record<string, import("../..").TextFieldValue>;
794
+ default_value: Record<string, import("../..").TextFieldValue>;
795
795
  validators: import("../..").TextFieldValidators;
796
796
  appearance: import("../..").TextFieldAppearance & Omit<{
797
797
  [k: string]: unknown;
@@ -809,7 +809,7 @@ export default class Field extends BaseResource {
809
809
  };
810
810
  }[];
811
811
  }, "editor" | "parameters">;
812
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
812
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
813
813
  field_type: "video";
814
814
  localized: false;
815
815
  default_value: null;
@@ -830,10 +830,10 @@ export default class Field extends BaseResource {
830
830
  };
831
831
  }[];
832
832
  }, "editor" | "parameters">;
833
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
833
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
834
834
  field_type: "video";
835
835
  localized: true;
836
- default_value: Record<string, null> | null;
836
+ default_value: Record<string, null>;
837
837
  validators: import("../..").VideoFieldValidators;
838
838
  appearance: import("../..").VideoFieldAppearance & Omit<{
839
839
  [k: string]: unknown;
@@ -869,7 +869,7 @@ export default class Field extends BaseResource {
869
869
  * @throws {ApiError}
870
870
  * @throws {TimeoutError}
871
871
  */
872
- update(fieldId: string | ApiTypes.FieldData, body: ApiTypes.FieldUpdateSchema): Promise<(Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
872
+ update(fieldId: string | ApiTypes.FieldData, body: ApiTypes.FieldUpdateSchema): Promise<(Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
873
873
  field_type: "boolean";
874
874
  localized: false;
875
875
  default_value: import("../..").BooleanFieldValue;
@@ -890,10 +890,10 @@ export default class Field extends BaseResource {
890
890
  };
891
891
  }[];
892
892
  }, "editor" | "parameters">;
893
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
893
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
894
894
  field_type: "boolean";
895
895
  localized: true;
896
- default_value: import("../..").BooleanFieldValue | Record<string, import("../..").BooleanFieldValue>;
896
+ default_value: Record<string, import("../..").BooleanFieldValue>;
897
897
  validators: import("../..").BooleanFieldValidators;
898
898
  appearance: import("../..").BooleanFieldAppearance & Omit<{
899
899
  [k: string]: unknown;
@@ -911,7 +911,7 @@ export default class Field extends BaseResource {
911
911
  };
912
912
  }[];
913
913
  }, "editor" | "parameters">;
914
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
914
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
915
915
  field_type: "color";
916
916
  localized: false;
917
917
  default_value: import("../..").ColorFieldValue;
@@ -932,10 +932,10 @@ export default class Field extends BaseResource {
932
932
  };
933
933
  }[];
934
934
  }, "editor" | "parameters">;
935
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
935
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
936
936
  field_type: "color";
937
937
  localized: true;
938
- default_value: import("../..").ColorFieldValue | Record<string, import("../..").ColorFieldValue>;
938
+ default_value: Record<string, import("../..").ColorFieldValue>;
939
939
  validators: import("../..").ColorFieldValidators;
940
940
  appearance: import("../..").ColorFieldAppearance & Omit<{
941
941
  [k: string]: unknown;
@@ -953,7 +953,7 @@ export default class Field extends BaseResource {
953
953
  };
954
954
  }[];
955
955
  }, "editor" | "parameters">;
956
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
956
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
957
957
  field_type: "date";
958
958
  localized: false;
959
959
  default_value: import("../..").DateFieldValue;
@@ -974,10 +974,10 @@ export default class Field extends BaseResource {
974
974
  };
975
975
  }[];
976
976
  }, "editor" | "parameters">;
977
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
977
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
978
978
  field_type: "date";
979
979
  localized: true;
980
- default_value: import("../..").DateFieldValue | Record<string, import("../..").DateFieldValue>;
980
+ default_value: Record<string, import("../..").DateFieldValue>;
981
981
  validators: import("../..").DateFieldValidators;
982
982
  appearance: import("../..").DateFieldAppearance & Omit<{
983
983
  [k: string]: unknown;
@@ -995,7 +995,7 @@ export default class Field extends BaseResource {
995
995
  };
996
996
  }[];
997
997
  }, "editor" | "parameters">;
998
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
998
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
999
999
  field_type: "date_time";
1000
1000
  localized: false;
1001
1001
  default_value: import("../..").DateTimeFieldValue;
@@ -1016,10 +1016,10 @@ export default class Field extends BaseResource {
1016
1016
  };
1017
1017
  }[];
1018
1018
  }, "editor" | "parameters">;
1019
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
1019
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1020
1020
  field_type: "date_time";
1021
1021
  localized: true;
1022
- default_value: import("../..").DateTimeFieldValue | Record<string, import("../..").DateTimeFieldValue>;
1022
+ default_value: Record<string, import("../..").DateTimeFieldValue>;
1023
1023
  validators: import("../..").DateTimeFieldValidators;
1024
1024
  appearance: import("../..").DateTimeFieldAppearance & Omit<{
1025
1025
  [k: string]: unknown;
@@ -1037,7 +1037,7 @@ export default class Field extends BaseResource {
1037
1037
  };
1038
1038
  }[];
1039
1039
  }, "editor" | "parameters">;
1040
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
1040
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1041
1041
  field_type: "file";
1042
1042
  localized: false;
1043
1043
  default_value: null;
@@ -1058,10 +1058,10 @@ export default class Field extends BaseResource {
1058
1058
  };
1059
1059
  }[];
1060
1060
  }, "editor" | "parameters">;
1061
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
1061
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1062
1062
  field_type: "file";
1063
1063
  localized: true;
1064
- default_value: Record<string, null> | null;
1064
+ default_value: Record<string, null>;
1065
1065
  validators: import("../..").FileFieldValidators;
1066
1066
  appearance: import("../..").FileFieldAppearance & Omit<{
1067
1067
  [k: string]: unknown;
@@ -1079,7 +1079,7 @@ export default class Field extends BaseResource {
1079
1079
  };
1080
1080
  }[];
1081
1081
  }, "editor" | "parameters">;
1082
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
1082
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1083
1083
  field_type: "float";
1084
1084
  localized: false;
1085
1085
  default_value: import("../..").FloatFieldValue;
@@ -1100,10 +1100,10 @@ export default class Field extends BaseResource {
1100
1100
  };
1101
1101
  }[];
1102
1102
  }, "editor" | "parameters">;
1103
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
1103
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1104
1104
  field_type: "float";
1105
1105
  localized: true;
1106
- default_value: import("../..").FloatFieldValue | Record<string, import("../..").FloatFieldValue>;
1106
+ default_value: Record<string, import("../..").FloatFieldValue>;
1107
1107
  validators: import("../..").FloatFieldValidators;
1108
1108
  appearance: import("../..").FloatFieldAppearance & Omit<{
1109
1109
  [k: string]: unknown;
@@ -1121,7 +1121,7 @@ export default class Field extends BaseResource {
1121
1121
  };
1122
1122
  }[];
1123
1123
  }, "editor" | "parameters">;
1124
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
1124
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1125
1125
  field_type: "gallery";
1126
1126
  localized: false;
1127
1127
  default_value: null;
@@ -1142,10 +1142,10 @@ export default class Field extends BaseResource {
1142
1142
  };
1143
1143
  }[];
1144
1144
  }, "editor" | "parameters">;
1145
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
1145
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1146
1146
  field_type: "gallery";
1147
1147
  localized: true;
1148
- default_value: Record<string, null> | null;
1148
+ default_value: Record<string, null>;
1149
1149
  validators: import("../..").GalleryFieldValidators;
1150
1150
  appearance: import("../..").GalleryFieldAppearance & Omit<{
1151
1151
  [k: string]: unknown;
@@ -1163,7 +1163,7 @@ export default class Field extends BaseResource {
1163
1163
  };
1164
1164
  }[];
1165
1165
  }, "editor" | "parameters">;
1166
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
1166
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1167
1167
  field_type: "integer";
1168
1168
  localized: false;
1169
1169
  default_value: import("../..").IntegerFieldValue;
@@ -1184,10 +1184,10 @@ export default class Field extends BaseResource {
1184
1184
  };
1185
1185
  }[];
1186
1186
  }, "editor" | "parameters">;
1187
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
1187
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1188
1188
  field_type: "integer";
1189
1189
  localized: true;
1190
- default_value: import("../..").IntegerFieldValue | Record<string, import("../..").IntegerFieldValue>;
1190
+ default_value: Record<string, import("../..").IntegerFieldValue>;
1191
1191
  validators: import("../..").IntegerFieldValidators;
1192
1192
  appearance: import("../..").IntegerFieldAppearance & Omit<{
1193
1193
  [k: string]: unknown;
@@ -1205,7 +1205,7 @@ export default class Field extends BaseResource {
1205
1205
  };
1206
1206
  }[];
1207
1207
  }, "editor" | "parameters">;
1208
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
1208
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1209
1209
  field_type: "json";
1210
1210
  localized: false;
1211
1211
  default_value: import("../..").JsonFieldValue;
@@ -1226,10 +1226,10 @@ export default class Field extends BaseResource {
1226
1226
  };
1227
1227
  }[];
1228
1228
  }, "editor" | "parameters">;
1229
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
1229
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1230
1230
  field_type: "json";
1231
1231
  localized: true;
1232
- default_value: import("../..").JsonFieldValue | Record<string, import("../..").JsonFieldValue>;
1232
+ default_value: Record<string, import("../..").JsonFieldValue>;
1233
1233
  validators: import("../..").JsonFieldValidators;
1234
1234
  appearance: import("../..").JsonFieldAppearance & Omit<{
1235
1235
  [k: string]: unknown;
@@ -1247,7 +1247,7 @@ export default class Field extends BaseResource {
1247
1247
  };
1248
1248
  }[];
1249
1249
  }, "editor" | "parameters">;
1250
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
1250
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1251
1251
  field_type: "lat_lon";
1252
1252
  localized: false;
1253
1253
  default_value: import("../..").LatLonFieldValue;
@@ -1268,10 +1268,10 @@ export default class Field extends BaseResource {
1268
1268
  };
1269
1269
  }[];
1270
1270
  }, "editor" | "parameters">;
1271
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
1271
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1272
1272
  field_type: "lat_lon";
1273
1273
  localized: true;
1274
- default_value: import("../..").LatLonFieldValue | Record<string, import("../..").LatLonFieldValue>;
1274
+ default_value: Record<string, import("../..").LatLonFieldValue>;
1275
1275
  validators: import("../..").LatLonFieldValidators;
1276
1276
  appearance: import("../..").LatLonFieldAppearance & Omit<{
1277
1277
  [k: string]: unknown;
@@ -1289,7 +1289,7 @@ export default class Field extends BaseResource {
1289
1289
  };
1290
1290
  }[];
1291
1291
  }, "editor" | "parameters">;
1292
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
1292
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1293
1293
  field_type: "link";
1294
1294
  localized: false;
1295
1295
  default_value: null;
@@ -1310,10 +1310,10 @@ export default class Field extends BaseResource {
1310
1310
  };
1311
1311
  }[];
1312
1312
  }, "editor" | "parameters">;
1313
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
1313
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1314
1314
  field_type: "link";
1315
1315
  localized: true;
1316
- default_value: Record<string, null> | null;
1316
+ default_value: Record<string, null>;
1317
1317
  validators: import("../..").LinkFieldValidators;
1318
1318
  appearance: import("../..").LinkFieldAppearance & Omit<{
1319
1319
  [k: string]: unknown;
@@ -1331,7 +1331,7 @@ export default class Field extends BaseResource {
1331
1331
  };
1332
1332
  }[];
1333
1333
  }, "editor" | "parameters">;
1334
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
1334
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1335
1335
  field_type: "links";
1336
1336
  localized: false;
1337
1337
  default_value: null;
@@ -1352,10 +1352,10 @@ export default class Field extends BaseResource {
1352
1352
  };
1353
1353
  }[];
1354
1354
  }, "editor" | "parameters">;
1355
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
1355
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1356
1356
  field_type: "links";
1357
1357
  localized: true;
1358
- default_value: Record<string, null> | null;
1358
+ default_value: Record<string, null>;
1359
1359
  validators: import("../..").LinksFieldValidators;
1360
1360
  appearance: import("../..").LinksFieldAppearance & Omit<{
1361
1361
  [k: string]: unknown;
@@ -1373,7 +1373,7 @@ export default class Field extends BaseResource {
1373
1373
  };
1374
1374
  }[];
1375
1375
  }, "editor" | "parameters">;
1376
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
1376
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1377
1377
  field_type: "rich_text";
1378
1378
  localized: false;
1379
1379
  default_value: null;
@@ -1394,10 +1394,10 @@ export default class Field extends BaseResource {
1394
1394
  };
1395
1395
  }[];
1396
1396
  }, "editor" | "parameters">;
1397
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
1397
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1398
1398
  field_type: "rich_text";
1399
1399
  localized: true;
1400
- default_value: Record<string, null> | null;
1400
+ default_value: Record<string, null>;
1401
1401
  validators: import("../..").RichTextFieldValidators;
1402
1402
  appearance: import("../..").RichTextFieldAppearance & Omit<{
1403
1403
  [k: string]: unknown;
@@ -1415,7 +1415,7 @@ export default class Field extends BaseResource {
1415
1415
  };
1416
1416
  }[];
1417
1417
  }, "editor" | "parameters">;
1418
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
1418
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1419
1419
  field_type: "seo";
1420
1420
  localized: false;
1421
1421
  default_value: null;
@@ -1436,10 +1436,10 @@ export default class Field extends BaseResource {
1436
1436
  };
1437
1437
  }[];
1438
1438
  }, "editor" | "parameters">;
1439
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
1439
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1440
1440
  field_type: "seo";
1441
1441
  localized: true;
1442
- default_value: Record<string, null> | null;
1442
+ default_value: Record<string, null>;
1443
1443
  validators: import("../..").SeoFieldValidators;
1444
1444
  appearance: import("../..").SeoFieldAppearance & Omit<{
1445
1445
  [k: string]: unknown;
@@ -1457,7 +1457,7 @@ export default class Field extends BaseResource {
1457
1457
  };
1458
1458
  }[];
1459
1459
  }, "editor" | "parameters">;
1460
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
1460
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1461
1461
  field_type: "single_block";
1462
1462
  localized: false;
1463
1463
  default_value: null;
@@ -1478,10 +1478,10 @@ export default class Field extends BaseResource {
1478
1478
  };
1479
1479
  }[];
1480
1480
  }, "editor" | "parameters">;
1481
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
1481
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1482
1482
  field_type: "single_block";
1483
1483
  localized: true;
1484
- default_value: Record<string, null> | null;
1484
+ default_value: Record<string, null>;
1485
1485
  validators: import("../..").SingleBlockFieldValidators;
1486
1486
  appearance: import("../..").SingleBlockFieldAppearance & Omit<{
1487
1487
  [k: string]: unknown;
@@ -1499,7 +1499,7 @@ export default class Field extends BaseResource {
1499
1499
  };
1500
1500
  }[];
1501
1501
  }, "editor" | "parameters">;
1502
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
1502
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1503
1503
  field_type: "slug";
1504
1504
  localized: false;
1505
1505
  default_value: null;
@@ -1520,10 +1520,10 @@ export default class Field extends BaseResource {
1520
1520
  };
1521
1521
  }[];
1522
1522
  }, "editor" | "parameters">;
1523
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
1523
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1524
1524
  field_type: "slug";
1525
1525
  localized: true;
1526
- default_value: Record<string, null> | null;
1526
+ default_value: Record<string, null>;
1527
1527
  validators: import("../..").SlugFieldValidators;
1528
1528
  appearance: import("../..").SlugFieldAppearance & Omit<{
1529
1529
  [k: string]: unknown;
@@ -1541,7 +1541,7 @@ export default class Field extends BaseResource {
1541
1541
  };
1542
1542
  }[];
1543
1543
  }, "editor" | "parameters">;
1544
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
1544
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1545
1545
  field_type: "string";
1546
1546
  localized: false;
1547
1547
  default_value: import("../..").StringFieldValue;
@@ -1562,10 +1562,10 @@ export default class Field extends BaseResource {
1562
1562
  };
1563
1563
  }[];
1564
1564
  }, "editor" | "parameters">;
1565
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
1565
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1566
1566
  field_type: "string";
1567
1567
  localized: true;
1568
- default_value: import("../..").StringFieldValue | Record<string, import("../..").StringFieldValue>;
1568
+ default_value: Record<string, import("../..").StringFieldValue>;
1569
1569
  validators: import("../..").StringFieldValidators;
1570
1570
  appearance: import("../..").StringFieldAppearance & Omit<{
1571
1571
  [k: string]: unknown;
@@ -1583,7 +1583,7 @@ export default class Field extends BaseResource {
1583
1583
  };
1584
1584
  }[];
1585
1585
  }, "editor" | "parameters">;
1586
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
1586
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1587
1587
  field_type: "structured_text";
1588
1588
  localized: false;
1589
1589
  default_value: null;
@@ -1604,10 +1604,10 @@ export default class Field extends BaseResource {
1604
1604
  };
1605
1605
  }[];
1606
1606
  }, "editor" | "parameters">;
1607
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
1607
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1608
1608
  field_type: "structured_text";
1609
1609
  localized: true;
1610
- default_value: Record<string, null> | null;
1610
+ default_value: Record<string, null>;
1611
1611
  validators: import("../..").StructuredTextFieldValidators;
1612
1612
  appearance: import("../..").StructuredTextFieldAppearance & Omit<{
1613
1613
  [k: string]: unknown;
@@ -1625,7 +1625,7 @@ export default class Field extends BaseResource {
1625
1625
  };
1626
1626
  }[];
1627
1627
  }, "editor" | "parameters">;
1628
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
1628
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1629
1629
  field_type: "text";
1630
1630
  localized: false;
1631
1631
  default_value: import("../..").TextFieldValue;
@@ -1646,10 +1646,10 @@ export default class Field extends BaseResource {
1646
1646
  };
1647
1647
  }[];
1648
1648
  }, "editor" | "parameters">;
1649
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
1649
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1650
1650
  field_type: "text";
1651
1651
  localized: true;
1652
- default_value: import("../..").TextFieldValue | Record<string, import("../..").TextFieldValue>;
1652
+ default_value: Record<string, import("../..").TextFieldValue>;
1653
1653
  validators: import("../..").TextFieldValidators;
1654
1654
  appearance: import("../..").TextFieldAppearance & Omit<{
1655
1655
  [k: string]: unknown;
@@ -1667,7 +1667,7 @@ export default class Field extends BaseResource {
1667
1667
  };
1668
1668
  }[];
1669
1669
  }, "editor" | "parameters">;
1670
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
1670
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1671
1671
  field_type: "video";
1672
1672
  localized: false;
1673
1673
  default_value: null;
@@ -1688,10 +1688,10 @@ export default class Field extends BaseResource {
1688
1688
  };
1689
1689
  }[];
1690
1690
  }, "editor" | "parameters">;
1691
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
1691
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1692
1692
  field_type: "video";
1693
1693
  localized: true;
1694
- default_value: Record<string, null> | null;
1694
+ default_value: Record<string, null>;
1695
1695
  validators: import("../..").VideoFieldValidators;
1696
1696
  appearance: import("../..").VideoFieldAppearance & Omit<{
1697
1697
  [k: string]: unknown;
@@ -1789,7 +1789,7 @@ export default class Field extends BaseResource {
1789
1789
  * @throws {ApiError}
1790
1790
  * @throws {TimeoutError}
1791
1791
  */
1792
- find(fieldId: string | ApiTypes.FieldData): Promise<(Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
1792
+ find(fieldId: string | ApiTypes.FieldData): Promise<(Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1793
1793
  field_type: "boolean";
1794
1794
  localized: false;
1795
1795
  default_value: import("../..").BooleanFieldValue;
@@ -1810,10 +1810,10 @@ export default class Field extends BaseResource {
1810
1810
  };
1811
1811
  }[];
1812
1812
  }, "editor" | "parameters">;
1813
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
1813
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1814
1814
  field_type: "boolean";
1815
1815
  localized: true;
1816
- default_value: import("../..").BooleanFieldValue | Record<string, import("../..").BooleanFieldValue>;
1816
+ default_value: Record<string, import("../..").BooleanFieldValue>;
1817
1817
  validators: import("../..").BooleanFieldValidators;
1818
1818
  appearance: import("../..").BooleanFieldAppearance & Omit<{
1819
1819
  [k: string]: unknown;
@@ -1831,7 +1831,7 @@ export default class Field extends BaseResource {
1831
1831
  };
1832
1832
  }[];
1833
1833
  }, "editor" | "parameters">;
1834
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
1834
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1835
1835
  field_type: "color";
1836
1836
  localized: false;
1837
1837
  default_value: import("../..").ColorFieldValue;
@@ -1852,10 +1852,10 @@ export default class Field extends BaseResource {
1852
1852
  };
1853
1853
  }[];
1854
1854
  }, "editor" | "parameters">;
1855
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
1855
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1856
1856
  field_type: "color";
1857
1857
  localized: true;
1858
- default_value: import("../..").ColorFieldValue | Record<string, import("../..").ColorFieldValue>;
1858
+ default_value: Record<string, import("../..").ColorFieldValue>;
1859
1859
  validators: import("../..").ColorFieldValidators;
1860
1860
  appearance: import("../..").ColorFieldAppearance & Omit<{
1861
1861
  [k: string]: unknown;
@@ -1873,7 +1873,7 @@ export default class Field extends BaseResource {
1873
1873
  };
1874
1874
  }[];
1875
1875
  }, "editor" | "parameters">;
1876
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
1876
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1877
1877
  field_type: "date";
1878
1878
  localized: false;
1879
1879
  default_value: import("../..").DateFieldValue;
@@ -1894,10 +1894,10 @@ export default class Field extends BaseResource {
1894
1894
  };
1895
1895
  }[];
1896
1896
  }, "editor" | "parameters">;
1897
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
1897
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1898
1898
  field_type: "date";
1899
1899
  localized: true;
1900
- default_value: import("../..").DateFieldValue | Record<string, import("../..").DateFieldValue>;
1900
+ default_value: Record<string, import("../..").DateFieldValue>;
1901
1901
  validators: import("../..").DateFieldValidators;
1902
1902
  appearance: import("../..").DateFieldAppearance & Omit<{
1903
1903
  [k: string]: unknown;
@@ -1915,7 +1915,7 @@ export default class Field extends BaseResource {
1915
1915
  };
1916
1916
  }[];
1917
1917
  }, "editor" | "parameters">;
1918
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
1918
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1919
1919
  field_type: "date_time";
1920
1920
  localized: false;
1921
1921
  default_value: import("../..").DateTimeFieldValue;
@@ -1936,10 +1936,10 @@ export default class Field extends BaseResource {
1936
1936
  };
1937
1937
  }[];
1938
1938
  }, "editor" | "parameters">;
1939
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
1939
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1940
1940
  field_type: "date_time";
1941
1941
  localized: true;
1942
- default_value: import("../..").DateTimeFieldValue | Record<string, import("../..").DateTimeFieldValue>;
1942
+ default_value: Record<string, import("../..").DateTimeFieldValue>;
1943
1943
  validators: import("../..").DateTimeFieldValidators;
1944
1944
  appearance: import("../..").DateTimeFieldAppearance & Omit<{
1945
1945
  [k: string]: unknown;
@@ -1957,7 +1957,7 @@ export default class Field extends BaseResource {
1957
1957
  };
1958
1958
  }[];
1959
1959
  }, "editor" | "parameters">;
1960
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
1960
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1961
1961
  field_type: "file";
1962
1962
  localized: false;
1963
1963
  default_value: null;
@@ -1978,10 +1978,10 @@ export default class Field extends BaseResource {
1978
1978
  };
1979
1979
  }[];
1980
1980
  }, "editor" | "parameters">;
1981
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
1981
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
1982
1982
  field_type: "file";
1983
1983
  localized: true;
1984
- default_value: Record<string, null> | null;
1984
+ default_value: Record<string, null>;
1985
1985
  validators: import("../..").FileFieldValidators;
1986
1986
  appearance: import("../..").FileFieldAppearance & Omit<{
1987
1987
  [k: string]: unknown;
@@ -1999,7 +1999,7 @@ export default class Field extends BaseResource {
1999
1999
  };
2000
2000
  }[];
2001
2001
  }, "editor" | "parameters">;
2002
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2002
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2003
2003
  field_type: "float";
2004
2004
  localized: false;
2005
2005
  default_value: import("../..").FloatFieldValue;
@@ -2020,10 +2020,10 @@ export default class Field extends BaseResource {
2020
2020
  };
2021
2021
  }[];
2022
2022
  }, "editor" | "parameters">;
2023
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2023
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2024
2024
  field_type: "float";
2025
2025
  localized: true;
2026
- default_value: import("../..").FloatFieldValue | Record<string, import("../..").FloatFieldValue>;
2026
+ default_value: Record<string, import("../..").FloatFieldValue>;
2027
2027
  validators: import("../..").FloatFieldValidators;
2028
2028
  appearance: import("../..").FloatFieldAppearance & Omit<{
2029
2029
  [k: string]: unknown;
@@ -2041,7 +2041,7 @@ export default class Field extends BaseResource {
2041
2041
  };
2042
2042
  }[];
2043
2043
  }, "editor" | "parameters">;
2044
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2044
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2045
2045
  field_type: "gallery";
2046
2046
  localized: false;
2047
2047
  default_value: null;
@@ -2062,10 +2062,10 @@ export default class Field extends BaseResource {
2062
2062
  };
2063
2063
  }[];
2064
2064
  }, "editor" | "parameters">;
2065
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2065
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2066
2066
  field_type: "gallery";
2067
2067
  localized: true;
2068
- default_value: Record<string, null> | null;
2068
+ default_value: Record<string, null>;
2069
2069
  validators: import("../..").GalleryFieldValidators;
2070
2070
  appearance: import("../..").GalleryFieldAppearance & Omit<{
2071
2071
  [k: string]: unknown;
@@ -2083,7 +2083,7 @@ export default class Field extends BaseResource {
2083
2083
  };
2084
2084
  }[];
2085
2085
  }, "editor" | "parameters">;
2086
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2086
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2087
2087
  field_type: "integer";
2088
2088
  localized: false;
2089
2089
  default_value: import("../..").IntegerFieldValue;
@@ -2104,10 +2104,10 @@ export default class Field extends BaseResource {
2104
2104
  };
2105
2105
  }[];
2106
2106
  }, "editor" | "parameters">;
2107
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2107
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2108
2108
  field_type: "integer";
2109
2109
  localized: true;
2110
- default_value: import("../..").IntegerFieldValue | Record<string, import("../..").IntegerFieldValue>;
2110
+ default_value: Record<string, import("../..").IntegerFieldValue>;
2111
2111
  validators: import("../..").IntegerFieldValidators;
2112
2112
  appearance: import("../..").IntegerFieldAppearance & Omit<{
2113
2113
  [k: string]: unknown;
@@ -2125,7 +2125,7 @@ export default class Field extends BaseResource {
2125
2125
  };
2126
2126
  }[];
2127
2127
  }, "editor" | "parameters">;
2128
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2128
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2129
2129
  field_type: "json";
2130
2130
  localized: false;
2131
2131
  default_value: import("../..").JsonFieldValue;
@@ -2146,10 +2146,10 @@ export default class Field extends BaseResource {
2146
2146
  };
2147
2147
  }[];
2148
2148
  }, "editor" | "parameters">;
2149
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2149
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2150
2150
  field_type: "json";
2151
2151
  localized: true;
2152
- default_value: import("../..").JsonFieldValue | Record<string, import("../..").JsonFieldValue>;
2152
+ default_value: Record<string, import("../..").JsonFieldValue>;
2153
2153
  validators: import("../..").JsonFieldValidators;
2154
2154
  appearance: import("../..").JsonFieldAppearance & Omit<{
2155
2155
  [k: string]: unknown;
@@ -2167,7 +2167,7 @@ export default class Field extends BaseResource {
2167
2167
  };
2168
2168
  }[];
2169
2169
  }, "editor" | "parameters">;
2170
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2170
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2171
2171
  field_type: "lat_lon";
2172
2172
  localized: false;
2173
2173
  default_value: import("../..").LatLonFieldValue;
@@ -2188,10 +2188,10 @@ export default class Field extends BaseResource {
2188
2188
  };
2189
2189
  }[];
2190
2190
  }, "editor" | "parameters">;
2191
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2191
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2192
2192
  field_type: "lat_lon";
2193
2193
  localized: true;
2194
- default_value: import("../..").LatLonFieldValue | Record<string, import("../..").LatLonFieldValue>;
2194
+ default_value: Record<string, import("../..").LatLonFieldValue>;
2195
2195
  validators: import("../..").LatLonFieldValidators;
2196
2196
  appearance: import("../..").LatLonFieldAppearance & Omit<{
2197
2197
  [k: string]: unknown;
@@ -2209,7 +2209,7 @@ export default class Field extends BaseResource {
2209
2209
  };
2210
2210
  }[];
2211
2211
  }, "editor" | "parameters">;
2212
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2212
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2213
2213
  field_type: "link";
2214
2214
  localized: false;
2215
2215
  default_value: null;
@@ -2230,10 +2230,10 @@ export default class Field extends BaseResource {
2230
2230
  };
2231
2231
  }[];
2232
2232
  }, "editor" | "parameters">;
2233
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2233
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2234
2234
  field_type: "link";
2235
2235
  localized: true;
2236
- default_value: Record<string, null> | null;
2236
+ default_value: Record<string, null>;
2237
2237
  validators: import("../..").LinkFieldValidators;
2238
2238
  appearance: import("../..").LinkFieldAppearance & Omit<{
2239
2239
  [k: string]: unknown;
@@ -2251,7 +2251,7 @@ export default class Field extends BaseResource {
2251
2251
  };
2252
2252
  }[];
2253
2253
  }, "editor" | "parameters">;
2254
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2254
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2255
2255
  field_type: "links";
2256
2256
  localized: false;
2257
2257
  default_value: null;
@@ -2272,10 +2272,10 @@ export default class Field extends BaseResource {
2272
2272
  };
2273
2273
  }[];
2274
2274
  }, "editor" | "parameters">;
2275
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2275
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2276
2276
  field_type: "links";
2277
2277
  localized: true;
2278
- default_value: Record<string, null> | null;
2278
+ default_value: Record<string, null>;
2279
2279
  validators: import("../..").LinksFieldValidators;
2280
2280
  appearance: import("../..").LinksFieldAppearance & Omit<{
2281
2281
  [k: string]: unknown;
@@ -2293,7 +2293,7 @@ export default class Field extends BaseResource {
2293
2293
  };
2294
2294
  }[];
2295
2295
  }, "editor" | "parameters">;
2296
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2296
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2297
2297
  field_type: "rich_text";
2298
2298
  localized: false;
2299
2299
  default_value: null;
@@ -2314,10 +2314,10 @@ export default class Field extends BaseResource {
2314
2314
  };
2315
2315
  }[];
2316
2316
  }, "editor" | "parameters">;
2317
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2317
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2318
2318
  field_type: "rich_text";
2319
2319
  localized: true;
2320
- default_value: Record<string, null> | null;
2320
+ default_value: Record<string, null>;
2321
2321
  validators: import("../..").RichTextFieldValidators;
2322
2322
  appearance: import("../..").RichTextFieldAppearance & Omit<{
2323
2323
  [k: string]: unknown;
@@ -2335,7 +2335,7 @@ export default class Field extends BaseResource {
2335
2335
  };
2336
2336
  }[];
2337
2337
  }, "editor" | "parameters">;
2338
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2338
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2339
2339
  field_type: "seo";
2340
2340
  localized: false;
2341
2341
  default_value: null;
@@ -2356,10 +2356,10 @@ export default class Field extends BaseResource {
2356
2356
  };
2357
2357
  }[];
2358
2358
  }, "editor" | "parameters">;
2359
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2359
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2360
2360
  field_type: "seo";
2361
2361
  localized: true;
2362
- default_value: Record<string, null> | null;
2362
+ default_value: Record<string, null>;
2363
2363
  validators: import("../..").SeoFieldValidators;
2364
2364
  appearance: import("../..").SeoFieldAppearance & Omit<{
2365
2365
  [k: string]: unknown;
@@ -2377,7 +2377,7 @@ export default class Field extends BaseResource {
2377
2377
  };
2378
2378
  }[];
2379
2379
  }, "editor" | "parameters">;
2380
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2380
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2381
2381
  field_type: "single_block";
2382
2382
  localized: false;
2383
2383
  default_value: null;
@@ -2398,10 +2398,10 @@ export default class Field extends BaseResource {
2398
2398
  };
2399
2399
  }[];
2400
2400
  }, "editor" | "parameters">;
2401
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2401
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2402
2402
  field_type: "single_block";
2403
2403
  localized: true;
2404
- default_value: Record<string, null> | null;
2404
+ default_value: Record<string, null>;
2405
2405
  validators: import("../..").SingleBlockFieldValidators;
2406
2406
  appearance: import("../..").SingleBlockFieldAppearance & Omit<{
2407
2407
  [k: string]: unknown;
@@ -2419,7 +2419,7 @@ export default class Field extends BaseResource {
2419
2419
  };
2420
2420
  }[];
2421
2421
  }, "editor" | "parameters">;
2422
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2422
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2423
2423
  field_type: "slug";
2424
2424
  localized: false;
2425
2425
  default_value: null;
@@ -2440,10 +2440,10 @@ export default class Field extends BaseResource {
2440
2440
  };
2441
2441
  }[];
2442
2442
  }, "editor" | "parameters">;
2443
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2443
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2444
2444
  field_type: "slug";
2445
2445
  localized: true;
2446
- default_value: Record<string, null> | null;
2446
+ default_value: Record<string, null>;
2447
2447
  validators: import("../..").SlugFieldValidators;
2448
2448
  appearance: import("../..").SlugFieldAppearance & Omit<{
2449
2449
  [k: string]: unknown;
@@ -2461,7 +2461,7 @@ export default class Field extends BaseResource {
2461
2461
  };
2462
2462
  }[];
2463
2463
  }, "editor" | "parameters">;
2464
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2464
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2465
2465
  field_type: "string";
2466
2466
  localized: false;
2467
2467
  default_value: import("../..").StringFieldValue;
@@ -2482,10 +2482,10 @@ export default class Field extends BaseResource {
2482
2482
  };
2483
2483
  }[];
2484
2484
  }, "editor" | "parameters">;
2485
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2485
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2486
2486
  field_type: "string";
2487
2487
  localized: true;
2488
- default_value: import("../..").StringFieldValue | Record<string, import("../..").StringFieldValue>;
2488
+ default_value: Record<string, import("../..").StringFieldValue>;
2489
2489
  validators: import("../..").StringFieldValidators;
2490
2490
  appearance: import("../..").StringFieldAppearance & Omit<{
2491
2491
  [k: string]: unknown;
@@ -2503,7 +2503,7 @@ export default class Field extends BaseResource {
2503
2503
  };
2504
2504
  }[];
2505
2505
  }, "editor" | "parameters">;
2506
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2506
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2507
2507
  field_type: "structured_text";
2508
2508
  localized: false;
2509
2509
  default_value: null;
@@ -2524,10 +2524,10 @@ export default class Field extends BaseResource {
2524
2524
  };
2525
2525
  }[];
2526
2526
  }, "editor" | "parameters">;
2527
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2527
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2528
2528
  field_type: "structured_text";
2529
2529
  localized: true;
2530
- default_value: Record<string, null> | null;
2530
+ default_value: Record<string, null>;
2531
2531
  validators: import("../..").StructuredTextFieldValidators;
2532
2532
  appearance: import("../..").StructuredTextFieldAppearance & Omit<{
2533
2533
  [k: string]: unknown;
@@ -2545,7 +2545,7 @@ export default class Field extends BaseResource {
2545
2545
  };
2546
2546
  }[];
2547
2547
  }, "editor" | "parameters">;
2548
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2548
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2549
2549
  field_type: "text";
2550
2550
  localized: false;
2551
2551
  default_value: import("../..").TextFieldValue;
@@ -2566,10 +2566,10 @@ export default class Field extends BaseResource {
2566
2566
  };
2567
2567
  }[];
2568
2568
  }, "editor" | "parameters">;
2569
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2569
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2570
2570
  field_type: "text";
2571
2571
  localized: true;
2572
- default_value: import("../..").TextFieldValue | Record<string, import("../..").TextFieldValue>;
2572
+ default_value: Record<string, import("../..").TextFieldValue>;
2573
2573
  validators: import("../..").TextFieldValidators;
2574
2574
  appearance: import("../..").TextFieldAppearance & Omit<{
2575
2575
  [k: string]: unknown;
@@ -2587,7 +2587,7 @@ export default class Field extends BaseResource {
2587
2587
  };
2588
2588
  }[];
2589
2589
  }, "editor" | "parameters">;
2590
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2590
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2591
2591
  field_type: "video";
2592
2592
  localized: false;
2593
2593
  default_value: null;
@@ -2608,10 +2608,10 @@ export default class Field extends BaseResource {
2608
2608
  };
2609
2609
  }[];
2610
2610
  }, "editor" | "parameters">;
2611
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2611
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2612
2612
  field_type: "video";
2613
2613
  localized: true;
2614
- default_value: Record<string, null> | null;
2614
+ default_value: Record<string, null>;
2615
2615
  validators: import("../..").VideoFieldValidators;
2616
2616
  appearance: import("../..").VideoFieldAppearance & Omit<{
2617
2617
  [k: string]: unknown;
@@ -2647,7 +2647,7 @@ export default class Field extends BaseResource {
2647
2647
  * @throws {ApiError}
2648
2648
  * @throws {TimeoutError}
2649
2649
  */
2650
- destroy(fieldId: string | ApiTypes.FieldData): Promise<(Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2650
+ destroy(fieldId: string | ApiTypes.FieldData): Promise<(Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2651
2651
  field_type: "boolean";
2652
2652
  localized: false;
2653
2653
  default_value: import("../..").BooleanFieldValue;
@@ -2668,10 +2668,10 @@ export default class Field extends BaseResource {
2668
2668
  };
2669
2669
  }[];
2670
2670
  }, "editor" | "parameters">;
2671
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2671
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2672
2672
  field_type: "boolean";
2673
2673
  localized: true;
2674
- default_value: import("../..").BooleanFieldValue | Record<string, import("../..").BooleanFieldValue>;
2674
+ default_value: Record<string, import("../..").BooleanFieldValue>;
2675
2675
  validators: import("../..").BooleanFieldValidators;
2676
2676
  appearance: import("../..").BooleanFieldAppearance & Omit<{
2677
2677
  [k: string]: unknown;
@@ -2689,7 +2689,7 @@ export default class Field extends BaseResource {
2689
2689
  };
2690
2690
  }[];
2691
2691
  }, "editor" | "parameters">;
2692
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2692
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2693
2693
  field_type: "color";
2694
2694
  localized: false;
2695
2695
  default_value: import("../..").ColorFieldValue;
@@ -2710,10 +2710,10 @@ export default class Field extends BaseResource {
2710
2710
  };
2711
2711
  }[];
2712
2712
  }, "editor" | "parameters">;
2713
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2713
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2714
2714
  field_type: "color";
2715
2715
  localized: true;
2716
- default_value: import("../..").ColorFieldValue | Record<string, import("../..").ColorFieldValue>;
2716
+ default_value: Record<string, import("../..").ColorFieldValue>;
2717
2717
  validators: import("../..").ColorFieldValidators;
2718
2718
  appearance: import("../..").ColorFieldAppearance & Omit<{
2719
2719
  [k: string]: unknown;
@@ -2731,7 +2731,7 @@ export default class Field extends BaseResource {
2731
2731
  };
2732
2732
  }[];
2733
2733
  }, "editor" | "parameters">;
2734
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2734
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2735
2735
  field_type: "date";
2736
2736
  localized: false;
2737
2737
  default_value: import("../..").DateFieldValue;
@@ -2752,10 +2752,10 @@ export default class Field extends BaseResource {
2752
2752
  };
2753
2753
  }[];
2754
2754
  }, "editor" | "parameters">;
2755
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2755
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2756
2756
  field_type: "date";
2757
2757
  localized: true;
2758
- default_value: import("../..").DateFieldValue | Record<string, import("../..").DateFieldValue>;
2758
+ default_value: Record<string, import("../..").DateFieldValue>;
2759
2759
  validators: import("../..").DateFieldValidators;
2760
2760
  appearance: import("../..").DateFieldAppearance & Omit<{
2761
2761
  [k: string]: unknown;
@@ -2773,7 +2773,7 @@ export default class Field extends BaseResource {
2773
2773
  };
2774
2774
  }[];
2775
2775
  }, "editor" | "parameters">;
2776
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2776
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2777
2777
  field_type: "date_time";
2778
2778
  localized: false;
2779
2779
  default_value: import("../..").DateTimeFieldValue;
@@ -2794,10 +2794,10 @@ export default class Field extends BaseResource {
2794
2794
  };
2795
2795
  }[];
2796
2796
  }, "editor" | "parameters">;
2797
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2797
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2798
2798
  field_type: "date_time";
2799
2799
  localized: true;
2800
- default_value: import("../..").DateTimeFieldValue | Record<string, import("../..").DateTimeFieldValue>;
2800
+ default_value: Record<string, import("../..").DateTimeFieldValue>;
2801
2801
  validators: import("../..").DateTimeFieldValidators;
2802
2802
  appearance: import("../..").DateTimeFieldAppearance & Omit<{
2803
2803
  [k: string]: unknown;
@@ -2815,7 +2815,7 @@ export default class Field extends BaseResource {
2815
2815
  };
2816
2816
  }[];
2817
2817
  }, "editor" | "parameters">;
2818
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2818
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2819
2819
  field_type: "file";
2820
2820
  localized: false;
2821
2821
  default_value: null;
@@ -2836,10 +2836,10 @@ export default class Field extends BaseResource {
2836
2836
  };
2837
2837
  }[];
2838
2838
  }, "editor" | "parameters">;
2839
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2839
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2840
2840
  field_type: "file";
2841
2841
  localized: true;
2842
- default_value: Record<string, null> | null;
2842
+ default_value: Record<string, null>;
2843
2843
  validators: import("../..").FileFieldValidators;
2844
2844
  appearance: import("../..").FileFieldAppearance & Omit<{
2845
2845
  [k: string]: unknown;
@@ -2857,7 +2857,7 @@ export default class Field extends BaseResource {
2857
2857
  };
2858
2858
  }[];
2859
2859
  }, "editor" | "parameters">;
2860
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2860
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2861
2861
  field_type: "float";
2862
2862
  localized: false;
2863
2863
  default_value: import("../..").FloatFieldValue;
@@ -2878,10 +2878,10 @@ export default class Field extends BaseResource {
2878
2878
  };
2879
2879
  }[];
2880
2880
  }, "editor" | "parameters">;
2881
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2881
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2882
2882
  field_type: "float";
2883
2883
  localized: true;
2884
- default_value: import("../..").FloatFieldValue | Record<string, import("../..").FloatFieldValue>;
2884
+ default_value: Record<string, import("../..").FloatFieldValue>;
2885
2885
  validators: import("../..").FloatFieldValidators;
2886
2886
  appearance: import("../..").FloatFieldAppearance & Omit<{
2887
2887
  [k: string]: unknown;
@@ -2899,7 +2899,7 @@ export default class Field extends BaseResource {
2899
2899
  };
2900
2900
  }[];
2901
2901
  }, "editor" | "parameters">;
2902
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2902
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2903
2903
  field_type: "gallery";
2904
2904
  localized: false;
2905
2905
  default_value: null;
@@ -2920,10 +2920,10 @@ export default class Field extends BaseResource {
2920
2920
  };
2921
2921
  }[];
2922
2922
  }, "editor" | "parameters">;
2923
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2923
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2924
2924
  field_type: "gallery";
2925
2925
  localized: true;
2926
- default_value: Record<string, null> | null;
2926
+ default_value: Record<string, null>;
2927
2927
  validators: import("../..").GalleryFieldValidators;
2928
2928
  appearance: import("../..").GalleryFieldAppearance & Omit<{
2929
2929
  [k: string]: unknown;
@@ -2941,7 +2941,7 @@ export default class Field extends BaseResource {
2941
2941
  };
2942
2942
  }[];
2943
2943
  }, "editor" | "parameters">;
2944
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2944
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2945
2945
  field_type: "integer";
2946
2946
  localized: false;
2947
2947
  default_value: import("../..").IntegerFieldValue;
@@ -2962,10 +2962,10 @@ export default class Field extends BaseResource {
2962
2962
  };
2963
2963
  }[];
2964
2964
  }, "editor" | "parameters">;
2965
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2965
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2966
2966
  field_type: "integer";
2967
2967
  localized: true;
2968
- default_value: import("../..").IntegerFieldValue | Record<string, import("../..").IntegerFieldValue>;
2968
+ default_value: Record<string, import("../..").IntegerFieldValue>;
2969
2969
  validators: import("../..").IntegerFieldValidators;
2970
2970
  appearance: import("../..").IntegerFieldAppearance & Omit<{
2971
2971
  [k: string]: unknown;
@@ -2983,7 +2983,7 @@ export default class Field extends BaseResource {
2983
2983
  };
2984
2984
  }[];
2985
2985
  }, "editor" | "parameters">;
2986
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2986
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
2987
2987
  field_type: "json";
2988
2988
  localized: false;
2989
2989
  default_value: import("../..").JsonFieldValue;
@@ -3004,10 +3004,10 @@ export default class Field extends BaseResource {
3004
3004
  };
3005
3005
  }[];
3006
3006
  }, "editor" | "parameters">;
3007
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3007
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3008
3008
  field_type: "json";
3009
3009
  localized: true;
3010
- default_value: import("../..").JsonFieldValue | Record<string, import("../..").JsonFieldValue>;
3010
+ default_value: Record<string, import("../..").JsonFieldValue>;
3011
3011
  validators: import("../..").JsonFieldValidators;
3012
3012
  appearance: import("../..").JsonFieldAppearance & Omit<{
3013
3013
  [k: string]: unknown;
@@ -3025,7 +3025,7 @@ export default class Field extends BaseResource {
3025
3025
  };
3026
3026
  }[];
3027
3027
  }, "editor" | "parameters">;
3028
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3028
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3029
3029
  field_type: "lat_lon";
3030
3030
  localized: false;
3031
3031
  default_value: import("../..").LatLonFieldValue;
@@ -3046,10 +3046,10 @@ export default class Field extends BaseResource {
3046
3046
  };
3047
3047
  }[];
3048
3048
  }, "editor" | "parameters">;
3049
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3049
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3050
3050
  field_type: "lat_lon";
3051
3051
  localized: true;
3052
- default_value: import("../..").LatLonFieldValue | Record<string, import("../..").LatLonFieldValue>;
3052
+ default_value: Record<string, import("../..").LatLonFieldValue>;
3053
3053
  validators: import("../..").LatLonFieldValidators;
3054
3054
  appearance: import("../..").LatLonFieldAppearance & Omit<{
3055
3055
  [k: string]: unknown;
@@ -3067,7 +3067,7 @@ export default class Field extends BaseResource {
3067
3067
  };
3068
3068
  }[];
3069
3069
  }, "editor" | "parameters">;
3070
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3070
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3071
3071
  field_type: "link";
3072
3072
  localized: false;
3073
3073
  default_value: null;
@@ -3088,10 +3088,10 @@ export default class Field extends BaseResource {
3088
3088
  };
3089
3089
  }[];
3090
3090
  }, "editor" | "parameters">;
3091
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3091
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3092
3092
  field_type: "link";
3093
3093
  localized: true;
3094
- default_value: Record<string, null> | null;
3094
+ default_value: Record<string, null>;
3095
3095
  validators: import("../..").LinkFieldValidators;
3096
3096
  appearance: import("../..").LinkFieldAppearance & Omit<{
3097
3097
  [k: string]: unknown;
@@ -3109,7 +3109,7 @@ export default class Field extends BaseResource {
3109
3109
  };
3110
3110
  }[];
3111
3111
  }, "editor" | "parameters">;
3112
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3112
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3113
3113
  field_type: "links";
3114
3114
  localized: false;
3115
3115
  default_value: null;
@@ -3130,10 +3130,10 @@ export default class Field extends BaseResource {
3130
3130
  };
3131
3131
  }[];
3132
3132
  }, "editor" | "parameters">;
3133
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3133
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3134
3134
  field_type: "links";
3135
3135
  localized: true;
3136
- default_value: Record<string, null> | null;
3136
+ default_value: Record<string, null>;
3137
3137
  validators: import("../..").LinksFieldValidators;
3138
3138
  appearance: import("../..").LinksFieldAppearance & Omit<{
3139
3139
  [k: string]: unknown;
@@ -3151,7 +3151,7 @@ export default class Field extends BaseResource {
3151
3151
  };
3152
3152
  }[];
3153
3153
  }, "editor" | "parameters">;
3154
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3154
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3155
3155
  field_type: "rich_text";
3156
3156
  localized: false;
3157
3157
  default_value: null;
@@ -3172,10 +3172,10 @@ export default class Field extends BaseResource {
3172
3172
  };
3173
3173
  }[];
3174
3174
  }, "editor" | "parameters">;
3175
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3175
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3176
3176
  field_type: "rich_text";
3177
3177
  localized: true;
3178
- default_value: Record<string, null> | null;
3178
+ default_value: Record<string, null>;
3179
3179
  validators: import("../..").RichTextFieldValidators;
3180
3180
  appearance: import("../..").RichTextFieldAppearance & Omit<{
3181
3181
  [k: string]: unknown;
@@ -3193,7 +3193,7 @@ export default class Field extends BaseResource {
3193
3193
  };
3194
3194
  }[];
3195
3195
  }, "editor" | "parameters">;
3196
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3196
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3197
3197
  field_type: "seo";
3198
3198
  localized: false;
3199
3199
  default_value: null;
@@ -3214,10 +3214,10 @@ export default class Field extends BaseResource {
3214
3214
  };
3215
3215
  }[];
3216
3216
  }, "editor" | "parameters">;
3217
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3217
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3218
3218
  field_type: "seo";
3219
3219
  localized: true;
3220
- default_value: Record<string, null> | null;
3220
+ default_value: Record<string, null>;
3221
3221
  validators: import("../..").SeoFieldValidators;
3222
3222
  appearance: import("../..").SeoFieldAppearance & Omit<{
3223
3223
  [k: string]: unknown;
@@ -3235,7 +3235,7 @@ export default class Field extends BaseResource {
3235
3235
  };
3236
3236
  }[];
3237
3237
  }, "editor" | "parameters">;
3238
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3238
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3239
3239
  field_type: "single_block";
3240
3240
  localized: false;
3241
3241
  default_value: null;
@@ -3256,10 +3256,10 @@ export default class Field extends BaseResource {
3256
3256
  };
3257
3257
  }[];
3258
3258
  }, "editor" | "parameters">;
3259
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3259
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3260
3260
  field_type: "single_block";
3261
3261
  localized: true;
3262
- default_value: Record<string, null> | null;
3262
+ default_value: Record<string, null>;
3263
3263
  validators: import("../..").SingleBlockFieldValidators;
3264
3264
  appearance: import("../..").SingleBlockFieldAppearance & Omit<{
3265
3265
  [k: string]: unknown;
@@ -3277,7 +3277,7 @@ export default class Field extends BaseResource {
3277
3277
  };
3278
3278
  }[];
3279
3279
  }, "editor" | "parameters">;
3280
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3280
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3281
3281
  field_type: "slug";
3282
3282
  localized: false;
3283
3283
  default_value: null;
@@ -3298,10 +3298,10 @@ export default class Field extends BaseResource {
3298
3298
  };
3299
3299
  }[];
3300
3300
  }, "editor" | "parameters">;
3301
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3301
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3302
3302
  field_type: "slug";
3303
3303
  localized: true;
3304
- default_value: Record<string, null> | null;
3304
+ default_value: Record<string, null>;
3305
3305
  validators: import("../..").SlugFieldValidators;
3306
3306
  appearance: import("../..").SlugFieldAppearance & Omit<{
3307
3307
  [k: string]: unknown;
@@ -3319,7 +3319,7 @@ export default class Field extends BaseResource {
3319
3319
  };
3320
3320
  }[];
3321
3321
  }, "editor" | "parameters">;
3322
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3322
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3323
3323
  field_type: "string";
3324
3324
  localized: false;
3325
3325
  default_value: import("../..").StringFieldValue;
@@ -3340,10 +3340,10 @@ export default class Field extends BaseResource {
3340
3340
  };
3341
3341
  }[];
3342
3342
  }, "editor" | "parameters">;
3343
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3343
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3344
3344
  field_type: "string";
3345
3345
  localized: true;
3346
- default_value: import("../..").StringFieldValue | Record<string, import("../..").StringFieldValue>;
3346
+ default_value: Record<string, import("../..").StringFieldValue>;
3347
3347
  validators: import("../..").StringFieldValidators;
3348
3348
  appearance: import("../..").StringFieldAppearance & Omit<{
3349
3349
  [k: string]: unknown;
@@ -3361,7 +3361,7 @@ export default class Field extends BaseResource {
3361
3361
  };
3362
3362
  }[];
3363
3363
  }, "editor" | "parameters">;
3364
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3364
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3365
3365
  field_type: "structured_text";
3366
3366
  localized: false;
3367
3367
  default_value: null;
@@ -3382,10 +3382,10 @@ export default class Field extends BaseResource {
3382
3382
  };
3383
3383
  }[];
3384
3384
  }, "editor" | "parameters">;
3385
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3385
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3386
3386
  field_type: "structured_text";
3387
3387
  localized: true;
3388
- default_value: Record<string, null> | null;
3388
+ default_value: Record<string, null>;
3389
3389
  validators: import("../..").StructuredTextFieldValidators;
3390
3390
  appearance: import("../..").StructuredTextFieldAppearance & Omit<{
3391
3391
  [k: string]: unknown;
@@ -3403,7 +3403,7 @@ export default class Field extends BaseResource {
3403
3403
  };
3404
3404
  }[];
3405
3405
  }, "editor" | "parameters">;
3406
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3406
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3407
3407
  field_type: "text";
3408
3408
  localized: false;
3409
3409
  default_value: import("../..").TextFieldValue;
@@ -3424,10 +3424,10 @@ export default class Field extends BaseResource {
3424
3424
  };
3425
3425
  }[];
3426
3426
  }, "editor" | "parameters">;
3427
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3427
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3428
3428
  field_type: "text";
3429
3429
  localized: true;
3430
- default_value: import("../..").TextFieldValue | Record<string, import("../..").TextFieldValue>;
3430
+ default_value: Record<string, import("../..").TextFieldValue>;
3431
3431
  validators: import("../..").TextFieldValidators;
3432
3432
  appearance: import("../..").TextFieldAppearance & Omit<{
3433
3433
  [k: string]: unknown;
@@ -3445,7 +3445,7 @@ export default class Field extends BaseResource {
3445
3445
  };
3446
3446
  }[];
3447
3447
  }, "editor" | "parameters">;
3448
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3448
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3449
3449
  field_type: "video";
3450
3450
  localized: false;
3451
3451
  default_value: null;
@@ -3466,10 +3466,10 @@ export default class Field extends BaseResource {
3466
3466
  };
3467
3467
  }[];
3468
3468
  }, "editor" | "parameters">;
3469
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3469
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3470
3470
  field_type: "video";
3471
3471
  localized: true;
3472
- default_value: Record<string, null> | null;
3472
+ default_value: Record<string, null>;
3473
3473
  validators: import("../..").VideoFieldValidators;
3474
3474
  appearance: import("../..").VideoFieldAppearance & Omit<{
3475
3475
  [k: string]: unknown;
@@ -3505,7 +3505,7 @@ export default class Field extends BaseResource {
3505
3505
  * @throws {ApiError}
3506
3506
  * @throws {TimeoutError}
3507
3507
  */
3508
- duplicate(fieldId: string | ApiTypes.FieldData): Promise<(Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3508
+ duplicate(fieldId: string | ApiTypes.FieldData): Promise<(Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3509
3509
  field_type: "boolean";
3510
3510
  localized: false;
3511
3511
  default_value: import("../..").BooleanFieldValue;
@@ -3526,10 +3526,10 @@ export default class Field extends BaseResource {
3526
3526
  };
3527
3527
  }[];
3528
3528
  }, "editor" | "parameters">;
3529
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3529
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3530
3530
  field_type: "boolean";
3531
3531
  localized: true;
3532
- default_value: import("../..").BooleanFieldValue | Record<string, import("../..").BooleanFieldValue>;
3532
+ default_value: Record<string, import("../..").BooleanFieldValue>;
3533
3533
  validators: import("../..").BooleanFieldValidators;
3534
3534
  appearance: import("../..").BooleanFieldAppearance & Omit<{
3535
3535
  [k: string]: unknown;
@@ -3547,7 +3547,7 @@ export default class Field extends BaseResource {
3547
3547
  };
3548
3548
  }[];
3549
3549
  }, "editor" | "parameters">;
3550
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3550
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3551
3551
  field_type: "color";
3552
3552
  localized: false;
3553
3553
  default_value: import("../..").ColorFieldValue;
@@ -3568,10 +3568,10 @@ export default class Field extends BaseResource {
3568
3568
  };
3569
3569
  }[];
3570
3570
  }, "editor" | "parameters">;
3571
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3571
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3572
3572
  field_type: "color";
3573
3573
  localized: true;
3574
- default_value: import("../..").ColorFieldValue | Record<string, import("../..").ColorFieldValue>;
3574
+ default_value: Record<string, import("../..").ColorFieldValue>;
3575
3575
  validators: import("../..").ColorFieldValidators;
3576
3576
  appearance: import("../..").ColorFieldAppearance & Omit<{
3577
3577
  [k: string]: unknown;
@@ -3589,7 +3589,7 @@ export default class Field extends BaseResource {
3589
3589
  };
3590
3590
  }[];
3591
3591
  }, "editor" | "parameters">;
3592
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3592
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3593
3593
  field_type: "date";
3594
3594
  localized: false;
3595
3595
  default_value: import("../..").DateFieldValue;
@@ -3610,10 +3610,10 @@ export default class Field extends BaseResource {
3610
3610
  };
3611
3611
  }[];
3612
3612
  }, "editor" | "parameters">;
3613
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3613
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3614
3614
  field_type: "date";
3615
3615
  localized: true;
3616
- default_value: import("../..").DateFieldValue | Record<string, import("../..").DateFieldValue>;
3616
+ default_value: Record<string, import("../..").DateFieldValue>;
3617
3617
  validators: import("../..").DateFieldValidators;
3618
3618
  appearance: import("../..").DateFieldAppearance & Omit<{
3619
3619
  [k: string]: unknown;
@@ -3631,7 +3631,7 @@ export default class Field extends BaseResource {
3631
3631
  };
3632
3632
  }[];
3633
3633
  }, "editor" | "parameters">;
3634
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3634
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3635
3635
  field_type: "date_time";
3636
3636
  localized: false;
3637
3637
  default_value: import("../..").DateTimeFieldValue;
@@ -3652,10 +3652,10 @@ export default class Field extends BaseResource {
3652
3652
  };
3653
3653
  }[];
3654
3654
  }, "editor" | "parameters">;
3655
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3655
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3656
3656
  field_type: "date_time";
3657
3657
  localized: true;
3658
- default_value: import("../..").DateTimeFieldValue | Record<string, import("../..").DateTimeFieldValue>;
3658
+ default_value: Record<string, import("../..").DateTimeFieldValue>;
3659
3659
  validators: import("../..").DateTimeFieldValidators;
3660
3660
  appearance: import("../..").DateTimeFieldAppearance & Omit<{
3661
3661
  [k: string]: unknown;
@@ -3673,7 +3673,7 @@ export default class Field extends BaseResource {
3673
3673
  };
3674
3674
  }[];
3675
3675
  }, "editor" | "parameters">;
3676
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3676
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3677
3677
  field_type: "file";
3678
3678
  localized: false;
3679
3679
  default_value: null;
@@ -3694,10 +3694,10 @@ export default class Field extends BaseResource {
3694
3694
  };
3695
3695
  }[];
3696
3696
  }, "editor" | "parameters">;
3697
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3697
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3698
3698
  field_type: "file";
3699
3699
  localized: true;
3700
- default_value: Record<string, null> | null;
3700
+ default_value: Record<string, null>;
3701
3701
  validators: import("../..").FileFieldValidators;
3702
3702
  appearance: import("../..").FileFieldAppearance & Omit<{
3703
3703
  [k: string]: unknown;
@@ -3715,7 +3715,7 @@ export default class Field extends BaseResource {
3715
3715
  };
3716
3716
  }[];
3717
3717
  }, "editor" | "parameters">;
3718
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3718
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3719
3719
  field_type: "float";
3720
3720
  localized: false;
3721
3721
  default_value: import("../..").FloatFieldValue;
@@ -3736,10 +3736,10 @@ export default class Field extends BaseResource {
3736
3736
  };
3737
3737
  }[];
3738
3738
  }, "editor" | "parameters">;
3739
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3739
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3740
3740
  field_type: "float";
3741
3741
  localized: true;
3742
- default_value: import("../..").FloatFieldValue | Record<string, import("../..").FloatFieldValue>;
3742
+ default_value: Record<string, import("../..").FloatFieldValue>;
3743
3743
  validators: import("../..").FloatFieldValidators;
3744
3744
  appearance: import("../..").FloatFieldAppearance & Omit<{
3745
3745
  [k: string]: unknown;
@@ -3757,7 +3757,7 @@ export default class Field extends BaseResource {
3757
3757
  };
3758
3758
  }[];
3759
3759
  }, "editor" | "parameters">;
3760
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3760
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3761
3761
  field_type: "gallery";
3762
3762
  localized: false;
3763
3763
  default_value: null;
@@ -3778,10 +3778,10 @@ export default class Field extends BaseResource {
3778
3778
  };
3779
3779
  }[];
3780
3780
  }, "editor" | "parameters">;
3781
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3781
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3782
3782
  field_type: "gallery";
3783
3783
  localized: true;
3784
- default_value: Record<string, null> | null;
3784
+ default_value: Record<string, null>;
3785
3785
  validators: import("../..").GalleryFieldValidators;
3786
3786
  appearance: import("../..").GalleryFieldAppearance & Omit<{
3787
3787
  [k: string]: unknown;
@@ -3799,7 +3799,7 @@ export default class Field extends BaseResource {
3799
3799
  };
3800
3800
  }[];
3801
3801
  }, "editor" | "parameters">;
3802
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3802
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3803
3803
  field_type: "integer";
3804
3804
  localized: false;
3805
3805
  default_value: import("../..").IntegerFieldValue;
@@ -3820,10 +3820,10 @@ export default class Field extends BaseResource {
3820
3820
  };
3821
3821
  }[];
3822
3822
  }, "editor" | "parameters">;
3823
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3823
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3824
3824
  field_type: "integer";
3825
3825
  localized: true;
3826
- default_value: import("../..").IntegerFieldValue | Record<string, import("../..").IntegerFieldValue>;
3826
+ default_value: Record<string, import("../..").IntegerFieldValue>;
3827
3827
  validators: import("../..").IntegerFieldValidators;
3828
3828
  appearance: import("../..").IntegerFieldAppearance & Omit<{
3829
3829
  [k: string]: unknown;
@@ -3841,7 +3841,7 @@ export default class Field extends BaseResource {
3841
3841
  };
3842
3842
  }[];
3843
3843
  }, "editor" | "parameters">;
3844
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3844
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3845
3845
  field_type: "json";
3846
3846
  localized: false;
3847
3847
  default_value: import("../..").JsonFieldValue;
@@ -3862,10 +3862,10 @@ export default class Field extends BaseResource {
3862
3862
  };
3863
3863
  }[];
3864
3864
  }, "editor" | "parameters">;
3865
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3865
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3866
3866
  field_type: "json";
3867
3867
  localized: true;
3868
- default_value: import("../..").JsonFieldValue | Record<string, import("../..").JsonFieldValue>;
3868
+ default_value: Record<string, import("../..").JsonFieldValue>;
3869
3869
  validators: import("../..").JsonFieldValidators;
3870
3870
  appearance: import("../..").JsonFieldAppearance & Omit<{
3871
3871
  [k: string]: unknown;
@@ -3883,7 +3883,7 @@ export default class Field extends BaseResource {
3883
3883
  };
3884
3884
  }[];
3885
3885
  }, "editor" | "parameters">;
3886
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3886
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3887
3887
  field_type: "lat_lon";
3888
3888
  localized: false;
3889
3889
  default_value: import("../..").LatLonFieldValue;
@@ -3904,10 +3904,10 @@ export default class Field extends BaseResource {
3904
3904
  };
3905
3905
  }[];
3906
3906
  }, "editor" | "parameters">;
3907
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3907
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3908
3908
  field_type: "lat_lon";
3909
3909
  localized: true;
3910
- default_value: import("../..").LatLonFieldValue | Record<string, import("../..").LatLonFieldValue>;
3910
+ default_value: Record<string, import("../..").LatLonFieldValue>;
3911
3911
  validators: import("../..").LatLonFieldValidators;
3912
3912
  appearance: import("../..").LatLonFieldAppearance & Omit<{
3913
3913
  [k: string]: unknown;
@@ -3925,7 +3925,7 @@ export default class Field extends BaseResource {
3925
3925
  };
3926
3926
  }[];
3927
3927
  }, "editor" | "parameters">;
3928
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3928
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3929
3929
  field_type: "link";
3930
3930
  localized: false;
3931
3931
  default_value: null;
@@ -3946,10 +3946,10 @@ export default class Field extends BaseResource {
3946
3946
  };
3947
3947
  }[];
3948
3948
  }, "editor" | "parameters">;
3949
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3949
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3950
3950
  field_type: "link";
3951
3951
  localized: true;
3952
- default_value: Record<string, null> | null;
3952
+ default_value: Record<string, null>;
3953
3953
  validators: import("../..").LinkFieldValidators;
3954
3954
  appearance: import("../..").LinkFieldAppearance & Omit<{
3955
3955
  [k: string]: unknown;
@@ -3967,7 +3967,7 @@ export default class Field extends BaseResource {
3967
3967
  };
3968
3968
  }[];
3969
3969
  }, "editor" | "parameters">;
3970
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3970
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3971
3971
  field_type: "links";
3972
3972
  localized: false;
3973
3973
  default_value: null;
@@ -3988,10 +3988,10 @@ export default class Field extends BaseResource {
3988
3988
  };
3989
3989
  }[];
3990
3990
  }, "editor" | "parameters">;
3991
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3991
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
3992
3992
  field_type: "links";
3993
3993
  localized: true;
3994
- default_value: Record<string, null> | null;
3994
+ default_value: Record<string, null>;
3995
3995
  validators: import("../..").LinksFieldValidators;
3996
3996
  appearance: import("../..").LinksFieldAppearance & Omit<{
3997
3997
  [k: string]: unknown;
@@ -4009,7 +4009,7 @@ export default class Field extends BaseResource {
4009
4009
  };
4010
4010
  }[];
4011
4011
  }, "editor" | "parameters">;
4012
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
4012
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
4013
4013
  field_type: "rich_text";
4014
4014
  localized: false;
4015
4015
  default_value: null;
@@ -4030,10 +4030,10 @@ export default class Field extends BaseResource {
4030
4030
  };
4031
4031
  }[];
4032
4032
  }, "editor" | "parameters">;
4033
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
4033
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
4034
4034
  field_type: "rich_text";
4035
4035
  localized: true;
4036
- default_value: Record<string, null> | null;
4036
+ default_value: Record<string, null>;
4037
4037
  validators: import("../..").RichTextFieldValidators;
4038
4038
  appearance: import("../..").RichTextFieldAppearance & Omit<{
4039
4039
  [k: string]: unknown;
@@ -4051,7 +4051,7 @@ export default class Field extends BaseResource {
4051
4051
  };
4052
4052
  }[];
4053
4053
  }, "editor" | "parameters">;
4054
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
4054
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
4055
4055
  field_type: "seo";
4056
4056
  localized: false;
4057
4057
  default_value: null;
@@ -4072,10 +4072,10 @@ export default class Field extends BaseResource {
4072
4072
  };
4073
4073
  }[];
4074
4074
  }, "editor" | "parameters">;
4075
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
4075
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
4076
4076
  field_type: "seo";
4077
4077
  localized: true;
4078
- default_value: Record<string, null> | null;
4078
+ default_value: Record<string, null>;
4079
4079
  validators: import("../..").SeoFieldValidators;
4080
4080
  appearance: import("../..").SeoFieldAppearance & Omit<{
4081
4081
  [k: string]: unknown;
@@ -4093,7 +4093,7 @@ export default class Field extends BaseResource {
4093
4093
  };
4094
4094
  }[];
4095
4095
  }, "editor" | "parameters">;
4096
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
4096
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
4097
4097
  field_type: "single_block";
4098
4098
  localized: false;
4099
4099
  default_value: null;
@@ -4114,10 +4114,10 @@ export default class Field extends BaseResource {
4114
4114
  };
4115
4115
  }[];
4116
4116
  }, "editor" | "parameters">;
4117
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
4117
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
4118
4118
  field_type: "single_block";
4119
4119
  localized: true;
4120
- default_value: Record<string, null> | null;
4120
+ default_value: Record<string, null>;
4121
4121
  validators: import("../..").SingleBlockFieldValidators;
4122
4122
  appearance: import("../..").SingleBlockFieldAppearance & Omit<{
4123
4123
  [k: string]: unknown;
@@ -4135,7 +4135,7 @@ export default class Field extends BaseResource {
4135
4135
  };
4136
4136
  }[];
4137
4137
  }, "editor" | "parameters">;
4138
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
4138
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
4139
4139
  field_type: "slug";
4140
4140
  localized: false;
4141
4141
  default_value: null;
@@ -4156,10 +4156,10 @@ export default class Field extends BaseResource {
4156
4156
  };
4157
4157
  }[];
4158
4158
  }, "editor" | "parameters">;
4159
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
4159
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
4160
4160
  field_type: "slug";
4161
4161
  localized: true;
4162
- default_value: Record<string, null> | null;
4162
+ default_value: Record<string, null>;
4163
4163
  validators: import("../..").SlugFieldValidators;
4164
4164
  appearance: import("../..").SlugFieldAppearance & Omit<{
4165
4165
  [k: string]: unknown;
@@ -4177,7 +4177,7 @@ export default class Field extends BaseResource {
4177
4177
  };
4178
4178
  }[];
4179
4179
  }, "editor" | "parameters">;
4180
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
4180
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
4181
4181
  field_type: "string";
4182
4182
  localized: false;
4183
4183
  default_value: import("../..").StringFieldValue;
@@ -4198,10 +4198,10 @@ export default class Field extends BaseResource {
4198
4198
  };
4199
4199
  }[];
4200
4200
  }, "editor" | "parameters">;
4201
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
4201
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
4202
4202
  field_type: "string";
4203
4203
  localized: true;
4204
- default_value: import("../..").StringFieldValue | Record<string, import("../..").StringFieldValue>;
4204
+ default_value: Record<string, import("../..").StringFieldValue>;
4205
4205
  validators: import("../..").StringFieldValidators;
4206
4206
  appearance: import("../..").StringFieldAppearance & Omit<{
4207
4207
  [k: string]: unknown;
@@ -4219,7 +4219,7 @@ export default class Field extends BaseResource {
4219
4219
  };
4220
4220
  }[];
4221
4221
  }, "editor" | "parameters">;
4222
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
4222
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
4223
4223
  field_type: "structured_text";
4224
4224
  localized: false;
4225
4225
  default_value: null;
@@ -4240,10 +4240,10 @@ export default class Field extends BaseResource {
4240
4240
  };
4241
4241
  }[];
4242
4242
  }, "editor" | "parameters">;
4243
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
4243
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
4244
4244
  field_type: "structured_text";
4245
4245
  localized: true;
4246
- default_value: Record<string, null> | null;
4246
+ default_value: Record<string, null>;
4247
4247
  validators: import("../..").StructuredTextFieldValidators;
4248
4248
  appearance: import("../..").StructuredTextFieldAppearance & Omit<{
4249
4249
  [k: string]: unknown;
@@ -4261,7 +4261,7 @@ export default class Field extends BaseResource {
4261
4261
  };
4262
4262
  }[];
4263
4263
  }, "editor" | "parameters">;
4264
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
4264
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
4265
4265
  field_type: "text";
4266
4266
  localized: false;
4267
4267
  default_value: import("../..").TextFieldValue;
@@ -4282,10 +4282,10 @@ export default class Field extends BaseResource {
4282
4282
  };
4283
4283
  }[];
4284
4284
  }, "editor" | "parameters">;
4285
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
4285
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
4286
4286
  field_type: "text";
4287
4287
  localized: true;
4288
- default_value: import("../..").TextFieldValue | Record<string, import("../..").TextFieldValue>;
4288
+ default_value: Record<string, import("../..").TextFieldValue>;
4289
4289
  validators: import("../..").TextFieldValidators;
4290
4290
  appearance: import("../..").TextFieldAppearance & Omit<{
4291
4291
  [k: string]: unknown;
@@ -4303,7 +4303,7 @@ export default class Field extends BaseResource {
4303
4303
  };
4304
4304
  }[];
4305
4305
  }, "editor" | "parameters">;
4306
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
4306
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
4307
4307
  field_type: "video";
4308
4308
  localized: false;
4309
4309
  default_value: null;
@@ -4324,10 +4324,10 @@ export default class Field extends BaseResource {
4324
4324
  };
4325
4325
  }[];
4326
4326
  }, "editor" | "parameters">;
4327
- }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
4327
+ }) | (Omit<ApiTypes.FieldStableShell, "localized" | "field_type" | "default_value" | "validators" | "appearance"> & {
4328
4328
  field_type: "video";
4329
4329
  localized: true;
4330
- default_value: Record<string, null> | null;
4330
+ default_value: Record<string, null>;
4331
4331
  validators: import("../..").VideoFieldValidators;
4332
4332
  appearance: import("../..").VideoFieldAppearance & Omit<{
4333
4333
  [k: string]: unknown;