@datocms/cma-client 5.1.3 → 5.1.4

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 (84) hide show
  1. package/dist/cjs/fieldTypes/lat_lon.js +6 -6
  2. package/dist/cjs/fieldTypes/lat_lon.js.map +1 -1
  3. package/dist/cjs/fieldTypes/rich_text.js.map +1 -1
  4. package/dist/cjs/fieldTypes/single_block.js.map +1 -1
  5. package/dist/cjs/fieldTypes/structured_text.js.map +1 -1
  6. package/dist/cjs/generated/Client.js +1 -1
  7. package/dist/cjs/generated/resources/Item.js +41 -23
  8. package/dist/cjs/generated/resources/Item.js.map +1 -1
  9. package/dist/cjs/generated/resources/ScheduledPublication.js +4 -2
  10. package/dist/cjs/generated/resources/ScheduledPublication.js.map +1 -1
  11. package/dist/cjs/generated/resources/ScheduledUnpublishing.js +4 -2
  12. package/dist/cjs/generated/resources/ScheduledUnpublishing.js.map +1 -1
  13. package/dist/cjs/generated/resources/Upload.js +4 -2
  14. package/dist/cjs/generated/resources/Upload.js.map +1 -1
  15. package/dist/cjs/index.js +1 -0
  16. package/dist/cjs/index.js.map +1 -1
  17. package/dist/cjs/utilities/buildBlockRecord.js.map +1 -1
  18. package/dist/cjs/utilities/itemDefinition.js +3 -0
  19. package/dist/cjs/utilities/itemDefinition.js.map +1 -0
  20. package/dist/esm/fieldTypes/lat_lon.d.ts +5 -5
  21. package/dist/esm/fieldTypes/lat_lon.js +3 -3
  22. package/dist/esm/fieldTypes/lat_lon.js.map +1 -1
  23. package/dist/esm/fieldTypes/rich_text.d.ts +8 -7
  24. package/dist/esm/fieldTypes/rich_text.js.map +1 -1
  25. package/dist/esm/fieldTypes/single_block.d.ts +15 -14
  26. package/dist/esm/fieldTypes/single_block.js.map +1 -1
  27. package/dist/esm/fieldTypes/structured_text.d.ts +13 -12
  28. package/dist/esm/fieldTypes/structured_text.js.map +1 -1
  29. package/dist/esm/generated/ApiTypes.d.ts +67 -62
  30. package/dist/esm/generated/Client.js +1 -1
  31. package/dist/esm/generated/RawApiTypes.d.ts +116 -121
  32. package/dist/esm/generated/resources/Field.d.ts +230 -230
  33. package/dist/esm/generated/resources/Item.d.ts +42 -24
  34. package/dist/esm/generated/resources/Item.js +41 -23
  35. package/dist/esm/generated/resources/Item.js.map +1 -1
  36. package/dist/esm/generated/resources/ItemVersion.d.ts +1 -1
  37. package/dist/esm/generated/resources/ScheduledPublication.d.ts +5 -2
  38. package/dist/esm/generated/resources/ScheduledPublication.js +4 -2
  39. package/dist/esm/generated/resources/ScheduledPublication.js.map +1 -1
  40. package/dist/esm/generated/resources/ScheduledUnpublishing.d.ts +5 -2
  41. package/dist/esm/generated/resources/ScheduledUnpublishing.js +4 -2
  42. package/dist/esm/generated/resources/ScheduledUnpublishing.js.map +1 -1
  43. package/dist/esm/generated/resources/Upload.d.ts +10 -2
  44. package/dist/esm/generated/resources/Upload.js +4 -2
  45. package/dist/esm/generated/resources/Upload.js.map +1 -1
  46. package/dist/esm/index.d.ts +1 -0
  47. package/dist/esm/index.js +1 -0
  48. package/dist/esm/index.js.map +1 -1
  49. package/dist/esm/utilities/buildBlockRecord.d.ts +5 -31
  50. package/dist/esm/utilities/buildBlockRecord.js.map +1 -1
  51. package/dist/esm/utilities/itemDefinition.d.ts +74 -0
  52. package/dist/esm/utilities/itemDefinition.js +2 -0
  53. package/dist/esm/utilities/itemDefinition.js.map +1 -0
  54. package/dist/types/fieldTypes/lat_lon.d.ts +5 -5
  55. package/dist/types/fieldTypes/rich_text.d.ts +8 -7
  56. package/dist/types/fieldTypes/single_block.d.ts +15 -14
  57. package/dist/types/fieldTypes/structured_text.d.ts +13 -12
  58. package/dist/types/generated/ApiTypes.d.ts +67 -62
  59. package/dist/types/generated/RawApiTypes.d.ts +116 -121
  60. package/dist/types/generated/resources/Field.d.ts +230 -230
  61. package/dist/types/generated/resources/Item.d.ts +42 -24
  62. package/dist/types/generated/resources/ItemVersion.d.ts +1 -1
  63. package/dist/types/generated/resources/ScheduledPublication.d.ts +5 -2
  64. package/dist/types/generated/resources/ScheduledUnpublishing.d.ts +5 -2
  65. package/dist/types/generated/resources/Upload.d.ts +10 -2
  66. package/dist/types/index.d.ts +1 -0
  67. package/dist/types/utilities/buildBlockRecord.d.ts +5 -31
  68. package/dist/types/utilities/itemDefinition.d.ts +74 -0
  69. package/package.json +5 -5
  70. package/resources.json +564 -0
  71. package/src/fieldTypes/lat_lon.ts +7 -9
  72. package/src/fieldTypes/rich_text.ts +22 -13
  73. package/src/fieldTypes/single_block.ts +42 -32
  74. package/src/fieldTypes/structured_text.ts +60 -23
  75. package/src/generated/ApiTypes.ts +110 -70
  76. package/src/generated/Client.ts +1 -1
  77. package/src/generated/RawApiTypes.ts +160 -138
  78. package/src/generated/resources/Item.ts +360 -108
  79. package/src/generated/resources/ScheduledPublication.ts +31 -11
  80. package/src/generated/resources/ScheduledUnpublishing.ts +31 -11
  81. package/src/generated/resources/Upload.ts +54 -12
  82. package/src/index.ts +1 -0
  83. package/src/utilities/buildBlockRecord.ts +19 -3
  84. package/src/utilities/itemDefinition.ts +229 -0
@@ -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, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
14
+ create(itemTypeId: string | ApiTypes.ItemTypeData, body: ApiTypes.FieldCreateSchema): Promise<(Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
15
15
  field_type: "boolean";
16
16
  localized: false;
17
17
  default_value: import("../..").BooleanFieldValue;
@@ -32,7 +32,7 @@ export default class Field extends BaseResource {
32
32
  };
33
33
  }[];
34
34
  }, "editor" | "parameters">;
35
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
35
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
36
36
  field_type: "boolean";
37
37
  localized: true;
38
38
  default_value: import("../..").BooleanFieldValue | Record<string, import("../..").BooleanFieldValue>;
@@ -53,7 +53,7 @@ export default class Field extends BaseResource {
53
53
  };
54
54
  }[];
55
55
  }, "editor" | "parameters">;
56
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
56
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
57
57
  field_type: "color";
58
58
  localized: false;
59
59
  default_value: import("../..").ColorFieldValue;
@@ -74,7 +74,7 @@ export default class Field extends BaseResource {
74
74
  };
75
75
  }[];
76
76
  }, "editor" | "parameters">;
77
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
77
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
78
78
  field_type: "color";
79
79
  localized: true;
80
80
  default_value: import("../..").ColorFieldValue | Record<string, import("../..").ColorFieldValue>;
@@ -95,7 +95,7 @@ export default class Field extends BaseResource {
95
95
  };
96
96
  }[];
97
97
  }, "editor" | "parameters">;
98
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
98
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
99
99
  field_type: "date";
100
100
  localized: false;
101
101
  default_value: import("../..").DateFieldValue;
@@ -116,7 +116,7 @@ export default class Field extends BaseResource {
116
116
  };
117
117
  }[];
118
118
  }, "editor" | "parameters">;
119
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
119
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
120
120
  field_type: "date";
121
121
  localized: true;
122
122
  default_value: import("../..").DateFieldValue | Record<string, import("../..").DateFieldValue>;
@@ -137,7 +137,7 @@ export default class Field extends BaseResource {
137
137
  };
138
138
  }[];
139
139
  }, "editor" | "parameters">;
140
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
140
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
141
141
  field_type: "date_time";
142
142
  localized: false;
143
143
  default_value: import("../..").DateTimeFieldValue;
@@ -158,7 +158,7 @@ export default class Field extends BaseResource {
158
158
  };
159
159
  }[];
160
160
  }, "editor" | "parameters">;
161
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
161
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
162
162
  field_type: "date_time";
163
163
  localized: true;
164
164
  default_value: import("../..").DateTimeFieldValue | Record<string, import("../..").DateTimeFieldValue>;
@@ -179,7 +179,7 @@ export default class Field extends BaseResource {
179
179
  };
180
180
  }[];
181
181
  }, "editor" | "parameters">;
182
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
182
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
183
183
  field_type: "file";
184
184
  localized: false;
185
185
  default_value: null;
@@ -200,7 +200,7 @@ export default class Field extends BaseResource {
200
200
  };
201
201
  }[];
202
202
  }, "editor" | "parameters">;
203
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
203
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
204
204
  field_type: "file";
205
205
  localized: true;
206
206
  default_value: Record<string, null> | null;
@@ -221,7 +221,7 @@ export default class Field extends BaseResource {
221
221
  };
222
222
  }[];
223
223
  }, "editor" | "parameters">;
224
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
224
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
225
225
  field_type: "float";
226
226
  localized: false;
