featurebase-node 0.15.0 → 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.
- package/CHANGELOG.md +8 -0
- package/client.d.mts +8 -2
- package/client.d.mts.map +1 -1
- package/client.d.ts +8 -2
- package/client.d.ts.map +1 -1
- package/client.js +6 -0
- package/client.js.map +1 -1
- package/client.mjs +6 -0
- package/client.mjs.map +1 -1
- package/package.json +1 -1
- package/resources/audit-logs.d.mts +2 -2
- package/resources/audit-logs.d.mts.map +1 -1
- package/resources/audit-logs.d.ts +2 -2
- package/resources/audit-logs.d.ts.map +1 -1
- package/resources/changelogs/changelogs.d.mts +1166 -6
- package/resources/changelogs/changelogs.d.mts.map +1 -1
- package/resources/changelogs/changelogs.d.ts +1166 -6
- package/resources/changelogs/changelogs.d.ts.map +1 -1
- package/resources/changelogs/changelogs.js +53 -3
- package/resources/changelogs/changelogs.js.map +1 -1
- package/resources/changelogs/changelogs.mjs +53 -3
- package/resources/changelogs/changelogs.mjs.map +1 -1
- package/resources/changelogs/index.d.mts +1 -1
- package/resources/changelogs/index.d.mts.map +1 -1
- package/resources/changelogs/index.d.ts +1 -1
- package/resources/changelogs/index.d.ts.map +1 -1
- package/resources/changelogs/index.js.map +1 -1
- package/resources/changelogs/index.mjs.map +1 -1
- package/resources/conversation-attributes.d.mts +5 -0
- package/resources/conversation-attributes.d.mts.map +1 -1
- package/resources/conversation-attributes.d.ts +5 -0
- package/resources/conversation-attributes.d.ts.map +1 -1
- package/resources/feedback/comments.d.mts +4 -2
- package/resources/feedback/comments.d.mts.map +1 -1
- package/resources/feedback/comments.d.ts +4 -2
- package/resources/feedback/comments.d.ts.map +1 -1
- package/resources/feedback/custom-fields.d.mts +12 -0
- package/resources/feedback/custom-fields.d.mts.map +1 -1
- package/resources/feedback/custom-fields.d.ts +12 -0
- package/resources/feedback/custom-fields.d.ts.map +1 -1
- package/resources/feedback/posts/index.d.mts +1 -0
- package/resources/feedback/posts/index.d.mts.map +1 -1
- package/resources/feedback/posts/index.d.ts +1 -0
- package/resources/feedback/posts/index.d.ts.map +1 -1
- package/resources/feedback/posts/index.js +3 -1
- package/resources/feedback/posts/index.js.map +1 -1
- package/resources/feedback/posts/index.mjs +1 -0
- package/resources/feedback/posts/index.mjs.map +1 -1
- package/resources/feedback/posts/insights.d.mts +254 -0
- package/resources/feedback/posts/insights.d.mts.map +1 -0
- package/resources/feedback/posts/insights.d.ts +254 -0
- package/resources/feedback/posts/insights.d.ts.map +1 -0
- package/resources/feedback/posts/insights.js +269 -0
- package/resources/feedback/posts/insights.js.map +1 -0
- package/resources/feedback/posts/insights.mjs +265 -0
- package/resources/feedback/posts/insights.mjs.map +1 -0
- package/resources/feedback/posts/posts.d.mts +647 -20
- package/resources/feedback/posts/posts.d.mts.map +1 -1
- package/resources/feedback/posts/posts.d.ts +647 -20
- package/resources/feedback/posts/posts.d.ts.map +1 -1
- package/resources/feedback/posts/posts.js +199 -7
- package/resources/feedback/posts/posts.js.map +1 -1
- package/resources/feedback/posts/posts.mjs +199 -7
- package/resources/feedback/posts/posts.mjs.map +1 -1
- package/resources/index.d.mts +2 -1
- package/resources/index.d.mts.map +1 -1
- package/resources/index.d.ts +2 -1
- package/resources/index.d.ts.map +1 -1
- package/resources/index.js +3 -1
- package/resources/index.js.map +1 -1
- package/resources/index.mjs +1 -0
- package/resources/index.mjs.map +1 -1
- package/resources/reports.d.mts +101 -19
- package/resources/reports.d.mts.map +1 -1
- package/resources/reports.d.ts +101 -19
- package/resources/reports.d.ts.map +1 -1
- package/resources/reports.js +15 -8
- package/resources/reports.js.map +1 -1
- package/resources/reports.mjs +15 -8
- package/resources/reports.mjs.map +1 -1
- package/resources/support/conversations/conversations.d.mts +22 -1
- package/resources/support/conversations/conversations.d.mts.map +1 -1
- package/resources/support/conversations/conversations.d.ts +22 -1
- package/resources/support/conversations/conversations.d.ts.map +1 -1
- package/resources/support/conversations/conversations.js.map +1 -1
- package/resources/support/conversations/conversations.mjs.map +1 -1
- package/resources/support/tickets/tickets.d.mts +9 -5
- package/resources/support/tickets/tickets.d.mts.map +1 -1
- package/resources/support/tickets/tickets.d.ts +9 -5
- package/resources/support/tickets/tickets.d.ts.map +1 -1
- package/resources/support/tickets/tickets.js.map +1 -1
- package/resources/support/tickets/tickets.mjs.map +1 -1
- package/resources/training-data/files.d.mts +292 -0
- package/resources/training-data/files.d.mts.map +1 -0
- package/resources/training-data/files.d.ts +292 -0
- package/resources/training-data/files.d.ts.map +1 -0
- package/resources/training-data/files.js +171 -0
- package/resources/training-data/files.js.map +1 -0
- package/resources/training-data/files.mjs +167 -0
- package/resources/training-data/files.mjs.map +1 -0
- package/resources/training-data/index.d.mts +4 -0
- package/resources/training-data/index.d.mts.map +1 -0
- package/resources/training-data/index.d.ts +4 -0
- package/resources/training-data/index.d.ts.map +1 -0
- package/resources/training-data/index.js +11 -0
- package/resources/training-data/index.js.map +1 -0
- package/resources/training-data/index.mjs +5 -0
- package/resources/training-data/index.mjs.map +1 -0
- package/resources/training-data/qna.d.mts +370 -0
- package/resources/training-data/qna.d.mts.map +1 -0
- package/resources/training-data/qna.d.ts +370 -0
- package/resources/training-data/qna.d.ts.map +1 -0
- package/resources/training-data/qna.js +177 -0
- package/resources/training-data/qna.js.map +1 -0
- package/resources/training-data/qna.mjs +173 -0
- package/resources/training-data/qna.mjs.map +1 -0
- package/resources/training-data/training-data.d.mts +442 -0
- package/resources/training-data/training-data.d.mts.map +1 -0
- package/resources/training-data/training-data.d.ts +442 -0
- package/resources/training-data/training-data.d.ts.map +1 -0
- package/resources/training-data/training-data.js +105 -0
- package/resources/training-data/training-data.js.map +1 -0
- package/resources/training-data/training-data.mjs +100 -0
- package/resources/training-data/training-data.mjs.map +1 -0
- package/resources/training-data.d.mts +2 -0
- package/resources/training-data.d.mts.map +1 -0
- package/resources/training-data.d.ts +2 -0
- package/resources/training-data.d.ts.map +1 -0
- package/resources/training-data.js +6 -0
- package/resources/training-data.js.map +1 -0
- package/resources/training-data.mjs +3 -0
- package/resources/training-data.mjs.map +1 -0
- package/src/client.ts +22 -0
- package/src/resources/audit-logs.ts +12 -0
- package/src/resources/changelogs/changelogs.ts +2003 -51
- package/src/resources/changelogs/index.ts +1 -0
- package/src/resources/conversation-attributes.ts +6 -0
- package/src/resources/feedback/comments.ts +4 -2
- package/src/resources/feedback/custom-fields.ts +15 -0
- package/src/resources/feedback/posts/index.ts +7 -0
- package/src/resources/feedback/posts/insights.ts +340 -0
- package/src/resources/feedback/posts/posts.ts +764 -20
- package/src/resources/index.ts +8 -0
- package/src/resources/reports.ts +160 -19
- package/src/resources/support/conversations/conversations.ts +27 -1
- package/src/resources/support/tickets/tickets.ts +9 -5
- package/src/resources/training-data/files.ts +431 -0
- package/src/resources/training-data/index.ts +31 -0
- package/src/resources/training-data/qna.ts +514 -0
- package/src/resources/training-data/training-data.ts +603 -0
- package/src/resources/training-data.ts +3 -0
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/version.mjs +1 -1
|
@@ -43,6 +43,21 @@ export declare class Changelogs extends APIResource {
|
|
|
43
43
|
*
|
|
44
44
|
* Returns the created changelog object.
|
|
45
45
|
*
|
|
46
|
+
* ### Batched translations (Orbit only)
|
|
47
|
+
*
|
|
48
|
+
* In API version 2026-08-19.orbit, optional `translations` accepts a locale-keyed
|
|
49
|
+
* dictionary of title, htmlContent or markdownContent, and featuredImage. Every
|
|
50
|
+
* listed locale (including an explicit top-level locale) must be enabled for the
|
|
51
|
+
* organization's changelogs, even if a translation already exists. New
|
|
52
|
+
* translations require title and nonempty content. Top-level title and content
|
|
53
|
+
* remain required on creation; supplied top-level content must be nonempty in
|
|
54
|
+
* nonempty batches. Top-level localized fields override the entry for `locale` (or
|
|
55
|
+
* the organization default); a top-level content format replaces the entry's
|
|
56
|
+
* content input. Nonempty batches save all drafts together and return the primary
|
|
57
|
+
* draft with draft availableLocales. Publication is separate. Omitted or empty
|
|
58
|
+
* dictionaries retain the existing flow. Completed uploads are not rolled back on
|
|
59
|
+
* failure.
|
|
60
|
+
*
|
|
46
61
|
* @example
|
|
47
62
|
* ```ts
|
|
48
63
|
* const changelog = await client.changelogs.create({
|
|
@@ -66,8 +81,14 @@ export declare class Changelogs extends APIResource {
|
|
|
66
81
|
* ### Localization
|
|
67
82
|
*
|
|
68
83
|
* The changelog content is returned in the organization's default locale. If the
|
|
69
|
-
* changelog doesn't exist in the default locale,
|
|
70
|
-
*
|
|
84
|
+
* changelog doesn't exist in the default locale, a 404 is returned.
|
|
85
|
+
*
|
|
86
|
+
* Orbit supports `allTranslations=true` to include a locale-keyed `translations`
|
|
87
|
+
* dictionary. With this option, `state=live|draft` selects the version for both
|
|
88
|
+
* the primary content and translations (default: live). Locales without that
|
|
89
|
+
* version are omitted; stored disabled locales remain readable. Without this
|
|
90
|
+
* option, the response is unchanged and prefers live content, falling back to
|
|
91
|
+
* draft.
|
|
71
92
|
*
|
|
72
93
|
* ### State
|
|
73
94
|
*
|
|
@@ -81,7 +102,7 @@ export declare class Changelogs extends APIResource {
|
|
|
81
102
|
* );
|
|
82
103
|
* ```
|
|
83
104
|
*/
|
|
84
|
-
retrieve(id: string, params?: ChangelogRetrieveParams | null | undefined, options?: RequestOptions): APIPromise<
|
|
105
|
+
retrieve(id: string, params?: ChangelogRetrieveParams | null | undefined, options?: RequestOptions): APIPromise<ChangelogRetrieveResponse>;
|
|
85
106
|
/**
|
|
86
107
|
* Updates an existing changelog by its unique identifier.
|
|
87
108
|
*
|
|
@@ -118,6 +139,34 @@ export declare class Changelogs extends APIResource {
|
|
|
118
139
|
*
|
|
119
140
|
* Returns the updated changelog object with all fields populated.
|
|
120
141
|
*
|
|
142
|
+
* ### Batched translations (Orbit only)
|
|
143
|
+
*
|
|
144
|
+
* In API version 2026-08-19.orbit, optional `translations` accepts multiple
|
|
145
|
+
* locale-keyed draft updates. Each entry accepts title, htmlContent or
|
|
146
|
+
* markdownContent (not both), and featuredImage. New translations require title
|
|
147
|
+
* and nonempty content; existing translations preserve omitted fields. Supplied
|
|
148
|
+
* top-level content must also be nonempty for nonempty batches. Every listed
|
|
149
|
+
* locale must be enabled for the organization's changelogs, including existing
|
|
150
|
+
* translations and the primary-locale entry. Top-level localized fields target the
|
|
151
|
+
* organization default locale and override corresponding dictionary fields.
|
|
152
|
+
* HTML/Markdown are one content field: a top-level format replaces the entry's
|
|
153
|
+
* content input. Categories, segments and date remain top-level. The complete
|
|
154
|
+
* batch and global changes are saved together only after validation and content
|
|
155
|
+
* processing succeed. The response is the current organization default draft with
|
|
156
|
+
* draft availableLocales, not a translations dictionary. If that draft is absent,
|
|
157
|
+
* return the first edited locale in alphabetical order; if all entries are no-ops,
|
|
158
|
+
* return the first listed draft in alphabetical order. The response locale
|
|
159
|
+
* identifies the selected draft. Publication remains separate. Omitted or empty
|
|
160
|
+
* dictionaries retain existing behavior. An empty existing-locale entry is a
|
|
161
|
+
* no-op; an empty new-locale entry fails completeness validation. Completed
|
|
162
|
+
* uploads are not rolled back on failure. Existing legacy update/publication
|
|
163
|
+
* overwrite races are unchanged. Changing the organization default does not
|
|
164
|
+
* require creating its draft when updating other explicitly listed locales.
|
|
165
|
+
* Top-level localized fields still target the current default, and require title
|
|
166
|
+
* and content if creating that draft. Disabled locales return 400
|
|
167
|
+
* invalid_parameter, parameter locale: Locale "<locale>" is not enabled for this
|
|
168
|
+
* organization's changelogs.
|
|
169
|
+
*
|
|
121
170
|
* ### Errors
|
|
122
171
|
*
|
|
123
172
|
* - `400` - Invalid changelog ID format or invalid input
|
|
@@ -476,6 +525,39 @@ export interface PublishUnpublishSuccess {
|
|
|
476
525
|
*/
|
|
477
526
|
state?: 'published' | 'scheduled' | 'unpublished';
|
|
478
527
|
}
|
|
528
|
+
export interface ChangelogRetrieveResponse extends Changelog {
|
|
529
|
+
translations?: {
|
|
530
|
+
[key: string]: ChangelogRetrieveResponse.Translations;
|
|
531
|
+
};
|
|
532
|
+
}
|
|
533
|
+
export declare namespace ChangelogRetrieveResponse {
|
|
534
|
+
interface Translations {
|
|
535
|
+
/**
|
|
536
|
+
* Content in HTML format
|
|
537
|
+
*/
|
|
538
|
+
content: string;
|
|
539
|
+
/**
|
|
540
|
+
* Featured image URL
|
|
541
|
+
*/
|
|
542
|
+
featuredImage: string | null;
|
|
543
|
+
/**
|
|
544
|
+
* Locale of the changelog
|
|
545
|
+
*/
|
|
546
|
+
locale: 'ar' | 'am' | 'fa' | 'ht' | 'lo' | 'my' | 'pa' | 'ps' | 'so' | 'tl' | 'ur' | 'he' | 'ta' | 'te' | 'mr' | 'gu' | 'kn' | 'ml' | 'ha' | 'jv' | 'yo' | 'ig' | 'uz' | 'ne' | 'sd' | 'az' | 'si' | 'km' | 'kk' | 'bn' | 'bs' | 'pt-BR' | 'bg' | 'ca' | 'hr' | 'cs' | 'da' | 'nl' | 'en' | 'et' | 'fi' | 'fr' | 'de' | 'el' | 'hi' | 'hu' | 'id' | 'it' | 'ja' | 'ko' | 'lv' | 'lt' | 'ms' | 'mn' | 'nb' | 'pl' | 'pt' | 'ro' | 'ru' | 'sr' | 'zh-CN' | 'sk' | 'sl' | 'es' | 'sw' | 'sv' | 'th' | 'zh-TW' | 'tr' | 'uk' | 'vi';
|
|
547
|
+
/**
|
|
548
|
+
* Content in markdown format
|
|
549
|
+
*/
|
|
550
|
+
markdownContent: string | null;
|
|
551
|
+
/**
|
|
552
|
+
* State of the changelog
|
|
553
|
+
*/
|
|
554
|
+
state: 'live' | 'draft';
|
|
555
|
+
/**
|
|
556
|
+
* Changelog title
|
|
557
|
+
*/
|
|
558
|
+
title: string;
|
|
559
|
+
}
|
|
560
|
+
}
|
|
479
561
|
export interface ChangelogDeleteResponse {
|
|
480
562
|
/**
|
|
481
563
|
* Unique identifier of the deleted changelog
|
|
@@ -536,16 +618,560 @@ export interface ChangelogCreateParams {
|
|
|
536
618
|
* Body param: The state of the changelog (draft or live)
|
|
537
619
|
*/
|
|
538
620
|
state?: 'draft' | 'live';
|
|
621
|
+
/**
|
|
622
|
+
* Body param: Locale-keyed draft updates. Every listed locale must be enabled for
|
|
623
|
+
* the organization. New translations require title and nonempty htmlContent or
|
|
624
|
+
* markdownContent; existing translations preserve omitted fields. Do not combine
|
|
625
|
+
* content formats within an entry. For nonempty batches, supplied top-level
|
|
626
|
+
* content must also be nonempty. Top-level localized fields override the
|
|
627
|
+
* primary-locale entry (HTML/Markdown are one content field). An empty dictionary
|
|
628
|
+
* uses the existing flow; an empty existing-locale entry is a no-op. Nonempty
|
|
629
|
+
* batches are saved together and return the primary draft with draft
|
|
630
|
+
* availableLocales. On PATCH, if the current organization default draft is absent,
|
|
631
|
+
* return the first edited locale in alphabetical order; for an all-no-op batch,
|
|
632
|
+
* return the first listed draft in alphabetical order. The response locale
|
|
633
|
+
* identifies the selected draft. Publication is separate. Uploaded assets are not
|
|
634
|
+
* rolled back on failure.
|
|
635
|
+
*/
|
|
636
|
+
translations?: ChangelogCreateParams.Translations;
|
|
539
637
|
/**
|
|
540
638
|
* Header param: API version for this request. Defaults to your organization's
|
|
541
639
|
* configured API version if not specified.
|
|
542
640
|
*/
|
|
543
641
|
'Featurebase-Version'?: '2026-08-19.orbit' | '2026-01-01.nova' | '2025-12-12.clover';
|
|
544
642
|
}
|
|
643
|
+
export declare namespace ChangelogCreateParams {
|
|
644
|
+
/**
|
|
645
|
+
* Locale-keyed draft updates. Every listed locale must be enabled for the
|
|
646
|
+
* organization. New translations require title and nonempty htmlContent or
|
|
647
|
+
* markdownContent; existing translations preserve omitted fields. Do not combine
|
|
648
|
+
* content formats within an entry. For nonempty batches, supplied top-level
|
|
649
|
+
* content must also be nonempty. Top-level localized fields override the
|
|
650
|
+
* primary-locale entry (HTML/Markdown are one content field). An empty dictionary
|
|
651
|
+
* uses the existing flow; an empty existing-locale entry is a no-op. Nonempty
|
|
652
|
+
* batches are saved together and return the primary draft with draft
|
|
653
|
+
* availableLocales. On PATCH, if the current organization default draft is absent,
|
|
654
|
+
* return the first edited locale in alphabetical order; for an all-no-op batch,
|
|
655
|
+
* return the first listed draft in alphabetical order. The response locale
|
|
656
|
+
* identifies the selected draft. Publication is separate. Uploaded assets are not
|
|
657
|
+
* rolled back on failure.
|
|
658
|
+
*/
|
|
659
|
+
interface Translations {
|
|
660
|
+
id?: Translations.ID;
|
|
661
|
+
am?: Translations.Am;
|
|
662
|
+
ar?: Translations.Ar;
|
|
663
|
+
az?: Translations.Az;
|
|
664
|
+
bg?: Translations.Bg;
|
|
665
|
+
bn?: Translations.Bn;
|
|
666
|
+
bs?: Translations.Bs;
|
|
667
|
+
ca?: Translations.Ca;
|
|
668
|
+
cs?: Translations.Cs;
|
|
669
|
+
da?: Translations.Da;
|
|
670
|
+
de?: Translations.De;
|
|
671
|
+
el?: Translations.El;
|
|
672
|
+
en?: Translations.En;
|
|
673
|
+
es?: Translations.Es;
|
|
674
|
+
et?: Translations.Et;
|
|
675
|
+
fa?: Translations.Fa;
|
|
676
|
+
fi?: Translations.Fi;
|
|
677
|
+
fr?: Translations.Fr;
|
|
678
|
+
gu?: Translations.Gu;
|
|
679
|
+
ha?: Translations.Ha;
|
|
680
|
+
he?: Translations.He;
|
|
681
|
+
hi?: Translations.Hi;
|
|
682
|
+
hr?: Translations.Hr;
|
|
683
|
+
ht?: Translations.Ht;
|
|
684
|
+
hu?: Translations.Hu;
|
|
685
|
+
ig?: Translations.Ig;
|
|
686
|
+
it?: Translations.It;
|
|
687
|
+
ja?: Translations.Ja;
|
|
688
|
+
jv?: Translations.Jv;
|
|
689
|
+
kk?: Translations.Kk;
|
|
690
|
+
km?: Translations.Km;
|
|
691
|
+
kn?: Translations.Kn;
|
|
692
|
+
ko?: Translations.Ko;
|
|
693
|
+
lo?: Translations.Lo;
|
|
694
|
+
lt?: Translations.Lt;
|
|
695
|
+
lv?: Translations.Lv;
|
|
696
|
+
ml?: Translations.Ml;
|
|
697
|
+
mn?: Translations.Mn;
|
|
698
|
+
mr?: Translations.Mr;
|
|
699
|
+
ms?: Translations.Ms;
|
|
700
|
+
my?: Translations.My;
|
|
701
|
+
nb?: Translations.Nb;
|
|
702
|
+
ne?: Translations.Ne;
|
|
703
|
+
nl?: Translations.Nl;
|
|
704
|
+
pa?: Translations.Pa;
|
|
705
|
+
pl?: Translations.Pl;
|
|
706
|
+
ps?: Translations.Ps;
|
|
707
|
+
pt?: Translations.Pt;
|
|
708
|
+
'pt-BR'?: Translations.PtBr;
|
|
709
|
+
ro?: Translations.Ro;
|
|
710
|
+
ru?: Translations.Ru;
|
|
711
|
+
sd?: Translations.Sd;
|
|
712
|
+
si?: Translations.Si;
|
|
713
|
+
sk?: Translations.Sk;
|
|
714
|
+
sl?: Translations.Sl;
|
|
715
|
+
so?: Translations.So;
|
|
716
|
+
sr?: Translations.Sr;
|
|
717
|
+
sv?: Translations.Sv;
|
|
718
|
+
sw?: Translations.Sw;
|
|
719
|
+
ta?: Translations.Ta;
|
|
720
|
+
te?: Translations.Te;
|
|
721
|
+
th?: Translations.Th;
|
|
722
|
+
tl?: Translations.Tl;
|
|
723
|
+
tr?: Translations.Tr;
|
|
724
|
+
uk?: Translations.Uk;
|
|
725
|
+
ur?: Translations.Ur;
|
|
726
|
+
uz?: Translations.Uz;
|
|
727
|
+
vi?: Translations.Vi;
|
|
728
|
+
yo?: Translations.Yo;
|
|
729
|
+
'zh-CN'?: Translations.ZhCn;
|
|
730
|
+
'zh-TW'?: Translations.ZhTw;
|
|
731
|
+
}
|
|
732
|
+
namespace Translations {
|
|
733
|
+
interface ID {
|
|
734
|
+
featuredImage?: string;
|
|
735
|
+
htmlContent?: string;
|
|
736
|
+
markdownContent?: string;
|
|
737
|
+
title?: string;
|
|
738
|
+
}
|
|
739
|
+
interface Am {
|
|
740
|
+
featuredImage?: string;
|
|
741
|
+
htmlContent?: string;
|
|
742
|
+
markdownContent?: string;
|
|
743
|
+
title?: string;
|
|
744
|
+
}
|
|
745
|
+
interface Ar {
|
|
746
|
+
featuredImage?: string;
|
|
747
|
+
htmlContent?: string;
|
|
748
|
+
markdownContent?: string;
|
|
749
|
+
title?: string;
|
|
750
|
+
}
|
|
751
|
+
interface Az {
|
|
752
|
+
featuredImage?: string;
|
|
753
|
+
htmlContent?: string;
|
|
754
|
+
markdownContent?: string;
|
|
755
|
+
title?: string;
|
|
756
|
+
}
|
|
757
|
+
interface Bg {
|
|
758
|
+
featuredImage?: string;
|
|
759
|
+
htmlContent?: string;
|
|
760
|
+
markdownContent?: string;
|
|
761
|
+
title?: string;
|
|
762
|
+
}
|
|
763
|
+
interface Bn {
|
|
764
|
+
featuredImage?: string;
|
|
765
|
+
htmlContent?: string;
|
|
766
|
+
markdownContent?: string;
|
|
767
|
+
title?: string;
|
|
768
|
+
}
|
|
769
|
+
interface Bs {
|
|
770
|
+
featuredImage?: string;
|
|
771
|
+
htmlContent?: string;
|
|
772
|
+
markdownContent?: string;
|
|
773
|
+
title?: string;
|
|
774
|
+
}
|
|
775
|
+
interface Ca {
|
|
776
|
+
featuredImage?: string;
|
|
777
|
+
htmlContent?: string;
|
|
778
|
+
markdownContent?: string;
|
|
779
|
+
title?: string;
|
|
780
|
+
}
|
|
781
|
+
interface Cs {
|
|
782
|
+
featuredImage?: string;
|
|
783
|
+
htmlContent?: string;
|
|
784
|
+
markdownContent?: string;
|
|
785
|
+
title?: string;
|
|
786
|
+
}
|
|
787
|
+
interface Da {
|
|
788
|
+
featuredImage?: string;
|
|
789
|
+
htmlContent?: string;
|
|
790
|
+
markdownContent?: string;
|
|
791
|
+
title?: string;
|
|
792
|
+
}
|
|
793
|
+
interface De {
|
|
794
|
+
featuredImage?: string;
|
|
795
|
+
htmlContent?: string;
|
|
796
|
+
markdownContent?: string;
|
|
797
|
+
title?: string;
|
|
798
|
+
}
|
|
799
|
+
interface El {
|
|
800
|
+
featuredImage?: string;
|
|
801
|
+
htmlContent?: string;
|
|
802
|
+
markdownContent?: string;
|
|
803
|
+
title?: string;
|
|
804
|
+
}
|
|
805
|
+
interface En {
|
|
806
|
+
featuredImage?: string;
|
|
807
|
+
htmlContent?: string;
|
|
808
|
+
markdownContent?: string;
|
|
809
|
+
title?: string;
|
|
810
|
+
}
|
|
811
|
+
interface Es {
|
|
812
|
+
featuredImage?: string;
|
|
813
|
+
htmlContent?: string;
|
|
814
|
+
markdownContent?: string;
|
|
815
|
+
title?: string;
|
|
816
|
+
}
|
|
817
|
+
interface Et {
|
|
818
|
+
featuredImage?: string;
|
|
819
|
+
htmlContent?: string;
|
|
820
|
+
markdownContent?: string;
|
|
821
|
+
title?: string;
|
|
822
|
+
}
|
|
823
|
+
interface Fa {
|
|
824
|
+
featuredImage?: string;
|
|
825
|
+
htmlContent?: string;
|
|
826
|
+
markdownContent?: string;
|
|
827
|
+
title?: string;
|
|
828
|
+
}
|
|
829
|
+
interface Fi {
|
|
830
|
+
featuredImage?: string;
|
|
831
|
+
htmlContent?: string;
|
|
832
|
+
markdownContent?: string;
|
|
833
|
+
title?: string;
|
|
834
|
+
}
|
|
835
|
+
interface Fr {
|
|
836
|
+
featuredImage?: string;
|
|
837
|
+
htmlContent?: string;
|
|
838
|
+
markdownContent?: string;
|
|
839
|
+
title?: string;
|
|
840
|
+
}
|
|
841
|
+
interface Gu {
|
|
842
|
+
featuredImage?: string;
|
|
843
|
+
htmlContent?: string;
|
|
844
|
+
markdownContent?: string;
|
|
845
|
+
title?: string;
|
|
846
|
+
}
|
|
847
|
+
interface Ha {
|
|
848
|
+
featuredImage?: string;
|
|
849
|
+
htmlContent?: string;
|
|
850
|
+
markdownContent?: string;
|
|
851
|
+
title?: string;
|
|
852
|
+
}
|
|
853
|
+
interface He {
|
|
854
|
+
featuredImage?: string;
|
|
855
|
+
htmlContent?: string;
|
|
856
|
+
markdownContent?: string;
|
|
857
|
+
title?: string;
|
|
858
|
+
}
|
|
859
|
+
interface Hi {
|
|
860
|
+
featuredImage?: string;
|
|
861
|
+
htmlContent?: string;
|
|
862
|
+
markdownContent?: string;
|
|
863
|
+
title?: string;
|
|
864
|
+
}
|
|
865
|
+
interface Hr {
|
|
866
|
+
featuredImage?: string;
|
|
867
|
+
htmlContent?: string;
|
|
868
|
+
markdownContent?: string;
|
|
869
|
+
title?: string;
|
|
870
|
+
}
|
|
871
|
+
interface Ht {
|
|
872
|
+
featuredImage?: string;
|
|
873
|
+
htmlContent?: string;
|
|
874
|
+
markdownContent?: string;
|
|
875
|
+
title?: string;
|
|
876
|
+
}
|
|
877
|
+
interface Hu {
|
|
878
|
+
featuredImage?: string;
|
|
879
|
+
htmlContent?: string;
|
|
880
|
+
markdownContent?: string;
|
|
881
|
+
title?: string;
|
|
882
|
+
}
|
|
883
|
+
interface Ig {
|
|
884
|
+
featuredImage?: string;
|
|
885
|
+
htmlContent?: string;
|
|
886
|
+
markdownContent?: string;
|
|
887
|
+
title?: string;
|
|
888
|
+
}
|
|
889
|
+
interface It {
|
|
890
|
+
featuredImage?: string;
|
|
891
|
+
htmlContent?: string;
|
|
892
|
+
markdownContent?: string;
|
|
893
|
+
title?: string;
|
|
894
|
+
}
|
|
895
|
+
interface Ja {
|
|
896
|
+
featuredImage?: string;
|
|
897
|
+
htmlContent?: string;
|
|
898
|
+
markdownContent?: string;
|
|
899
|
+
title?: string;
|
|
900
|
+
}
|
|
901
|
+
interface Jv {
|
|
902
|
+
featuredImage?: string;
|
|
903
|
+
htmlContent?: string;
|
|
904
|
+
markdownContent?: string;
|
|
905
|
+
title?: string;
|
|
906
|
+
}
|
|
907
|
+
interface Kk {
|
|
908
|
+
featuredImage?: string;
|
|
909
|
+
htmlContent?: string;
|
|
910
|
+
markdownContent?: string;
|
|
911
|
+
title?: string;
|
|
912
|
+
}
|
|
913
|
+
interface Km {
|
|
914
|
+
featuredImage?: string;
|
|
915
|
+
htmlContent?: string;
|
|
916
|
+
markdownContent?: string;
|
|
917
|
+
title?: string;
|
|
918
|
+
}
|
|
919
|
+
interface Kn {
|
|
920
|
+
featuredImage?: string;
|
|
921
|
+
htmlContent?: string;
|
|
922
|
+
markdownContent?: string;
|
|
923
|
+
title?: string;
|
|
924
|
+
}
|
|
925
|
+
interface Ko {
|
|
926
|
+
featuredImage?: string;
|
|
927
|
+
htmlContent?: string;
|
|
928
|
+
markdownContent?: string;
|
|
929
|
+
title?: string;
|
|
930
|
+
}
|
|
931
|
+
interface Lo {
|
|
932
|
+
featuredImage?: string;
|
|
933
|
+
htmlContent?: string;
|
|
934
|
+
markdownContent?: string;
|
|
935
|
+
title?: string;
|
|
936
|
+
}
|
|
937
|
+
interface Lt {
|
|
938
|
+
featuredImage?: string;
|
|
939
|
+
htmlContent?: string;
|
|
940
|
+
markdownContent?: string;
|
|
941
|
+
title?: string;
|
|
942
|
+
}
|
|
943
|
+
interface Lv {
|
|
944
|
+
featuredImage?: string;
|
|
945
|
+
htmlContent?: string;
|
|
946
|
+
markdownContent?: string;
|
|
947
|
+
title?: string;
|
|
948
|
+
}
|
|
949
|
+
interface Ml {
|
|
950
|
+
featuredImage?: string;
|
|
951
|
+
htmlContent?: string;
|
|
952
|
+
markdownContent?: string;
|
|
953
|
+
title?: string;
|
|
954
|
+
}
|
|
955
|
+
interface Mn {
|
|
956
|
+
featuredImage?: string;
|
|
957
|
+
htmlContent?: string;
|
|
958
|
+
markdownContent?: string;
|
|
959
|
+
title?: string;
|
|
960
|
+
}
|
|
961
|
+
interface Mr {
|
|
962
|
+
featuredImage?: string;
|
|
963
|
+
htmlContent?: string;
|
|
964
|
+
markdownContent?: string;
|
|
965
|
+
title?: string;
|
|
966
|
+
}
|
|
967
|
+
interface Ms {
|
|
968
|
+
featuredImage?: string;
|
|
969
|
+
htmlContent?: string;
|
|
970
|
+
markdownContent?: string;
|
|
971
|
+
title?: string;
|
|
972
|
+
}
|
|
973
|
+
interface My {
|
|
974
|
+
featuredImage?: string;
|
|
975
|
+
htmlContent?: string;
|
|
976
|
+
markdownContent?: string;
|
|
977
|
+
title?: string;
|
|
978
|
+
}
|
|
979
|
+
interface Nb {
|
|
980
|
+
featuredImage?: string;
|
|
981
|
+
htmlContent?: string;
|
|
982
|
+
markdownContent?: string;
|
|
983
|
+
title?: string;
|
|
984
|
+
}
|
|
985
|
+
interface Ne {
|
|
986
|
+
featuredImage?: string;
|
|
987
|
+
htmlContent?: string;
|
|
988
|
+
markdownContent?: string;
|
|
989
|
+
title?: string;
|
|
990
|
+
}
|
|
991
|
+
interface Nl {
|
|
992
|
+
featuredImage?: string;
|
|
993
|
+
htmlContent?: string;
|
|
994
|
+
markdownContent?: string;
|
|
995
|
+
title?: string;
|
|
996
|
+
}
|
|
997
|
+
interface Pa {
|
|
998
|
+
featuredImage?: string;
|
|
999
|
+
htmlContent?: string;
|
|
1000
|
+
markdownContent?: string;
|
|
1001
|
+
title?: string;
|
|
1002
|
+
}
|
|
1003
|
+
interface Pl {
|
|
1004
|
+
featuredImage?: string;
|
|
1005
|
+
htmlContent?: string;
|
|
1006
|
+
markdownContent?: string;
|
|
1007
|
+
title?: string;
|
|
1008
|
+
}
|
|
1009
|
+
interface Ps {
|
|
1010
|
+
featuredImage?: string;
|
|
1011
|
+
htmlContent?: string;
|
|
1012
|
+
markdownContent?: string;
|
|
1013
|
+
title?: string;
|
|
1014
|
+
}
|
|
1015
|
+
interface Pt {
|
|
1016
|
+
featuredImage?: string;
|
|
1017
|
+
htmlContent?: string;
|
|
1018
|
+
markdownContent?: string;
|
|
1019
|
+
title?: string;
|
|
1020
|
+
}
|
|
1021
|
+
interface PtBr {
|
|
1022
|
+
featuredImage?: string;
|
|
1023
|
+
htmlContent?: string;
|
|
1024
|
+
markdownContent?: string;
|
|
1025
|
+
title?: string;
|
|
1026
|
+
}
|
|
1027
|
+
interface Ro {
|
|
1028
|
+
featuredImage?: string;
|
|
1029
|
+
htmlContent?: string;
|
|
1030
|
+
markdownContent?: string;
|
|
1031
|
+
title?: string;
|
|
1032
|
+
}
|
|
1033
|
+
interface Ru {
|
|
1034
|
+
featuredImage?: string;
|
|
1035
|
+
htmlContent?: string;
|
|
1036
|
+
markdownContent?: string;
|
|
1037
|
+
title?: string;
|
|
1038
|
+
}
|
|
1039
|
+
interface Sd {
|
|
1040
|
+
featuredImage?: string;
|
|
1041
|
+
htmlContent?: string;
|
|
1042
|
+
markdownContent?: string;
|
|
1043
|
+
title?: string;
|
|
1044
|
+
}
|
|
1045
|
+
interface Si {
|
|
1046
|
+
featuredImage?: string;
|
|
1047
|
+
htmlContent?: string;
|
|
1048
|
+
markdownContent?: string;
|
|
1049
|
+
title?: string;
|
|
1050
|
+
}
|
|
1051
|
+
interface Sk {
|
|
1052
|
+
featuredImage?: string;
|
|
1053
|
+
htmlContent?: string;
|
|
1054
|
+
markdownContent?: string;
|
|
1055
|
+
title?: string;
|
|
1056
|
+
}
|
|
1057
|
+
interface Sl {
|
|
1058
|
+
featuredImage?: string;
|
|
1059
|
+
htmlContent?: string;
|
|
1060
|
+
markdownContent?: string;
|
|
1061
|
+
title?: string;
|
|
1062
|
+
}
|
|
1063
|
+
interface So {
|
|
1064
|
+
featuredImage?: string;
|
|
1065
|
+
htmlContent?: string;
|
|
1066
|
+
markdownContent?: string;
|
|
1067
|
+
title?: string;
|
|
1068
|
+
}
|
|
1069
|
+
interface Sr {
|
|
1070
|
+
featuredImage?: string;
|
|
1071
|
+
htmlContent?: string;
|
|
1072
|
+
markdownContent?: string;
|
|
1073
|
+
title?: string;
|
|
1074
|
+
}
|
|
1075
|
+
interface Sv {
|
|
1076
|
+
featuredImage?: string;
|
|
1077
|
+
htmlContent?: string;
|
|
1078
|
+
markdownContent?: string;
|
|
1079
|
+
title?: string;
|
|
1080
|
+
}
|
|
1081
|
+
interface Sw {
|
|
1082
|
+
featuredImage?: string;
|
|
1083
|
+
htmlContent?: string;
|
|
1084
|
+
markdownContent?: string;
|
|
1085
|
+
title?: string;
|
|
1086
|
+
}
|
|
1087
|
+
interface Ta {
|
|
1088
|
+
featuredImage?: string;
|
|
1089
|
+
htmlContent?: string;
|
|
1090
|
+
markdownContent?: string;
|
|
1091
|
+
title?: string;
|
|
1092
|
+
}
|
|
1093
|
+
interface Te {
|
|
1094
|
+
featuredImage?: string;
|
|
1095
|
+
htmlContent?: string;
|
|
1096
|
+
markdownContent?: string;
|
|
1097
|
+
title?: string;
|
|
1098
|
+
}
|
|
1099
|
+
interface Th {
|
|
1100
|
+
featuredImage?: string;
|
|
1101
|
+
htmlContent?: string;
|
|
1102
|
+
markdownContent?: string;
|
|
1103
|
+
title?: string;
|
|
1104
|
+
}
|
|
1105
|
+
interface Tl {
|
|
1106
|
+
featuredImage?: string;
|
|
1107
|
+
htmlContent?: string;
|
|
1108
|
+
markdownContent?: string;
|
|
1109
|
+
title?: string;
|
|
1110
|
+
}
|
|
1111
|
+
interface Tr {
|
|
1112
|
+
featuredImage?: string;
|
|
1113
|
+
htmlContent?: string;
|
|
1114
|
+
markdownContent?: string;
|
|
1115
|
+
title?: string;
|
|
1116
|
+
}
|
|
1117
|
+
interface Uk {
|
|
1118
|
+
featuredImage?: string;
|
|
1119
|
+
htmlContent?: string;
|
|
1120
|
+
markdownContent?: string;
|
|
1121
|
+
title?: string;
|
|
1122
|
+
}
|
|
1123
|
+
interface Ur {
|
|
1124
|
+
featuredImage?: string;
|
|
1125
|
+
htmlContent?: string;
|
|
1126
|
+
markdownContent?: string;
|
|
1127
|
+
title?: string;
|
|
1128
|
+
}
|
|
1129
|
+
interface Uz {
|
|
1130
|
+
featuredImage?: string;
|
|
1131
|
+
htmlContent?: string;
|
|
1132
|
+
markdownContent?: string;
|
|
1133
|
+
title?: string;
|
|
1134
|
+
}
|
|
1135
|
+
interface Vi {
|
|
1136
|
+
featuredImage?: string;
|
|
1137
|
+
htmlContent?: string;
|
|
1138
|
+
markdownContent?: string;
|
|
1139
|
+
title?: string;
|
|
1140
|
+
}
|
|
1141
|
+
interface Yo {
|
|
1142
|
+
featuredImage?: string;
|
|
1143
|
+
htmlContent?: string;
|
|
1144
|
+
markdownContent?: string;
|
|
1145
|
+
title?: string;
|
|
1146
|
+
}
|
|
1147
|
+
interface ZhCn {
|
|
1148
|
+
featuredImage?: string;
|
|
1149
|
+
htmlContent?: string;
|
|
1150
|
+
markdownContent?: string;
|
|
1151
|
+
title?: string;
|
|
1152
|
+
}
|
|
1153
|
+
interface ZhTw {
|
|
1154
|
+
featuredImage?: string;
|
|
1155
|
+
htmlContent?: string;
|
|
1156
|
+
markdownContent?: string;
|
|
1157
|
+
title?: string;
|
|
1158
|
+
}
|
|
1159
|
+
}
|
|
1160
|
+
}
|
|
545
1161
|
export interface ChangelogRetrieveParams {
|
|
546
1162
|
/**
|
|
547
|
-
*
|
|
548
|
-
*
|
|
1163
|
+
* Query param: Include a locale-keyed translations dictionary. Omitted or false
|
|
1164
|
+
* preserves the existing response.
|
|
1165
|
+
*/
|
|
1166
|
+
allTranslations?: 'true' | 'false';
|
|
1167
|
+
/**
|
|
1168
|
+
* Query param: Version for allTranslations=true, defaulting to live. Ignored
|
|
1169
|
+
* otherwise. Locales without this version are omitted.
|
|
1170
|
+
*/
|
|
1171
|
+
state?: 'live' | 'draft';
|
|
1172
|
+
/**
|
|
1173
|
+
* Header param: API version for this request. Defaults to your organization's
|
|
1174
|
+
* configured API version if not specified.
|
|
549
1175
|
*/
|
|
550
1176
|
'Featurebase-Version'?: '2026-08-19.orbit' | '2026-01-01.nova' | '2025-12-12.clover';
|
|
551
1177
|
}
|
|
@@ -586,12 +1212,546 @@ export interface ChangelogUpdateParams {
|
|
|
586
1212
|
* Body param: The title of the changelog
|
|
587
1213
|
*/
|
|
588
1214
|
title?: string;
|
|
1215
|
+
/**
|
|
1216
|
+
* Body param: Locale-keyed draft updates. Every listed locale must be enabled for
|
|
1217
|
+
* the organization. New translations require title and nonempty htmlContent or
|
|
1218
|
+
* markdownContent; existing translations preserve omitted fields. Do not combine
|
|
1219
|
+
* content formats within an entry. For nonempty batches, supplied top-level
|
|
1220
|
+
* content must also be nonempty. Top-level localized fields override the
|
|
1221
|
+
* primary-locale entry (HTML/Markdown are one content field). An empty dictionary
|
|
1222
|
+
* uses the existing flow; an empty existing-locale entry is a no-op. Nonempty
|
|
1223
|
+
* batches are saved together and return the primary draft with draft
|
|
1224
|
+
* availableLocales. On PATCH, if the current organization default draft is absent,
|
|
1225
|
+
* return the first edited locale in alphabetical order; for an all-no-op batch,
|
|
1226
|
+
* return the first listed draft in alphabetical order. The response locale
|
|
1227
|
+
* identifies the selected draft. Publication is separate. Uploaded assets are not
|
|
1228
|
+
* rolled back on failure.
|
|
1229
|
+
*/
|
|
1230
|
+
translations?: ChangelogUpdateParams.Translations;
|
|
589
1231
|
/**
|
|
590
1232
|
* Header param: API version for this request. Defaults to your organization's
|
|
591
1233
|
* configured API version if not specified.
|
|
592
1234
|
*/
|
|
593
1235
|
'Featurebase-Version'?: '2026-08-19.orbit' | '2026-01-01.nova' | '2025-12-12.clover';
|
|
594
1236
|
}
|
|
1237
|
+
export declare namespace ChangelogUpdateParams {
|
|
1238
|
+
/**
|
|
1239
|
+
* Locale-keyed draft updates. Every listed locale must be enabled for the
|
|
1240
|
+
* organization. New translations require title and nonempty htmlContent or
|
|
1241
|
+
* markdownContent; existing translations preserve omitted fields. Do not combine
|
|
1242
|
+
* content formats within an entry. For nonempty batches, supplied top-level
|
|
1243
|
+
* content must also be nonempty. Top-level localized fields override the
|
|
1244
|
+
* primary-locale entry (HTML/Markdown are one content field). An empty dictionary
|
|
1245
|
+
* uses the existing flow; an empty existing-locale entry is a no-op. Nonempty
|
|
1246
|
+
* batches are saved together and return the primary draft with draft
|
|
1247
|
+
* availableLocales. On PATCH, if the current organization default draft is absent,
|
|
1248
|
+
* return the first edited locale in alphabetical order; for an all-no-op batch,
|
|
1249
|
+
* return the first listed draft in alphabetical order. The response locale
|
|
1250
|
+
* identifies the selected draft. Publication is separate. Uploaded assets are not
|
|
1251
|
+
* rolled back on failure.
|
|
1252
|
+
*/
|
|
1253
|
+
interface Translations {
|
|
1254
|
+
id?: Translations.ID;
|
|
1255
|
+
am?: Translations.Am;
|
|
1256
|
+
ar?: Translations.Ar;
|
|
1257
|
+
az?: Translations.Az;
|
|
1258
|
+
bg?: Translations.Bg;
|
|
1259
|
+
bn?: Translations.Bn;
|
|
1260
|
+
bs?: Translations.Bs;
|
|
1261
|
+
ca?: Translations.Ca;
|
|
1262
|
+
cs?: Translations.Cs;
|
|
1263
|
+
da?: Translations.Da;
|
|
1264
|
+
de?: Translations.De;
|
|
1265
|
+
el?: Translations.El;
|
|
1266
|
+
en?: Translations.En;
|
|
1267
|
+
es?: Translations.Es;
|
|
1268
|
+
et?: Translations.Et;
|
|
1269
|
+
fa?: Translations.Fa;
|
|
1270
|
+
fi?: Translations.Fi;
|
|
1271
|
+
fr?: Translations.Fr;
|
|
1272
|
+
gu?: Translations.Gu;
|
|
1273
|
+
ha?: Translations.Ha;
|
|
1274
|
+
he?: Translations.He;
|
|
1275
|
+
hi?: Translations.Hi;
|
|
1276
|
+
hr?: Translations.Hr;
|
|
1277
|
+
ht?: Translations.Ht;
|
|
1278
|
+
hu?: Translations.Hu;
|
|
1279
|
+
ig?: Translations.Ig;
|
|
1280
|
+
it?: Translations.It;
|
|
1281
|
+
ja?: Translations.Ja;
|
|
1282
|
+
jv?: Translations.Jv;
|
|
1283
|
+
kk?: Translations.Kk;
|
|
1284
|
+
km?: Translations.Km;
|
|
1285
|
+
kn?: Translations.Kn;
|
|
1286
|
+
ko?: Translations.Ko;
|
|
1287
|
+
lo?: Translations.Lo;
|
|
1288
|
+
lt?: Translations.Lt;
|
|
1289
|
+
lv?: Translations.Lv;
|
|
1290
|
+
ml?: Translations.Ml;
|
|
1291
|
+
mn?: Translations.Mn;
|
|
1292
|
+
mr?: Translations.Mr;
|
|
1293
|
+
ms?: Translations.Ms;
|
|
1294
|
+
my?: Translations.My;
|
|
1295
|
+
nb?: Translations.Nb;
|
|
1296
|
+
ne?: Translations.Ne;
|
|
1297
|
+
nl?: Translations.Nl;
|
|
1298
|
+
pa?: Translations.Pa;
|
|
1299
|
+
pl?: Translations.Pl;
|
|
1300
|
+
ps?: Translations.Ps;
|
|
1301
|
+
pt?: Translations.Pt;
|
|
1302
|
+
'pt-BR'?: Translations.PtBr;
|
|
1303
|
+
ro?: Translations.Ro;
|
|
1304
|
+
ru?: Translations.Ru;
|
|
1305
|
+
sd?: Translations.Sd;
|
|
1306
|
+
si?: Translations.Si;
|
|
1307
|
+
sk?: Translations.Sk;
|
|
1308
|
+
sl?: Translations.Sl;
|
|
1309
|
+
so?: Translations.So;
|
|
1310
|
+
sr?: Translations.Sr;
|
|
1311
|
+
sv?: Translations.Sv;
|
|
1312
|
+
sw?: Translations.Sw;
|
|
1313
|
+
ta?: Translations.Ta;
|
|
1314
|
+
te?: Translations.Te;
|
|
1315
|
+
th?: Translations.Th;
|
|
1316
|
+
tl?: Translations.Tl;
|
|
1317
|
+
tr?: Translations.Tr;
|
|
1318
|
+
uk?: Translations.Uk;
|
|
1319
|
+
ur?: Translations.Ur;
|
|
1320
|
+
uz?: Translations.Uz;
|
|
1321
|
+
vi?: Translations.Vi;
|
|
1322
|
+
yo?: Translations.Yo;
|
|
1323
|
+
'zh-CN'?: Translations.ZhCn;
|
|
1324
|
+
'zh-TW'?: Translations.ZhTw;
|
|
1325
|
+
}
|
|
1326
|
+
namespace Translations {
|
|
1327
|
+
interface ID {
|
|
1328
|
+
featuredImage?: string;
|
|
1329
|
+
htmlContent?: string;
|
|
1330
|
+
markdownContent?: string;
|
|
1331
|
+
title?: string;
|
|
1332
|
+
}
|
|
1333
|
+
interface Am {
|
|
1334
|
+
featuredImage?: string;
|
|
1335
|
+
htmlContent?: string;
|
|
1336
|
+
markdownContent?: string;
|
|
1337
|
+
title?: string;
|
|
1338
|
+
}
|
|
1339
|
+
interface Ar {
|
|
1340
|
+
featuredImage?: string;
|
|
1341
|
+
htmlContent?: string;
|
|
1342
|
+
markdownContent?: string;
|
|
1343
|
+
title?: string;
|
|
1344
|
+
}
|
|
1345
|
+
interface Az {
|
|
1346
|
+
featuredImage?: string;
|
|
1347
|
+
htmlContent?: string;
|
|
1348
|
+
markdownContent?: string;
|
|
1349
|
+
title?: string;
|
|
1350
|
+
}
|
|
1351
|
+
interface Bg {
|
|
1352
|
+
featuredImage?: string;
|
|
1353
|
+
htmlContent?: string;
|
|
1354
|
+
markdownContent?: string;
|
|
1355
|
+
title?: string;
|
|
1356
|
+
}
|
|
1357
|
+
interface Bn {
|
|
1358
|
+
featuredImage?: string;
|
|
1359
|
+
htmlContent?: string;
|
|
1360
|
+
markdownContent?: string;
|
|
1361
|
+
title?: string;
|
|
1362
|
+
}
|
|
1363
|
+
interface Bs {
|
|
1364
|
+
featuredImage?: string;
|
|
1365
|
+
htmlContent?: string;
|
|
1366
|
+
markdownContent?: string;
|
|
1367
|
+
title?: string;
|
|
1368
|
+
}
|
|
1369
|
+
interface Ca {
|
|
1370
|
+
featuredImage?: string;
|
|
1371
|
+
htmlContent?: string;
|
|
1372
|
+
markdownContent?: string;
|
|
1373
|
+
title?: string;
|
|
1374
|
+
}
|
|
1375
|
+
interface Cs {
|
|
1376
|
+
featuredImage?: string;
|
|
1377
|
+
htmlContent?: string;
|
|
1378
|
+
markdownContent?: string;
|
|
1379
|
+
title?: string;
|
|
1380
|
+
}
|
|
1381
|
+
interface Da {
|
|
1382
|
+
featuredImage?: string;
|
|
1383
|
+
htmlContent?: string;
|
|
1384
|
+
markdownContent?: string;
|
|
1385
|
+
title?: string;
|
|
1386
|
+
}
|
|
1387
|
+
interface De {
|
|
1388
|
+
featuredImage?: string;
|
|
1389
|
+
htmlContent?: string;
|
|
1390
|
+
markdownContent?: string;
|
|
1391
|
+
title?: string;
|
|
1392
|
+
}
|
|
1393
|
+
interface El {
|
|
1394
|
+
featuredImage?: string;
|
|
1395
|
+
htmlContent?: string;
|
|
1396
|
+
markdownContent?: string;
|
|
1397
|
+
title?: string;
|
|
1398
|
+
}
|
|
1399
|
+
interface En {
|
|
1400
|
+
featuredImage?: string;
|
|
1401
|
+
htmlContent?: string;
|
|
1402
|
+
markdownContent?: string;
|
|
1403
|
+
title?: string;
|
|
1404
|
+
}
|
|
1405
|
+
interface Es {
|
|
1406
|
+
featuredImage?: string;
|
|
1407
|
+
htmlContent?: string;
|
|
1408
|
+
markdownContent?: string;
|
|
1409
|
+
title?: string;
|
|
1410
|
+
}
|
|
1411
|
+
interface Et {
|
|
1412
|
+
featuredImage?: string;
|
|
1413
|
+
htmlContent?: string;
|
|
1414
|
+
markdownContent?: string;
|
|
1415
|
+
title?: string;
|
|
1416
|
+
}
|
|
1417
|
+
interface Fa {
|
|
1418
|
+
featuredImage?: string;
|
|
1419
|
+
htmlContent?: string;
|
|
1420
|
+
markdownContent?: string;
|
|
1421
|
+
title?: string;
|
|
1422
|
+
}
|
|
1423
|
+
interface Fi {
|
|
1424
|
+
featuredImage?: string;
|
|
1425
|
+
htmlContent?: string;
|
|
1426
|
+
markdownContent?: string;
|
|
1427
|
+
title?: string;
|
|
1428
|
+
}
|
|
1429
|
+
interface Fr {
|
|
1430
|
+
featuredImage?: string;
|
|
1431
|
+
htmlContent?: string;
|
|
1432
|
+
markdownContent?: string;
|
|
1433
|
+
title?: string;
|
|
1434
|
+
}
|
|
1435
|
+
interface Gu {
|
|
1436
|
+
featuredImage?: string;
|
|
1437
|
+
htmlContent?: string;
|
|
1438
|
+
markdownContent?: string;
|
|
1439
|
+
title?: string;
|
|
1440
|
+
}
|
|
1441
|
+
interface Ha {
|
|
1442
|
+
featuredImage?: string;
|
|
1443
|
+
htmlContent?: string;
|
|
1444
|
+
markdownContent?: string;
|
|
1445
|
+
title?: string;
|
|
1446
|
+
}
|
|
1447
|
+
interface He {
|
|
1448
|
+
featuredImage?: string;
|
|
1449
|
+
htmlContent?: string;
|
|
1450
|
+
markdownContent?: string;
|
|
1451
|
+
title?: string;
|
|
1452
|
+
}
|
|
1453
|
+
interface Hi {
|
|
1454
|
+
featuredImage?: string;
|
|
1455
|
+
htmlContent?: string;
|
|
1456
|
+
markdownContent?: string;
|
|
1457
|
+
title?: string;
|
|
1458
|
+
}
|
|
1459
|
+
interface Hr {
|
|
1460
|
+
featuredImage?: string;
|
|
1461
|
+
htmlContent?: string;
|
|
1462
|
+
markdownContent?: string;
|
|
1463
|
+
title?: string;
|
|
1464
|
+
}
|
|
1465
|
+
interface Ht {
|
|
1466
|
+
featuredImage?: string;
|
|
1467
|
+
htmlContent?: string;
|
|
1468
|
+
markdownContent?: string;
|
|
1469
|
+
title?: string;
|
|
1470
|
+
}
|
|
1471
|
+
interface Hu {
|
|
1472
|
+
featuredImage?: string;
|
|
1473
|
+
htmlContent?: string;
|
|
1474
|
+
markdownContent?: string;
|
|
1475
|
+
title?: string;
|
|
1476
|
+
}
|
|
1477
|
+
interface Ig {
|
|
1478
|
+
featuredImage?: string;
|
|
1479
|
+
htmlContent?: string;
|
|
1480
|
+
markdownContent?: string;
|
|
1481
|
+
title?: string;
|
|
1482
|
+
}
|
|
1483
|
+
interface It {
|
|
1484
|
+
featuredImage?: string;
|
|
1485
|
+
htmlContent?: string;
|
|
1486
|
+
markdownContent?: string;
|
|
1487
|
+
title?: string;
|
|
1488
|
+
}
|
|
1489
|
+
interface Ja {
|
|
1490
|
+
featuredImage?: string;
|
|
1491
|
+
htmlContent?: string;
|
|
1492
|
+
markdownContent?: string;
|
|
1493
|
+
title?: string;
|
|
1494
|
+
}
|
|
1495
|
+
interface Jv {
|
|
1496
|
+
featuredImage?: string;
|
|
1497
|
+
htmlContent?: string;
|
|
1498
|
+
markdownContent?: string;
|
|
1499
|
+
title?: string;
|
|
1500
|
+
}
|
|
1501
|
+
interface Kk {
|
|
1502
|
+
featuredImage?: string;
|
|
1503
|
+
htmlContent?: string;
|
|
1504
|
+
markdownContent?: string;
|
|
1505
|
+
title?: string;
|
|
1506
|
+
}
|
|
1507
|
+
interface Km {
|
|
1508
|
+
featuredImage?: string;
|
|
1509
|
+
htmlContent?: string;
|
|
1510
|
+
markdownContent?: string;
|
|
1511
|
+
title?: string;
|
|
1512
|
+
}
|
|
1513
|
+
interface Kn {
|
|
1514
|
+
featuredImage?: string;
|
|
1515
|
+
htmlContent?: string;
|
|
1516
|
+
markdownContent?: string;
|
|
1517
|
+
title?: string;
|
|
1518
|
+
}
|
|
1519
|
+
interface Ko {
|
|
1520
|
+
featuredImage?: string;
|
|
1521
|
+
htmlContent?: string;
|
|
1522
|
+
markdownContent?: string;
|
|
1523
|
+
title?: string;
|
|
1524
|
+
}
|
|
1525
|
+
interface Lo {
|
|
1526
|
+
featuredImage?: string;
|
|
1527
|
+
htmlContent?: string;
|
|
1528
|
+
markdownContent?: string;
|
|
1529
|
+
title?: string;
|
|
1530
|
+
}
|
|
1531
|
+
interface Lt {
|
|
1532
|
+
featuredImage?: string;
|
|
1533
|
+
htmlContent?: string;
|
|
1534
|
+
markdownContent?: string;
|
|
1535
|
+
title?: string;
|
|
1536
|
+
}
|
|
1537
|
+
interface Lv {
|
|
1538
|
+
featuredImage?: string;
|
|
1539
|
+
htmlContent?: string;
|
|
1540
|
+
markdownContent?: string;
|
|
1541
|
+
title?: string;
|
|
1542
|
+
}
|
|
1543
|
+
interface Ml {
|
|
1544
|
+
featuredImage?: string;
|
|
1545
|
+
htmlContent?: string;
|
|
1546
|
+
markdownContent?: string;
|
|
1547
|
+
title?: string;
|
|
1548
|
+
}
|
|
1549
|
+
interface Mn {
|
|
1550
|
+
featuredImage?: string;
|
|
1551
|
+
htmlContent?: string;
|
|
1552
|
+
markdownContent?: string;
|
|
1553
|
+
title?: string;
|
|
1554
|
+
}
|
|
1555
|
+
interface Mr {
|
|
1556
|
+
featuredImage?: string;
|
|
1557
|
+
htmlContent?: string;
|
|
1558
|
+
markdownContent?: string;
|
|
1559
|
+
title?: string;
|
|
1560
|
+
}
|
|
1561
|
+
interface Ms {
|
|
1562
|
+
featuredImage?: string;
|
|
1563
|
+
htmlContent?: string;
|
|
1564
|
+
markdownContent?: string;
|
|
1565
|
+
title?: string;
|
|
1566
|
+
}
|
|
1567
|
+
interface My {
|
|
1568
|
+
featuredImage?: string;
|
|
1569
|
+
htmlContent?: string;
|
|
1570
|
+
markdownContent?: string;
|
|
1571
|
+
title?: string;
|
|
1572
|
+
}
|
|
1573
|
+
interface Nb {
|
|
1574
|
+
featuredImage?: string;
|
|
1575
|
+
htmlContent?: string;
|
|
1576
|
+
markdownContent?: string;
|
|
1577
|
+
title?: string;
|
|
1578
|
+
}
|
|
1579
|
+
interface Ne {
|
|
1580
|
+
featuredImage?: string;
|
|
1581
|
+
htmlContent?: string;
|
|
1582
|
+
markdownContent?: string;
|
|
1583
|
+
title?: string;
|
|
1584
|
+
}
|
|
1585
|
+
interface Nl {
|
|
1586
|
+
featuredImage?: string;
|
|
1587
|
+
htmlContent?: string;
|
|
1588
|
+
markdownContent?: string;
|
|
1589
|
+
title?: string;
|
|
1590
|
+
}
|
|
1591
|
+
interface Pa {
|
|
1592
|
+
featuredImage?: string;
|
|
1593
|
+
htmlContent?: string;
|
|
1594
|
+
markdownContent?: string;
|
|
1595
|
+
title?: string;
|
|
1596
|
+
}
|
|
1597
|
+
interface Pl {
|
|
1598
|
+
featuredImage?: string;
|
|
1599
|
+
htmlContent?: string;
|
|
1600
|
+
markdownContent?: string;
|
|
1601
|
+
title?: string;
|
|
1602
|
+
}
|
|
1603
|
+
interface Ps {
|
|
1604
|
+
featuredImage?: string;
|
|
1605
|
+
htmlContent?: string;
|
|
1606
|
+
markdownContent?: string;
|
|
1607
|
+
title?: string;
|
|
1608
|
+
}
|
|
1609
|
+
interface Pt {
|
|
1610
|
+
featuredImage?: string;
|
|
1611
|
+
htmlContent?: string;
|
|
1612
|
+
markdownContent?: string;
|
|
1613
|
+
title?: string;
|
|
1614
|
+
}
|
|
1615
|
+
interface PtBr {
|
|
1616
|
+
featuredImage?: string;
|
|
1617
|
+
htmlContent?: string;
|
|
1618
|
+
markdownContent?: string;
|
|
1619
|
+
title?: string;
|
|
1620
|
+
}
|
|
1621
|
+
interface Ro {
|
|
1622
|
+
featuredImage?: string;
|
|
1623
|
+
htmlContent?: string;
|
|
1624
|
+
markdownContent?: string;
|
|
1625
|
+
title?: string;
|
|
1626
|
+
}
|
|
1627
|
+
interface Ru {
|
|
1628
|
+
featuredImage?: string;
|
|
1629
|
+
htmlContent?: string;
|
|
1630
|
+
markdownContent?: string;
|
|
1631
|
+
title?: string;
|
|
1632
|
+
}
|
|
1633
|
+
interface Sd {
|
|
1634
|
+
featuredImage?: string;
|
|
1635
|
+
htmlContent?: string;
|
|
1636
|
+
markdownContent?: string;
|
|
1637
|
+
title?: string;
|
|
1638
|
+
}
|
|
1639
|
+
interface Si {
|
|
1640
|
+
featuredImage?: string;
|
|
1641
|
+
htmlContent?: string;
|
|
1642
|
+
markdownContent?: string;
|
|
1643
|
+
title?: string;
|
|
1644
|
+
}
|
|
1645
|
+
interface Sk {
|
|
1646
|
+
featuredImage?: string;
|
|
1647
|
+
htmlContent?: string;
|
|
1648
|
+
markdownContent?: string;
|
|
1649
|
+
title?: string;
|
|
1650
|
+
}
|
|
1651
|
+
interface Sl {
|
|
1652
|
+
featuredImage?: string;
|
|
1653
|
+
htmlContent?: string;
|
|
1654
|
+
markdownContent?: string;
|
|
1655
|
+
title?: string;
|
|
1656
|
+
}
|
|
1657
|
+
interface So {
|
|
1658
|
+
featuredImage?: string;
|
|
1659
|
+
htmlContent?: string;
|
|
1660
|
+
markdownContent?: string;
|
|
1661
|
+
title?: string;
|
|
1662
|
+
}
|
|
1663
|
+
interface Sr {
|
|
1664
|
+
featuredImage?: string;
|
|
1665
|
+
htmlContent?: string;
|
|
1666
|
+
markdownContent?: string;
|
|
1667
|
+
title?: string;
|
|
1668
|
+
}
|
|
1669
|
+
interface Sv {
|
|
1670
|
+
featuredImage?: string;
|
|
1671
|
+
htmlContent?: string;
|
|
1672
|
+
markdownContent?: string;
|
|
1673
|
+
title?: string;
|
|
1674
|
+
}
|
|
1675
|
+
interface Sw {
|
|
1676
|
+
featuredImage?: string;
|
|
1677
|
+
htmlContent?: string;
|
|
1678
|
+
markdownContent?: string;
|
|
1679
|
+
title?: string;
|
|
1680
|
+
}
|
|
1681
|
+
interface Ta {
|
|
1682
|
+
featuredImage?: string;
|
|
1683
|
+
htmlContent?: string;
|
|
1684
|
+
markdownContent?: string;
|
|
1685
|
+
title?: string;
|
|
1686
|
+
}
|
|
1687
|
+
interface Te {
|
|
1688
|
+
featuredImage?: string;
|
|
1689
|
+
htmlContent?: string;
|
|
1690
|
+
markdownContent?: string;
|
|
1691
|
+
title?: string;
|
|
1692
|
+
}
|
|
1693
|
+
interface Th {
|
|
1694
|
+
featuredImage?: string;
|
|
1695
|
+
htmlContent?: string;
|
|
1696
|
+
markdownContent?: string;
|
|
1697
|
+
title?: string;
|
|
1698
|
+
}
|
|
1699
|
+
interface Tl {
|
|
1700
|
+
featuredImage?: string;
|
|
1701
|
+
htmlContent?: string;
|
|
1702
|
+
markdownContent?: string;
|
|
1703
|
+
title?: string;
|
|
1704
|
+
}
|
|
1705
|
+
interface Tr {
|
|
1706
|
+
featuredImage?: string;
|
|
1707
|
+
htmlContent?: string;
|
|
1708
|
+
markdownContent?: string;
|
|
1709
|
+
title?: string;
|
|
1710
|
+
}
|
|
1711
|
+
interface Uk {
|
|
1712
|
+
featuredImage?: string;
|
|
1713
|
+
htmlContent?: string;
|
|
1714
|
+
markdownContent?: string;
|
|
1715
|
+
title?: string;
|
|
1716
|
+
}
|
|
1717
|
+
interface Ur {
|
|
1718
|
+
featuredImage?: string;
|
|
1719
|
+
htmlContent?: string;
|
|
1720
|
+
markdownContent?: string;
|
|
1721
|
+
title?: string;
|
|
1722
|
+
}
|
|
1723
|
+
interface Uz {
|
|
1724
|
+
featuredImage?: string;
|
|
1725
|
+
htmlContent?: string;
|
|
1726
|
+
markdownContent?: string;
|
|
1727
|
+
title?: string;
|
|
1728
|
+
}
|
|
1729
|
+
interface Vi {
|
|
1730
|
+
featuredImage?: string;
|
|
1731
|
+
htmlContent?: string;
|
|
1732
|
+
markdownContent?: string;
|
|
1733
|
+
title?: string;
|
|
1734
|
+
}
|
|
1735
|
+
interface Yo {
|
|
1736
|
+
featuredImage?: string;
|
|
1737
|
+
htmlContent?: string;
|
|
1738
|
+
markdownContent?: string;
|
|
1739
|
+
title?: string;
|
|
1740
|
+
}
|
|
1741
|
+
interface ZhCn {
|
|
1742
|
+
featuredImage?: string;
|
|
1743
|
+
htmlContent?: string;
|
|
1744
|
+
markdownContent?: string;
|
|
1745
|
+
title?: string;
|
|
1746
|
+
}
|
|
1747
|
+
interface ZhTw {
|
|
1748
|
+
featuredImage?: string;
|
|
1749
|
+
htmlContent?: string;
|
|
1750
|
+
markdownContent?: string;
|
|
1751
|
+
title?: string;
|
|
1752
|
+
}
|
|
1753
|
+
}
|
|
1754
|
+
}
|
|
595
1755
|
export interface ChangelogListParams extends CursorPageParams {
|
|
596
1756
|
/**
|
|
597
1757
|
* Query param: Find changelog by its id (also accepts slug)
|
|
@@ -679,7 +1839,7 @@ export interface ChangelogUnpublishParams {
|
|
|
679
1839
|
'Featurebase-Version'?: '2026-08-19.orbit' | '2026-01-01.nova' | '2025-12-12.clover';
|
|
680
1840
|
}
|
|
681
1841
|
export declare namespace Changelogs {
|
|
682
|
-
export { type Changelog as Changelog, type PublishUnpublishSuccess as PublishUnpublishSuccess, type ChangelogDeleteResponse as ChangelogDeleteResponse, type ChangelogsCursorPage as ChangelogsCursorPage, type ChangelogCreateParams as ChangelogCreateParams, type ChangelogRetrieveParams as ChangelogRetrieveParams, type ChangelogUpdateParams as ChangelogUpdateParams, type ChangelogListParams as ChangelogListParams, type ChangelogDeleteParams as ChangelogDeleteParams, type ChangelogPublishParams as ChangelogPublishParams, type ChangelogUnpublishParams as ChangelogUnpublishParams, };
|
|
1842
|
+
export { type Changelog as Changelog, type PublishUnpublishSuccess as PublishUnpublishSuccess, type ChangelogRetrieveResponse as ChangelogRetrieveResponse, type ChangelogDeleteResponse as ChangelogDeleteResponse, type ChangelogsCursorPage as ChangelogsCursorPage, type ChangelogCreateParams as ChangelogCreateParams, type ChangelogRetrieveParams as ChangelogRetrieveParams, type ChangelogUpdateParams as ChangelogUpdateParams, type ChangelogListParams as ChangelogListParams, type ChangelogDeleteParams as ChangelogDeleteParams, type ChangelogPublishParams as ChangelogPublishParams, type ChangelogUnpublishParams as ChangelogUnpublishParams, };
|
|
683
1843
|
export { Subscribers as Subscribers, type SubscriberAddResponse as SubscriberAddResponse, type SubscriberRemoveResponse as SubscriberRemoveResponse, type SubscriberAddParams as SubscriberAddParams, type SubscriberRemoveParams as SubscriberRemoveParams, };
|
|
684
1844
|
}
|
|
685
1845
|
//# sourceMappingURL=changelogs.d.ts.map
|