@zeroin.earth/appwrite-graphql 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/dist/index.d.mts CHANGED
@@ -43,7 +43,7 @@ type Scalars = {
43
43
  output: any;
44
44
  };
45
45
  };
46
- type Account_UserFragmentFragment = {
46
+ type Account_UserFragment = {
47
47
  __typename?: 'User';
48
48
  _id?: string | null;
49
49
  name?: string | null;
@@ -53,14 +53,14 @@ type Account_UserFragmentFragment = {
53
53
  data?: any | null;
54
54
  } | null;
55
55
  } & {
56
- ' $fragmentName'?: 'Account_UserFragmentFragment';
56
+ ' $fragmentName'?: 'Account_UserFragment';
57
57
  };
58
- type Identity_ProviderFragmentFragment = {
58
+ type Identity_ProviderFragment = {
59
59
  __typename?: 'Identity';
60
60
  userId?: string | null;
61
61
  provider?: string | null;
62
62
  } & {
63
- ' $fragmentName'?: 'Identity_ProviderFragmentFragment';
63
+ ' $fragmentName'?: 'Identity_ProviderFragment';
64
64
  };
65
65
  type GetSessionQueryVariables = Exact<{
66
66
  sessionId: Scalars['String']['input'];
@@ -111,7 +111,7 @@ declare function useAccount<Preferences extends Models.Preferences>(): _tanstack
111
111
  __typename?: "User";
112
112
  } & {
113
113
  ' $fragmentRefs'?: {
114
- Account_UserFragmentFragment: Account_UserFragmentFragment;
114
+ Account_UserFragment: Account_UserFragment;
115
115
  };
116
116
  }, AppwriteException>;
117
117
 
@@ -1763,9 +1763,7 @@ declare function useDeleteSessions(): {
1763
1763
  mutate: _tanstack_react_query.UseMutateFunction<{
1764
1764
  __typename?: "Status";
1765
1765
  status?: boolean;
1766
- }, AppwriteException, Exact<{
1767
- sessionId: string;
1768
- }>, unknown>;
1766
+ }, AppwriteException, void, unknown>;
1769
1767
  reset: () => void;
1770
1768
  context: unknown;
1771
1769
  failureCount: number;
@@ -1775,14 +1773,10 @@ declare function useDeleteSessions(): {
1775
1773
  mutateAsync: _tanstack_react_query.UseMutateAsyncFunction<{
1776
1774
  __typename?: "Status";
1777
1775
  status?: boolean;
1778
- }, AppwriteException, Exact<{
1779
- sessionId: string;
1780
- }>, unknown>;
1776
+ }, AppwriteException, void, unknown>;
1781
1777
  } | {
1782
1778
  data: undefined;
1783
- variables: Exact<{
1784
- sessionId: string;
1785
- }>;
1779
+ variables: void;
1786
1780
  error: null;
1787
1781
  isError: false;
1788
1782
  isIdle: false;
@@ -1792,9 +1786,7 @@ declare function useDeleteSessions(): {
1792
1786
  mutate: _tanstack_react_query.UseMutateFunction<{
1793
1787
  __typename?: "Status";
1794
1788
  status?: boolean;
1795
- }, AppwriteException, Exact<{
1796
- sessionId: string;
1797
- }>, unknown>;
1789
+ }, AppwriteException, void, unknown>;
1798
1790
  reset: () => void;
1799
1791
  context: unknown;
1800
1792
  failureCount: number;
@@ -1804,15 +1796,11 @@ declare function useDeleteSessions(): {
1804
1796
  mutateAsync: _tanstack_react_query.UseMutateAsyncFunction<{
1805
1797
  __typename?: "Status";
1806
1798
  status?: boolean;
1807
- }, AppwriteException, Exact<{
1808
- sessionId: string;
1809
- }>, unknown>;
1799
+ }, AppwriteException, void, unknown>;
1810
1800
  } | {
1811
1801
  data: undefined;
1812
1802
  error: AppwriteException;
1813
- variables: Exact<{
1814
- sessionId: string;
1815
- }>;
1803
+ variables: void;
1816
1804
  isError: true;
1817
1805
  isIdle: false;
1818
1806
  isPending: false;
@@ -1821,9 +1809,7 @@ declare function useDeleteSessions(): {
1821
1809
  mutate: _tanstack_react_query.UseMutateFunction<{
1822
1810
  __typename?: "Status";
1823
1811
  status?: boolean;
1824
- }, AppwriteException, Exact<{
1825
- sessionId: string;
1826
- }>, unknown>;
1812
+ }, AppwriteException, void, unknown>;
1827
1813
  reset: () => void;
1828
1814
  context: unknown;
1829
1815
  failureCount: number;
@@ -1833,18 +1819,14 @@ declare function useDeleteSessions(): {
1833
1819
  mutateAsync: _tanstack_react_query.UseMutateAsyncFunction<{
1834
1820
  __typename?: "Status";
1835
1821
  status?: boolean;
1836
- }, AppwriteException, Exact<{
1837
- sessionId: string;
1838
- }>, unknown>;
1822
+ }, AppwriteException, void, unknown>;
1839
1823
  } | {
1840
1824
  data: {
1841
1825
  __typename?: "Status";
1842
1826
  status?: boolean;
1843
1827
  };
1844
1828
  error: null;
1845
- variables: Exact<{
1846
- sessionId: string;
1847
- }>;
1829
+ variables: void;
1848
1830
  isError: false;
1849
1831
  isIdle: false;
1850
1832
  isPending: false;
@@ -1853,9 +1835,7 @@ declare function useDeleteSessions(): {
1853
1835
  mutate: _tanstack_react_query.UseMutateFunction<{
1854
1836
  __typename?: "Status";
1855
1837
  status?: boolean;
1856
- }, AppwriteException, Exact<{
1857
- sessionId: string;
1858
- }>, unknown>;
1838
+ }, AppwriteException, void, unknown>;
1859
1839
  reset: () => void;
1860
1840
  context: unknown;
1861
1841
  failureCount: number;
@@ -1865,9 +1845,7 @@ declare function useDeleteSessions(): {
1865
1845
  mutateAsync: _tanstack_react_query.UseMutateAsyncFunction<{
1866
1846
  __typename?: "Status";
1867
1847
  status?: boolean;
1868
- }, AppwriteException, Exact<{
1869
- sessionId: string;
1870
- }>, unknown>;
1848
+ }, AppwriteException, void, unknown>;
1871
1849
  };
1872
1850
 
1873
1851
  declare function useGetMfaRecoveryCodes(): {
@@ -2139,7 +2117,7 @@ declare function useListIdentities({ queries }: ListIdentitiesQueryVariables): {
2139
2117
  __typename?: "Identity";
2140
2118
  } & {
2141
2119
  ' $fragmentRefs'?: {
2142
- Identity_ProviderFragmentFragment: Identity_ProviderFragmentFragment;
2120
+ Identity_ProviderFragment: Identity_ProviderFragment;
2143
2121
  };
2144
2122
  })[];
2145
2123
  };