227
227
  default_value: import("../..").FloatFieldValue;
@@ -242,7 +242,7 @@ export default class Field extends BaseResource {
242
242
  };
243
243
  }[];
244
244
  }, "editor" | "parameters">;
245
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
245
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
246
246
  field_type: "float";
247
247
  localized: true;
248
248
  default_value: import("../..").FloatFieldValue | Record<string, import("../..").FloatFieldValue>;
@@ -263,7 +263,7 @@ export default class Field extends BaseResource {
263
263
  };
264
264
  }[];
265
265
  }, "editor" | "parameters">;
266
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
266
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
267
267
  field_type: "gallery";
268
268
  localized: false;
269
269
  default_value: null;
@@ -284,7 +284,7 @@ export default class Field extends BaseResource {
284
284
  };
285
285
  }[];
286
286
  }, "editor" | "parameters">;
287
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
287
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
288
288
  field_type: "gallery";
289
289
  localized: true;
290
290
  default_value: Record<string, null> | null;
@@ -305,7 +305,7 @@ export default class Field extends BaseResource {
305
305
  };
306
306
  }[];
307
307
  }, "editor" | "parameters">;
308
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
308
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
309
309
  field_type: "integer";
310
310
  localized: false;
311
311
  default_value: import("../..").IntegerFieldValue;
@@ -326,7 +326,7 @@ export default class Field extends BaseResource {
326
326
  };
327
327
  }[];
328
328
  }, "editor" | "parameters">;
329
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
329
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
330
330
  field_type: "integer";
331
331
  localized: true;
332
332
  default_value: import("../..").IntegerFieldValue | Record<string, import("../..").IntegerFieldValue>;
@@ -347,7 +347,7 @@ export default class Field extends BaseResource {
347
347
  };
348
348
  }[];
349
349
  }, "editor" | "parameters">;
350
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
350
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
351
351
  field_type: "json";
352
352
  localized: false;
353
353
  default_value: import("../..").JsonFieldValue;
@@ -368,7 +368,7 @@ export default class Field extends BaseResource {
368
368
  };
369
369
  }[];
370
370
  }, "editor" | "parameters">;
371
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
371
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
372
372
  field_type: "json";
373
373
  localized: true;
374
374
  default_value: import("../..").JsonFieldValue | Record<string, import("../..").JsonFieldValue>;
@@ -389,12 +389,12 @@ export default class Field extends BaseResource {
389
389
  };
390
390
  }[];
391
391
  }, "editor" | "parameters">;
392
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
392
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
393
393
  field_type: "lat_lon";
394
394
  localized: false;
395
- default_value: import("../..").LocationFieldValue;
396
- validators: import("../..").LocationFieldValidators;
397
- appearance: import("../..").LocationFieldAppearance & Omit<{
395
+ default_value: import("../..").LatLonFieldValue;
396
+ validators: import("../..").LatLonFieldValidators;
397
+ appearance: import("../..").LatLonFieldAppearance & Omit<{
398
398
  [k: string]: unknown;
399
399
  editor: string;
400
400
  field_extension?: string | undefined;
@@ -410,12 +410,12 @@ export default class Field extends BaseResource {
410
410
  };
411
411
  }[];
412
412
  }, "editor" | "parameters">;
413
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
413
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
414
414
  field_type: "lat_lon";
415
415
  localized: true;
416
- default_value: import("../..").LocationFieldValue | Record<string, import("../..").LocationFieldValue>;
417
- validators: import("../..").LocationFieldValidators;
418
- appearance: import("../..").LocationFieldAppearance & Omit<{
416
+ default_value: import("../..").LatLonFieldValue | Record<string, import("../..").LatLonFieldValue>;
417
+ validators: import("../..").LatLonFieldValidators;
418
+ appearance: import("../..").LatLonFieldAppearance & Omit<{
419
419
  [k: string]: unknown;
420
420
  editor: string;
421
421
  field_extension?: string | undefined;
@@ -431,7 +431,7 @@ export default class Field extends BaseResource {
431
431
  };
432
432
  }[];
433
433
  }, "editor" | "parameters">;
434
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
434
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
435
435
  field_type: "link";
436
436
  localized: false;
437
437
  default_value: null;
@@ -452,7 +452,7 @@ export default class Field extends BaseResource {
452
452
  };
453
453
  }[];
454
454
  }, "editor" | "parameters">;
455
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
455
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
456
456
  field_type: "link";
457
457
  localized: true;
458
458
  default_value: Record<string, null> | null;
@@ -473,7 +473,7 @@ export default class Field extends BaseResource {
473
473
  };
474
474
  }[];
475
475
  }, "editor" | "parameters">;
476
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
476
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
477
477
  field_type: "links";
478
478
  localized: false;
479
479
  default_value: null;
@@ -494,7 +494,7 @@ export default class Field extends BaseResource {
494
494
  };
495
495
  }[];
496
496
  }, "editor" | "parameters">;
497
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
497
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
498
498
  field_type: "links";
499
499
  localized: true;
500
500
  default_value: Record<string, null> | null;
@@ -515,7 +515,7 @@ export default class Field extends BaseResource {
515
515
  };
516
516
  }[];
517
517
  }, "editor" | "parameters">;
518
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
518
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
519
519
  field_type: "rich_text";
520
520
  localized: false;
521
521
  default_value: null;
@@ -536,7 +536,7 @@ export default class Field extends BaseResource {
536
536
  };
537
537
  }[];
538
538
  }, "editor" | "parameters">;
539
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
539
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
540
540
  field_type: "rich_text";
541
541
  localized: true;
542
542
  default_value: Record<string, null> | null;
@@ -557,7 +557,7 @@ export default class Field extends BaseResource {
557
557
  };
558
558
  }[];
559
559
  }, "editor" | "parameters">;
560
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
560
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
561
561
  field_type: "seo";
562
562
  localized: false;
563
563
  default_value: null;
@@ -578,7 +578,7 @@ export default class Field extends BaseResource {
578
578
  };
579
579
  }[];
580
580
  }, "editor" | "parameters">;
581
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
581
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
582
582
  field_type: "seo";
583
583
  localized: true;
584
584
  default_value: Record<string, null> | null;
@@ -599,7 +599,7 @@ export default class Field extends BaseResource {
599
599
  };
600
600
  }[];
601
601
  }, "editor" | "parameters">;
602
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
602
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
603
603
  field_type: "single_block";
604
604
  localized: false;
605
605
  default_value: null;
@@ -620,7 +620,7 @@ export default class Field extends BaseResource {
620
620
  };
621
621
  }[];
622
622
  }, "editor" | "parameters">;
623
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
623
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
624
624
  field_type: "single_block";
625
625
  localized: true;
626
626
  default_value: Record<string, null> | null;
@@ -641,7 +641,7 @@ export default class Field extends BaseResource {
641
641
  };
642
642
  }[];
643
643
  }, "editor" | "parameters">;
644
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
644
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
645
645
  field_type: "slug";
646
646
  localized: false;
647
647
  default_value: null;
@@ -662,7 +662,7 @@ export default class Field extends BaseResource {
662
662
  };
663
663
  }[];
664
664
  }, "editor" | "parameters">;
665
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
665
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
666
666
  field_type: "slug";
667
667
  localized: true;
668
668
  default_value: Record<string, null> | null;
@@ -683,7 +683,7 @@ export default class Field extends BaseResource {
683
683
  };
684
684
  }[];
685
685
  }, "editor" | "parameters">;
686
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
686
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
687
687
  field_type: "string";
688
688
  localized: false;
689
689
  default_value: import("../..").StringFieldValue;
@@ -704,7 +704,7 @@ export default class Field extends BaseResource {
704
704
  };
705
705
  }[];
706
706
  }, "editor" | "parameters">;
707
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
707
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
708
708
  field_type: "string";
709
709
  localized: true;
710
710
  default_value: import("../..").StringFieldValue | Record<string, import("../..").StringFieldValue>;
@@ -725,7 +725,7 @@ export default class Field extends BaseResource {
725
725
  };
726
726
  }[];
727
727
  }, "editor" | "parameters">;
728
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
728
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
729
729
  field_type: "structured_text";
730
730
  localized: false;
731
731
  default_value: null;
@@ -746,7 +746,7 @@ export default class Field extends BaseResource {
746
746
  };
747
747
  }[];
748
748
  }, "editor" | "parameters">;
749
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
749
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
750
750
  field_type: "structured_text";
751
751
  localized: true;
752
752
  default_value: Record<string, null> | null;
@@ -767,7 +767,7 @@ export default class Field extends BaseResource {
767
767
  };
768
768
  }[];
769
769
  }, "editor" | "parameters">;
770
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
770
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
771
771
  field_type: "text";
772
772
  localized: false;
773
773
  default_value: import("../..").TextFieldValue;
@@ -788,7 +788,7 @@ export default class Field extends BaseResource {
788
788
  };
789
789
  }[];
790
790
  }, "editor" | "parameters">;
791
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
791
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
792
792
  field_type: "text";
793
793
  localized: true;
794
794
  default_value: import("../..").TextFieldValue | Record<string, import("../..").TextFieldValue>;
@@ -809,7 +809,7 @@ export default class Field extends BaseResource {
809
809
  };
810
810
  }[];
811
811
  }, "editor" | "parameters">;
812
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
812
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
813
813
  field_type: "video";
814
814
  localized: false;
815
815
  default_value: null;
@@ -830,7 +830,7 @@ export default class Field extends BaseResource {
830
830
  };
831
831
  }[];
832
832
  }, "editor" | "parameters">;
833
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
833
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
834
834
  field_type: "video";
835
835
  localized: true;
836
836
  default_value: Record<string, null> | null;
