@intuitionrobotics/db-api-generator 0.42.9 → 0.42.11

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.
@@ -212,7 +212,7 @@ export declare abstract class BaseDB_ApiGenerator<DBType extends DB_Object, Conf
212
212
  * @param query - The query to be executed for the deletion.
213
213
  * @param request - The request in order to possibly obtain more info.
214
214
  */
215
- delete(query: FirestoreQuery<DBType>, request?: ExpressRequest): Promise<void>;
215
+ delete(query: FirestoreQuery<DBType>, request?: ExpressRequest): Promise<DBType[]>;
216
216
  /**
217
217
  * Queries the database for a specific document in the module's collection.
218
218
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intuitionrobotics/db-api-generator",
3
- "version": "0.42.9",
3
+ "version": "0.42.11",
4
4
  "description": "db-api-generator",
5
5
  "keywords": [
6
6
  "IR",