@@ -2171,7 +2149,7 @@ declare function useListIdentities({ queries }: ListIdentitiesQueryVariables): {
2171
2149
  __typename?: "Identity";
2172
2150
  } & {
2173
2151
  ' $fragmentRefs'?: {
2174
- Identity_ProviderFragmentFragment: Identity_ProviderFragmentFragment;
2152
+ Identity_ProviderFragment: Identity_ProviderFragment;
2175
2153
  };
2176
2154
  })[];
2177
2155
  }, AppwriteException>>;
@@ -2184,7 +2162,7 @@ declare function useListIdentities({ queries }: ListIdentitiesQueryVariables): {
2184
2162
  __typename?: "Identity";
2185
2163
  } & {
2186
2164
  ' $fragmentRefs'?: {
2187
- Identity_ProviderFragmentFragment: Identity_ProviderFragmentFragment;
2165
+ Identity_ProviderFragment: Identity_ProviderFragment;
2188
2166
  };
2189
2167
  })[];
2190
2168
  };
@@ -2216,7 +2194,7 @@ declare function useListIdentities({ queries }: ListIdentitiesQueryVariables): {
2216
2194
  __typename?: "Identity";
2217
2195
  } & {
2218
2196
  ' $fragmentRefs'?: {
2219
- Identity_ProviderFragmentFragment: Identity_ProviderFragmentFragment;
2197
+ Identity_ProviderFragment: Identity_ProviderFragment;
2220
2198
  };
2221
2199
  })[];
2222
2200
  }, AppwriteException>>;