@@ -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, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
872
+ update(fieldId: string | ApiTypes.FieldData, body: ApiTypes.FieldUpdateSchema): Promise<(Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
873
873
  field_type: "boolean";
874
874
  localized: false;
875
875
  default_value: import("../..").BooleanFieldValue;
@@ -890,7 +890,7 @@ export default class Field extends BaseResource {
890
890
  };
891
891
  }[];
892
892
  }, "editor" | "parameters">;
893
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
893
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
894
894
  field_type: "boolean";
895
895
  localized: true;
896
896
  default_value: import("../..").BooleanFieldValue | Record<string, import("../..").BooleanFieldValue>;
@@ -911,7 +911,7 @@ export default class Field extends BaseResource {
911
911
  };
912
912
  }[];
913
913
  }, "editor" | "parameters">;
914
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
914
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
915
915
  field_type: "color";
916
916
  localized: false;
917
917
  default_value: import("../..").ColorFieldValue;
@@ -932,7 +932,7 @@ export default class Field extends BaseResource {
932
932
  };
933
933
  }[];
934
934
  }, "editor" | "parameters">;
935
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
935
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
936
936
  field_type: "color";
937
937
  localized: true;
938
938
  default_value: import("../..").ColorFieldValue | Record<string, import("../..").ColorFieldValue>;
@@ -953,7 +953,7 @@ export default class Field extends BaseResource {
953
953
  };
954
954
  }[];
955
955
  }, "editor" | "parameters">;
956
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
956
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
957
957
  field_type: "date";
958
958
  localized: false;
959
959
  default_value: import("../..").DateFieldValue;
@@ -974,7 +974,7 @@ export default class Field extends BaseResource {
974
974
  };
975
975
  }[];
976
976
  }, "editor" | "parameters">;
977
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
977
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
978
978
  field_type: "date";
979
979
  localized: true;
980
980
  default_value: import("../..").DateFieldValue | Record<string, import("../..").DateFieldValue>;
@@ -995,7 +995,7 @@ export default class Field extends BaseResource {
995
995
  };
996
996
  }[];
997
997
  }, "editor" | "parameters">;
998
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
998
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
999
999
  field_type: "date_time";
1000
1000
  localized: false;
1001
1001
  default_value: import("../..").DateTimeFieldValue;
@@ -1016,7 +1016,7 @@ export default class Field extends BaseResource {
1016
1016
  };
1017
1017
  }[];
1018
1018
  }, "editor" | "parameters">;
1019
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
1019
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
1020
1020
  field_type: "date_time";
1021
1021
  localized: true;
1022
1022
  default_value: import("../..").DateTimeFieldValue | Record<string, import("../..").DateTimeFieldValue>;
@@ -1037,7 +1037,7 @@ export default class Field extends BaseResource {
1037
1037
  };
1038
1038
  }[];
1039
1039
  }, "editor" | "parameters">;
1040
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
1040
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
1041
1041
  field_type: "file";
1042
1042
  localized: false;
1043
1043
  default_value: null;
@@ -1058,7 +1058,7 @@ export default class Field extends BaseResource {
1058
1058
  };
1059
1059
  }[];
1060
1060
  }, "editor" | "parameters">;
1061
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
1061
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
1062
1062
  field_type: "file";
1063
1063
  localized: true;
1064
1064
  default_value: Record<string, null> | null;
@@ -1079,7 +1079,7 @@ export default class Field extends BaseResource {
1079
1079
  };
1080
1080
  }[];
1081
1081
  }, "editor" | "parameters">;
1082
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
1082
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
1083
1083
  field_type: "float";
1084
1084
  localized: false;
1085
1085
  default_value: import("../..").FloatFieldValue;
@@ -1100,7 +1100,7 @@ export default class Field extends BaseResource {
1100
1100
  };
1101
1101
  }[];
1102
1102
  }, "editor" | "parameters">;
1103
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
1103
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
1104
1104
  field_type: "float";
1105
1105
  localized: true;
1106
1106
  default_value: import("../..").FloatFieldValue | Record<string, import("../..").FloatFieldValue>;
@@ -1121,7 +1121,7 @@ export default class Field extends BaseResource {
1121
1121
  };
1122
1122
  }[];
1123
1123
  }, "editor" | "parameters">;
1124
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
1124
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
1125
1125
  field_type: "gallery";
1126
1126
  localized: false;
1127
1127
  default_value: null;
@@ -1142,7 +1142,7 @@ export default class Field extends BaseResource {
1142
1142
  };
1143
1143
  }[];
1144
1144
  }, "editor" | "parameters">;
1145
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
1145
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
1146
1146
  field_type: "gallery";
1147
1147
  localized: true;
1148
1148
  default_value: Record<string, null> | null;
@@ -1163,7 +1163,7 @@ export default class Field extends BaseResource {
1163
1163
  };
1164
1164
  }[];
1165
1165
  }, "editor" | "parameters">;
1166
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
1166
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
1167
1167
  field_type: "integer";
1168
1168
  localized: false;
1169
1169
  default_value: import("../..").IntegerFieldValue;
@@ -1184,7 +1184,7 @@ export default class Field extends BaseResource {
1184
1184
  };
1185
1185
  }[];
1186
1186
  }, "editor" | "parameters">;
1187
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
1187
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
1188
1188
  field_type: "integer";
1189
1189
  localized: true;
1190
1190
  default_value: import("../..").IntegerFieldValue | Record<string, import("../..").IntegerFieldValue>;
@@ -1205,7 +1205,7 @@ export default class Field extends BaseResource {
1205
1205
  };
1206
1206
  }[];
1207
1207
  }, "editor" | "parameters">;
1208
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
1208
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
1209
1209
  field_type: "json";
1210
1210
  localized: false;
1211
1211
  default_value: import("../..").JsonFieldValue;
@@ -1226,7 +1226,7 @@ export default class Field extends BaseResource {
1226
1226
  };
1227
1227
  }[];
1228
1228
  }, "editor" | "parameters">;
1229
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
1229
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
1230
1230
  field_type: "json";
1231
1231
  localized: true;
1232
1232
  default_value: import("../..").JsonFieldValue | Record<string, import("../..").JsonFieldValue>;
@@ -1247,12 +1247,12 @@ export default class Field extends BaseResource {
1247
1247
  };
1248
1248
  }[];
1249
1249
  }, "editor" | "parameters">;
1250
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
1250
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
1251
1251
  field_type: "lat_lon";
1252
1252
  localized: false;
1253
- default_value: import("../..").LocationFieldValue;
1254
- validators: import("../..").LocationFieldValidators;
1255
- appearance: import("../..").LocationFieldAppearance & Omit<{
1253
+ default_value: import("../..").LatLonFieldValue;
1254
+ validators: import("../..").LatLonFieldValidators;
1255
+ appearance: import("../..").LatLonFieldAppearance & Omit<{
1256
1256
  [k: string]: unknown;
1257
1257
  editor: string;
1258
1258
  field_extension?: string | undefined;
@@ -1268,12 +1268,12 @@ export default class Field extends BaseResource {
1268
1268
  };
1269
1269
  }[];
1270
1270
  }, "editor" | "parameters">;
1271
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
1271
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
1272
1272
  field_type: "lat_lon";
1273
1273
  localized: true;
1274
- default_value: import("../..").LocationFieldValue | Record<string, import("../..").LocationFieldValue>;
1275
- validators: import("../..").LocationFieldValidators;
1276
- appearance: import("../..").LocationFieldAppearance & Omit<{
1274
+ default_value: import("../..").LatLonFieldValue | Record<string, import("../..").LatLonFieldValue>;
1275
+ validators: import("../..").LatLonFieldValidators;
1276
+ appearance: import("../..").LatLonFieldAppearance & Omit<{
1277
1277
  [k: string]: unknown;
1278
1278
  editor: string;
1279
1279
  field_extension?: string | undefined;
@@ -1289,7 +1289,7 @@ export default class Field extends BaseResource {
1289
1289
  };
1290
1290
  }[];
1291
1291
  }, "editor" | "parameters">;
1292
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
1292
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
1293
1293
  field_type: "link";
1294
1294
  localized: false;
1295
1295
  default_value: null;
@@ -1310,7 +1310,7 @@ export default class Field extends BaseResource {
1310
1310
  };
1311
1311
  }[];
1312
1312
  }, "editor" | "parameters">;
1313
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
1313
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
1314
1314
  field_type: "link";
1315
1315
  localized: true;
1316
1316
  default_value: Record<string, null> | null;
@@ -1331,7 +1331,7 @@ export default class Field extends BaseResource {
1331
1331
  };
1332
1332
  }[];
1333
1333
  }, "editor" | "parameters">;
1334
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
1334
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
1335
1335
  field_type: "links";
1336
1336
  localized: false;
1337
1337
  default_value: null;
@@ -1352,7 +1352,7 @@ export default class Field extends BaseResource {
1352
1352
  };
1353
1353
  }[];
1354
1354
  }, "editor" | "parameters">;
1355
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
1355
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
1356
1356
  field_type: "links";
1357
1357
  localized: true;
1358
1358
  default_value: Record<string, null> | null;
@@ -1373,7 +1373,7 @@ export default class Field extends BaseResource {
1373
1373
  };
1374
1374
  }[];
1375
1375
  }, "editor" | "parameters">;
1376
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
1376
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
1377
1377
  field_type: "rich_text";
1378
1378
  localized: false;
1379
1379
  default_value: null;
@@ -1394,7 +1394,7 @@ export default class Field extends BaseResource {
1394
1394
  };
1395
1395
  }[];
1396
1396
  }, "editor" | "parameters">;
1397
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
1397
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
1398
1398
  field_type: "rich_text";
1399
1399
  localized: true;
1400
1400
  default_value: Record<string, null> | null;
