@wix/data 1.0.155 → 1.0.156
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/data",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.156",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"service-plugins"
|
|
20
20
|
],
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@wix/data_collections": "1.0.
|
|
22
|
+
"@wix/data_collections": "1.0.49",
|
|
23
23
|
"@wix/data_external-database": "1.0.22",
|
|
24
24
|
"@wix/data_external-database-connections": "1.0.41",
|
|
25
25
|
"@wix/data_indexes": "1.0.35",
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"fqdn": ""
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
|
-
"falconPackageHash": "
|
|
51
|
+
"falconPackageHash": "addbffec106d6eb55ddb3e90f21e7f1a5b1d6cde9a61258dea45703b"
|
|
52
52
|
}
|
|
@@ -1488,11 +1488,7 @@ declare enum Direction {
|
|
|
1488
1488
|
DESC = "DESC"
|
|
1489
1489
|
}
|
|
1490
1490
|
interface CollectionCapabilities {
|
|
1491
|
-
/**
|
|
1492
|
-
* Data operations the collection supports. The listed operations can be performed on data the collection contains.
|
|
1493
|
-
*
|
|
1494
|
-
* 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`.
|
|
1495
|
-
*/
|
|
1491
|
+
/** Data operations the collection supports. The listed operations can be performed on data the collection contains. */
|
|
1496
1492
|
dataOperations?: DataOperation[];
|
|
1497
1493
|
/**
|
|
1498
1494
|
* Collection operations supported. The listed operations can be performed on the collection itself.
|
|
@@ -1488,11 +1488,7 @@ declare enum Direction {
|
|
|
1488
1488
|
DESC = "DESC"
|
|
1489
1489
|
}
|
|
1490
1490
|
interface CollectionCapabilities {
|
|
1491
|
-
/**
|
|
1492
|
-
* Data operations the collection supports. The listed operations can be performed on data the collection contains.
|
|
1493
|
-
*
|
|
1494
|
-
* 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`.
|
|
1495
|
-
*/
|
|
1491
|
+
/** Data operations the collection supports. The listed operations can be performed on data the collection contains. */
|
|
1496
1492
|
dataOperations?: DataOperation[];
|
|
1497
1493
|
/**
|
|
1498
1494
|
* Collection operations supported. The listed operations can be performed on the collection itself.
|
|
@@ -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.
|