@wix/wix-data-items-sdk 1.0.420 → 1.0.422
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.
|
@@ -648,7 +648,7 @@ export declare function aggregate(dataCollectionId: string): WixDataAggregate;
|
|
|
648
648
|
*
|
|
649
649
|
* The method runs the pipeline and returns the aggregated results and pagination information.
|
|
650
650
|
*
|
|
651
|
-
* > **Note**: You can only build
|
|
651
|
+
* > **Note**: You can only build an aggregation pipeline for collections [created in the CMS](https://support.wix.com/en/article/cms-formerly-content-manager-creating-a-collection) or with the [Data Collections API](https://dev.wix.com/docs/sdk/backend-modules/data/collections/introduction). They cannot be used on [Wix app collections](https://support.wix.com/en/article/cms-formerly-content-manager-working-with-wix-app-collections) or [external collections](https://dev.wix.com/docs/develop-websites/articles/databases/external-databases/overview/integrating-external-databases-with-your-wix-site).
|
|
652
652
|
*
|
|
653
653
|
* @public
|
|
654
654
|
* @documentationMaturity preview
|
|
@@ -757,7 +757,7 @@ function aggregate(dataCollectionId) {
|
|
|
757
757
|
*
|
|
758
758
|
* The method runs the pipeline and returns the aggregated results and pagination information.
|
|
759
759
|
*
|
|
760
|
-
* > **Note**: You can only build
|
|
760
|
+
* > **Note**: You can only build an aggregation pipeline for collections [created in the CMS](https://support.wix.com/en/article/cms-formerly-content-manager-creating-a-collection) or with the [Data Collections API](https://dev.wix.com/docs/sdk/backend-modules/data/collections/introduction). They cannot be used on [Wix app collections](https://support.wix.com/en/article/cms-formerly-content-manager-working-with-wix-app-collections) or [external collections](https://dev.wix.com/docs/develop-websites/articles/databases/external-databases/overview/integrating-external-databases-with-your-wix-site).
|
|
761
761
|
*
|
|
762
762
|
* @public
|
|
763
763
|
* @documentationMaturity preview
|
|
@@ -648,7 +648,7 @@ export declare function aggregate(dataCollectionId: string): WixDataAggregate;
|
|
|
648
648
|
*
|
|
649
649
|
* The method runs the pipeline and returns the aggregated results and pagination information.
|
|
650
650
|
*
|
|
651
|
-
* > **Note**: You can only build
|
|
651
|
+
* > **Note**: You can only build an aggregation pipeline for collections [created in the CMS](https://support.wix.com/en/article/cms-formerly-content-manager-creating-a-collection) or with the [Data Collections API](https://dev.wix.com/docs/sdk/backend-modules/data/collections/introduction). They cannot be used on [Wix app collections](https://support.wix.com/en/article/cms-formerly-content-manager-working-with-wix-app-collections) or [external collections](https://dev.wix.com/docs/develop-websites/articles/databases/external-databases/overview/integrating-external-databases-with-your-wix-site).
|
|
652
652
|
*
|
|
653
653
|
* @public
|
|
654
654
|
* @documentationMaturity preview
|
|
@@ -713,7 +713,7 @@ export function aggregate(dataCollectionId) {
|
|
|
713
713
|
*
|
|
714
714
|
* The method runs the pipeline and returns the aggregated results and pagination information.
|
|
715
715
|
*
|
|
716
|
-
* > **Note**: You can only build
|
|
716
|
+
* > **Note**: You can only build an aggregation pipeline for collections [created in the CMS](https://support.wix.com/en/article/cms-formerly-content-manager-creating-a-collection) or with the [Data Collections API](https://dev.wix.com/docs/sdk/backend-modules/data/collections/introduction). They cannot be used on [Wix app collections](https://support.wix.com/en/article/cms-formerly-content-manager-working-with-wix-app-collections) or [external collections](https://dev.wix.com/docs/develop-websites/articles/databases/external-databases/overview/integrating-external-databases-with-your-wix-site).
|
|
717
717
|
*
|
|
718
718
|
* @public
|
|
719
719
|
* @documentationMaturity preview
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/wix-data-items-sdk",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.422",
|
|
4
4
|
"license": "UNLICENSED",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Rimvydas Gimbutas",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@wix/sdk-runtime": "^0.3.62",
|
|
37
37
|
"@wix/sdk-types": "^1.13.41",
|
|
38
|
-
"@wix/wix-data-items-common": "1.0.
|
|
38
|
+
"@wix/wix-data-items-common": "1.0.229"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@eslint/js": "^9.33.0",
|
|
@@ -79,5 +79,5 @@
|
|
|
79
79
|
"wallaby": {
|
|
80
80
|
"autoDetect": true
|
|
81
81
|
},
|
|
82
|
-
"falconPackageHash": "
|
|
82
|
+
"falconPackageHash": "9ec89418624c9bf4c7506e840ff909a5eda68b0dbc5eac536d339f9f"
|
|
83
83
|
}
|