react-native-appwrite 0.7.3 → 0.7.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.
Files changed (104) hide show
  1. package/CHANGELOG.md +6 -1
  2. package/dist/cjs/sdk.js +1 -2
  3. package/dist/cjs/sdk.js.map +1 -1
  4. package/dist/esm/sdk.js +1 -2
  5. package/dist/esm/sdk.js.map +1 -1
  6. package/docs/examples/account/create-anonymous-session.md +1 -1
  7. package/docs/examples/account/create-email-password-session.md +1 -1
  8. package/docs/examples/account/create-email-token.md +1 -1
  9. package/docs/examples/account/create-j-w-t.md +1 -1
  10. package/docs/examples/account/create-magic-u-r-l-token.md +1 -1
  11. package/docs/examples/account/create-mfa-authenticator.md +1 -1
  12. package/docs/examples/account/create-mfa-challenge.md +1 -1
  13. package/docs/examples/account/create-mfa-recovery-codes.md +1 -1
  14. package/docs/examples/account/create-o-auth2session.md +1 -1
  15. package/docs/examples/account/create-o-auth2token.md +1 -1
  16. package/docs/examples/account/create-phone-token.md +1 -1
  17. package/docs/examples/account/create-phone-verification.md +1 -1
  18. package/docs/examples/account/create-push-target.md +1 -1
  19. package/docs/examples/account/create-recovery.md +1 -1
  20. package/docs/examples/account/create-session.md +1 -1
  21. package/docs/examples/account/create-verification.md +1 -1
  22. package/docs/examples/account/create.md +1 -1
  23. package/docs/examples/account/delete-identity.md +1 -1
  24. package/docs/examples/account/delete-mfa-authenticator.md +1 -1
  25. package/docs/examples/account/delete-push-target.md +1 -1
  26. package/docs/examples/account/delete-session.md +1 -1
  27. package/docs/examples/account/delete-sessions.md +1 -1
  28. package/docs/examples/account/get-mfa-recovery-codes.md +1 -1
  29. package/docs/examples/account/get-prefs.md +1 -1
  30. package/docs/examples/account/get-session.md +1 -1
  31. package/docs/examples/account/get.md +1 -1
  32. package/docs/examples/account/list-identities.md +1 -1
  33. package/docs/examples/account/list-logs.md +1 -1
  34. package/docs/examples/account/list-mfa-factors.md +1 -1
  35. package/docs/examples/account/list-sessions.md +1 -1
  36. package/docs/examples/account/update-email.md +1 -1
  37. package/docs/examples/account/update-m-f-a.md +1 -1
  38. package/docs/examples/account/update-magic-u-r-l-session.md +1 -1
  39. package/docs/examples/account/update-mfa-authenticator.md +1 -1
  40. package/docs/examples/account/update-mfa-challenge.md +1 -1
  41. package/docs/examples/account/update-mfa-recovery-codes.md +1 -1
  42. package/docs/examples/account/update-name.md +1 -1
  43. package/docs/examples/account/update-password.md +1 -1
  44. package/docs/examples/account/update-phone-session.md +1 -1
  45. package/docs/examples/account/update-phone-verification.md +1 -1
  46. package/docs/examples/account/update-phone.md +1 -1
  47. package/docs/examples/account/update-prefs.md +1 -1
  48. package/docs/examples/account/update-push-target.md +1 -1
  49. package/docs/examples/account/update-recovery.md +1 -1
  50. package/docs/examples/account/update-session.md +1 -1
  51. package/docs/examples/account/update-status.md +1 -1
  52. package/docs/examples/account/update-verification.md +1 -1
  53. package/docs/examples/avatars/get-browser.md +1 -1
  54. package/docs/examples/avatars/get-credit-card.md +1 -1
  55. package/docs/examples/avatars/get-favicon.md +1 -1
  56. package/docs/examples/avatars/get-flag.md +1 -1
  57. package/docs/examples/avatars/get-image.md +1 -1
  58. package/docs/examples/avatars/get-initials.md +1 -1
  59. package/docs/examples/avatars/get-q-r.md +1 -1
  60. package/docs/examples/databases/create-document.md +1 -1
  61. package/docs/examples/databases/delete-document.md +1 -1
  62. package/docs/examples/databases/get-document.md +1 -1
  63. package/docs/examples/databases/list-documents.md +1 -1
  64. package/docs/examples/databases/update-document.md +1 -1
  65. package/docs/examples/functions/create-execution.md +1 -1
  66. package/docs/examples/functions/get-execution.md +1 -1
  67. package/docs/examples/functions/list-executions.md +1 -1
  68. package/docs/examples/graphql/mutation.md +1 -1
  69. package/docs/examples/graphql/query.md +1 -1
  70. package/docs/examples/locale/get.md +1 -1
  71. package/docs/examples/locale/list-codes.md +1 -1
  72. package/docs/examples/locale/list-continents.md +1 -1
  73. package/docs/examples/locale/list-countries-e-u.md +1 -1
  74. package/docs/examples/locale/list-countries-phones.md +1 -1
  75. package/docs/examples/locale/list-countries.md +1 -1
  76. package/docs/examples/locale/list-currencies.md +1 -1
  77. package/docs/examples/locale/list-languages.md +1 -1
  78. package/docs/examples/messaging/create-subscriber.md +1 -1
  79. package/docs/examples/messaging/delete-subscriber.md +1 -1
  80. package/docs/examples/storage/create-file.md +1 -1
  81. package/docs/examples/storage/delete-file.md +1 -1
  82. package/docs/examples/storage/get-file-download.md +1 -1
  83. package/docs/examples/storage/get-file-preview.md +1 -1
  84. package/docs/examples/storage/get-file-view.md +1 -1
  85. package/docs/examples/storage/get-file.md +1 -1
  86. package/docs/examples/storage/list-files.md +1 -1
  87. package/docs/examples/storage/update-file.md +1 -1
  88. package/docs/examples/teams/create-membership.md +1 -1
  89. package/docs/examples/teams/create.md +1 -1
  90. package/docs/examples/teams/delete-membership.md +1 -1
  91. package/docs/examples/teams/delete.md +1 -1
  92. package/docs/examples/teams/get-membership.md +1 -1
  93. package/docs/examples/teams/get-prefs.md +1 -1
  94. package/docs/examples/teams/get.md +1 -1
  95. package/docs/examples/teams/list-memberships.md +1 -1
  96. package/docs/examples/teams/list.md +1 -1
  97. package/docs/examples/teams/update-membership-status.md +1 -1
  98. package/docs/examples/teams/update-membership.md +1 -1
  99. package/docs/examples/teams/update-name.md +1 -1
  100. package/docs/examples/teams/update-prefs.md +1 -1
  101. package/package.json +3 -3
  102. package/src/client.ts +1 -1
  103. package/src/services/databases.ts +0 -1
  104. package/types/services/databases.d.ts +0 -1
