@zeroin.earth/appwrite-graphql 0.14.0 → 0.14.1
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/README.md +40 -31
- package/dist/index.d.mts +5596 -183
- package/dist/index.d.ts +5596 -183
- package/dist/index.js +1500 -216
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1464 -216
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -3
package/README.md
CHANGED
|
@@ -107,38 +107,40 @@ We are working on matching parity with the current Appwrite SDK. After we do so,
|
|
|
107
107
|
|
|
108
108
|
Still left to do:
|
|
109
109
|
|
|
110
|
-
### Account
|
|
111
|
-
|
|
110
|
+
### Account ✔️
|
|
111
|
+
<details>
|
|
112
|
+
<summary>Done</summary>
|
|
113
|
+
|
|
112
114
|
- [x] Get account
|
|
113
|
-
- [x] Create account
|
|
114
|
-
- [
|
|
115
|
-
- [
|
|
116
|
-
- [
|
|
117
|
-
- [
|
|
118
|
-
- [
|
|
119
|
-
- [
|
|
120
|
-
- [
|
|
121
|
-
- [
|
|
122
|
-
- [
|
|
123
|
-
- [
|
|
115
|
+
- [x] Create account
|
|
116
|
+
- [x] Update email
|
|
117
|
+
- [x] List Identities
|
|
118
|
+
- [x] Delete Identity
|
|
119
|
+
- [x] Create JWT
|
|
120
|
+
- [x] List logs
|
|
121
|
+
- [x] Update name
|
|
122
|
+
- [x] Update password
|
|
123
|
+
- [x] Update phone
|
|
124
|
+
- [x] Get account preferences
|
|
125
|
+
- [x] Update preferences
|
|
124
126
|
- [x] Create password recovery
|
|
125
127
|
- [x] Create password recovery (confirmation)
|
|
126
|
-
- [
|
|
127
|
-
- [
|
|
128
|
-
- [
|
|
128
|
+
- [x] List sessions
|
|
129
|
+
- [x] Delete sessions
|
|
130
|
+
- [x] Create anonymous session
|
|
129
131
|
- [x] Create email session
|
|
130
|
-
- [
|
|
131
|
-
- [
|
|
132
|
-
- [
|
|
133
|
-
- [
|
|
134
|
-
- [
|
|
135
|
-
- [
|
|
132
|
+
- [x] Create magic URL session
|
|
133
|
+
- [x] Create magic URL session (confirmation)
|
|
134
|
+
- [x] Create phone session
|
|
135
|
+
- [x] Create phone session (confirmation)
|
|
136
|
+
- [x] Get session
|
|
137
|
+
- [x] Update OAuth session (refresh tokens)
|
|
136
138
|
- [x] Delete session
|
|
137
|
-
- [ ] Update status
|
|
138
139
|
- [x] Create email verification
|
|
139
140
|
- [x] Create email verification (confirmation)
|
|
140
|
-
- [
|
|
141
|
-
- [
|
|
141
|
+
- [x] Create phone verification
|
|
142
|
+
- [x] Create phone verification (confirmation)
|
|
143
|
+
</details>
|
|
142
144
|
|
|
143
145
|
### Teams
|
|
144
146
|
|
|
@@ -156,13 +158,17 @@ Still left to do:
|
|
|
156
158
|
- [ ] Get team preferences
|
|
157
159
|
- [ ] Update preferences
|
|
158
160
|
|
|
159
|
-
### Databases
|
|
161
|
+
### Databases ✔️
|
|
160
162
|
|
|
163
|
+
<details>
|
|
164
|
+
<summary>Done</summary>
|
|
165
|
+
|
|
161
166
|
- [X] List documents
|
|
162
167
|
- [X] Create document
|
|
163
168
|
- [X] Get document
|
|
164
|
-
- [
|
|
165
|
-
- [
|
|
169
|
+
- [x] Update document
|
|
170
|
+
- [x] Delete document
|
|
171
|
+
</details>
|
|
166
172
|
|
|
167
173
|
### Storage
|
|
168
174
|
|
|
@@ -175,11 +181,14 @@ Still left to do:
|
|
|
175
181
|
- [ ] Get file preview
|
|
176
182
|
- [ ] Get file for view
|
|
177
183
|
|
|
178
|
-
### Functions
|
|
184
|
+
### Functions ✔️
|
|
179
185
|
|
|
180
|
-
|
|
186
|
+
<details>
|
|
187
|
+
<summary>Done</summary>
|
|
188
|
+
|
|
181
189
|
- [X] Create execution
|
|
182
190
|
- [X] Get execution
|
|
191
|
+
</details>
|
|
183
192
|
|
|
184
193
|
### Locale
|
|
185
194
|
|
|
@@ -200,4 +209,4 @@ Still left to do:
|
|
|
200
209
|
- [ ] Get country flag
|
|
201
210
|
- [ ] Get image from URL
|
|
202
211
|
- [ ] Get user initials
|
|
203
|
-
- [ ] Get QR code
|
|
212
|
+
- [ ] Get QR code
|