@ecency/sdk 2.3.26 → 2.3.27

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.
@@ -2874,7 +2874,7 @@ declare function getAccountFullQueryOptions(username: string | undefined): _tans
2874
2874
  follow_stats: AccountFollowStats | undefined;
2875
2875
  reputation: number;
2876
2876
  profile: AccountProfile;
2877
- }, Error, {
2877
+ } | null, Error, {
2878
2878
  name: any;
2879
2879
  owner: any;
2880
2880
  active: any;
@@ -2915,7 +2915,7 @@ declare function getAccountFullQueryOptions(username: string | undefined): _tans
2915
2915
  follow_stats: AccountFollowStats | undefined;
2916
2916
  reputation: number;
2917
2917
  profile: AccountProfile;
2918
- }, (string | undefined)[]>, "queryFn"> & {
2918
+ } | null, (string | undefined)[]>, "queryFn"> & {
2919
2919
  queryFn?: _tanstack_react_query.QueryFunction<{
2920
2920
  name: any;
2921
2921
  owner: any;
@@ -2957,7 +2957,7 @@ declare function getAccountFullQueryOptions(username: string | undefined): _tans
2957
2957
  follow_stats: AccountFollowStats | undefined;
2958
2958
  reputation: number;
2959
2959
  profile: AccountProfile;
2960
- }, (string | undefined)[], never> | undefined;
2960
+ } | null, (string | undefined)[], never> | undefined;
2961
2961
  } & {
2962
2962
  queryKey: (string | undefined)[] & {
2963
2963
  [dataTagSymbol]: {
@@ -3001,7 +3001,7 @@ declare function getAccountFullQueryOptions(username: string | undefined): _tans
3001
3001
  follow_stats: AccountFollowStats | undefined;
3002
3002
  reputation: number;
3003
3003
  profile: AccountProfile;
3004
- };
3004
+ } | null;
3005
3005
  [dataTagErrorSymbol]: Error;
3006
3006
  };
3007
3007
  };