@@ -2251,7 +2229,7 @@ declare function useListIdentities({ queries }: ListIdentitiesQueryVariables): {
2251
2229
  __typename?: "Identity";
2252
2230
  } & {
2253
2231
  ' $fragmentRefs'?: {
2254
- Identity_ProviderFragmentFragment: Identity_ProviderFragmentFragment;
2232
+ Identity_ProviderFragment: Identity_ProviderFragment;
2255
2233
  };
2256
2234
  })[];
2257
2235
  }, AppwriteException>>;
@@ -2286,7 +2264,7 @@ declare function useListIdentities({ queries }: ListIdentitiesQueryVariables): {
2286
2264
  __typename?: "Identity";
2287
2265
  } & {
2288
2266
  ' $fragmentRefs'?: {
2289
- Identity_ProviderFragmentFragment: Identity_ProviderFragmentFragment;
2267
+ Identity_ProviderFragment: Identity_ProviderFragment;
2290
2268
  };
2291
2269
  })[];
2292
2270
  }, AppwriteException>>;
@@ -2321,7 +2299,7 @@ declare function useListIdentities({ queries }: ListIdentitiesQueryVariables): {
2321
2299
  __typename?: "Identity";
2322
2300
  } & {
2323
2301
  ' $fragmentRefs'?: {
2324
- Identity_ProviderFragmentFragment: Identity_ProviderFragmentFragment;
2302
+ Identity_ProviderFragment: Identity_ProviderFragment;
2325
2303
  };
2326
2304
  })[];
2327
2305
  }, AppwriteException>>;
@@ -5931,9 +5909,11 @@ declare function getFragmentData<TType>(_documentNode: DocumentTypeDecoration<TT
5931
5909
  declare function getFragmentData<TType>(_documentNode: DocumentTypeDecoration<TType, any>, fragmentType: ReadonlyArray<FragmentType<DocumentTypeDecoration<TType, any>>>): ReadonlyArray<TType>;
5932
5910
  declare function getFragmentData<TType>(_documentNode: DocumentTypeDecoration<TType, any>, fragmentType: ReadonlyArray<FragmentType<DocumentTypeDecoration<TType, any>>> | null | undefined): ReadonlyArray<TType> | null | undefined;
5933
5911
 
5934
- declare const fragments: {
5935
- Account_UserFragment: _graphql_typed_document_node_core.TypedDocumentNode<Account_UserFragmentFragment, unknown>;
5936
- Identity_ProviderFragment: _graphql_typed_document_node_core.TypedDocumentNode<Identity_ProviderFragmentFragment, unknown>;
5937
- };
5912
+ declare namespace fragments {
5913
+ const Account_UserFragment: _graphql_typed_document_node_core.TypedDocumentNode<Account_UserFragment, unknown>;
5914
+ type Account_UserFragmentType = Account_UserFragment;
5915
+ const Identity_ProviderFragment: _graphql_typed_document_node_core.TypedDocumentNode<Identity_ProviderFragment, unknown>;
5916
+ type Identity_ProviderFragmentType = Identity_ProviderFragment;
5917
+ }
5938
5918
 
5939
5919
  export { fragments, getFragmentData, useAccount, useAppwrite, useCollection, useCreateAnonymousSession, useCreateDocument, useCreateEmailToken, useCreateJWT, useCreateMagicURLToken, useCreateMfaAuthenticator, useCreateMfaChallenge, useCreateMfaRecoveryCodes, useCreatePhoneToken, useCreatePhoneVerification, useCreateSession, useDeleteDocument, useDeleteIdentity, useDeleteMfaAuthenticator, useDeleteSession, useDeleteSessions, useDocument, useFunction, useGetMfaRecoveryCodes, useGetPrefs, useGetSession, useListIdentities, useListMfaFactors, useListSessions, useLogin, useLogout, useLogs, useMutation, usePasswordRecovery, useQuery, useQueryClient, useResetPassword, useSignUp, useSuspenseCollection, useSuspenseCreateJWT, useSuspenseFunction, useUpdateDocument, useUpdateEmail, useUpdateMagicURLSession, useUpdateMfa, useUpdateMfaAuthenticator, useUpdateMfaChallenge, useUpdateMfaRecoveryCodes, useUpdateName, useUpdatePassword, useUpdatePhone, useUpdatePhoneSession, useUpdatePhoneVerification, useUpdatePrefs, useUpdateSession, useVerification };
package/dist/index.d.ts CHANGED
@@ -43,7 +43,7 @@ type Scalars = {
43
43
  output: any;
44
44
  };
45
45
  };
