@wix/data 1.0.150 → 1.0.151
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.151",
|
|
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.44",
|
|
23
23
|
"@wix/data_external-database": "1.0.20",
|
|
24
24
|
"@wix/data_external-database-connections": "1.0.39",
|
|
25
25
|
"@wix/data_indexes": "1.0.33",
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"fqdn": ""
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
|
-
"falconPackageHash": "
|
|
51
|
+
"falconPackageHash": "0c59f0368965864413612dc54da0b6e6d9f4ac72f39ec47e2b2855db"
|
|
52
52
|
}
|
|
@@ -571,7 +571,11 @@ declare enum Direction$1 {
|
|
|
571
571
|
DESC = "DESC"
|
|
572
572
|
}
|
|
573
573
|
interface CollectionCapabilities$1 {
|
|
574
|
-
/**
|
|
574
|
+
/**
|
|
575
|
+
* Data operations the collection supports. The listed operations can be performed on data the collection contains.
|
|
576
|
+
*
|
|
577
|
+
* > **Note**: The `PATCH` and `BULK_PATCH` oeprations aren't currently supported.
|
|
578
|
+
*/
|
|
575
579
|
dataOperations?: DataOperation$1[];
|
|
576
580
|
/**
|
|
577
581
|
* Collection operations supported. The listed operations can be performed on the collection itself.
|