@@ -1,7 +1,7 @@
1
1
  import { Client, Functions } from "react-native-appwrite";
2
2
 
3
3
  const client = new Client()
4
- .setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
4
+ .setEndpoint('https://<REGION>.cloud.appwrite.io/v1') // Your API Endpoint
5
5
  .setProject('<YOUR_PROJECT_ID>'); // Your project ID
6
6
 
7
7
  const functions = new Functions(client);
@@ -1,7 +1,7 @@
1
1
  import { Client, Functions } from "react-native-appwrite";
2
2
 
3
3
  const client = new Client()
4
- .setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
4
+ .setEndpoint('https://<REGION>.cloud.appwrite.io/v1') // Your API Endpoint
5
5
  .setProject('<YOUR_PROJECT_ID>'); // Your project ID
6
6
 
7
7
  const functions = new Functions(client);
@@ -1,7 +1,7 @@
1
1
  import { Client, Graphql } from "react-native-appwrite";
2
2
 
3
3
  const client = new Client()
4
- .setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
4
+ .setEndpoint('https://<REGION>.cloud.appwrite.io/v1') // Your API Endpoint
5
5
  .setProject('<YOUR_PROJECT_ID>'); // Your project ID
6
6
 
7
7
  const graphql = new Graphql(client);
@@ -1,7 +1,7 @@
1
1
  import { Client, Graphql } from "react-native-appwrite";
