@zeroin.earth/appwrite-graphql 0.16.3 → 0.16.4
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.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/react-native/index.js +1 -1
package/dist/index.mjs
CHANGED
|
@@ -214,7 +214,7 @@ function Oe(e,a){return a}var U={kind:"Document",definitions:[{kind:"FragmentDef
|
|
|
214
214
|
expire
|
|
215
215
|
}
|
|
216
216
|
}
|
|
217
|
-
`);function ot(){let{graphql:e}=o();return {...u({mutationFn:async({email:n,url:t})=>{let{data:i,errors:s}=await e.mutation({query:it,variables:{email:n,url:t}});if(s)throw s;return i.accountCreateRecovery},onSuccess:async(n,t)=>{localStorage
|
|
217
|
+
`);function ot(){let{graphql:e}=o();return {...u({mutationFn:async({email:n,url:t})=>{let{data:i,errors:s}=await e.mutation({query:it,variables:{email:n,url:t}});if(s)throw s;return i.accountCreateRecovery},onSuccess:async(n,t)=>{localStorage?.setItem("email",t.email);}})}}var rt=r(`
|
|
218
218
|
mutation UpdateRecovery($userId: String!, $secret: String!, $password: String!) {
|
|
219
219
|
accountUpdateRecovery(userId: $userId, secret: $secret, password: $password) {
|
|
220
220
|
expire
|