@@ -1415,7 +1415,7 @@ export default class Field extends BaseResource {
1415
1415
  };
1416
1416
  }[];
1417
1417
  }, "editor" | "parameters">;
1418
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
1418
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
1419
1419
  field_type: "seo";
1420
1420
  localized: false;
1421
1421
  default_value: null;
@@ -1436,7 +1436,7 @@ export default class Field extends BaseResource {
1436
1436
  };
1437
1437
  }[];
1438
1438
  }, "editor" | "parameters">;
1439
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
1439
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
1440
1440
  field_type: "seo";
1441
1441
  localized: true;
1442
1442
  default_value: Record<string, null> | null;
@@ -1457,7 +1457,7 @@ export default class Field extends BaseResource {
1457
1457
  };
1458
1458
  }[];
1459
1459
  }, "editor" | "parameters">;
1460
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
1460
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
1461
1461
  field_type: "single_block";
1462
1462
  localized: false;
1463
1463
  default_value: null;
@@ -1478,7 +1478,7 @@ export default class Field extends BaseResource {
1478
1478
  };
1479
1479
  }[];
1480
1480
  }, "editor" | "parameters">;
1481
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
1481
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
1482
1482
  field_type: "single_block";
1483
1483
  localized: true;
1484
1484
  default_value: Record<string, null> | null;
@@ -1499,7 +1499,7 @@ export default class Field extends BaseResource {
1499
1499
  };
1500
1500
  }[];
1501
1501
  }, "editor" | "parameters">;
1502
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
1502
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
1503
1503
  field_type: "slug";
1504
1504
  localized: false;
1505
1505
  default_value: null;
@@ -1520,7 +1520,7 @@ export default class Field extends BaseResource {
1520
1520
  };
1521
1521
  }[];
1522
1522
  }, "editor" | "parameters">;
1523
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
1523
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
1524
1524
  field_type: "slug";
1525
1525
  localized: true;
1526
1526
  default_value: Record<string, null> | null;
@@ -1541,7 +1541,7 @@ export default class Field extends BaseResource {
1541
1541
  };
1542
1542
  }[];
1543
1543
  }, "editor" | "parameters">;
1544
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
1544
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
1545
1545
  field_type: "string";
1546
1546
  localized: false;
1547
1547
  default_value: import("../..").StringFieldValue;
@@ -1562,7 +1562,7 @@ export default class Field extends BaseResource {
1562
1562
  };
1563
1563
  }[];
1564
1564
  }, "editor" | "parameters">;
1565
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
1565
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
1566
1566
  field_type: "string";
1567
1567
  localized: true;
1568
1568
  default_value: import("../..").StringFieldValue | Record<string, import("../..").StringFieldValue>;
@@ -1583,7 +1583,7 @@ export default class Field extends BaseResource {
1583
1583
  };
1584
1584
  }[];
1585
1585
  }, "editor" | "parameters">;
1586
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
1586
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
1587
1587
  field_type: "structured_text";
1588
1588
  localized: false;
1589
1589
  default_value: null;
@@ -1604,7 +1604,7 @@ export default class Field extends BaseResource {
1604
1604
  };
1605
1605
  }[];
1606
1606
  }, "editor" | "parameters">;
1607
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
1607
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
1608
1608
  field_type: "structured_text";
1609
1609
  localized: true;
1610
1610
  default_value: Record<string, null> | null;
@@ -1625,7 +1625,7 @@ export default class Field extends BaseResource {
1625
1625
  };
1626
1626
  }[];
1627
1627
  }, "editor" | "parameters">;
1628
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
1628
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
1629
1629
  field_type: "text";
1630
1630
  localized: false;
1631
1631
  default_value: import("../..").TextFieldValue;
@@ -1646,7 +1646,7 @@ export default class Field extends BaseResource {
1646
1646
  };
1647
1647
  }[];
1648
1648
  }, "editor" | "parameters">;
1649
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
1649
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
1650
1650
  field_type: "text";
1651
1651
  localized: true;
1652
1652
  default_value: import("../..").TextFieldValue | Record<string, import("../..").TextFieldValue>;
@@ -1667,7 +1667,7 @@ export default class Field extends BaseResource {
1667
1667
  };
1668
1668
  }[];
1669
1669
  }, "editor" | "parameters">;
1670
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
1670
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
1671
1671
  field_type: "video";
1672
1672
  localized: false;
1673
1673
  default_value: null;
@@ -1688,7 +1688,7 @@ export default class Field extends BaseResource {
1688
1688
  };
1689
1689
  }[];
1690
1690
  }, "editor" | "parameters">;
1691
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
1691
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
1692
1692
  field_type: "video";
1693
1693
  localized: true;
1694
1694
  default_value: Record<string, null> | null;
@@ -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, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
1792
+ find(fieldId: string | ApiTypes.FieldData): Promise<(Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
1793
1793
  field_type: "boolean";
1794
1794
  localized: false;
1795
1795
  default_value: import("../..").BooleanFieldValue;
@@ -1810,7 +1810,7 @@ export default class Field extends BaseResource {
1810
1810
  };
1811
1811
  }[];
1812
1812
  }, "editor" | "parameters">;
1813
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
1813
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
1814
1814
  field_type: "boolean";
1815
1815
  localized: true;
1816
1816
  default_value: import("../..").BooleanFieldValue | Record<string, import("../..").BooleanFieldValue>;
@@ -1831,7 +1831,7 @@ export default class Field extends BaseResource {
1831
1831
  };
1832
1832
  }[];
1833
1833
  }, "editor" | "parameters">;
1834
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
1834
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
1835
1835
  field_type: "color";
1836
1836
  localized: false;
1837
1837
  default_value: import("../..").ColorFieldValue;
@@ -1852,7 +1852,7 @@ export default class Field extends BaseResource {
1852
1852
  };
1853
1853
  }[];
1854
1854
  }, "editor" | "parameters">;
1855
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
1855
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
1856
1856
  field_type: "color";
1857
1857
  localized: true;
1858
1858
  default_value: import("../..").ColorFieldValue | Record<string, import("../..").ColorFieldValue>;
@@ -1873,7 +1873,7 @@ export default class Field extends BaseResource {
1873
1873
  };
1874
1874
  }[];
1875
1875
  }, "editor" | "parameters">;
1876
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
1876
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
1877
1877
  field_type: "date";
1878
1878
  localized: false;
1879
1879
  default_value: import("../..").DateFieldValue;
@@ -1894,7 +1894,7 @@ export default class Field extends BaseResource {
1894
1894
  };
1895
1895
  }[];
1896
1896
  }, "editor" | "parameters">;
1897
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
1897
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
1898
1898
  field_type: "date";
1899
1899
  localized: true;
1900
1900
  default_value: import("../..").DateFieldValue | Record<string, import("../..").DateFieldValue>;
@@ -1915,7 +1915,7 @@ export default class Field extends BaseResource {
1915
1915
  };
1916
1916
  }[];
1917
1917
  }, "editor" | "parameters">;
1918
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
1918
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
1919
1919
  field_type: "date_time";
1920
1920
  localized: false;
1921
1921
  default_value: import("../..").DateTimeFieldValue;
@@ -1936,7 +1936,7 @@ export default class Field extends BaseResource {
1936
1936
  };
1937
1937
  }[];
1938
1938
  }, "editor" | "parameters">;
1939
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
1939
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
1940
1940
  field_type: "date_time";
1941
1941
  localized: true;
1942
1942
  default_value: import("../..").DateTimeFieldValue | Record<string, import("../..").DateTimeFieldValue>;
@@ -1957,7 +1957,7 @@ export default class Field extends BaseResource {
1957
1957
  };
1958
1958
  }[];
1959
1959
  }, "editor" | "parameters">;
1960
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
1960
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
1961
1961
  field_type: "file";
1962
1962
  localized: false;
1963
1963
  default_value: null;
@@ -1978,7 +1978,7 @@ export default class Field extends BaseResource {
1978
1978
  };
1979
1979
  }[];
1980
1980
  }, "editor" | "parameters">;
1981
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
1981
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
1982
1982
  field_type: "file";
1983
1983
  localized: true;
1984
1984
  default_value: Record<string, null> | null;
@@ -1999,7 +1999,7 @@ export default class Field extends BaseResource {
1999
1999
  };
2000
2000
  }[];
2001
2001
  }, "editor" | "parameters">;
2002
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
2002
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2003
2003
  field_type: "float";
2004
2004
  localized: false;
2005
2005
  default_value: import("../..").FloatFieldValue;
@@ -2020,7 +2020,7 @@ export default class Field extends BaseResource {
2020
2020
  };
2021
2021
  }[];
2022
2022
  }, "editor" | "parameters">;
2023
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
2023
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2024
2024
  field_type: "float";
2025
2025
  localized: true;
2026
2026
  default_value: import("../..").FloatFieldValue | Record<string, import("../..").FloatFieldValue>;
@@ -2041,7 +2041,7 @@ export default class Field extends BaseResource {
2041
2041
  };
2042
2042
  }[];
2043
2043
  }, "editor" | "parameters">;
2044
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
2044
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2045
2045
  field_type: "gallery";
2046
2046
  localized: false;
2047
2047
  default_value: null;
@@ -2062,7 +2062,7 @@ export default class Field extends BaseResource {
2062
2062
  };
2063
2063
  }[];
2064
2064
  }, "editor" | "parameters">;
2065
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
2065
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2066
2066
  field_type: "gallery";
2067
2067
  localized: true;
2068
2068
  default_value: Record<string, null> | null;
@@ -2083,7 +2083,7 @@ export default class Field extends BaseResource {
2083
2083
  };
2084
2084
  }[];
2085
2085
  }, "editor" | "parameters">;