2
2
 
3
3
  const client = new Client()
4
- .setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
4
+ .setEndpoint('https://<REGION>.cloud.appwrite.io/v1') // Your API Endpoint
5
5
  .setProject('<YOUR_PROJECT_ID>'); // Your project ID
6
6
 
7
7
  const graphql = new Graphql(client);
@@ -1,7 +1,7 @@
1
1
  import { Client, Locale } from "react-native-appwrite";
2
2
 
3
3
  const client = new Client()
4
- .setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
4
+ .setEndpoint('https://<REGION>.cloud.appwrite.io/v1') // Your API Endpoint
5
5
  .setProject('<YOUR_PROJECT_ID>'); // Your project ID
6
6
 
7
7
  const locale = new Locale(client);
@@ -1,7 +1,7 @@
1
1
  import { Client, Locale } from "react-native-appwrite";
2
2
 
3
3
  const client = new Client()
4
- .setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
4
+ .setEndpoint('https://<REGION>.cloud.appwrite.io/v1') // Your API Endpoint
5
5
  .setProject('<YOUR_PROJECT_ID>'); // Your project ID
6
6
 
7
7
  const locale = new Locale(client);
@@ -1,7 +1,7 @@
1
1
  import { Client, Locale } from "react-native-appwrite";
2
2
 
3
3
  const client = new Client()
4
- .setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
4
+ .setEndpoint('https://<REGION>.cloud.appwrite.io/v1') // Your API Endpoint
5
5
  .setProject('<YOUR_PROJECT_ID>'); // Your project ID
6
6
 
7
7
  const locale = new Locale(client);
@@ -1,7 +1,7 @@
1
1
  import { Client, Locale } from "react-native-appwrite";
2
2
 
3
3
  const client = new Client()
4
- .setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
4
+ .setEndpoint('https://<REGION>.cloud.appwrite.io/v1') // Your API Endpoint
5
5
  .setProject('<YOUR_PROJECT_ID>'); // Your project ID
6
6
 
7
7
  const locale = new Locale(client);
@@ -1,7 +1,7 @@
1
1
  import { Client, Locale } from "react-native-appwrite";
2
2
 
3
3
  const client = new Client()
4
- .setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
4
+ .setEndpoint('https://<REGION>.cloud.appwrite.io/v1') // Your API Endpoint
5
5
  .setProject('<YOUR_PROJECT_ID>'); // Your project ID
6
6
 
7
7
  const locale = new Locale(client);
@@ -1,7 +1,7 @@
1
1
  import { Client, Locale } from "react-native-appwrite";
2
2
 
3
3
  const client = new Client()
4
- .setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
4
+ .setEndpoint('https://<REGION>.cloud.appwrite.io/v1') // Your API Endpoint
5
5
  .setProject('<YOUR_PROJECT_ID>'); // Your project ID
6
6
 
7
7
  const locale = new Locale(client);
@@ -1,7 +1,7 @@
1
1
  import { Client, Locale } from "react-native-appwrite";
2
2
 
3
3
  const client = new Client()
4
- .setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
4
+ .setEndpoint('https://<REGION>.cloud.appwrite.io/v1') // Your API Endpoint
5
5
  .setProject('<YOUR_PROJECT_ID>'); // Your project ID
6
6
 
7
7
  const locale = new Locale(client);
@@ -1,7 +1,7 @@
1
1
  import { Client, Locale } from "react-native-appwrite";
2
2
 
3
3
  const client = new Client()
4
- .setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
4
+ .setEndpoint('https://<REGION>.cloud.appwrite.io/v1') // Your API Endpoint
5
5
  .setProject('<YOUR_PROJECT_ID>'); // Your project ID