46
- type Account_UserFragmentFragment = {
46
+ type Account_UserFragment = {
47
47
  __typename?: 'User';
48
48
  _id?: string | null;
49
49
  name?: string | null;
@@ -53,14 +53,14 @@ type Account_UserFragmentFragment = {
53
53
  data?: any | null;
54
54
  } | null;
55
55
  } & {
56
- ' $fragmentName'?: 'Account_UserFragmentFragment';
56
+ ' $fragmentName'?: 'Account_UserFragment';
57
57
  };
58
- type Identity_ProviderFragmentFragment = {
58
+ type Identity_ProviderFragment = {
59
59
  __typename?: 'Identity';
60
60
  userId?: string | null;
61
61
  provider?: string | null;
62
62
  } & {
63
- ' $fragmentName'?: 'Identity_ProviderFragmentFragment';
63
+ ' $fragmentName'?: 'Identity_ProviderFragment';
64
64
  };
65
65
  type GetSessionQueryVariables = Exact<{
66
66
  sessionId: Scalars['String']['input'];
@@ -111,7 +111,7 @@ declare function useAccount<Preferences extends Models.Preferences>(): _tanstack
111
111
  __typename?: "User";
112
112
  } & {
113
113
  ' $fragmentRefs'?: {
114
- Account_UserFragmentFragment: Account_UserFragmentFragment;
114
+ Account_UserFragment: Account_UserFragment;
115
115
  };
116
116
  }, AppwriteException>;
117
117
 
@@ -1763,9 +1763,7 @@ declare function useDeleteSessions(): {
1763
1763
  mutate: _tanstack_react_query.UseMutateFunction<{
1764
1764
  __typename?: "Status";
1765
1765
  status?: boolean;
1766
- }, AppwriteException, Exact<{
1767
- sessionId: string;
1768
- }>, unknown>;
1766
+ }, AppwriteException, void, unknown>;
1769
1767
  reset: () => void;
1770
1768
  context: unknown;
1771
1769
  failureCount: number;
@@ -1775,14 +1773,10 @@ declare function useDeleteSessions(): {
1775
1773
  mutateAsync: _tanstack_react_query.UseMutateAsyncFunction<{
1776
1774
  __typename?: "Status";
1777
1775
  status?: boolean;
1778
- }, AppwriteException, Exact<{
1779
- sessionId: string;
1780
- }>, unknown>;
1776
+ }, AppwriteException, void, unknown>;
1781
1777
  } | {
1782
1778
  data: undefined;
1783
- variables: Exact<{
1784
- sessionId: string;
1785
- }>;
1779
+ variables: void;
1786
1780
  error: null;
1787
1781
  isError: false;
1788
1782
  isIdle: false;
@@ -1792,9 +1786,7 @@ declare function useDeleteSessions(): {
1792
1786
  mutate: _tanstack_react_query.UseMutateFunction<{
1793
1787
  __typename?: "Status";
1794
1788
  status?: boolean;
1795
- }, AppwriteException, Exact<{
1796
- sessionId: string;
1797
- }>, unknown>;
1789
+ }, AppwriteException, void, unknown>;
1798
1790
  reset: () => void;
1799
1791
  context: unknown;
1800
1792
  failureCount: number;
@@ -1804,15 +1796,11 @@ declare function useDeleteSessions(): {
1804
1796
  mutateAsync: _tanstack_react_query.UseMutateAsyncFunction<{
1805
1797
  __typename?: "Status";
1806
1798
  status?: boolean;
1807
- }, AppwriteException, Exact<{
1808
- sessionId: string;
1809
- }>, unknown>;
1799
+ }, AppwriteException, void, unknown>;
1810
1800
  } | {
1811
1801
  data: undefined;
1812
1802
  error: AppwriteException;
1813
- variables: Exact<{
1814
- sessionId: string;
1815
- }>;
1803
+ variables: void;
1816
1804
  isError: true;
1817
1805
  isIdle: false;
1818
1806
  isPending: false;
@@ -1821,9 +1809,7 @@ declare function useDeleteSessions(): {
1821
1809
  mutate: _tanstack_react_query.UseMutateFunction<{
1822
1810
  __typename?: "Status";
1823
1811
  status?: boolean;
1824
- }, AppwriteException, Exact<{
1825
- sessionId: string;
1826
- }>, unknown>;
1812
+ }, AppwriteException, void, unknown>;
1827
1813
  reset: () => void;
1828
1814
  context: unknown;
1829
1815
  failureCount: number;
@@ -1833,18 +1819,14 @@ declare function useDeleteSessions(): {
1833
1819
  mutateAsync: _tanstack_react_query.UseMutateAsyncFunction<{
1834
1820
  __typename?: "Status";
1835
1821
  status?: boolean;
1836
- }, AppwriteException, Exact<{
1837
- sessionId: string;
1838
- }>, unknown>;
1822
+ }, AppwriteException, void, unknown>;
1839
1823
  } | {
1840
1824
  data: {
1841
1825
  __typename?: "Status";
1842
1826
  status?: boolean;
1843
1827
  };
1844
1828
  error: null;
1845
- variables: Exact<{
1846
- sessionId: string;
1847
- }>;
1829
+ variables: void;
1848
1830
  isError: false;
1849
1831
  isIdle: false;
1850
1832
  isPending: false;
@@ -1853,9 +1835,7 @@ declare function useDeleteSessions(): {
1853
1835
  mutate: _tanstack_react_query.UseMutateFunction<{
1854
1836
  __typename?: "Status";
1855
1837
  status?: boolean;
1856
- }, AppwriteException, Exact<{
1857
- sessionId: string;
1858
- }>, unknown>;
1838
+ }, AppwriteException, void, unknown>;
1859
1839
  reset: () => void;
1860
1840
  context: unknown;
1861
1841
  failureCount: number;
@@ -1865,9 +1845,7 @@ declare function useDeleteSessions(): {
1865
1845
  mutateAsync: _tanstack_react_query.UseMutateAsyncFunction<{
1866
1846
  __typename?: "Status";
1867
1847
  status?: boolean;
1868
- }, AppwriteException, Exact<{
1869
- sessionId: string;
1870
- }>, unknown>;
1848
+ }, AppwriteException, void, unknown>;
1871
1849
  };
1872
1850
 
1873
1851
  declare function useGetMfaRecoveryCodes(): {
@@ -2139,7 +2117,7 @@ declare function useListIdentities({ queries }: ListIdentitiesQueryVariables): {
2139
2117
  __typename?: "Identity";
2140
2118
  } & {
2141
2119
  ' $fragmentRefs'?: {
2142
- Identity_ProviderFragmentFragment: Identity_ProviderFragmentFragment;
2120
+ Identity_ProviderFragment: Identity_ProviderFragment;
2143
2121
  };
2144
2122
  })[];
2145
2123
  };
