@wix/data 1.0.155 → 1.0.157

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.
@@ -1401,11 +1401,7 @@ declare enum Direction {
1401
1401
  DESC = "DESC"
1402
1402
  }
1403
1403
  interface CollectionCapabilities {
1404
- /**
1405
- * Data operations the collection supports. The listed operations can be performed on data the collection contains.
1406
- *
1407
- * Supported values: `AGGREGATE`, `BULK_INSERT`, `BULK_REMOVE`, `BULK_SAVE`, `BULK_UPDATE`, `COUNT`, `DISTINCT`, `FIND`, `GET`, `INSERT`, `INSERT_REFERENCE`, `IS_REFERENCED`, `QUERY_REFERENCED`, `REMOVE`, `REMOVE_REFERENCE`, `REPLACE_REFERENCES`, `SAVE`, `TRUNCATE`, `UPDATE`.
1408
- */
1404
+ /** Data operations the collection supports. The listed operations can be performed on data the collection contains. */
1409
1405
  dataOperations?: DataOperation[];
1410
1406
  /**
1411
1407
  * Collection operations supported. The listed operations can be performed on the collection itself.