6
6
 
7
7
  const locale = new Locale(client);
@@ -1,7 +1,7 @@
1
1
  import { Client, Messaging } from "react-native-appwrite";
2
2
 
3
3
  const client = new Client()
4
- .setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
4
+ .setEndpoint('https://<REGION>.cloud.appwrite.io/v1') // Your API Endpoint
5
5
  .setProject('<YOUR_PROJECT_ID>'); // Your project ID
6
6
 
7
7
  const messaging = new Messaging(client);
@@ -1,7 +1,7 @@
1
1
  import { Client, Messaging } from "react-native-appwrite";
2
2
 
3
3
  const client = new Client()
4
- .setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
4
+ .setEndpoint('https://<REGION>.cloud.appwrite.io/v1') // Your API Endpoint
5
5
  .setProject('<YOUR_PROJECT_ID>'); // Your project ID
6
6
 
7
7
  const messaging = new Messaging(client);
@@ -1,7 +1,7 @@
1
1
  import { Client, Storage } from "react-native-appwrite";
2
2
 
3
3
  const client = new Client()
4
- .setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
4
+ .setEndpoint('https://<REGION>.cloud.appwrite.io/v1') // Your API Endpoint
5
5
  .setProject('<YOUR_PROJECT_ID>'); // Your project ID
6
6
 
7
7
  const storage = new Storage(client);
@@ -1,7 +1,7 @@
1
1
  import { Client, Storage } from "react-native-appwrite";
2
2
 
3
3
  const client = new Client()
4
- .setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
4
+ .setEndpoint('https://<REGION>.cloud.appwrite.io/v1') // Your API Endpoint
5
5
  .setProject('<YOUR_PROJECT_ID>'); // Your project ID
6
6
 
7
7
  const storage = new Storage(client);
@@ -1,7 +1,7 @@
1
1
  import { Client, Storage } from "react-native-appwrite";
2
2
 
3
3
  const client = new Client()
4
- .setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
4
+ .setEndpoint('https://<REGION>.cloud.appwrite.io/v1') // Your API Endpoint
5
5
  .setProject('<YOUR_PROJECT_ID>'); // Your project ID
6
6
 
7
7
  const storage = new Storage(client);
@@ -1,7 +1,7 @@
1
1
  import { Client, Storage, ImageGravity, ImageFormat } from "react-native-appwrite";
2
2
 
3
3
  const client = new Client()
4
- .setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
4
+ .setEndpoint('https://<REGION>.cloud.appwrite.io/v1') // Your API Endpoint
5
5
  .setProject('<YOUR_PROJECT_ID>'); // Your project ID
6
6
 
7
7
  const storage = new Storage(client);
@@ -1,7 +1,7 @@
1
1
  import { Client, Storage } from "react-native-appwrite";
2
2
 
3
3
  const client = new Client()
4
- .setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
4
+ .setEndpoint('https://<REGION>.cloud.appwrite.io/v1') // Your API Endpoint
5
5
  .setProject('<YOUR_PROJECT_ID>'); // Your project ID
6
6
 
7
7
  const storage = new Storage(client);
@@ -1,7 +1,7 @@
1
1
  import { Client, Storage } from "react-native-appwrite";
2
2
 
3
3
  const client = new Client()
4
- .setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
4
+ .setEndpoint('https://<REGION>.cloud.appwrite.io/v1') // Your API Endpoint
5
5
  .setProject('<YOUR_PROJECT_ID>'); // Your project ID
6
6
 
7
7
  const storage = new Storage(client);
@@ -1,7 +1,7 @@
1
1
  import { Client, Storage } from "react-native-appwrite";
2
2
 
3
3
  const client = new Client()
4
- .setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
4
+ .setEndpoint('https://<REGION>.cloud.appwrite.io/v1') // Your API Endpoint
5
5
  .setProject('<YOUR_PROJECT_ID>'); // Your project ID
6
6
 
7
7
  const storage = new Storage(client);
