featurebase-node 0.15.1 → 0.15.2

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 (81) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/client.d.mts +2 -2
  3. package/client.d.mts.map +1 -1
  4. package/client.d.ts +2 -2
  5. package/client.d.ts.map +1 -1
  6. package/client.js.map +1 -1
  7. package/client.mjs.map +1 -1
  8. package/package.json +1 -1
  9. package/resources/changelogs/changelogs.d.mts +1166 -6
  10. package/resources/changelogs/changelogs.d.mts.map +1 -1
  11. package/resources/changelogs/changelogs.d.ts +1166 -6
  12. package/resources/changelogs/changelogs.d.ts.map +1 -1
  13. package/resources/changelogs/changelogs.js +53 -3
  14. package/resources/changelogs/changelogs.js.map +1 -1
  15. package/resources/changelogs/changelogs.mjs +53 -3
  16. package/resources/changelogs/changelogs.mjs.map +1 -1
  17. package/resources/changelogs/index.d.mts +1 -1
  18. package/resources/changelogs/index.d.mts.map +1 -1
  19. package/resources/changelogs/index.d.ts +1 -1
  20. package/resources/changelogs/index.d.ts.map +1 -1
  21. package/resources/changelogs/index.js.map +1 -1
  22. package/resources/changelogs/index.mjs.map +1 -1
  23. package/resources/feedback/comments.d.mts +4 -2
  24. package/resources/feedback/comments.d.mts.map +1 -1
  25. package/resources/feedback/comments.d.ts +4 -2
  26. package/resources/feedback/comments.d.ts.map +1 -1
  27. package/resources/feedback/custom-fields.d.mts +12 -0
  28. package/resources/feedback/custom-fields.d.mts.map +1 -1
  29. package/resources/feedback/custom-fields.d.ts +12 -0
  30. package/resources/feedback/custom-fields.d.ts.map +1 -1
  31. package/resources/feedback/posts/index.d.mts +1 -0
  32. package/resources/feedback/posts/index.d.mts.map +1 -1
  33. package/resources/feedback/posts/index.d.ts +1 -0
  34. package/resources/feedback/posts/index.d.ts.map +1 -1
  35. package/resources/feedback/posts/index.js +3 -1
  36. package/resources/feedback/posts/index.js.map +1 -1
  37. package/resources/feedback/posts/index.mjs +1 -0
  38. package/resources/feedback/posts/index.mjs.map +1 -1
  39. package/resources/feedback/posts/insights.d.mts +254 -0
  40. package/resources/feedback/posts/insights.d.mts.map +1 -0
  41. package/resources/feedback/posts/insights.d.ts +254 -0
  42. package/resources/feedback/posts/insights.d.ts.map +1 -0
  43. package/resources/feedback/posts/insights.js +269 -0
  44. package/resources/feedback/posts/insights.js.map +1 -0
  45. package/resources/feedback/posts/insights.mjs +265 -0
  46. package/resources/feedback/posts/insights.mjs.map +1 -0
  47. package/resources/feedback/posts/posts.d.mts +647 -20
  48. package/resources/feedback/posts/posts.d.mts.map +1 -1
  49. package/resources/feedback/posts/posts.d.ts +647 -20
  50. package/resources/feedback/posts/posts.d.ts.map +1 -1
  51. package/resources/feedback/posts/posts.js +199 -7
  52. package/resources/feedback/posts/posts.js.map +1 -1
  53. package/resources/feedback/posts/posts.mjs +199 -7
  54. package/resources/feedback/posts/posts.mjs.map +1 -1
  55. package/resources/index.d.mts +1 -1
  56. package/resources/index.d.mts.map +1 -1
  57. package/resources/index.d.ts +1 -1
  58. package/resources/index.d.ts.map +1 -1
  59. package/resources/index.js.map +1 -1
  60. package/resources/index.mjs.map +1 -1
  61. package/resources/support/tickets/tickets.d.mts +9 -5
  62. package/resources/support/tickets/tickets.d.mts.map +1 -1
  63. package/resources/support/tickets/tickets.d.ts +9 -5
  64. package/resources/support/tickets/tickets.d.ts.map +1 -1
  65. package/resources/support/tickets/tickets.js.map +1 -1
  66. package/resources/support/tickets/tickets.mjs.map +1 -1
  67. package/src/client.ts +2 -0
  68. package/src/resources/changelogs/changelogs.ts +2003 -51
  69. package/src/resources/changelogs/index.ts +1 -0
  70. package/src/resources/feedback/comments.ts +4 -2
  71. package/src/resources/feedback/custom-fields.ts +15 -0
  72. package/src/resources/feedback/posts/index.ts +7 -0
  73. package/src/resources/feedback/posts/insights.ts +340 -0
  74. package/src/resources/feedback/posts/posts.ts +764 -20
  75. package/src/resources/index.ts +1 -0
  76. package/src/resources/support/tickets/tickets.ts +9 -5
  77. package/src/version.ts +1 -1
  78. package/version.d.mts +1 -1
  79. package/version.d.ts +1 -1
  80. package/version.js +1 -1
  81. package/version.mjs +1 -1
