@@ -68,7 +68,7 @@ Options for DataEngine.aggregate operations
6868| :--- | :--- | :--- | :--- |
6969| ** method** | ` string ` | ✅ | |
7070| ** object** | ` string ` | ✅ | |
71- | ** query** | ` Object ` | ✅ | QueryAST-aligned options for DataEngine.aggregate operations |
71+ | ** query** | ` Object ` | ✅ | |
7272
7373
7474---
@@ -108,7 +108,7 @@ Options for DataEngine.count operations
108108| :--- | :--- | :--- | :--- |
109109| ** method** | ` string ` | ✅ | |
110110| ** object** | ` string ` | ✅ | |
111- | ** query** | ` Object ` | optional | QueryAST-aligned options for DataEngine.count operations |
111+ | ** query** | ` Object ` | optional | |
112112
113113
114114---
@@ -137,7 +137,7 @@ Options for DataEngine.delete operations
137137| ** method** | ` string ` | ✅ | |
138138| ** object** | ` string ` | ✅ | |
139139| ** id** | ` string \| number ` | optional | ID for single delete, or use where in options |
140- | ** options** | ` Object ` | optional | QueryAST-aligned options for DataEngine.delete operations |
140+ | ** options** | ` Object ` | optional | |
141141
142142
143143---
@@ -186,7 +186,7 @@ Reference: [__schema0](./__schema0)
186186| :--- | :--- | :--- | :--- |
187187| ** method** | ` string ` | ✅ | |
188188| ** object** | ` string ` | ✅ | |
189- | ** query** | ` Object ` | optional | QueryAST-aligned query options for IDataEngine.find() operations |
189+ | ** query** | ` Object ` | optional | |
190190
191191
192192---
@@ -199,7 +199,7 @@ Reference: [__schema0](./__schema0)
199199| :--- | :--- | :--- | :--- |
200200| ** method** | ` string ` | ✅ | |
201201| ** object** | ` string ` | ✅ | |
202- | ** query** | ` Object ` | optional | QueryAST-aligned query options for IDataEngine.find() operations |
202+ | ** query** | ` Object ` | optional | |
203203
204204
205205---
@@ -268,7 +268,7 @@ This schema accepts one of the following structures:
268268| :--- | :--- | :--- | :--- |
269269| ** method** | ` string ` | ✅ | |
270270| ** object** | ` string ` | ✅ | |
271- | ** query** | ` Object ` | optional | QueryAST-aligned query options for IDataEngine.find() operations |
271+ | ** query** | ` Object ` | optional | |
272272
273273---
274274
@@ -280,7 +280,7 @@ This schema accepts one of the following structures:
280280| :--- | :--- | :--- | :--- |
281281| ** method** | ` string ` | ✅ | |
282282| ** object** | ` string ` | ✅ | |
283- | ** query** | ` Object ` | optional | QueryAST-aligned query options for IDataEngine.find() operations |
283+ | ** query** | ` Object ` | optional | |
284284
285285---
286286
@@ -307,7 +307,7 @@ This schema accepts one of the following structures:
307307| ** object** | ` string ` | ✅ | |
308308| ** data** | ` Record<string, any> ` | ✅ | |
309309| ** id** | ` string \| number ` | optional | ID for single update, or use where in options |
310- | ** options** | ` Object ` | optional | QueryAST-aligned options for DataEngine.update operations |
310+ | ** options** | ` Object ` | optional | |
311311
312312---
313313
@@ -320,7 +320,7 @@ This schema accepts one of the following structures:
320320| ** method** | ` string ` | ✅ | |
321321| ** object** | ` string ` | ✅ | |
322322| ** id** | ` string \| number ` | optional | ID for single delete, or use where in options |
323- | ** options** | ` Object ` | optional | QueryAST-aligned options for DataEngine.delete operations |
323+ | ** options** | ` Object ` | optional | |
324324
325325---
326326
@@ -332,7 +332,7 @@ This schema accepts one of the following structures:
332332| :--- | :--- | :--- | :--- |
333333| ** method** | ` string ` | ✅ | |
334334| ** object** | ` string ` | ✅ | |
335- | ** query** | ` Object ` | optional | QueryAST-aligned options for DataEngine.count operations |
335+ | ** query** | ` Object ` | optional | |
336336
337337---
338338
@@ -344,7 +344,7 @@ This schema accepts one of the following structures:
344344| :--- | :--- | :--- | :--- |
345345| ** method** | ` string ` | ✅ | |
346346| ** object** | ` string ` | ✅ | |
347- | ** query** | ` Object ` | ✅ | QueryAST-aligned options for DataEngine.aggregate operations |
347+ | ** query** | ` Object ` | ✅ | |
348348
349349---
350350
@@ -447,7 +447,7 @@ Options for DataEngine.update operations
447447| ** object** | ` string ` | ✅ | |
448448| ** data** | ` Record<string, any> ` | ✅ | |
449449| ** id** | ` string \| number ` | optional | ID for single update, or use where in options |
450- | ** options** | ` Object ` | optional | QueryAST-aligned options for DataEngine.update operations |
450+ | ** options** | ` Object ` | optional | |
451451
452452
453453---
0 commit comments