@@ -1,7 +1,7 @@
1
1
  import { Client, Storage } from "react-native-appwrite";
2
2
 
3
3
  const client = new Client()
4
- .setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
4
+ .setEndpoint('https://<REGION>.cloud.appwrite.io/v1') // Your API Endpoint
5
5
  .setProject('<YOUR_PROJECT_ID>'); // Your project ID
6
6
 
7
7
  const storage = new Storage(client);
@@ -1,7 +1,7 @@
1
1
  import { Client, Teams } from "react-native-appwrite";
2
2
 
3
3
  const client = new Client()
4
- .setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
4
+ .setEndpoint('https://<REGION>.cloud.appwrite.io/v1') // Your API Endpoint
5
5
  .setProject('<YOUR_PROJECT_ID>'); // Your project ID
6
6
 
7
7
  const teams = new Teams(client);
@@ -1,7 +1,7 @@
1
1
  import { Client, Teams } from "react-native-appwrite";
2
2
 
3
3
  const client = new Client()
4
- .setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
4
+ .setEndpoint('https://<REGION>.cloud.appwrite.io/v1') // Your API Endpoint
5
5
  .setProject('<YOUR_PROJECT_ID>'); // Your project ID
6
6
 
7
7
  const teams = new Teams(client);
@@ -1,7 +1,7 @@
1
1
  import { Client, Teams } from "react-native-appwrite";
2
2
 
3
3
  const client = new Client()
4
- .setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
4
+ .setEndpoint('https://<REGION>.cloud.appwrite.io/v1') // Your API Endpoint
5
5
  .setProject('<YOUR_PROJECT_ID>'); // Your project ID
6
6
 
7
7
  const teams = new Teams(client);
@@ -1,7 +1,7 @@
1
1
  import { Client, Teams } from "react-native-appwrite";
2
2
 
3
3
  const client = new Client()
4
- .setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
4
+ .setEndpoint('https://<REGION>.cloud.appwrite.io/v1') // Your API Endpoint
5
5
  .setProject('<YOUR_PROJECT_ID>'); // Your project ID
6
6
 
7
7
  const teams = new Teams(client);
@@ -1,7 +1,7 @@
1
1
  import { Client, Teams } from "react-native-appwrite";
2
2
 
3
3
  const client = new Client()
4
- .setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
4
+ .setEndpoint('https://<REGION>.cloud.appwrite.io/v1') // Your API Endpoint
5
5
  .setProject('<YOUR_PROJECT_ID>'); // Your project ID
6
6
 
7
7
  const teams = new Teams(client);
@@ -1,7 +1,7 @@
1
1
  import { Client, Teams } from "react-native-appwrite";
2
2
 
3
3
  const client = new Client()
4
- .setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
4
+ .setEndpoint('https://<REGION>.cloud.appwrite.io/v1') // Your API Endpoint
5
5
  .setProject('<YOUR_PROJECT_ID>'); // Your project ID
6
6
 
7
7
  const teams = new Teams(client);
@@ -1,7 +1,7 @@
1
1
  import { Client, Teams } from "react-native-appwrite";
2
2
 
3
3
  const client = new Client()
4
- .setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
4
+ .setEndpoint('https://<REGION>.cloud.appwrite.io/v1') // Your API Endpoint
5
5
  .setProject('<YOUR_PROJECT_ID>'); // Your project ID
6
6
 
7
7
  const teams = new Teams(client);
@@ -1,7 +1,7 @@
1
1
  import { Client, Teams } from "react-native-appwrite";
2
2
 
3
3
  const client = new Client()
4
- .setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
4
+ .setEndpoint('https://<REGION>.cloud.appwrite.io/v1') // Your API Endpoint
5
5
  .setProject('<YOUR_PROJECT_ID>'); // Your project ID
6
6
 
7
7
  const teams = new Teams(client);
@@ -1,7 +1,7 @@
1
1
  import { Client, Teams } from "react-native-appwrite";
2
2
 
3
3
  const client = new Client()
