@zeroin.earth/appwrite-graphql 0.13.1 → 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 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
- - [ ] Update email
115
- - [ ] List Identities
116
- - [ ] Delete Identity
117
- - [ ] Create JWT
118
- - [ ] List logs
119
- - [ ] Update name
120
- - [ ] Update password
121
- - [ ] Update phone
122
- - [ ] Get account preferences
123
- - [ ] Update preferences
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
- - [ ] List sessions
127
- - [ ] Delete sessions
128
- - [ ] Create anonymous session
128
+ - [x] List sessions
129
+ - [x] Delete sessions
130
+ - [x] Create anonymous session
129
131
  - [x] Create email session
130
- - [ ] Create magic URL session
131
- - [ ] Create magic URL session (confirmation)
132
- - [ ] Create phone session
133
- - [ ] Create phone session (confirmation)
134
- - [ ] Get session
135
- - [ ] Update OAuth session (refresh tokens)
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
- - [ ] Create phone verification
141
- - [ ] Create phone verification (confirmation)
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
- - [ ] Update document
165
- - [ ] Delete document
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
- - [ ] List executions
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