2086
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
2086
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2087
2087
  field_type: "integer";
2088
2088
  localized: false;
2089
2089
  default_value: import("../..").IntegerFieldValue;
@@ -2104,7 +2104,7 @@ export default class Field extends BaseResource {
2104
2104
  };
2105
2105
  }[];
2106
2106
  }, "editor" | "parameters">;
2107
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
2107
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2108
2108
  field_type: "integer";
2109
2109
  localized: true;
2110
2110
  default_value: import("../..").IntegerFieldValue | Record<string, import("../..").IntegerFieldValue>;
@@ -2125,7 +2125,7 @@ export default class Field extends BaseResource {
2125
2125
  };
2126
2126
  }[];
2127
2127
  }, "editor" | "parameters">;
2128
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
2128
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2129
2129
  field_type: "json";
2130
2130
  localized: false;
2131
2131
  default_value: import("../..").JsonFieldValue;
@@ -2146,7 +2146,7 @@ export default class Field extends BaseResource {
2146
2146
  };
2147
2147
  }[];
2148
2148
  }, "editor" | "parameters">;
2149
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
2149
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2150
2150
  field_type: "json";
2151
2151
  localized: true;
2152
2152
  default_value: import("../..").JsonFieldValue | Record<string, import("../..").JsonFieldValue>;
@@ -2167,12 +2167,12 @@ export default class Field extends BaseResource {
2167
2167
  };
2168
2168
  }[];
2169
2169
  }, "editor" | "parameters">;
2170
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
2170
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2171
2171
  field_type: "lat_lon";
2172
2172
  localized: false;
2173
- default_value: import("../..").LocationFieldValue;
2174
- validators: import("../..").LocationFieldValidators;
2175
- appearance: import("../..").LocationFieldAppearance & Omit<{
2173
+ default_value: import("../..").LatLonFieldValue;
2174
+ validators: import("../..").LatLonFieldValidators;
2175
+ appearance: import("../..").LatLonFieldAppearance & Omit<{
2176
2176
  [k: string]: unknown;
2177
2177
  editor: string;
2178
2178
  field_extension?: string | undefined;
@@ -2188,12 +2188,12 @@ export default class Field extends BaseResource {
2188
2188
  };
2189
2189
  }[];
2190
2190
  }, "editor" | "parameters">;
2191
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
2191
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2192
2192
  field_type: "lat_lon";
2193
2193
  localized: true;
2194
- default_value: import("../..").LocationFieldValue | Record<string, import("../..").LocationFieldValue>;
2195
- validators: import("../..").LocationFieldValidators;
2196
- appearance: import("../..").LocationFieldAppearance & Omit<{
2194
+ default_value: import("../..").LatLonFieldValue | Record<string, import("../..").LatLonFieldValue>;
2195
+ validators: import("../..").LatLonFieldValidators;
2196
+ appearance: import("../..").LatLonFieldAppearance & Omit<{
2197
2197
  [k: string]: unknown;
2198
2198
  editor: string;
2199
2199
  field_extension?: string | undefined;
@@ -2209,7 +2209,7 @@ export default class Field extends BaseResource {
2209
2209
  };
2210
2210
  }[];
2211
2211
  }, "editor" | "parameters">;
2212
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
2212
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2213
2213
  field_type: "link";
2214
2214
  localized: false;
2215
2215
  default_value: null;
@@ -2230,7 +2230,7 @@ export default class Field extends BaseResource {
2230
2230
  };
2231
2231
  }[];
2232
2232
  }, "editor" | "parameters">;
2233
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
2233
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2234
2234
  field_type: "link";
2235
2235
  localized: true;
2236
2236
  default_value: Record<string, null> | null;
@@ -2251,7 +2251,7 @@ export default class Field extends BaseResource {
2251
2251
  };
2252
2252
  }[];
2253
2253
  }, "editor" | "parameters">;
2254
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
2254
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2255
2255
  field_type: "links";
2256
2256
  localized: false;
2257
2257
  default_value: null;
@@ -2272,7 +2272,7 @@ export default class Field extends BaseResource {
2272
2272
  };
2273
2273
  }[];
2274
2274
  }, "editor" | "parameters">;
2275
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
2275
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2276
2276
  field_type: "links";
2277
2277
  localized: true;
2278
2278
  default_value: Record<string, null> | null;
@@ -2293,7 +2293,7 @@ export default class Field extends BaseResource {
2293
2293
  };
2294
2294
  }[];
2295
2295
  }, "editor" | "parameters">;
2296
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
2296
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2297
2297
  field_type: "rich_text";
2298
2298
  localized: false;
2299
2299
  default_value: null;
@@ -2314,7 +2314,7 @@ export default class Field extends BaseResource {
2314
2314
  };
2315
2315
  }[];
2316
2316
  }, "editor" | "parameters">;
2317
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
2317
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2318
2318
  field_type: "rich_text";
2319
2319
  localized: true;
2320
2320
  default_value: Record<string, null> | null;
@@ -2335,7 +2335,7 @@ export default class Field extends BaseResource {
2335
2335
  };
2336
2336
  }[];
2337
2337
  }, "editor" | "parameters">;
2338
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
2338
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2339
2339
  field_type: "seo";
2340
2340
  localized: false;
2341
2341
  default_value: null;
@@ -2356,7 +2356,7 @@ export default class Field extends BaseResource {
2356
2356
  };
2357
2357
  }[];
2358
2358
  }, "editor" | "parameters">;
2359
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
2359
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2360
2360
  field_type: "seo";
2361
2361
  localized: true;
2362
2362
  default_value: Record<string, null> | null;
@@ -2377,7 +2377,7 @@ export default class Field extends BaseResource {
2377
2377
  };
2378
2378
  }[];
2379
2379
  }, "editor" | "parameters">;
2380
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
2380
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2381
2381
  field_type: "single_block";
2382
2382
  localized: false;
2383
2383
  default_value: null;
@@ -2398,7 +2398,7 @@ export default class Field extends BaseResource {
2398
2398
  };
2399
2399
  }[];
2400
2400
  }, "editor" | "parameters">;
2401
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
2401
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2402
2402
  field_type: "single_block";
2403
2403
  localized: true;
2404
2404
  default_value: Record<string, null> | null;
@@ -2419,7 +2419,7 @@ export default class Field extends BaseResource {
2419
2419
  };
2420
2420
  }[];
2421
2421
  }, "editor" | "parameters">;
2422
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
2422
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2423
2423
  field_type: "slug";
2424
2424
  localized: false;
2425
2425
  default_value: null;
@@ -2440,7 +2440,7 @@ export default class Field extends BaseResource {
2440
2440
  };
2441
2441
  }[];
2442
2442
  }, "editor" | "parameters">;
2443
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
2443
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2444
2444
  field_type: "slug";
2445
2445
  localized: true;
2446
2446
  default_value: Record<string, null> | null;
@@ -2461,7 +2461,7 @@ export default class Field extends BaseResource {
2461
2461
  };
2462
2462
  }[];
2463
2463
  }, "editor" | "parameters">;
2464
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
2464
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2465
2465
  field_type: "string";
2466
2466
  localized: false;
2467
2467
  default_value: import("../..").StringFieldValue;
@@ -2482,7 +2482,7 @@ export default class Field extends BaseResource {
2482
2482
  };
2483
2483
  }[];
2484
2484
  }, "editor" | "parameters">;
2485
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
2485
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2486
2486
  field_type: "string";
2487
2487
  localized: true;
2488
2488
  default_value: import("../..").StringFieldValue | Record<string, import("../..").StringFieldValue>;
@@ -2503,7 +2503,7 @@ export default class Field extends BaseResource {
2503
2503
  };
2504
2504
  }[];
2505
2505
  }, "editor" | "parameters">;
2506
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
2506
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2507
2507
  field_type: "structured_text";
2508
2508
  localized: false;
2509
2509
  default_value: null;
@@ -2524,7 +2524,7 @@ export default class Field extends BaseResource {
2524
2524
  };
2525
2525
  }[];
2526
2526
  }, "editor" | "parameters">;
2527
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
2527
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2528
2528
  field_type: "structured_text";
2529
2529
  localized: true;
2530
2530
  default_value: Record<string, null> | null;
@@ -2545,7 +2545,7 @@ export default class Field extends BaseResource {
2545
2545
  };
2546
2546
  }[];
2547
2547
  }, "editor" | "parameters">;
2548
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
2548
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2549
2549
  field_type: "text";
2550
2550
  localized: false;
2551
2551
  default_value: import("../..").TextFieldValue;
@@ -2566,7 +2566,7 @@ export default class Field extends BaseResource {
2566
2566
  };
2567
2567
  }[];
2568
2568
  }, "editor" | "parameters">;
2569
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
2569
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2570
2570
  field_type: "text";
2571
2571
  localized: true;
2572
2572
  default_value: import("../..").TextFieldValue | Record<string, import("../..").TextFieldValue>;
@@ -2587,7 +2587,7 @@ export default class Field extends BaseResource {
2587
2587
  };
2588
2588
  }[];
2589
2589
  }, "editor" | "parameters">;
2590
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
2590
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2591
2591
  field_type: "video";
2592
2592
  localized: false;
2593
2593
  default_value: null;
@@ -2608,7 +2608,7 @@ export default class Field extends BaseResource {
2608
2608
  };
2609
2609
  }[];
2610
2610
  }, "editor" | "parameters">;
2611
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
2611
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2612
2612
  field_type: "video";
2613
2613
  localized: true;
2614
2614
  default_value: Record<string, null> | null;
@@ -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, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
2650
+ destroy(fieldId: string | ApiTypes.FieldData): Promise<(Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2651
2651
  field_type: "boolean";
2652
2652
  localized: false;
2653
2653
  default_value: import("../..").BooleanFieldValue;
@@ -2668,7 +2668,7 @@ export default class Field extends BaseResource {
2668
2668
  };
2669
2669
  }[];