@@ -2171,7 +2149,7 @@ declare function useListIdentities({ queries }: ListIdentitiesQueryVariables): {
2171
2149
  __typename?: "Identity";
2172
2150
  } & {
2173
2151
  ' $fragmentRefs'?: {
2174
- Identity_ProviderFragmentFragment: Identity_ProviderFragmentFragment;
2152
+ Identity_ProviderFragment: Identity_ProviderFragment;
2175
2153
  };
2176
2154
  })[];
2177
2155
  }, AppwriteException>>;
@@ -2184,7 +2162,7 @@ declare function useListIdentities({ queries }: ListIdentitiesQueryVariables): {
2184
2162
  __typename?: "Identity";
2185
2163
  } & {
2186
2164
  ' $fragmentRefs'?: {
2187
- Identity_ProviderFragmentFragment: Identity_ProviderFragmentFragment;
2165
+ Identity_ProviderFragment: Identity_ProviderFragment;
2188
2166
  };
2189
2167
  })[];
2190
2168
  };
@@ -2216,7 +2194,7 @@ declare function useListIdentities({ queries }: ListIdentitiesQueryVariables): {
2216
2194
  __typename?: "Identity";
2217
2195
  } & {
2218
2196
  ' $fragmentRefs'?: {
2219
- Identity_ProviderFragmentFragment: Identity_ProviderFragmentFragment;
2197
+ Identity_ProviderFragment: Identity_ProviderFragment;
2220
2198
  };
2221
2199
  })[];
2222
2200
  }, AppwriteException>>;
