@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.
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.598",
3
+ "version": "0.3.600",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",