2670
2670
  }, "editor" | "parameters">;
2671
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
2671
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2672
2672
  field_type: "boolean";
2673
2673
  localized: true;
2674
2674
  default_value: import("../..").BooleanFieldValue | Record<string, import("../..").BooleanFieldValue>;
@@ -2689,7 +2689,7 @@ export default class Field extends BaseResource {
2689
2689
  };
2690
2690
  }[];
2691
2691
  }, "editor" | "parameters">;
2692
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
2692
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2693
2693
  field_type: "color";
2694
2694
  localized: false;
2695
2695
  default_value: import("../..").ColorFieldValue;
@@ -2710,7 +2710,7 @@ export default class Field extends BaseResource {
2710
2710
  };
2711
2711
  }[];
2712
2712
  }, "editor" | "parameters">;
2713
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
2713
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2714
2714
  field_type: "color";
2715
2715
  localized: true;
2716
2716
  default_value: import("../..").ColorFieldValue | Record<string, import("../..").ColorFieldValue>;
@@ -2731,7 +2731,7 @@ export default class Field extends BaseResource {
2731
2731
  };
2732
2732
  }[];
2733
2733
  }, "editor" | "parameters">;
2734
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
2734
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2735
2735
  field_type: "date";
2736
2736
  localized: false;
2737
2737
  default_value: import("../..").DateFieldValue;
@@ -2752,7 +2752,7 @@ export default class Field extends BaseResource {
2752
2752
  };
2753
2753
  }[];
2754
2754
  }, "editor" | "parameters">;
2755
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
2755
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2756
2756
  field_type: "date";
2757
2757
  localized: true;
2758
2758
  default_value: import("../..").DateFieldValue | Record<string, import("../..").DateFieldValue>;
@@ -2773,7 +2773,7 @@ export default class Field extends BaseResource {
2773
2773
  };
2774
2774
  }[];
2775
2775
  }, "editor" | "parameters">;
2776
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
2776
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2777
2777
  field_type: "date_time";
2778
2778
  localized: false;
2779
2779
  default_value: import("../..").DateTimeFieldValue;
@@ -2794,7 +2794,7 @@ export default class Field extends BaseResource {
2794
2794
  };
2795
2795
  }[];
2796
2796
  }, "editor" | "parameters">;
2797
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
2797
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2798
2798
  field_type: "date_time";
2799
2799
  localized: true;
2800
2800
  default_value: import("../..").DateTimeFieldValue | Record<string, import("../..").DateTimeFieldValue>;
@@ -2815,7 +2815,7 @@ export default class Field extends BaseResource {
2815
2815
  };
2816
2816
  }[];
2817
2817
  }, "editor" | "parameters">;
2818
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
2818
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2819
2819
  field_type: "file";
2820
2820
  localized: false;
2821
2821
  default_value: null;
@@ -2836,7 +2836,7 @@ export default class Field extends BaseResource {
2836
2836
  };
2837
2837
  }[];
2838
2838
  }, "editor" | "parameters">;
2839
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
2839
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2840
2840
  field_type: "file";
2841
2841
  localized: true;
2842
2842
  default_value: Record<string, null> | null;
@@ -2857,7 +2857,7 @@ export default class Field extends BaseResource {
2857
2857
  };
2858
2858
  }[];
2859
2859
  }, "editor" | "parameters">;
2860
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
2860
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2861
2861
  field_type: "float";
2862
2862
  localized: false;
2863
2863
  default_value: import("../..").FloatFieldValue;
@@ -2878,7 +2878,7 @@ export default class Field extends BaseResource {
2878
2878
  };
2879
2879
  }[];
2880
2880
  }, "editor" | "parameters">;
2881
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
2881
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2882
2882
  field_type: "float";
2883
2883
  localized: true;
2884
2884
  default_value: import("../..").FloatFieldValue | Record<string, import("../..").FloatFieldValue>;
@@ -2899,7 +2899,7 @@ export default class Field extends BaseResource {
2899
2899
  };
2900
2900
  }[];
2901
2901
  }, "editor" | "parameters">;
2902
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
2902
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2903
2903
  field_type: "gallery";
2904
2904
  localized: false;
2905
2905
  default_value: null;
@@ -2920,7 +2920,7 @@ export default class Field extends BaseResource {
2920
2920
  };
2921
2921
  }[];
2922
2922
  }, "editor" | "parameters">;
2923
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
2923
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2924
2924
  field_type: "gallery";
2925
2925
  localized: true;
2926
2926
  default_value: Record<string, null> | null;
@@ -2941,7 +2941,7 @@ export default class Field extends BaseResource {
2941
2941
  };
2942
2942
  }[];
2943
2943
  }, "editor" | "parameters">;
2944
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
2944
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2945
2945
  field_type: "integer";
2946
2946
  localized: false;
2947
2947
  default_value: import("../..").IntegerFieldValue;
@@ -2962,7 +2962,7 @@ export default class Field extends BaseResource {
2962
2962
  };
2963
2963
  }[];
2964
2964
  }, "editor" | "parameters">;
2965
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
2965
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2966
2966
  field_type: "integer";
2967
2967
  localized: true;
2968
2968
  default_value: import("../..").IntegerFieldValue | Record<string, import("../..").IntegerFieldValue>;
@@ -2983,7 +2983,7 @@ export default class Field extends BaseResource {
2983
2983
  };
2984
2984
  }[];
2985
2985
  }, "editor" | "parameters">;
2986
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
2986
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
2987
2987
  field_type: "json";
2988
2988
  localized: false;
2989
2989
  default_value: import("../..").JsonFieldValue;
@@ -3004,7 +3004,7 @@ export default class Field extends BaseResource {
3004
3004
  };
3005
3005
  }[];
3006
3006
  }, "editor" | "parameters">;
3007
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
3007
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3008
3008
  field_type: "json";
3009
3009
  localized: true;
3010
3010
  default_value: import("../..").JsonFieldValue | Record<string, import("../..").JsonFieldValue>;
@@ -3025,12 +3025,12 @@ export default class Field extends BaseResource {
3025
3025
  };
3026
3026
  }[];
3027
3027
  }, "editor" | "parameters">;
3028
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
3028
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3029
3029
  field_type: "lat_lon";
3030
3030
  localized: false;
3031
- default_value: import("../..").LocationFieldValue;
3032
- validators: import("../..").LocationFieldValidators;
3033
- appearance: import("../..").LocationFieldAppearance & Omit<{
3031
+ default_value: import("../..").LatLonFieldValue;
3032
+ validators: import("../..").LatLonFieldValidators;
3033
+ appearance: import("../..").LatLonFieldAppearance & Omit<{
3034
3034
  [k: string]: unknown;
3035
3035
  editor: string;
3036
3036
  field_extension?: string | undefined;
@@ -3046,12 +3046,12 @@ export default class Field extends BaseResource {
3046
3046
  };
3047
3047
  }[];
3048
3048
  }, "editor" | "parameters">;
3049
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
3049
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3050
3050
  field_type: "lat_lon";
3051
3051
  localized: true;
3052
- default_value: import("../..").LocationFieldValue | Record<string, import("../..").LocationFieldValue>;
3053
- validators: import("../..").LocationFieldValidators;
3054
- appearance: import("../..").LocationFieldAppearance & Omit<{
3052
+ default_value: import("../..").LatLonFieldValue | Record<string, import("../..").LatLonFieldValue>;
3053
+ validators: import("../..").LatLonFieldValidators;
3054
+ appearance: import("../..").LatLonFieldAppearance & Omit<{
3055
3055
  [k: string]: unknown;
3056
3056
  editor: string;
3057
3057
  field_extension?: string | undefined;
@@ -3067,7 +3067,7 @@ export default class Field extends BaseResource {
3067
3067
  };
3068
3068
  }[];
3069
3069
  }, "editor" | "parameters">;
3070
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
3070
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3071
3071
  field_type: "link";
3072
3072
  localized: false;
3073
3073
  default_value: null;
@@ -3088,7 +3088,7 @@ export default class Field extends BaseResource {
3088
3088
  };
3089
3089
  }[];
3090
3090
  }, "editor" | "parameters">;
3091
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
3091
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3092
3092
  field_type: "link";
3093
3093
  localized: true;
3094
3094
  default_value: Record<string, null> | null;
@@ -3109,7 +3109,7 @@ export default class Field extends BaseResource {
3109
3109
  };
3110
3110
  }[];
3111
3111
  }, "editor" | "parameters">;
3112
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
3112
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3113
3113
  field_type: "links";
3114
3114
  localized: false;
3115
3115
  default_value: null;
@@ -3130,7 +3130,7 @@ export default class Field extends BaseResource {
3130
3130
  };
3131
3131
  }[];
3132
3132
  }, "editor" | "parameters">;
3133
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
3133
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3134
3134
  field_type: "links";
3135
3135
  localized: true;
3136
3136
  default_value: Record<string, null> | null;
@@ -3151,7 +3151,7 @@ export default class Field extends BaseResource {
3151
3151
  };
3152
3152
  }[];
3153
3153
  }, "editor" | "parameters">;
3154
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
3154
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3155
3155
  field_type: "rich_text";
3156
3156
  localized: false;
3157
3157
  default_value: null;
@@ -3172,7 +3172,7 @@ export default class Field extends BaseResource {
3172
3172
  };
3173
3173
  }[];
3174
3174
  }, "editor" | "parameters">;
3175
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
3175
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3176
3176
  field_type: "rich_text";
3177
3177
  localized: true;
3178
3178
  default_value: Record<string, null> | null;