@@ -55,6 +55,21 @@ export class Changelogs extends APIResource {
55
55
  *
56
56
  * Returns the created changelog object.
57
57
  *
58
+ * ### Batched translations (Orbit only)
59
+ *
60
+ * In API version 2026-08-19.orbit, optional `translations` accepts a locale-keyed
61
+ * dictionary of title, htmlContent or markdownContent, and featuredImage. Every
62
+ * listed locale (including an explicit top-level locale) must be enabled for the
63
+ * organization's changelogs, even if a translation already exists. New
64
+ * translations require title and nonempty content. Top-level title and content
65
+ * remain required on creation; supplied top-level content must be nonempty in
66
+ * nonempty batches. Top-level localized fields override the entry for `locale` (or
67
+ * the organization default); a top-level content format replaces the entry's
68
+ * content input. Nonempty batches save all drafts together and return the primary
69
+ * draft with draft availableLocales. Publication is separate. Omitted or empty
70
+ * dictionaries retain the existing flow. Completed uploads are not rolled back on
71
+ * failure.
72
+ *
58
73
  * @example
59
74
  * ```ts
60
75
  * const changelog = await client.changelogs.create({
@@ -93,8 +108,14 @@ export class Changelogs extends APIResource {
93
108
  * ### Localization
94
109
  *
95
110
  * The changelog content is returned in the organization's default locale. If the
96
- * changelog doesn't exist in the default locale, the first available locale is
97
- * used.
111
+ * changelog doesn't exist in the default locale, a 404 is returned.
112
+ *
113
+ * Orbit supports `allTranslations=true` to include a locale-keyed `translations`
114
+ * dictionary. With this option, `state=live|draft` selects the version for both
115
+ * the primary content and translations (default: live). Locales without that
116
+ * version are omitted; stored disabled locales remain readable. Without this
117
+ * option, the response is unchanged and prefers live content, falling back to
118
+ * draft.
98
119
  *
99
120
  * ### State
100
121
  *
@@ -112,9 +133,10 @@ export class Changelogs extends APIResource {
112
133
  id: string,
113
134
  params: ChangelogRetrieveParams | null | undefined = {},
114
135
  options?: RequestOptions,
115
- ): APIPromise<Changelog> {
116
- const { 'Featurebase-Version': featurebaseVersion } = params ?? {};
136
+ ): APIPromise<ChangelogRetrieveResponse> {
137
+ const { 'Featurebase-Version': featurebaseVersion, ...query } = params ?? {};
117
138
  return this._client.get(path`/v2/changelogs/${id}`, {
139
+ query,
118
140
  ...options,
119
141
  headers: buildHeaders([
120
142
  {
@@ -163,6 +185,34 @@ export class Changelogs extends APIResource {
163
185
  *
164
186
  * Returns the updated changelog object with all fields populated.
165
187
  *
188
+ * ### Batched translations (Orbit only)
189
+ *
190
+ * In API version 2026-08-19.orbit, optional `translations` accepts multiple
191
+ * locale-keyed draft updates. Each entry accepts title, htmlContent or
192
+ * markdownContent (not both), and featuredImage. New translations require title
193
+ * and nonempty content; existing translations preserve omitted fields. Supplied
194
+ * top-level content must also be nonempty for nonempty batches. Every listed
195
+ * locale must be enabled for the organization's changelogs, including existing
196
+ * translations and the primary-locale entry. Top-level localized fields target the
197
+ * organization default locale and override corresponding dictionary fields.
198
+ * HTML/Markdown are one content field: a top-level format replaces the entry's
199
+ * content input. Categories, segments and date remain top-level. The complete
200
+ * batch and global changes are saved together only after validation and content
201
+ * processing succeed. The response is the current organization default draft with
202
+ * draft availableLocales, not a translations dictionary. If that draft is absent,
203
+ * return the first edited locale in alphabetical order; if all entries are no-ops,
204
+ * return the first listed draft in alphabetical order. The response locale
205
+ * identifies the selected draft. Publication remains separate. Omitted or empty
206
+ * dictionaries retain existing behavior. An empty existing-locale entry is a
207
+ * no-op; an empty new-locale entry fails completeness validation. Completed
208
+ * uploads are not rolled back on failure. Existing legacy update/publication
209
+ * overwrite races are unchanged. Changing the organization default does not
210
+ * require creating its draft when updating other explicitly listed locales.
211
+ * Top-level localized fields still target the current default, and require title
212
+ * and content if creating that draft. Disabled locales return 400
213
+ * invalid_parameter, parameter locale: Locale "<locale>" is not enabled for this
214
+ * organization's changelogs.
215
+ *
166
216
  * ### Errors
167
217
  *
168
218
  * - `400` - Invalid changelog ID format or invalid input
@@ -711,6 +761,115 @@ export interface PublishUnpublishSuccess {
711
761
  state?: 'published' | 'scheduled' | 'unpublished';
712
762
  }
713
763
 
764
+ export interface ChangelogRetrieveResponse extends Changelog {
765
+ translations?: { [key: string]: ChangelogRetrieveResponse.Translations };
766
+ }
767
+
768
+ export namespace ChangelogRetrieveResponse {
769
+ export interface Translations {
770
+ /**
771
+ * Content in HTML format
772
+ */
773
+ content: string;
774
+
775
+ /**
776
+ * Featured image URL
777
+ */
778
+ featuredImage: string | null;
779
+
780
+ /**
781
+ * Locale of the changelog
782
+ */
783
+ locale:
784
+ | 'ar'
785
+ | 'am'
786
+ | 'fa'
787
+ | 'ht'
788
+ | 'lo'
789
+ | 'my'
790
+ | 'pa'
791
+ | 'ps'
792
+ | 'so'
793
+ | 'tl'
794
+ | 'ur'
795
+ | 'he'
796
+ | 'ta'
797
+ | 'te'
798
+ | 'mr'
799
+ | 'gu'
800
+ | 'kn'
801
+ | 'ml'
802
+ | 'ha'
803
+ | 'jv'
804
+ | 'yo'
805
+ | 'ig'
806
+ | 'uz'
807
+ | 'ne'
808
+ | 'sd'
809
+ | 'az'
810
+ | 'si'
811
+ | 'km'
812
+ | 'kk'
813
+ | 'bn'
814
+ | 'bs'
815
+ | 'pt-BR'
816
+ | 'bg'
817
+ | 'ca'
818
+ | 'hr'
819
+ | 'cs'
820
+ | 'da'
821
+ | 'nl'
822
+ | 'en'
823
+ | 'et'
824
+ | 'fi'
825
+ | 'fr'
826
+ | 'de'
827
+ | 'el'
828
+ | 'hi'
829
+ | 'hu'
830
+ | 'id'
831
+ | 'it'
832
+ | 'ja'
833
+ | 'ko'
834
+ | 'lv'
835
+ | 'lt'
836
+ | 'ms'
837
+ | 'mn'
838
+ | 'nb'
839
+ | 'pl'
840
+ | 'pt'
841
+ | 'ro'
842
+ | 'ru'
843
+ | 'sr'
844
+ | 'zh-CN'
845
+ | 'sk'
846
+ | 'sl'
847
+ | 'es'
848
+ | 'sw'
849
+ | 'sv'
850
+ | 'th'
851
+ | 'zh-TW'
852
+ | 'tr'
853
+ | 'uk'
854
+ | 'vi';
855
+
856
+ /**
857
+ * Content in markdown format
858
+ */
859
+ markdownContent: string | null;
860
+
861
+ /**
862
+ * State of the changelog
863
+ */
864
+ state: 'live' | 'draft';
865
+
866
+ /**
867
+ * Changelog title
868
+ */
869
+ title: string;
870
+ }
871
+ }
872
+
714
873
  export interface ChangelogDeleteResponse {
715
874
  /**
716
875
  * Unique identifier of the deleted changelog
@@ -855,69 +1014,1861 @@ export interface ChangelogCreateParams {
855
1014
  state?: 'draft' | 'live';
856
1015
 
857
1016
  /**
858
- * Header param: API version for this request. Defaults to your organization's
859
- * configured API version if not specified.
1017
+ * Body param: Locale-keyed draft updates. Every listed locale must be enabled for
1018
+ * the organization. New translations require title and nonempty htmlContent or
1019
+ * markdownContent; existing translations preserve omitted fields. Do not combine
1020
+ * content formats within an entry. For nonempty batches, supplied top-level
1021
+ * content must also be nonempty. Top-level localized fields override the
1022
+ * primary-locale entry (HTML/Markdown are one content field). An empty dictionary
1023
+ * uses the existing flow; an empty existing-locale entry is a no-op. Nonempty
1024
+ * batches are saved together and return the primary draft with draft
1025
+ * availableLocales. On PATCH, if the current organization default draft is absent,
1026
+ * return the first edited locale in alphabetical order; for an all-no-op batch,
1027
+ * return the first listed draft in alphabetical order. The response locale
1028
+ * identifies the selected draft. Publication is separate. Uploaded assets are not
1029
+ * rolled back on failure.
860
1030
  */
861
- 'Featurebase-Version'?: '2026-08-19.orbit' | '2026-01-01.nova' | '2025-12-12.clover';
862
- }
1031
+ translations?: ChangelogCreateParams.Translations;
863
1032
 
864
- export interface ChangelogRetrieveParams {
865
1033
  /**
866
- * API version for this request. Defaults to your organization's configured API
867
- * version if not specified.
1034
+ * Header param: API version for this request. Defaults to your organization's
1035
+ * configured API version if not specified.
868
1036
  */
869
1037
  'Featurebase-Version'?: '2026-08-19.orbit' | '2026-01-01.nova' | '2025-12-12.clover';
870
1038
  }
871
1039
 
872
- export interface ChangelogUpdateParams {
1040
+ export namespace ChangelogCreateParams {
873
1041
  /**
874
- * Body param: An array of segment IDs that are allowed to view the changelog
1042
+ * Locale-keyed draft updates. Every listed locale must be enabled for the
1043
+ * organization. New translations require title and nonempty htmlContent or
1044
+ * markdownContent; existing translations preserve omitted fields. Do not combine
1045
+ * content formats within an entry. For nonempty batches, supplied top-level
1046
+ * content must also be nonempty. Top-level localized fields override the
1047
+ * primary-locale entry (HTML/Markdown are one content field). An empty dictionary
1048
+ * uses the existing flow; an empty existing-locale entry is a no-op. Nonempty
1049
+ * batches are saved together and return the primary draft with draft
1050
+ * availableLocales. On PATCH, if the current organization default draft is absent,
1051
+ * return the first edited locale in alphabetical order; for an all-no-op batch,
1052
+ * return the first listed draft in alphabetical order. The response locale
1053
+ * identifies the selected draft. Publication is separate. Uploaded assets are not
1054
+ * rolled back on failure.
875
1055
  */
876
- allowedSegmentIds?: Array<string>;
1056
+ export interface Translations {
1057
+ id?: Translations.ID;
877
1058
 
878
- /**
879
- * Body param: An array of category names to which the changelog belongs
880
- */
881
- categories?: Array<string>;
1059
+ am?: Translations.Am;
882
1060
 
883
- /**
884
- * Body param: The date of the changelog
885
- */
886
- date?: string | null;
1061
+ ar?: Translations.Ar;
887
1062
 
888
- /**
889
- * Body param: The URL of the featured image for the changelog. External URLs will
890
- * be uploaded to our storage.
891
- */
892
- featuredImage?: string;
1063
+ az?: Translations.Az;
893
1064
 
894
- /**
895
- * Body param: HTML content of the changelog. Provide either htmlContent or
896
- * markdownContent. Supports Featurebase custom blocks (callouts, multi-code,
897
- * accordions, columns, file/image/video, iframes) — see the **Content Components**
898
- * guide. External image URLs and base64 data URIs are uploaded to our storage
899
- * automatically.
900
- */
901
- htmlContent?: string;
1065
+ bg?: Translations.Bg;
902
1066
 
903
- /**
904
- * Body param: Markdown content of the changelog (CommonMark + GFM). Provide either
905
- * htmlContent or markdownContent. Markdown is converted to plain HTML — to use
906
- * Featurebase custom blocks (callouts, multi-code, accordions, columns) send
907
- * htmlContent instead. See the **Content Components** guide.
908
- */
909
- markdownContent?: string;
1067
+ bn?: Translations.Bn;
910
1068
 
911
- /**
912
- * Body param: The title of the changelog
913
- */
914
- title?: string;
1069
+ bs?: Translations.Bs;
915
1070
 
916
- /**
917
- * Header param: API version for this request. Defaults to your organization's
918
- * configured API version if not specified.
919
- */
920
- 'Featurebase-Version'?: '2026-08-19.orbit' | '2026-01-01.nova' | '2025-12-12.clover';
1071
+ ca?: Translations.Ca;
1072
+
1073
+ cs?: Translations.Cs;
1074
+
1075
+ da?: Translations.Da;
1076
+
1077
+ de?: Translations.De;
1078
+
1079
+ el?: Translations.El;
1080
+
1081
+ en?: Translations.En;
1082
+
1083
+ es?: Translations.Es;
1084
+
1085
+ et?: Translations.Et;
1086
+
1087
+ fa?: Translations.Fa;
1088
+
1089
+ fi?: Translations.Fi;
1090
+
1091
+ fr?: Translations.Fr;
1092
+
1093
+ gu?: Translations.Gu;
1094
+
1095
+ ha?: Translations.Ha;
1096
+
1097
+ he?: Translations.He;
1098
+
1099
+ hi?: Translations.Hi;
1100
+
1101
+ hr?: Translations.Hr;
1102
+
1103
+ ht?: Translations.Ht;
1104
+
1105
+ hu?: Translations.Hu;
1106
+
1107
+ ig?: Translations.Ig;
1108
+
1109
+ it?: Translations.It;
1110
+
1111
+ ja?: Translations.Ja;
1112
+
1113
+ jv?: Translations.Jv;
1114
+
1115
+ kk?: Translations.Kk;
1116
+
1117
+ km?: Translations.Km;
1118
+
1119
+ kn?: Translations.Kn;
1120
+
1121
+ ko?: Translations.Ko;
1122
+
1123
+ lo?: Translations.Lo;
1124
+
1125
+ lt?: Translations.Lt;
1126
+
1127
+ lv?: Translations.Lv;
1128
+
1129
+ ml?: Translations.Ml;
1130
+
1131
+ mn?: Translations.Mn;
1132
+
1133
+ mr?: Translations.Mr;
1134
+
1135
+ ms?: Translations.Ms;
1136
+
1137
+ my?: Translations.My;
1138
+
1139
+ nb?: Translations.Nb;
1140
+
1141
+ ne?: Translations.Ne;
1142
+
1143
+ nl?: Translations.Nl;
1144
+
1145
+ pa?: Translations.Pa;
1146
+
1147
+ pl?: Translations.Pl;
1148
+
1149
+ ps?: Translations.Ps;
1150
+
1151
+ pt?: Translations.Pt;
1152
+
1153
+ 'pt-BR'?: Translations.PtBr;
1154
+
1155
+ ro?: Translations.Ro;
1156
+
1157
+ ru?: Translations.Ru;
1158
+
1159
+ sd?: Translations.Sd;
1160
+
1161
+ si?: Translations.Si;
1162
+
1163
+ sk?: Translations.Sk;
1164
+
1165
+ sl?: Translations.Sl;
1166
+
1167
+ so?: Translations.So;
1168
+
1169
+ sr?: Translations.Sr;
1170
+
1171
+ sv?: Translations.Sv;
1172
+
1173
+ sw?: Translations.Sw;
1174
+
1175
+ ta?: Translations.Ta;
1176
+
1177
+ te?: Translations.Te;
1178
+
1179
+ th?: Translations.Th;
1180
+
1181
+ tl?: Translations.Tl;
1182
+
1183
+ tr?: Translations.Tr;
1184
+
1185
+ uk?: Translations.Uk;
1186
+
1187
+ ur?: Translations.Ur;
1188
+
1189
+ uz?: Translations.Uz;
1190
+
1191
+ vi?: Translations.Vi;
1192
+
1193
+ yo?: Translations.Yo;
1194
+
1195
+ 'zh-CN'?: Translations.ZhCn;
1196
+
1197
+ 'zh-TW'?: Translations.ZhTw;
1198
+ }
1199
+
1200
+ export namespace Translations {
1201
+ export interface ID {
1202
+ featuredImage?: string;
1203
+
1204
+ htmlContent?: string;
1205
+
1206
+ markdownContent?: string;
1207
+
1208
+ title?: string;
1209
+ }
1210
+
1211
+ export interface Am {
1212
+ featuredImage?: string;
1213
+
1214
+ htmlContent?: string;
1215
+
1216
+ markdownContent?: string;
1217
+
1218
+ title?: string;
1219
+ }
1220
+
1221
+ export interface Ar {
1222
+ featuredImage?: string;
1223
+
1224
+ htmlContent?: string;
1225
+
1226
+ markdownContent?: string;
1227
+
1228
+ title?: string;
1229
+ }
1230
+
1231
+ export interface Az {
1232
+ featuredImage?: string;
1233
+
1234
+ htmlContent?: string;
1235
+
1236
+ markdownContent?: string;
1237
+
1238
+ title?: string;
1239
+ }
1240
+
1241
+ export interface Bg {
1242
+ featuredImage?: string;
1243
+
1244
+ htmlContent?: string;
1245
+
1246
+ markdownContent?: string;
1247
+
1248
+ title?: string;
1249
+ }
1250
+
1251
+ export interface Bn {
1252
+ featuredImage?: string;
1253
+
1254
+ htmlContent?: string;
1255
+
1256
+ markdownContent?: string;
1257
+
1258
+ title?: string;
1259
+ }
1260
+
1261
+ export interface Bs {
1262
+ featuredImage?: string;
1263
+
1264
+ htmlContent?: string;
1265
+
1266
+ markdownContent?: string;
1267
+
1268
+ title?: string;
1269
+ }
1270
+
1271
+ export interface Ca {
1272
+ featuredImage?: string;
1273
+
1274
+ htmlContent?: string;
1275
+
1276
+ markdownContent?: string;
1277
+
1278
+ title?: string;
1279
+ }
1280
+
1281
+ export interface Cs {
1282
+ featuredImage?: string;
1283
+
1284
+ htmlContent?: string;
1285
+
1286
+ markdownContent?: string;
1287
+
1288
+ title?: string;
1289
+ }
1290
+
1291
+ export interface Da {
1292
+ featuredImage?: string;
1293
+
1294
+ htmlContent?: string;
1295
+
1296
+ markdownContent?: string;
1297
+
1298
+ title?: string;
1299
+ }
1300
+
1301
+ export interface De {
1302
+ featuredImage?: string;
1303
+
1304
+ htmlContent?: string;
1305
+
1306
+ markdownContent?: string;
1307
+
1308
+ title?: string;
1309
+ }
1310
+
1311
+ export interface El {
1312
+ featuredImage?: string;
1313
+
1314
+ htmlContent?: string;
1315
+
1316
+ markdownContent?: string;
1317
+
1318
+ title?: string;
1319
+ }
1320
+
1321
+ export interface En {
1322
+ featuredImage?: string;
1323
+
1324
+ htmlContent?: string;
1325
+
1326
+ markdownContent?: string;
1327
+
1328
+ title?: string;
1329
+ }
1330
+
1331
+ export interface Es {
1332
+ featuredImage?: string;
1333
+
1334
+ htmlContent?: string;
1335
+
1336
+ markdownContent?: string;
1337
+
1338
+ title?: string;
1339
+ }
1340
+
1341
+ export interface Et {
1342
+ featuredImage?: string;
1343
+
1344
+ htmlContent?: string;
1345
+
1346
+ markdownContent?: string;
1347
+
1348
+ title?: string;
1349
+ }
1350
+
1351
+ export interface Fa {
1352
+ featuredImage?: string;
1353
+
1354
+ htmlContent?: string;
1355
+
1356
+ markdownContent?: string;
1357
+
1358
+ title?: string;
1359
+ }
1360
+
1361
+ export interface Fi {
1362
+ featuredImage?: string;
1363
+
1364
+ htmlContent?: string;
1365
+
1366
+ markdownContent?: string;
1367
+
1368
+ title?: string;
1369
+ }
1370
+
1371
+ export interface Fr {
1372
+ featuredImage?: string;
1373
+
1374
+ htmlContent?: string;
1375
+
1376
+ markdownContent?: string;
1377
+
1378
+ title?: string;
1379
+ }
1380
+
1381
+ export interface Gu {
1382
+ featuredImage?: string;
1383
+
1384
+ htmlContent?: string;
1385
+
1386
+ markdownContent?: string;
1387
+
1388
+ title?: string;
1389
+ }
1390
+
1391
+ export interface Ha {
1392
+ featuredImage?: string;
1393
+
1394
+ htmlContent?: string;
1395
+
1396
+ markdownContent?: string;
1397
+
1398
+ title?: string;
1399
+ }
1400
+
1401
+ export interface He {
1402
+ featuredImage?: string;
1403
+
1404
+ htmlContent?: string;
1405
+
1406
+ markdownContent?: string;
1407
+
1408
+ title?: string;
1409
+ }
1410
+
1411
+ export interface Hi {
1412
+ featuredImage?: string;
1413
+
1414
+ htmlContent?: string;
1415
+
1416
+ markdownContent?: string;
1417
+
1418
+ title?: string;
1419
+ }
1420
+
1421
+ export interface Hr {
1422
+ featuredImage?: string;
1423
+
1424
+ htmlContent?: string;
1425
+
1426
+ markdownContent?: string;
1427
+
1428
+ title?: string;
1429
+ }
1430
+
1431
+ export interface Ht {
1432
+ featuredImage?: string;
1433
+
1434
+ htmlContent?: string;
1435
+
1436
+ markdownContent?: string;
1437
+
1438
+ title?: string;
1439
+ }
1440
+
1441
+ export interface Hu {
1442
+ featuredImage?: string;
1443
+
1444
+ htmlContent?: string;
1445
+
1446
+ markdownContent?: string;
1447
+
1448
+ title?: string;
1449
+ }
1450
+
1451
+ export interface Ig {
1452
+ featuredImage?: string;
1453
+
1454
+ htmlContent?: string;
1455
+
1456
+ markdownContent?: string;
1457
+
1458
+ title?: string;
1459
+ }
1460
+
1461
+ export interface It {
1462
+ featuredImage?: string;
1463
+
1464
+ htmlContent?: string;
1465
+
1466
+ markdownContent?: string;
1467
+
1468
+ title?: string;
1469
+ }
1470
+
1471
+ export interface Ja {
1472
+ featuredImage?: string;
1473
+
1474
+ htmlContent?: string;
1475
+
1476
+ markdownContent?: string;
1477
+
1478
+ title?: string;
1479
+ }
1480
+
1481
+ export interface Jv {
1482
+ featuredImage?: string;
1483
+
1484
+ htmlContent?: string;
1485
+
1486
+ markdownContent?: string;
1487
+
1488
+ title?: string;
1489
+ }
1490
+
1491
+ export interface Kk {
1492
+ featuredImage?: string;
1493
+
1494
+ htmlContent?: string;
1495
+
1496
+ markdownContent?: string;
1497
+
1498
+ title?: string;
1499
+ }
1500
+
1501
+ export interface Km {
1502
+ featuredImage?: string;
1503
+
1504
+ htmlContent?: string;
1505
+
1506
+ markdownContent?: string;
1507
+
1508
+ title?: string;
1509
+ }
1510
+
1511
+ export interface Kn {
1512
+ featuredImage?: string;
1513
+
1514
+ htmlContent?: string;
1515
+
1516
+ markdownContent?: string;
1517
+
1518
+ title?: string;
1519
+ }
1520
+
1521
+ export interface Ko {
1522
+ featuredImage?: string;
1523
+
1524
+ htmlContent?: string;
1525
+
1526
+ markdownContent?: string;
1527
+
1528
+ title?: string;
1529
+ }
1530
+
1531
+ export interface Lo {
1532
+ featuredImage?: string;
1533
+
1534
+ htmlContent?: string;
1535
+
1536
+ markdownContent?: string;
1537
+
1538
+ title?: string;
1539
+ }
1540
+
1541
+ export interface Lt {
1542
+ featuredImage?: string;
1543
+
1544
+ htmlContent?: string;
1545
+
1546
+ markdownContent?: string;
1547
+
1548
+ title?: string;
1549
+ }
1550
+
1551
+ export interface Lv {
1552
+ featuredImage?: string;
1553
+
1554
+ htmlContent?: string;
1555
+
1556
+ markdownContent?: string;
1557
+
1558
+ title?: string;
1559
+ }
1560
+
1561
+ export interface Ml {
1562
+ featuredImage?: string;
1563
+
1564
+ htmlContent?: string;
1565
+
1566
+ markdownContent?: string;
1567
+
1568
+ title?: string;
1569
+ }
1570
+
1571
+ export interface Mn {
1572
+ featuredImage?: string;
1573
+
1574
+ htmlContent?: string;
1575
+
1576
+ markdownContent?: string;
1577
+
1578
+ title?: string;
1579
+ }
1580
+
1581
+ export interface Mr {
1582
+ featuredImage?: string;
1583
+
1584
+ htmlContent?: string;
1585
+
1586
+ markdownContent?: string;
1587
+
1588
+ title?: string;
1589
+ }
1590
+
1591
+ export interface Ms {
1592
+ featuredImage?: string;
1593
+
1594
+ htmlContent?: string;
1595
+
1596
+ markdownContent?: string;
1597
+
1598
+ title?: string;
1599
+ }
1600
+
1601
+ export interface My {
1602
+ featuredImage?: string;
1603
+
1604
+ htmlContent?: string;
1605
+
1606
+ markdownContent?: string;
1607
+
1608
+ title?: string;
1609
+ }
1610
+
1611
+ export interface Nb {
1612
+ featuredImage?: string;
1613
+
1614
+ htmlContent?: string;
1615
+
1616
+ markdownContent?: string;
1617
+
1618
+ title?: string;
1619
+ }
1620
+
1621
+ export interface Ne {
1622
+ featuredImage?: string;
1623
+
1624
+ htmlContent?: string;
1625
+
1626
+ markdownContent?: string;
1627
+
1628
+ title?: string;
1629
+ }
1630
+
1631
+ export interface Nl {
1632
+ featuredImage?: string;
1633
+
1634
+ htmlContent?: string;
1635
+
1636
+ markdownContent?: string;
1637
+
1638
+ title?: string;
1639
+ }
1640
+
1641
+ export interface Pa {
1642
+ featuredImage?: string;
1643
+
1644
+ htmlContent?: string;
1645
+
1646
+ markdownContent?: string;
1647
+
1648
+ title?: string;
1649
+ }
1650
+
1651
+ export interface Pl {
1652
+ featuredImage?: string;
1653
+
1654
+ htmlContent?: string;
1655
+
1656
+ markdownContent?: string;
1657
+
1658
+ title?: string;
1659
+ }
1660
+
1661
+ export interface Ps {
1662
+ featuredImage?: string;
1663
+
1664
+ htmlContent?: string;
1665
+
1666
+ markdownContent?: string;
1667
+
1668
+ title?: string;
1669
+ }
1670
+
1671
+ export interface Pt {
1672
+ featuredImage?: string;
1673
+
1674
+ htmlContent?: string;
1675
+
1676
+ markdownContent?: string;
1677
+
1678
+ title?: string;
1679
+ }
1680
+
1681
+ export interface PtBr {
1682
+ featuredImage?: string;
1683
+
1684
+ htmlContent?: string;
1685
+
1686
+ markdownContent?: string;
1687
+
1688
+ title?: string;
1689
+ }
1690
+
1691
+ export interface Ro {
1692
+ featuredImage?: string;
1693
+
1694
+ htmlContent?: string;
1695
+
1696
+ markdownContent?: string;
1697
+
1698
+ title?: string;
1699
+ }
1700
+
1701
+ export interface Ru {
1702
+ featuredImage?: string;
1703
+
1704
+ htmlContent?: string;
1705
+
1706
+ markdownContent?: string;
1707
+
1708
+ title?: string;
1709
+ }
1710
+
1711
+ export interface Sd {
1712
+ featuredImage?: string;
1713
+
1714
+ htmlContent?: string;
1715
+
1716
+ markdownContent?: string;
1717
+
1718
+ title?: string;
1719
+ }
1720
+
1721
+ export interface Si {
1722
+ featuredImage?: string;
1723
+
1724
+ htmlContent?: string;
1725
+
1726
+ markdownContent?: string;
1727
+
1728
+ title?: string;
1729
+ }
1730
+
1731
+ export interface Sk {
1732
+ featuredImage?: string;
1733
+
1734
+ htmlContent?: string;
1735
+
1736
+ markdownContent?: string;
1737
+
1738
+ title?: string;
1739
+ }
1740
+
1741
+ export interface Sl {
1742
+ featuredImage?: string;
1743
+
1744
+ htmlContent?: string;
1745
+
1746
+ markdownContent?: string;
1747
+
1748
+ title?: string;
1749
+ }
1750
+
1751
+ export interface So {
1752
+ featuredImage?: string;
1753
+
1754
+ htmlContent?: string;
1755
+
1756
+ markdownContent?: string;
1757
+
1758
+ title?: string;
1759
+ }
1760
+
1761
+ export interface Sr {
1762
+ featuredImage?: string;
1763
+
1764
+ htmlContent?: string;
1765
+
1766
+ markdownContent?: string;
1767
+
1768
+ title?: string;
1769
+ }
1770
+
1771
+ export interface Sv {
1772
+ featuredImage?: string;
1773
+
1774
+ htmlContent?: string;
1775
+
1776
+ markdownContent?: string;
1777
+
1778
+ title?: string;
1779
+ }
1780
+
1781
+ export interface Sw {
1782
+ featuredImage?: string;
1783
+
1784
+ htmlContent?: string;
1785
+
1786
+ markdownContent?: string;
1787
+
1788
+ title?: string;
1789
+ }
1790
+
1791
+ export interface Ta {
1792
+ featuredImage?: string;
1793
+
1794
+ htmlContent?: string;
1795
+
1796
+ markdownContent?: string;
1797
+
1798
+ title?: string;
1799
+ }
1800
+
1801
+ export interface Te {
1802
+ featuredImage?: string;
1803
+
1804
+ htmlContent?: string;
1805
+
1806
+ markdownContent?: string;
1807
+
1808
+ title?: string;
1809
+ }
1810
+
1811
+ export interface Th {
1812
+ featuredImage?: string;
1813
+
1814
+ htmlContent?: string;
1815
+
1816
+ markdownContent?: string;
1817
+
1818
+ title?: string;
1819
+ }
1820
+
1821
+ export interface Tl {
1822
+ featuredImage?: string;
1823
+
1824
+ htmlContent?: string;
1825
+
1826
+ markdownContent?: string;
1827
+
1828
+ title?: string;
1829
+ }
1830
+
1831
+ export interface Tr {
1832
+ featuredImage?: string;
1833
+
1834
+ htmlContent?: string;
1835
+
1836
+ markdownContent?: string;
1837
+
1838
+ title?: string;
1839
+ }
1840
+
1841
+ export interface Uk {
1842
+ featuredImage?: string;
1843
+
1844
+ htmlContent?: string;
1845
+
1846
+ markdownContent?: string;
1847
+
1848
+ title?: string;
1849
+ }
1850
+
1851
+ export interface Ur {
1852
+ featuredImage?: string;
1853
+
1854
+ htmlContent?: string;
1855
+
1856
+ markdownContent?: string;
1857
+
1858
+ title?: string;
1859
+ }
1860
+
1861
+ export interface Uz {
1862
+ featuredImage?: string;
1863
+
1864
+ htmlContent?: string;
1865
+
1866
+ markdownContent?: string;
1867
+
1868
+ title?: string;
1869
+ }
1870
+
1871
+ export interface Vi {
1872
+ featuredImage?: string;
1873
+
1874
+ htmlContent?: string;
1875
+
1876
+ markdownContent?: string;
1877
+
1878
+ title?: string;
1879
+ }
1880
+
1881
+ export interface Yo {
1882
+ featuredImage?: string;
1883
+
1884
+ htmlContent?: string;
1885
+
1886
+ markdownContent?: string;
1887
+
1888
+ title?: string;
1889
+ }
1890
+
1891
+ export interface ZhCn {
1892
+ featuredImage?: string;
1893
+
1894
+ htmlContent?: string;
1895
+
1896
+ markdownContent?: string;
1897
+
1898
+ title?: string;
1899
+ }
1900
+
1901
+ export interface ZhTw {
1902
+ featuredImage?: string;
1903
+
1904
+ htmlContent?: string;
1905
+
1906
+ markdownContent?: string;
1907
+
1908
+ title?: string;
1909
+ }
1910
+ }
1911
+ }
1912
+
1913
+ export interface ChangelogRetrieveParams {
1914
+ /**
1915
+ * Query param: Include a locale-keyed translations dictionary. Omitted or false
1916
+ * preserves the existing response.
1917
+ */
1918
+ allTranslations?: 'true' | 'false';
1919
+
1920
+ /**
1921
+ * Query param: Version for allTranslations=true, defaulting to live. Ignored
1922
+ * otherwise. Locales without this version are omitted.
1923
+ */
1924
+ state?: 'live' | 'draft';
1925
+
1926
+ /**
1927
+ * Header param: API version for this request. Defaults to your organization's
1928
+ * configured API version if not specified.
1929
+ */
1930
+ 'Featurebase-Version'?: '2026-08-19.orbit' | '2026-01-01.nova' | '2025-12-12.clover';
1931
+ }
1932
+
1933
+ export interface ChangelogUpdateParams {
1934
+ /**
1935
+ * Body param: An array of segment IDs that are allowed to view the changelog
1936
+ */
1937
+ allowedSegmentIds?: Array<string>;
1938
+
1939
+ /**
1940
+ * Body param: An array of category names to which the changelog belongs
1941
+ */
1942
+ categories?: Array<string>;
1943
+
1944
+ /**
1945
+ * Body param: The date of the changelog
1946
+ */
1947
+ date?: string | null;
1948
+
1949
+ /**
1950
+ * Body param: The URL of the featured image for the changelog. External URLs will
1951
+ * be uploaded to our storage.
1952
+ */
1953
+ featuredImage?: string;
1954
+
1955
+ /**
1956
+ * Body param: HTML content of the changelog. Provide either htmlContent or
1957
+ * markdownContent. Supports Featurebase custom blocks (callouts, multi-code,
1958
+ * accordions, columns, file/image/video, iframes) — see the **Content Components**
1959
+ * guide. External image URLs and base64 data URIs are uploaded to our storage
1960
+ * automatically.
1961
+ */
1962
+ htmlContent?: string;
1963
+
1964
+ /**
1965
+ * Body param: Markdown content of the changelog (CommonMark + GFM). Provide either
1966
+ * htmlContent or markdownContent. Markdown is converted to plain HTML — to use
1967
+ * Featurebase custom blocks (callouts, multi-code, accordions, columns) send
1968
+ * htmlContent instead. See the **Content Components** guide.
1969
+ */
1970
+ markdownContent?: string;
1971
+
1972
+ /**
1973
+ * Body param: The title of the changelog
1974
+ */
1975
+ title?: string;
1976
+
1977
+ /**
1978
+ * Body param: Locale-keyed draft updates. Every listed locale must be enabled for
1979
+ * the organization. New translations require title and nonempty htmlContent or
1980
+ * markdownContent; existing translations preserve omitted fields. Do not combine
1981
+ * content formats within an entry. For nonempty batches, supplied top-level
1982
+ * content must also be nonempty. Top-level localized fields override the
1983
+ * primary-locale entry (HTML/Markdown are one content field). An empty dictionary
1984
+ * uses the existing flow; an empty existing-locale entry is a no-op. Nonempty
1985
+ * batches are saved together and return the primary draft with draft
1986
+ * availableLocales. On PATCH, if the current organization default draft is absent,
1987
+ * return the first edited locale in alphabetical order; for an all-no-op batch,
1988
+ * return the first listed draft in alphabetical order. The response locale
1989
+ * identifies the selected draft. Publication is separate. Uploaded assets are not
1990
+ * rolled back on failure.
1991
+ */
1992
+ translations?: ChangelogUpdateParams.Translations;
1993
+
1994
+ /**
1995
+ * Header param: API version for this request. Defaults to your organization's
1996
+ * configured API version if not specified.
1997
+ */
1998
+ 'Featurebase-Version'?: '2026-08-19.orbit' | '2026-01-01.nova' | '2025-12-12.clover';
1999
+ }
2000
+
2001
+ export namespace ChangelogUpdateParams {
2002
+ /**
2003
+ * Locale-keyed draft updates. Every listed locale must be enabled for the
2004
+ * organization. New translations require title and nonempty htmlContent or
2005
+ * markdownContent; existing translations preserve omitted fields. Do not combine
2006
+ * content formats within an entry. For nonempty batches, supplied top-level
2007
+ * content must also be nonempty. Top-level localized fields override the
2008
+ * primary-locale entry (HTML/Markdown are one content field). An empty dictionary
2009
+ * uses the existing flow; an empty existing-locale entry is a no-op. Nonempty
2010
+ * batches are saved together and return the primary draft with draft
2011
+ * availableLocales. On PATCH, if the current organization default draft is absent,
2012
+ * return the first edited locale in alphabetical order; for an all-no-op batch,
2013
+ * return the first listed draft in alphabetical order. The response locale
2014
+ * identifies the selected draft. Publication is separate. Uploaded assets are not
2015
+ * rolled back on failure.
2016
+ */
2017
+ export interface Translations {
2018
+ id?: Translations.ID;
2019
+
2020
+ am?: Translations.Am;
2021
+
2022
+ ar?: Translations.Ar;
2023
+
2024
+ az?: Translations.Az;
2025
+
2026
+ bg?: Translations.Bg;
2027
+
2028
+ bn?: Translations.Bn;
2029
+
2030
+ bs?: Translations.Bs;
2031
+
2032
+ ca?: Translations.Ca;
2033
+
2034
+ cs?: Translations.Cs;
2035
+
2036
+ da?: Translations.Da;
2037
+
2038
+ de?: Translations.De;
2039
+
2040
+ el?: Translations.El;
2041
+
2042
+ en?: Translations.En;
2043
+
2044
+ es?: Translations.Es;
2045
+
2046
+ et?: Translations.Et;
2047
+
2048
+ fa?: Translations.Fa;
2049
+
2050
+ fi?: Translations.Fi;
2051
+
2052
+ fr?: Translations.Fr;
2053
+
2054
+ gu?: Translations.Gu;
2055
+
2056
+ ha?: Translations.Ha;
2057
+
2058
+ he?: Translations.He;
2059
+
2060
+ hi?: Translations.Hi;
2061
+
2062
+ hr?: Translations.Hr;
2063
+
2064
+ ht?: Translations.Ht;
2065
+
2066
+ hu?: Translations.Hu;
2067
+
2068
+ ig?: Translations.Ig;
2069
+
2070
+ it?: Translations.It;
2071
+
2072
+ ja?: Translations.Ja;
2073
+
2074
+ jv?: Translations.Jv;
2075
+
2076
+ kk?: Translations.Kk;
2077
+
2078
+ km?: Translations.Km;
2079
+
2080
+ kn?: Translations.Kn;
2081
+
2082
+ ko?: Translations.Ko;
2083
+
2084
+ lo?: Translations.Lo;
2085
+
2086
+ lt?: Translations.Lt;
2087
+
2088
+ lv?: Translations.Lv;
2089
+
2090
+ ml?: Translations.Ml;
2091
+
2092
+ mn?: Translations.Mn;
2093
+
2094
+ mr?: Translations.Mr;
2095
+
2096
+ ms?: Translations.Ms;
2097
+
2098
+ my?: Translations.My;
2099
+
2100
+ nb?: Translations.Nb;
2101
+
2102
+ ne?: Translations.Ne;
2103
+
2104
+ nl?: Translations.Nl;
2105
+
2106
+ pa?: Translations.Pa;
2107
+
2108
+ pl?: Translations.Pl;
2109
+
2110
+ ps?: Translations.Ps;
2111
+
2112
+ pt?: Translations.Pt;
2113
+
2114
+ 'pt-BR'?: Translations.PtBr;
2115
+
2116
+ ro?: Translations.Ro;
2117
+
2118
+ ru?: Translations.Ru;
2119
+
2120
+ sd?: Translations.Sd;
2121
+
2122
+ si?: Translations.Si;
2123
+
2124
+ sk?: Translations.Sk;
2125
+
2126
+ sl?: Translations.Sl;
2127
+
2128
+ so?: Translations.So;
2129
+
2130
+ sr?: Translations.Sr;
2131
+
2132
+ sv?: Translations.Sv;
2133
+
2134
+ sw?: Translations.Sw;
2135
+
2136
+ ta?: Translations.Ta;
2137
+
2138
+ te?: Translations.Te;
2139
+
2140
+ th?: Translations.Th;
2141
+
2142
+ tl?: Translations.Tl;
2143
+
2144
+ tr?: Translations.Tr;
2145
+
2146
+ uk?: Translations.Uk;
2147
+
2148
+ ur?: Translations.Ur;
2149
+
2150
+ uz?: Translations.Uz;
2151
+
2152
+ vi?: Translations.Vi;
2153
+
2154
+ yo?: Translations.Yo;
2155
+
2156
+ 'zh-CN'?: Translations.ZhCn;
2157
+
2158
+ 'zh-TW'?: Translations.ZhTw;
2159
+ }
2160
+
2161
+ export namespace Translations {
2162
+ export interface ID {
2163
+ featuredImage?: string;
2164
+
2165
+ htmlContent?: string;
2166
+
2167
+ markdownContent?: string;
2168
+
2169
+ title?: string;
2170
+ }
2171
+
2172
+ export interface Am {
2173
+ featuredImage?: string;
2174
+
2175
+ htmlContent?: string;
2176
+
2177
+ markdownContent?: string;
2178
+
2179
+ title?: string;
2180
+ }
2181
+
2182
+ export interface Ar {
2183
+ featuredImage?: string;
2184
+
2185
+ htmlContent?: string;
2186
+
2187
+ markdownContent?: string;
2188
+
2189
+ title?: string;
2190
+ }
2191
+
2192
+ export interface Az {
2193
+ featuredImage?: string;
2194
+
2195
+ htmlContent?: string;
2196
+
2197
+ markdownContent?: string;
2198
+
2199
+ title?: string;
2200
+ }
2201
+
2202
+ export interface Bg {
2203
+ featuredImage?: string;
2204
+
2205
+ htmlContent?: string;
2206
+
2207
+ markdownContent?: string;
2208
+
2209
+ title?: string;
2210
+ }
2211
+
2212
+ export interface Bn {
2213
+ featuredImage?: string;
2214
+
2215
+ htmlContent?: string;
2216
+
2217
+ markdownContent?: string;
2218
+
2219
+ title?: string;
2220
+ }
2221
+
2222
+ export interface Bs {
2223
+ featuredImage?: string;
2224
+
2225
+ htmlContent?: string;
2226
+
2227
+ markdownContent?: string;
2228
+
2229
+ title?: string;
2230
+ }
2231
+
2232
+ export interface Ca {
2233
+ featuredImage?: string;
2234
+
2235
+ htmlContent?: string;
2236
+
2237
+ markdownContent?: string;
2238
+
2239
+ title?: string;
2240
+ }
2241
+
2242
+ export interface Cs {
2243
+ featuredImage?: string;
2244
+
2245
+ htmlContent?: string;
2246
+
2247
+ markdownContent?: string;
2248
+
2249
+ title?: string;
2250
+ }
2251
+
2252
+ export interface Da {
2253
+ featuredImage?: string;
2254
+
2255
+ htmlContent?: string;
2256
+
2257
+ markdownContent?: string;
2258
+
2259
+ title?: string;
2260
+ }
2261
+
2262
+ export interface De {
2263
+ featuredImage?: string;
2264
+
2265
+ htmlContent?: string;
2266
+
2267
+ markdownContent?: string;
2268
+
2269
+ title?: string;
2270
+ }
2271
+
2272
+ export interface El {
2273
+ featuredImage?: string;
2274
+
2275
+ htmlContent?: string;
2276
+
2277
+ markdownContent?: string;
2278
+
2279
+ title?: string;
2280
+ }
2281
+
2282
+ export interface En {
2283
+ featuredImage?: string;
2284
+
2285
+ htmlContent?: string;
2286
+
2287
+ markdownContent?: string;
2288
+
2289
+ title?: string;
2290
+ }
2291
+
2292
+ export interface Es {
2293
+ featuredImage?: string;
2294
+
2295
+ htmlContent?: string;
2296
+
2297
+ markdownContent?: string;
2298
+
2299
+ title?: string;
2300
+ }
2301
+
2302
+ export interface Et {
2303
+ featuredImage?: string;
2304
+
2305
+ htmlContent?: string;
2306
+
2307
+ markdownContent?: string;
2308
+
2309
+ title?: string;
2310
+ }
2311
+
2312
+ export interface Fa {
2313
+ featuredImage?: string;
2314
+
2315
+ htmlContent?: string;
2316
+
2317
+ markdownContent?: string;
2318
+
2319
+ title?: string;
2320
+ }
2321
+
2322
+ export interface Fi {
2323
+ featuredImage?: string;
2324
+
2325
+ htmlContent?: string;
2326
+
2327
+ markdownContent?: string;
2328
+
2329
+ title?: string;
2330
+ }
2331
+
2332
+ export interface Fr {
2333
+ featuredImage?: string;
2334
+
2335
+ htmlContent?: string;
2336
+
2337
+ markdownContent?: string;
2338
+
2339
+ title?: string;
2340
+ }
2341
+
2342
+ export interface Gu {
2343
+ featuredImage?: string;
2344
+
2345
+ htmlContent?: string;
2346
+
2347
+ markdownContent?: string;
2348
+
2349
+ title?: string;
2350
+ }
2351
+
2352
+ export interface Ha {
2353
+ featuredImage?: string;
2354
+
2355
+ htmlContent?: string;
2356
+
2357
+ markdownContent?: string;
2358
+
2359
+ title?: string;
2360
+ }
2361
+
2362
+ export interface He {
2363
+ featuredImage?: string;
2364
+
2365
+ htmlContent?: string;
2366
+
2367
+ markdownContent?: string;
2368
+
2369
+ title?: string;
2370
+ }
2371
+
2372
+ export interface Hi {
2373
+ featuredImage?: string;
2374
+
2375
+ htmlContent?: string;
2376
+
2377
+ markdownContent?: string;
2378
+
2379
+ title?: string;
2380
+ }
2381
+
2382
+ export interface Hr {
2383
+ featuredImage?: string;
2384
+
2385
+ htmlContent?: string;
2386
+
2387
+ markdownContent?: string;
2388
+
2389
+ title?: string;
2390
+ }
2391
+
2392
+ export interface Ht {
2393
+ featuredImage?: string;
2394
+
2395
+ htmlContent?: string;
2396
+
2397
+ markdownContent?: string;
2398
+
2399
+ title?: string;
2400
+ }
2401
+
2402
+ export interface Hu {
2403
+ featuredImage?: string;
2404
+
2405
+ htmlContent?: string;
2406
+
2407
+ markdownContent?: string;
2408
+
2409
+ title?: string;
2410
+ }
2411
+
2412
+ export interface Ig {
2413
+ featuredImage?: string;
2414
+
2415
+ htmlContent?: string;
2416
+
2417
+ markdownContent?: string;
2418
+
2419
+ title?: string;
2420
+ }
2421
+
2422
+ export interface It {
2423
+ featuredImage?: string;
2424
+
2425
+ htmlContent?: string;
2426
+
2427
+ markdownContent?: string;
2428
+
2429
+ title?: string;
2430
+ }
2431
+
2432
+ export interface Ja {
2433
+ featuredImage?: string;
2434
+
2435
+ htmlContent?: string;
2436
+
2437
+ markdownContent?: string;
2438
+
2439
+ title?: string;
2440
+ }
2441
+
2442
+ export interface Jv {
2443
+ featuredImage?: string;
2444
+
2445
+ htmlContent?: string;
2446
+
2447
+ markdownContent?: string;
2448
+
2449
+ title?: string;
2450
+ }
2451
+
2452
+ export interface Kk {
2453
+ featuredImage?: string;
2454
+
2455
+ htmlContent?: string;
2456
+
2457
+ markdownContent?: string;
2458
+
2459
+ title?: string;
2460
+ }
2461
+
2462
+ export interface Km {
2463
+ featuredImage?: string;
2464
+
2465
+ htmlContent?: string;
2466
+
2467
+ markdownContent?: string;
2468
+
2469
+ title?: string;
2470
+ }
2471
+
2472
+ export interface Kn {
2473
+ featuredImage?: string;
2474
+
2475
+ htmlContent?: string;
2476
+
2477
+ markdownContent?: string;
2478
+
2479
+ title?: string;
2480
+ }
2481
+
2482
+ export interface Ko {
2483
+ featuredImage?: string;
2484
+
2485
+ htmlContent?: string;
2486
+
2487
+ markdownContent?: string;
2488
+
2489
+ title?: string;
2490
+ }
2491
+
2492
+ export interface Lo {
2493
+ featuredImage?: string;
2494
+
2495
+ htmlContent?: string;
2496
+
2497
+ markdownContent?: string;
2498
+
2499
+ title?: string;
2500
+ }
2501
+
2502
+ export interface Lt {
2503
+ featuredImage?: string;
2504
+
2505
+ htmlContent?: string;
2506
+
2507
+ markdownContent?: string;
2508
+
2509
+ title?: string;
2510
+ }
2511
+
2512
+ export interface Lv {
2513
+ featuredImage?: string;
2514
+
2515
+ htmlContent?: string;
2516
+
2517
+ markdownContent?: string;
2518
+
2519
+ title?: string;
2520
+ }
2521
+
2522
+ export interface Ml {
2523
+ featuredImage?: string;
2524
+
2525
+ htmlContent?: string;
2526
+
2527
+ markdownContent?: string;
2528
+
2529
+ title?: string;
2530
+ }
2531
+
2532
+ export interface Mn {
2533
+ featuredImage?: string;
2534
+
2535
+ htmlContent?: string;
2536
+
2537
+ markdownContent?: string;
2538
+
2539
+ title?: string;
2540
+ }
2541
+
2542
+ export interface Mr {
2543
+ featuredImage?: string;
2544
+
2545
+ htmlContent?: string;
2546
+
2547
+ markdownContent?: string;
2548
+
2549
+ title?: string;
2550
+ }
2551
+
2552
+ export interface Ms {
2553
+ featuredImage?: string;
2554
+
2555
+ htmlContent?: string;
2556
+
2557
+ markdownContent?: string;
2558
+
2559
+ title?: string;
2560
+ }
2561
+
2562
+ export interface My {
2563
+ featuredImage?: string;
2564
+
2565
+ htmlContent?: string;
2566
+
2567
+ markdownContent?: string;
2568
+
2569
+ title?: string;
2570
+ }
2571
+
2572
+ export interface Nb {
2573
+ featuredImage?: string;
2574
+
2575
+ htmlContent?: string;
2576
+
2577
+ markdownContent?: string;
2578
+
2579
+ title?: string;
2580
+ }
2581
+
2582
+ export interface Ne {
2583
+ featuredImage?: string;
2584
+
2585
+ htmlContent?: string;
2586
+
2587
+ markdownContent?: string;
2588
+
2589
+ title?: string;
2590
+ }
2591
+
2592
+ export interface Nl {
2593
+ featuredImage?: string;
2594
+
2595
+ htmlContent?: string;
2596
+
2597
+ markdownContent?: string;
2598
+
2599
+ title?: string;
2600
+ }
2601
+
2602
+ export interface Pa {
2603
+ featuredImage?: string;
2604
+
2605
+ htmlContent?: string;
2606
+
2607
+ markdownContent?: string;
2608
+
2609
+ title?: string;
2610
+ }
2611
+
2612
+ export interface Pl {
2613
+ featuredImage?: string;
2614
+
2615
+ htmlContent?: string;
2616
+
2617
+ markdownContent?: string;
2618
+
2619
+ title?: string;
2620
+ }
2621
+
2622
+ export interface Ps {
2623
+ featuredImage?: string;
2624
+
2625
+ htmlContent?: string;
2626
+
2627
+ markdownContent?: string;
2628
+
2629
+ title?: string;
2630
+ }
2631
+
2632
+ export interface Pt {
2633
+ featuredImage?: string;
2634
+
2635
+ htmlContent?: string;
2636
+
2637
+ markdownContent?: string;
2638
+
2639
+ title?: string;
2640
+ }
2641
+
2642
+ export interface PtBr {
2643
+ featuredImage?: string;
2644
+
2645
+ htmlContent?: string;
2646
+
2647
+ markdownContent?: string;
2648
+
2649
+ title?: string;
2650
+ }
2651
+
2652
+ export interface Ro {
2653
+ featuredImage?: string;
2654
+
2655
+ htmlContent?: string;
2656
+
2657
+ markdownContent?: string;
2658
+
2659
+ title?: string;
2660
+ }
2661
+
2662
+ export interface Ru {
2663
+ featuredImage?: string;
2664
+
2665
+ htmlContent?: string;
2666
+
2667
+ markdownContent?: string;
2668
+
2669
+ title?: string;
2670
+ }
2671
+
2672
+ export interface Sd {
2673
+ featuredImage?: string;
2674
+
2675
+ htmlContent?: string;
2676
+
2677
+ markdownContent?: string;
2678
+
2679
+ title?: string;
2680
+ }
2681
+
2682
+ export interface Si {
2683
+ featuredImage?: string;
2684
+
2685
+ htmlContent?: string;
2686
+
2687
+ markdownContent?: string;
2688
+
2689
+ title?: string;
2690
+ }
2691
+
2692
+ export interface Sk {
2693
+ featuredImage?: string;
2694
+
2695
+ htmlContent?: string;
2696
+
2697
+ markdownContent?: string;
2698
+
2699
+ title?: string;
2700
+ }
2701
+
2702
+ export interface Sl {
2703
+ featuredImage?: string;
2704
+
2705
+ htmlContent?: string;
2706
+
2707
+ markdownContent?: string;
2708
+
2709
+ title?: string;
2710
+ }
2711
+
2712
+ export interface So {
2713
+ featuredImage?: string;
2714
+
2715
+ htmlContent?: string;
2716
+
2717
+ markdownContent?: string;
2718
+
2719
+ title?: string;
2720
+ }
2721
+
2722
+ export interface Sr {
2723
+ featuredImage?: string;
2724
+
2725
+ htmlContent?: string;
2726
+
2727
+ markdownContent?: string;
2728
+
2729
+ title?: string;
2730
+ }
2731
+
2732
+ export interface Sv {
2733
+ featuredImage?: string;
2734
+
2735
+ htmlContent?: string;
2736
+
2737
+ markdownContent?: string;
2738
+
2739
+ title?: string;
2740
+ }
2741
+
2742
+ export interface Sw {
2743
+ featuredImage?: string;
2744
+
2745
+ htmlContent?: string;
2746
+
2747
+ markdownContent?: string;
2748
+
2749
+ title?: string;
2750
+ }
2751
+
2752
+ export interface Ta {
2753
+ featuredImage?: string;
2754
+
2755
+ htmlContent?: string;
2756
+
2757
+ markdownContent?: string;
2758
+
2759
+ title?: string;
2760
+ }
2761
+
2762
+ export interface Te {
2763
+ featuredImage?: string;
2764
+
2765
+ htmlContent?: string;
2766
+
2767
+ markdownContent?: string;
2768
+
2769
+ title?: string;
2770
+ }
2771
+
2772
+ export interface Th {
2773
+ featuredImage?: string;
2774
+
2775
+ htmlContent?: string;
2776
+
2777
+ markdownContent?: string;
2778
+
2779
+ title?: string;
2780
+ }
2781
+
2782
+ export interface Tl {
2783
+ featuredImage?: string;
2784
+
2785
+ htmlContent?: string;
2786
+
2787
+ markdownContent?: string;
2788
+
2789
+ title?: string;
2790
+ }
2791
+
2792
+ export interface Tr {
2793
+ featuredImage?: string;
2794
+
2795
+ htmlContent?: string;
2796
+
2797
+ markdownContent?: string;
2798
+
2799
+ title?: string;
2800
+ }
2801
+
2802
+ export interface Uk {
2803
+ featuredImage?: string;
2804
+
2805
+ htmlContent?: string;
2806
+
2807
+ markdownContent?: string;
2808
+
2809
+ title?: string;
2810
+ }
2811
+
2812
+ export interface Ur {
2813
+ featuredImage?: string;
2814
+
2815
+ htmlContent?: string;
2816
+
2817
+ markdownContent?: string;
2818
+
2819
+ title?: string;
2820
+ }
2821
+
2822
+ export interface Uz {
2823
+ featuredImage?: string;
2824
+
2825
+ htmlContent?: string;
2826
+
2827
+ markdownContent?: string;
2828
+
2829
+ title?: string;
2830
+ }
2831
+
2832
+ export interface Vi {
2833
+ featuredImage?: string;
2834
+
2835
+ htmlContent?: string;
2836
+
2837
+ markdownContent?: string;
2838
+
2839
+ title?: string;
2840
+ }
2841
+
2842
+ export interface Yo {
2843
+ featuredImage?: string;
2844
+
2845
+ htmlContent?: string;
2846
+
2847
+ markdownContent?: string;
2848
+
2849
+ title?: string;
2850
+ }
2851
+
2852
+ export interface ZhCn {
2853
+ featuredImage?: string;
2854
+
2855
+ htmlContent?: string;
2856
+
2857
+ markdownContent?: string;
2858
+
2859
+ title?: string;
2860
+ }
2861
+
2862
+ export interface ZhTw {
2863
+ featuredImage?: string;
2864
+
2865
+ htmlContent?: string;
2866
+
2867
+ markdownContent?: string;
2868
+
2869
+ title?: string;
2870
+ }
2871
+ }
921
2872
  }
922
2873
 
923
2874
  export interface ChangelogListParams extends CursorPageParams {
@@ -1244,6 +3195,7 @@ export declare namespace Changelogs {
1244
3195
  export {
1245
3196
  type Changelog as Changelog,
1246
3197
  type PublishUnpublishSuccess as PublishUnpublishSuccess,
3198
+ type ChangelogRetrieveResponse as ChangelogRetrieveResponse,
1247
3199
  type ChangelogDeleteResponse as ChangelogDeleteResponse,
1248
3200
  type ChangelogsCursorPage as ChangelogsCursorPage,
1249
3201
  type ChangelogCreateParams as ChangelogCreateParams,