@@ -2251,7 +2229,7 @@ declare function useListIdentities({ queries }: ListIdentitiesQueryVariables): {
2251
2229
  __typename?: "Identity";
2252
2230
  } & {
2253
2231
  ' $fragmentRefs'?: {
2254
- Identity_ProviderFragmentFragment: Identity_ProviderFragmentFragment;
2232
+ Identity_ProviderFragment: Identity_ProviderFragment;
2255
2233
  };
2256
2234
  })[];
2257
2235
  }, AppwriteException>>;
@@ -2286,7 +2264,7 @@ declare function useListIdentities({ queries }: ListIdentitiesQueryVariables): {
2286
2264
  __typename?: "Identity";
2287
2265
  } & {
2288
2266
  ' $fragmentRefs'?: {
2289
- Identity_ProviderFragmentFragment: Identity_ProviderFragmentFragment;
2267
+ Identity_ProviderFragment: Identity_ProviderFragment;
2290
2268
  };
2291
2269
  })[];
2292
2270
  }, AppwriteException>>;
@@ -2321,7 +2299,7 @@ declare function useListIdentities({ queries }: ListIdentitiesQueryVariables): {
2321
2299
  __typename?: "Identity";
2322
2300
  } & {
2323
2301
  ' $fragmentRefs'?: {
2324
- Identity_ProviderFragmentFragment: Identity_ProviderFragmentFragment;
2302
+ Identity_ProviderFragment: Identity_ProviderFragment;
2325
2303
  };
2326
2304
  })[];
2327
2305
  }, AppwriteException>>;
@@ -5931,9 +5909,11 @@ declare function getFragmentData<TType>(_documentNode: DocumentTypeDecoration<TT
5931
5909
  declare function getFragmentData<TType>(_documentNode: DocumentTypeDecoration<TType, any>, fragmentType: ReadonlyArray<FragmentType<DocumentTypeDecoration<TType, any>>>): ReadonlyArray<TType>;
5932
5910
  declare function getFragmentData<TType>(_documentNode: DocumentTypeDecoration<TType, any>, fragmentType: ReadonlyArray<FragmentType<DocumentTypeDecoration<TType, any>>> | null | undefined): ReadonlyArray<TType> | null | undefined;
5933
5911
 
5934
- declare const fragments: {
5935
- Account_UserFragment: _graphql_typed_document_node_core.TypedDocumentNode<Account_UserFragmentFragment, unknown>;
5936
- Identity_ProviderFragment: _graphql_typed_document_node_core.TypedDocumentNode<Identity_ProviderFragmentFragment, unknown>;
5937
- };
5912
+ declare namespace fragments {
5913
+ const Account_UserFragment: _graphql_typed_document_node_core.TypedDocumentNode<Account_UserFragment, unknown>;
5914
+ type Account_UserFragmentType = Account_UserFragment;
5915
+ const Identity_ProviderFragment: _graphql_typed_document_node_core.TypedDocumentNode<Identity_ProviderFragment, unknown>;
5916
+ type Identity_ProviderFragmentType = Identity_ProviderFragment;
5917
+ }
5938
5918
 
5939
5919
  export { fragments, getFragmentData, useAccount, useAppwrite, useCollection, useCreateAnonymousSession, useCreateDocument, useCreateEmailToken, useCreateJWT, useCreateMagicURLToken, useCreateMfaAuthenticator, useCreateMfaChallenge, useCreateMfaRecoveryCodes, useCreatePhoneToken, useCreatePhoneVerification, useCreateSession, useDeleteDocument, useDeleteIdentity, useDeleteMfaAuthenticator, useDeleteSession, useDeleteSessions, useDocument, useFunction, useGetMfaRecoveryCodes, useGetPrefs, useGetSession, useListIdentities, useListMfaFactors, useListSessions, useLogin, useLogout, useLogs, useMutation, usePasswordRecovery, useQuery, useQueryClient, useResetPassword, useSignUp, useSuspenseCollection, useSuspenseCreateJWT, useSuspenseFunction, useUpdateDocument, useUpdateEmail, useUpdateMagicURLSession, useUpdateMfa, useUpdateMfaAuthenticator, useUpdateMfaChallenge, useUpdateMfaRecoveryCodes, useUpdateName, useUpdatePassword, useUpdatePhone, useUpdatePhoneSession, useUpdatePhoneVerification, useUpdatePrefs, useUpdateSession, useVerification };