@@ -3193,7 +3193,7 @@ export default class Field extends BaseResource {
3193
3193
  };
3194
3194
  }[];
3195
3195
  }, "editor" | "parameters">;
3196
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
3196
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3197
3197
  field_type: "seo";
3198
3198
  localized: false;
3199
3199
  default_value: null;
@@ -3214,7 +3214,7 @@ export default class Field extends BaseResource {
3214
3214
  };
3215
3215
  }[];
3216
3216
  }, "editor" | "parameters">;
3217
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
3217
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3218
3218
  field_type: "seo";
3219
3219
  localized: true;
3220
3220
  default_value: Record<string, null> | null;
@@ -3235,7 +3235,7 @@ export default class Field extends BaseResource {
3235
3235
  };
3236
3236
  }[];
3237
3237
  }, "editor" | "parameters">;
3238
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
3238
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3239
3239
  field_type: "single_block";
3240
3240
  localized: false;
3241
3241
  default_value: null;
@@ -3256,7 +3256,7 @@ export default class Field extends BaseResource {
3256
3256
  };
3257
3257
  }[];
3258
3258
  }, "editor" | "parameters">;
3259
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
3259
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3260
3260
  field_type: "single_block";
3261
3261
  localized: true;
3262
3262
  default_value: Record<string, null> | null;
@@ -3277,7 +3277,7 @@ export default class Field extends BaseResource {
3277
3277
  };
3278
3278
  }[];
3279
3279
  }, "editor" | "parameters">;
3280
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
3280
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3281
3281
  field_type: "slug";
3282
3282
  localized: false;
3283
3283
  default_value: null;
@@ -3298,7 +3298,7 @@ export default class Field extends BaseResource {
3298
3298
  };
3299
3299
  }[];
3300
3300
  }, "editor" | "parameters">;
3301
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
3301
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3302
3302
  field_type: "slug";
3303
3303
  localized: true;
3304
3304
  default_value: Record<string, null> | null;
@@ -3319,7 +3319,7 @@ export default class Field extends BaseResource {
3319
3319
  };
3320
3320
  }[];
3321
3321
  }, "editor" | "parameters">;
3322
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
3322
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3323
3323
  field_type: "string";
3324
3324
  localized: false;
3325
3325
  default_value: import("../..").StringFieldValue;
@@ -3340,7 +3340,7 @@ export default class Field extends BaseResource {
3340
3340
  };
3341
3341
  }[];
3342
3342
  }, "editor" | "parameters">;
3343
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
3343
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3344
3344
  field_type: "string";
3345
3345
  localized: true;
3346
3346
  default_value: import("../..").StringFieldValue | Record<string, import("../..").StringFieldValue>;
@@ -3361,7 +3361,7 @@ export default class Field extends BaseResource {
3361
3361
  };
3362
3362
  }[];
3363
3363
  }, "editor" | "parameters">;
3364
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
3364
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3365
3365
  field_type: "structured_text";
3366
3366
  localized: false;
3367
3367
  default_value: null;
@@ -3382,7 +3382,7 @@ export default class Field extends BaseResource {
3382
3382
  };
3383
3383
  }[];
3384
3384
  }, "editor" | "parameters">;
3385
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
3385
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3386
3386
  field_type: "structured_text";
3387
3387
  localized: true;
3388
3388
  default_value: Record<string, null> | null;
@@ -3403,7 +3403,7 @@ export default class Field extends BaseResource {
3403
3403
  };
3404
3404
  }[];
3405
3405
  }, "editor" | "parameters">;
3406
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
3406
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3407
3407
  field_type: "text";
3408
3408
  localized: false;
3409
3409
  default_value: import("../..").TextFieldValue;
@@ -3424,7 +3424,7 @@ export default class Field extends BaseResource {
3424
3424
  };
3425
3425
  }[];
3426
3426
  }, "editor" | "parameters">;
3427
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
3427
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3428
3428
  field_type: "text";
3429
3429
  localized: true;
3430
3430
  default_value: import("../..").TextFieldValue | Record<string, import("../..").TextFieldValue>;
@@ -3445,7 +3445,7 @@ export default class Field extends BaseResource {
3445
3445
  };
3446
3446
  }[];
3447
3447
  }, "editor" | "parameters">;
3448
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
3448
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3449
3449
  field_type: "video";
3450
3450
  localized: false;
3451
3451
  default_value: null;
@@ -3466,7 +3466,7 @@ export default class Field extends BaseResource {
3466
3466
  };
3467
3467
  }[];
3468
3468
  }, "editor" | "parameters">;
3469
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
3469
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3470
3470
  field_type: "video";
3471
3471
  localized: true;
3472
3472
  default_value: Record<string, null> | null;
@@ -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, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
3508
+ duplicate(fieldId: string | ApiTypes.FieldData): Promise<(Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3509
3509
  field_type: "boolean";
3510
3510
  localized: false;
3511
3511
  default_value: import("../..").BooleanFieldValue;
@@ -3526,7 +3526,7 @@ export default class Field extends BaseResource {
3526
3526
  };
3527
3527
  }[];
3528
3528
  }, "editor" | "parameters">;
3529
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
3529
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3530
3530
  field_type: "boolean";
3531
3531
  localized: true;
3532
3532
  default_value: import("../..").BooleanFieldValue | Record<string, import("../..").BooleanFieldValue>;
@@ -3547,7 +3547,7 @@ export default class Field extends BaseResource {
3547
3547
  };
3548
3548
  }[];
3549
3549
  }, "editor" | "parameters">;
3550
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
3550
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3551
3551
  field_type: "color";
3552
3552
  localized: false;
3553
3553
  default_value: import("../..").ColorFieldValue;
@@ -3568,7 +3568,7 @@ export default class Field extends BaseResource {
3568
3568
  };
3569
3569
  }[];
3570
3570
  }, "editor" | "parameters">;
3571
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
3571
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3572
3572
  field_type: "color";
3573
3573
  localized: true;
3574
3574
  default_value: import("../..").ColorFieldValue | Record<string, import("../..").ColorFieldValue>;
@@ -3589,7 +3589,7 @@ export default class Field extends BaseResource {
3589
3589
  };
3590
3590
  }[];
3591
3591
  }, "editor" | "parameters">;
3592
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
3592
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3593
3593
  field_type: "date";
3594
3594
  localized: false;
3595
3595
  default_value: import("../..").DateFieldValue;
@@ -3610,7 +3610,7 @@ export default class Field extends BaseResource {
3610
3610
  };
3611
3611
  }[];
3612
3612
  }, "editor" | "parameters">;
3613
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
3613
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3614
3614
  field_type: "date";
3615
3615
  localized: true;
3616
3616
  default_value: import("../..").DateFieldValue | Record<string, import("../..").DateFieldValue>;
@@ -3631,7 +3631,7 @@ export default class Field extends BaseResource {
3631
3631
  };
3632
3632
  }[];
3633
3633
  }, "editor" | "parameters">;
3634
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
3634
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3635
3635
  field_type: "date_time";
3636
3636
  localized: false;
3637
3637
  default_value: import("../..").DateTimeFieldValue;
@@ -3652,7 +3652,7 @@ export default class Field extends BaseResource {
3652
3652
  };
3653
3653
  }[];
3654
3654
  }, "editor" | "parameters">;
3655
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
3655
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3656
3656
  field_type: "date_time";
3657
3657
  localized: true;
3658
3658
  default_value: import("../..").DateTimeFieldValue | Record<string, import("../..").DateTimeFieldValue>;
@@ -3673,7 +3673,7 @@ export default class Field extends BaseResource {
3673
3673
  };
3674
3674
  }[];
3675
3675
  }, "editor" | "parameters">;
3676
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
3676
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3677
3677
  field_type: "file";
3678
3678
  localized: false;
3679
3679
  default_value: null;
@@ -3694,7 +3694,7 @@ export default class Field extends BaseResource {
3694
3694
  };
3695
3695
  }[];
3696
3696
  }, "editor" | "parameters">;
3697
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
3697
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3698
3698
  field_type: "file";
3699
3699
  localized: true;
3700
3700
  default_value: Record<string, null> | null;
@@ -3715,7 +3715,7 @@ export default class Field extends BaseResource {
3715
3715
  };
3716
3716
  }[];
3717
3717
  }, "editor" | "parameters">;
3718
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
3718
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3719
3719
  field_type: "float";
3720
3720
  localized: false;
3721
3721
  default_value: import("../..").FloatFieldValue;
@@ -3736,7 +3736,7 @@ export default class Field extends BaseResource {
3736
3736
  };
3737
3737
  }[];
3738
3738
  }, "editor" | "parameters">;
3739
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
3739
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3740
3740
  field_type: "float";
3741
3741
  localized: true;
3742
3742
  default_value: import("../..").FloatFieldValue | Record<string, import("../..").FloatFieldValue>;
@@ -3757,7 +3757,7 @@ export default class Field extends BaseResource {
3757
3757
  };
3758
3758
  }[];
3759
3759
  }, "editor" | "parameters">;
3760
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
3760
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3761
3761
  field_type: "gallery";
3762
3762
  localized: false;
3763
3763
  default_value: null;
@@ -3778,7 +3778,7 @@ export default class Field extends BaseResource {
3778
3778
  };
3779
3779
  }[];
3780
3780
  }, "editor" | "parameters">;
3781
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
3781
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3782
3782
  field_type: "gallery";
3783
3783
  localized: true;
3784
3784
  default_value: Record<string, null> | null;
@@ -3799,7 +3799,7 @@ export default class Field extends BaseResource {
3799
3799
  };
3800
3800
  }[];
3801
3801
  }, "editor" | "parameters">;
3802
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
3802
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3803
3803
  field_type: "integer";
3804
3804
  localized: false;