4
- .setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
4
+ .setEndpoint('https://<REGION>.cloud.appwrite.io/v1') // Your API Endpoint
5
5
  .setProject('<YOUR_PROJECT_ID>'); // Your project ID
6
6
 
7
7
  const teams = new Teams(client);
@@ -1,7 +1,7 @@
1
1
  import { Client, Teams } from "react-native-appwrite";
2
2
 
3
3
  const client = new Client()
4
- .setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
4
+ .setEndpoint('https://<REGION>.cloud.appwrite.io/v1') // Your API Endpoint
5
5
  .setProject('<YOUR_PROJECT_ID>'); // Your project ID
6
6
 
7
7
  const teams = new Teams(client);
@@ -1,7 +1,7 @@
1
1
  import { Client, Teams } from "react-native-appwrite";
2
2
 
3
3
  const client = new Client()
4
- .setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
4
+ .setEndpoint('https://<REGION>.cloud.appwrite.io/v1') // Your API Endpoint
5
5
  .setProject('<YOUR_PROJECT_ID>'); // Your project ID
6
6
 
7
7
  const teams = new Teams(client);
@@ -1,7 +1,7 @@
1
1
  import { Client, Teams } from "react-native-appwrite";
2
2
 
3
3
  const client = new Client()
4
- .setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
4
+ .setEndpoint('https://<REGION>.cloud.appwrite.io/v1') // Your API Endpoint
5
5
  .setProject('<YOUR_PROJECT_ID>'); // Your project ID
6
6
 
7
7
  const teams = new Teams(client);
@@ -1,7 +1,7 @@
1
1
  import { Client, Teams } from "react-native-appwrite";
2
2
 
3
3
  const client = new Client()
4
- .setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
4
+ .setEndpoint('https://<REGION>.cloud.appwrite.io/v1') // Your API Endpoint
5
5
  .setProject('<YOUR_PROJECT_ID>'); // Your project ID
6
6
 
7
7
  const teams = new Teams(client);
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "react-native-appwrite",
3
3
  "homepage": "https://appwrite.io/support",
4
4
  "description": "Appwrite is an open-source self-hosted backend server that abstract and simplify complex and repetitive development tasks behind a very simple REST API",
5
- "version": "0.7.3",
5
+ "version": "0.7.4",
6
6
  "license": "BSD-3-Clause",
7
7
  "main": "dist/cjs/sdk.js",
8
8
  "exports": {
@@ -33,8 +33,8 @@
33
33
  "typescript": "^5.3.3"
34
34
  },
35
35
  "dependencies": {
36
- "expo-file-system": "~18.0.11",
37
- "react-native": "0.76.7"
36
+ "expo-file-system": "18.*.*",
37
+ "react-native": ">=0.76.7 <1.0.0"
38
38
  },
39
39
  "peerDependencies": {
40
40
  "expo": "*",
package/src/client.ts CHANGED
@@ -114,7 +114,7 @@ class Client {
114
114
  'x-sdk-name': 'React Native',
115
115
  'x-sdk-platform': 'client',
116
116
  'x-sdk-language': 'reactnative',
117
- 'x-sdk-version': '0.7.3',
117
+ 'x-sdk-version': '0.7.4',
118
118
  'X-Appwrite-Response-Format': '1.6.0',
119
119
  };
120
120
 
@@ -49,7 +49,6 @@ export class Databases extends Service {
49
49
  * collection resource using either a [server
50
50
  * integration](https://appwrite.io/docs/server/databases#databasesCreateCollection)
51
51
  * API or directly from your database console.
52
- *
53
52
  *
54
53
  * @param {string} databaseId
55
54
  * @param {string} collectionId
@@ -20,7 +20,6 @@ export declare class Databases extends Service {
20
20
  * integration](https://appwrite.io/docs/server/databases#databasesCreateCollection)
21
21
  * API or directly from your database console.
22
22
  *
23
- *
24
23
  * @param {string} databaseId
25
24
  * @param {string} collectionId
26
25
  * @param {string} documentId