@fiction/sdk 1.0.10 → 1.0.12

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.
@@ -12,6 +12,7 @@ export declare function getDemoSelves(): Partial<{
12
12
  avatarId?: string | null | undefined;
13
13
  coverId?: string | null | undefined;
14
14
  email?: string | null | undefined;
15
+ website?: string | null | undefined;
15
16
  accounts?: Record<string, {
16
17
  handle?: string | undefined;
17
18
  url?: string | undefined;
@@ -123,6 +124,7 @@ export declare function getDemoSelfByHandle(handle: string): Partial<{
123
124
  avatarId?: string | null | undefined;
124
125
  coverId?: string | null | undefined;
125
126
  email?: string | null | undefined;
127
+ website?: string | null | undefined;
126
128
  accounts?: Record<string, {
127
129
  handle?: string | undefined;
128
130
  url?: string | undefined;