3805
3805
  default_value: import("../..").IntegerFieldValue;
@@ -3820,7 +3820,7 @@ export default class Field extends BaseResource {
3820
3820
  };
3821
3821
  }[];
3822
3822
  }, "editor" | "parameters">;
3823
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
3823
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3824
3824
  field_type: "integer";
3825
3825
  localized: true;
3826
3826
  default_value: import("../..").IntegerFieldValue | Record<string, import("../..").IntegerFieldValue>;
@@ -3841,7 +3841,7 @@ export default class Field extends BaseResource {
3841
3841
  };
3842
3842
  }[];
3843
3843
  }, "editor" | "parameters">;
3844
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
3844
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3845
3845
  field_type: "json";
3846
3846
  localized: false;
3847
3847
  default_value: import("../..").JsonFieldValue;
@@ -3862,7 +3862,7 @@ export default class Field extends BaseResource {
3862
3862
  };
3863
3863
  }[];
3864
3864
  }, "editor" | "parameters">;
3865
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
3865
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3866
3866
  field_type: "json";
3867
3867
  localized: true;
3868
3868
  default_value: import("../..").JsonFieldValue | Record<string, import("../..").JsonFieldValue>;
@@ -3883,12 +3883,12 @@ export default class Field extends BaseResource {
3883
3883
  };
3884
3884
  }[];
3885
3885
  }, "editor" | "parameters">;
3886
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
3886
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3887
3887
  field_type: "lat_lon";
3888
3888
  localized: false;
3889
- default_value: import("../..").LocationFieldValue;
3890
- validators: import("../..").LocationFieldValidators;
3891
- appearance: import("../..").LocationFieldAppearance & Omit<{
3889
+ default_value: import("../..").LatLonFieldValue;
3890
+ validators: import("../..").LatLonFieldValidators;
3891
+ appearance: import("../..").LatLonFieldAppearance & Omit<{
3892
3892
  [k: string]: unknown;
3893
3893
  editor: string;
3894
3894
  field_extension?: string | undefined;
@@ -3904,12 +3904,12 @@ export default class Field extends BaseResource {
3904
3904
  };
3905
3905
  }[];
3906
3906
  }, "editor" | "parameters">;
3907
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
3907
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3908
3908
  field_type: "lat_lon";
3909
3909
  localized: true;
3910
- default_value: import("../..").LocationFieldValue | Record<string, import("../..").LocationFieldValue>;
3911
- validators: import("../..").LocationFieldValidators;
3912
- appearance: import("../..").LocationFieldAppearance & Omit<{
3910
+ default_value: import("../..").LatLonFieldValue | Record<string, import("../..").LatLonFieldValue>;
3911
+ validators: import("../..").LatLonFieldValidators;
3912
+ appearance: import("../..").LatLonFieldAppearance & Omit<{
3913
3913
  [k: string]: unknown;
3914
3914
  editor: string;
3915
3915
  field_extension?: string | undefined;
@@ -3925,7 +3925,7 @@ export default class Field extends BaseResource {
3925
3925
  };
3926
3926
  }[];
3927
3927
  }, "editor" | "parameters">;
3928
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
3928
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3929
3929
  field_type: "link";
3930
3930
  localized: false;
3931
3931
  default_value: null;
@@ -3946,7 +3946,7 @@ export default class Field extends BaseResource {
3946
3946
  };
3947
3947
  }[];
3948
3948
  }, "editor" | "parameters">;
3949
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
3949
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3950
3950
  field_type: "link";
3951
3951
  localized: true;
3952
3952
  default_value: Record<string, null> | null;
@@ -3967,7 +3967,7 @@ export default class Field extends BaseResource {
3967
3967
  };
3968
3968
  }[];
3969
3969
  }, "editor" | "parameters">;
3970
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
3970
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3971
3971
  field_type: "links";
3972
3972
  localized: false;
3973
3973
  default_value: null;
@@ -3988,7 +3988,7 @@ export default class Field extends BaseResource {
3988
3988
  };
3989
3989
  }[];
3990
3990
  }, "editor" | "parameters">;
3991
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
3991
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
3992
3992
  field_type: "links";
3993
3993
  localized: true;
3994
3994
  default_value: Record<string, null> | null;
@@ -4009,7 +4009,7 @@ export default class Field extends BaseResource {
4009
4009
  };
4010
4010
  }[];
4011
4011
  }, "editor" | "parameters">;
4012
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
4012
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
4013
4013
  field_type: "rich_text";
4014
4014
  localized: false;
4015
4015
  default_value: null;
@@ -4030,7 +4030,7 @@ export default class Field extends BaseResource {
4030
4030
  };
4031
4031
  }[];
4032
4032
  }, "editor" | "parameters">;
4033
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
4033
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
4034
4034
  field_type: "rich_text";
4035
4035
  localized: true;
4036
4036
  default_value: Record<string, null> | null;
@@ -4051,7 +4051,7 @@ export default class Field extends BaseResource {
4051
4051
  };
4052
4052
  }[];
4053
4053
  }, "editor" | "parameters">;
4054
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
4054
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
4055
4055
  field_type: "seo";
4056
4056
  localized: false;
4057
4057
  default_value: null;
@@ -4072,7 +4072,7 @@ export default class Field extends BaseResource {
4072
4072
  };
4073
4073
  }[];
4074
4074
  }, "editor" | "parameters">;
4075
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
4075
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
4076
4076
  field_type: "seo";
4077
4077
  localized: true;
4078
4078
  default_value: Record<string, null> | null;
@@ -4093,7 +4093,7 @@ export default class Field extends BaseResource {
4093
4093
  };
4094
4094
  }[];
4095
4095
  }, "editor" | "parameters">;
4096
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
4096
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
4097
4097
  field_type: "single_block";
4098
4098
  localized: false;
4099
4099
  default_value: null;
@@ -4114,7 +4114,7 @@ export default class Field extends BaseResource {
4114
4114
  };
4115
4115
  }[];
4116
4116
  }, "editor" | "parameters">;
4117
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
4117
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
4118
4118
  field_type: "single_block";
4119
4119
  localized: true;
4120
4120
  default_value: Record<string, null> | null;
@@ -4135,7 +4135,7 @@ export default class Field extends BaseResource {
4135
4135
  };
4136
4136
  }[];
4137
4137
  }, "editor" | "parameters">;
4138
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
4138
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
4139
4139
  field_type: "slug";
4140
4140
  localized: false;
4141
4141
  default_value: null;
@@ -4156,7 +4156,7 @@ export default class Field extends BaseResource {
4156
4156
  };
4157
4157
  }[];
4158
4158
  }, "editor" | "parameters">;
4159
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
4159
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
4160
4160
  field_type: "slug";
4161
4161
  localized: true;
4162
4162
  default_value: Record<string, null> | null;
@@ -4177,7 +4177,7 @@ export default class Field extends BaseResource {
4177
4177
  };
4178
4178
  }[];
4179
4179
  }, "editor" | "parameters">;
4180
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
4180
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
4181
4181
  field_type: "string";
4182
4182
  localized: false;
4183
4183
  default_value: import("../..").StringFieldValue;
@@ -4198,7 +4198,7 @@ export default class Field extends BaseResource {
4198
4198
  };
4199
4199
  }[];
4200
4200
  }, "editor" | "parameters">;
4201
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
4201
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
4202
4202
  field_type: "string";
4203
4203
  localized: true;
4204
4204
  default_value: import("../..").StringFieldValue | Record<string, import("../..").StringFieldValue>;
@@ -4219,7 +4219,7 @@ export default class Field extends BaseResource {
4219
4219
  };
4220
4220
  }[];
4221
4221
  }, "editor" | "parameters">;
4222
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
4222
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
4223
4223
  field_type: "structured_text";
4224
4224
  localized: false;
4225
4225
  default_value: null;
@@ -4240,7 +4240,7 @@ export default class Field extends BaseResource {
4240
4240
  };
4241
4241
  }[];
4242
4242
  }, "editor" | "parameters">;
4243
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
4243
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
4244
4244
  field_type: "structured_text";
4245
4245
  localized: true;
4246
4246
  default_value: Record<string, null> | null;
@@ -4261,7 +4261,7 @@ export default class Field extends BaseResource {
4261
4261
  };
4262
4262
  }[];
4263
4263
  }, "editor" | "parameters">;
4264
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
4264
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
4265
4265
  field_type: "text";
4266
4266
  localized: false;
4267
4267
  default_value: import("../..").TextFieldValue;
@@ -4282,7 +4282,7 @@ export default class Field extends BaseResource {
4282
4282
  };
4283
4283
  }[];
4284
4284
  }, "editor" | "parameters">;
4285
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
4285
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
4286
4286
  field_type: "text";
4287
4287
  localized: true;
4288
4288
  default_value: import("../..").TextFieldValue | Record<string, import("../..").TextFieldValue>;
@@ -4303,7 +4303,7 @@ export default class Field extends BaseResource {
4303
4303
  };
4304
4304
  }[];
4305
4305
  }, "editor" | "parameters">;
4306
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
4306
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
4307
4307
  field_type: "video";
4308
4308
  localized: false;
4309
4309
  default_value: null;
@@ -4324,7 +4324,7 @@ export default class Field extends BaseResource {
4324
4324
  };
4325
4325
  }[];
4326
4326
  }, "editor" | "parameters">;
4327
- }) | (Omit<ApiTypes.RawField, "appearance" | "field_type" | "default_value" | "validators" | "localized"> & {
4327
+ }) | (Omit<ApiTypes.RawField, "localized" | "appearance" | "field_type" | "default_value" | "validators"> & {
4328
4328
  field_type: "video";
4329
4329
  localized: true;
4330
4330
  default_value: Record<string, null> | null;