@parra/parra-js-sdk 0.3.598 → 0.3.600
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/dist/ParraAPI.d.ts +2 -0
- package/package.json +1 -1
package/dist/ParraAPI.d.ts
CHANGED
@@ -925,6 +925,7 @@ export interface CreatorUpdateSenderStub {
|
|
925
925
|
name: string;
|
926
926
|
avatar?: ImageAssetStub | null;
|
927
927
|
verified: boolean;
|
928
|
+
bio?: string | null;
|
928
929
|
}
|
929
930
|
export declare enum ReactionType {
|
930
931
|
emoji = "emoji",
|
@@ -1027,6 +1028,7 @@ export interface ArticleAuthor {
|
|
1027
1028
|
name: string;
|
1028
1029
|
avatar?: ImageAssetStub | null;
|
1029
1030
|
verified: boolean;
|
1031
|
+
bio?: string | null;
|
1030
1032
|
}
|
1031
1033
|
export interface AddTagRequestBody {
|
1032
1034
|
tag_id: string;
|