@wix/data 1.0.4 → 1.0.5
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/build/cjs/src/data-v2-data-item.http.d.ts +2 -2
- package/build/cjs/src/data-v2-data-item.http.js +2 -2
- package/build/cjs/src/data-v2-data-item.universal.d.ts +2 -2
- package/build/cjs/src/data-v2-data-item.universal.js +2 -2
- package/build/es/src/data-v2-data-item.http.d.ts +2 -2
- package/build/es/src/data-v2-data-item.http.js +2 -2
- package/build/es/src/data-v2-data-item.universal.d.ts +2 -2
- package/build/es/src/data-v2-data-item.universal.js +2 -2
- package/package.json +2 -2
|
@@ -81,9 +81,9 @@ export declare function truncateDataItems(payload: TruncateDataItemsRequest): Re
|
|
|
81
81
|
*
|
|
82
82
|
* The returned object contains the query definition which is typically used to run the query using the [`find()`](https://dev.wix.com/api/sdk/data/items/dataitemsquerybuilder/find) function.
|
|
83
83
|
*
|
|
84
|
-
* You can refine the query by chaining [`DataItemsQueryBuilder](https://dev.wix.com/api/sdk/data/items/dataitemsquerybuilder) functions onto the query. [`DataItemsQueryBuilder](https://dev.wix.com/api/sdk/data/items/dataitemsquerybuilder) functions enable you to sort, filter, and control the results that `queryDataItems()` returns.
|
|
84
|
+
* You can refine the query by chaining [`DataItemsQueryBuilder`](https://dev.wix.com/api/sdk/data/items/dataitemsquerybuilder) functions onto the query. [`DataItemsQueryBuilder`](https://dev.wix.com/api/sdk/data/items/dataitemsquerybuilder) functions enable you to sort, filter, and control the results that `queryDataItems()` returns.
|
|
85
85
|
*
|
|
86
|
-
* The `queryDataItems()` function runs with the following [`DataItemsQueryBuilder](https://dev.wix.com/api/sdk/data/items/dataitemsquerybuilder) defaults that you can override:
|
|
86
|
+
* The `queryDataItems()` function runs with the following [`DataItemsQueryBuilder`](https://dev.wix.com/api/sdk/data/items/dataitemsquerybuilder) defaults that you can override:
|
|
87
87
|
*
|
|
88
88
|
* + [`skip`](https://dev.wix.com/api/sdk/data/items/dataitemsquerybuilder/skip): 0
|
|
89
89
|
* + [`limit`](https://dev.wix.com/api/sdk/data/items/dataitemsquerybuilder/limit): 50
|
|
@@ -502,9 +502,9 @@ exports.truncateDataItems = truncateDataItems;
|
|
|
502
502
|
*
|
|
503
503
|
* The returned object contains the query definition which is typically used to run the query using the [`find()`](https://dev.wix.com/api/sdk/data/items/dataitemsquerybuilder/find) function.
|
|
504
504
|
*
|
|
505
|
-
* You can refine the query by chaining [`DataItemsQueryBuilder](https://dev.wix.com/api/sdk/data/items/dataitemsquerybuilder) functions onto the query. [`DataItemsQueryBuilder](https://dev.wix.com/api/sdk/data/items/dataitemsquerybuilder) functions enable you to sort, filter, and control the results that `queryDataItems()` returns.
|
|
505
|
+
* You can refine the query by chaining [`DataItemsQueryBuilder`](https://dev.wix.com/api/sdk/data/items/dataitemsquerybuilder) functions onto the query. [`DataItemsQueryBuilder`](https://dev.wix.com/api/sdk/data/items/dataitemsquerybuilder) functions enable you to sort, filter, and control the results that `queryDataItems()` returns.
|
|
506
506
|
*
|
|
507
|
-
* The `queryDataItems()` function runs with the following [`DataItemsQueryBuilder](https://dev.wix.com/api/sdk/data/items/dataitemsquerybuilder) defaults that you can override:
|
|
507
|
+
* The `queryDataItems()` function runs with the following [`DataItemsQueryBuilder`](https://dev.wix.com/api/sdk/data/items/dataitemsquerybuilder) defaults that you can override:
|
|
508
508
|
*
|
|
509
509
|
* + [`skip`](https://dev.wix.com/api/sdk/data/items/dataitemsquerybuilder/skip): 0
|
|
510
510
|
* + [`limit`](https://dev.wix.com/api/sdk/data/items/dataitemsquerybuilder/limit): 50
|
|
@@ -833,9 +833,9 @@ export interface TruncateDataItemsOptions {
|
|
|
833
833
|
*
|
|
834
834
|
* The returned object contains the query definition which is typically used to run the query using the [`find()`](https://dev.wix.com/api/sdk/data/items/dataitemsquerybuilder/find) function.
|
|
835
835
|
*
|
|
836
|
-
* You can refine the query by chaining [`DataItemsQueryBuilder](https://dev.wix.com/api/sdk/data/items/dataitemsquerybuilder) functions onto the query. [`DataItemsQueryBuilder](https://dev.wix.com/api/sdk/data/items/dataitemsquerybuilder) functions enable you to sort, filter, and control the results that `queryDataItems()` returns.
|
|
836
|
+
* You can refine the query by chaining [`DataItemsQueryBuilder`](https://dev.wix.com/api/sdk/data/items/dataitemsquerybuilder) functions onto the query. [`DataItemsQueryBuilder`](https://dev.wix.com/api/sdk/data/items/dataitemsquerybuilder) functions enable you to sort, filter, and control the results that `queryDataItems()` returns.
|
|
837
837
|
*
|
|
838
|
-
* The `queryDataItems()` function runs with the following [`DataItemsQueryBuilder](https://dev.wix.com/api/sdk/data/items/dataitemsquerybuilder) defaults that you can override:
|
|
838
|
+
* The `queryDataItems()` function runs with the following [`DataItemsQueryBuilder`](https://dev.wix.com/api/sdk/data/items/dataitemsquerybuilder) defaults that you can override:
|
|
839
839
|
*
|
|
840
840
|
* + [`skip`](https://dev.wix.com/api/sdk/data/items/dataitemsquerybuilder/skip): 0
|
|
841
841
|
* + [`limit`](https://dev.wix.com/api/sdk/data/items/dataitemsquerybuilder/limit): 50
|
|
@@ -511,9 +511,9 @@ exports.truncateDataItems = truncateDataItems;
|
|
|
511
511
|
*
|
|
512
512
|
* The returned object contains the query definition which is typically used to run the query using the [`find()`](https://dev.wix.com/api/sdk/data/items/dataitemsquerybuilder/find) function.
|
|
513
513
|
*
|
|
514
|
-
* You can refine the query by chaining [`DataItemsQueryBuilder](https://dev.wix.com/api/sdk/data/items/dataitemsquerybuilder) functions onto the query. [`DataItemsQueryBuilder](https://dev.wix.com/api/sdk/data/items/dataitemsquerybuilder) functions enable you to sort, filter, and control the results that `queryDataItems()` returns.
|
|
514
|
+
* You can refine the query by chaining [`DataItemsQueryBuilder`](https://dev.wix.com/api/sdk/data/items/dataitemsquerybuilder) functions onto the query. [`DataItemsQueryBuilder`](https://dev.wix.com/api/sdk/data/items/dataitemsquerybuilder) functions enable you to sort, filter, and control the results that `queryDataItems()` returns.
|
|
515
515
|
*
|
|
516
|
-
* The `queryDataItems()` function runs with the following [`DataItemsQueryBuilder](https://dev.wix.com/api/sdk/data/items/dataitemsquerybuilder) defaults that you can override:
|
|
516
|
+
* The `queryDataItems()` function runs with the following [`DataItemsQueryBuilder`](https://dev.wix.com/api/sdk/data/items/dataitemsquerybuilder) defaults that you can override:
|
|
517
517
|
*
|
|
518
518
|
* + [`skip`](https://dev.wix.com/api/sdk/data/items/dataitemsquerybuilder/skip): 0
|
|
519
519
|
* + [`limit`](https://dev.wix.com/api/sdk/data/items/dataitemsquerybuilder/limit): 50
|
|
@@ -81,9 +81,9 @@ export declare function truncateDataItems(payload: TruncateDataItemsRequest): Re
|
|
|
81
81
|
*
|
|
82
82
|
* The returned object contains the query definition which is typically used to run the query using the [`find()`](https://dev.wix.com/api/sdk/data/items/dataitemsquerybuilder/find) function.
|
|
83
83
|
*
|
|
84
|
-
* You can refine the query by chaining [`DataItemsQueryBuilder](https://dev.wix.com/api/sdk/data/items/dataitemsquerybuilder) functions onto the query. [`DataItemsQueryBuilder](https://dev.wix.com/api/sdk/data/items/dataitemsquerybuilder) functions enable you to sort, filter, and control the results that `queryDataItems()` returns.
|
|
84
|
+
* You can refine the query by chaining [`DataItemsQueryBuilder`](https://dev.wix.com/api/sdk/data/items/dataitemsquerybuilder) functions onto the query. [`DataItemsQueryBuilder`](https://dev.wix.com/api/sdk/data/items/dataitemsquerybuilder) functions enable you to sort, filter, and control the results that `queryDataItems()` returns.
|
|
85
85
|
*
|
|
86
|
-
* The `queryDataItems()` function runs with the following [`DataItemsQueryBuilder](https://dev.wix.com/api/sdk/data/items/dataitemsquerybuilder) defaults that you can override:
|
|
86
|
+
* The `queryDataItems()` function runs with the following [`DataItemsQueryBuilder`](https://dev.wix.com/api/sdk/data/items/dataitemsquerybuilder) defaults that you can override:
|
|
87
87
|
*
|
|
88
88
|
* + [`skip`](https://dev.wix.com/api/sdk/data/items/dataitemsquerybuilder/skip): 0
|
|
89
89
|
* + [`limit`](https://dev.wix.com/api/sdk/data/items/dataitemsquerybuilder/limit): 50
|
|
@@ -493,9 +493,9 @@ export function truncateDataItems(payload) {
|
|
|
493
493
|
*
|
|
494
494
|
* The returned object contains the query definition which is typically used to run the query using the [`find()`](https://dev.wix.com/api/sdk/data/items/dataitemsquerybuilder/find) function.
|
|
495
495
|
*
|
|
496
|
-
* You can refine the query by chaining [`DataItemsQueryBuilder](https://dev.wix.com/api/sdk/data/items/dataitemsquerybuilder) functions onto the query. [`DataItemsQueryBuilder](https://dev.wix.com/api/sdk/data/items/dataitemsquerybuilder) functions enable you to sort, filter, and control the results that `queryDataItems()` returns.
|
|
496
|
+
* You can refine the query by chaining [`DataItemsQueryBuilder`](https://dev.wix.com/api/sdk/data/items/dataitemsquerybuilder) functions onto the query. [`DataItemsQueryBuilder`](https://dev.wix.com/api/sdk/data/items/dataitemsquerybuilder) functions enable you to sort, filter, and control the results that `queryDataItems()` returns.
|
|
497
497
|
*
|
|
498
|
-
* The `queryDataItems()` function runs with the following [`DataItemsQueryBuilder](https://dev.wix.com/api/sdk/data/items/dataitemsquerybuilder) defaults that you can override:
|
|
498
|
+
* The `queryDataItems()` function runs with the following [`DataItemsQueryBuilder`](https://dev.wix.com/api/sdk/data/items/dataitemsquerybuilder) defaults that you can override:
|
|
499
499
|
*
|
|
500
500
|
* + [`skip`](https://dev.wix.com/api/sdk/data/items/dataitemsquerybuilder/skip): 0
|
|
501
501
|
* + [`limit`](https://dev.wix.com/api/sdk/data/items/dataitemsquerybuilder/limit): 50
|
|
@@ -833,9 +833,9 @@ export interface TruncateDataItemsOptions {
|
|
|
833
833
|
*
|
|
834
834
|
* The returned object contains the query definition which is typically used to run the query using the [`find()`](https://dev.wix.com/api/sdk/data/items/dataitemsquerybuilder/find) function.
|
|
835
835
|
*
|
|
836
|
-
* You can refine the query by chaining [`DataItemsQueryBuilder](https://dev.wix.com/api/sdk/data/items/dataitemsquerybuilder) functions onto the query. [`DataItemsQueryBuilder](https://dev.wix.com/api/sdk/data/items/dataitemsquerybuilder) functions enable you to sort, filter, and control the results that `queryDataItems()` returns.
|
|
836
|
+
* You can refine the query by chaining [`DataItemsQueryBuilder`](https://dev.wix.com/api/sdk/data/items/dataitemsquerybuilder) functions onto the query. [`DataItemsQueryBuilder`](https://dev.wix.com/api/sdk/data/items/dataitemsquerybuilder) functions enable you to sort, filter, and control the results that `queryDataItems()` returns.
|
|
837
837
|
*
|
|
838
|
-
* The `queryDataItems()` function runs with the following [`DataItemsQueryBuilder](https://dev.wix.com/api/sdk/data/items/dataitemsquerybuilder) defaults that you can override:
|
|
838
|
+
* The `queryDataItems()` function runs with the following [`DataItemsQueryBuilder`](https://dev.wix.com/api/sdk/data/items/dataitemsquerybuilder) defaults that you can override:
|
|
839
839
|
*
|
|
840
840
|
* + [`skip`](https://dev.wix.com/api/sdk/data/items/dataitemsquerybuilder/skip): 0
|
|
841
841
|
* + [`limit`](https://dev.wix.com/api/sdk/data/items/dataitemsquerybuilder/limit): 50
|
|
@@ -483,9 +483,9 @@ export function truncateDataItems(options) {
|
|
|
483
483
|
*
|
|
484
484
|
* The returned object contains the query definition which is typically used to run the query using the [`find()`](https://dev.wix.com/api/sdk/data/items/dataitemsquerybuilder/find) function.
|
|
485
485
|
*
|
|
486
|
-
* You can refine the query by chaining [`DataItemsQueryBuilder](https://dev.wix.com/api/sdk/data/items/dataitemsquerybuilder) functions onto the query. [`DataItemsQueryBuilder](https://dev.wix.com/api/sdk/data/items/dataitemsquerybuilder) functions enable you to sort, filter, and control the results that `queryDataItems()` returns.
|
|
486
|
+
* You can refine the query by chaining [`DataItemsQueryBuilder`](https://dev.wix.com/api/sdk/data/items/dataitemsquerybuilder) functions onto the query. [`DataItemsQueryBuilder`](https://dev.wix.com/api/sdk/data/items/dataitemsquerybuilder) functions enable you to sort, filter, and control the results that `queryDataItems()` returns.
|
|
487
487
|
*
|
|
488
|
-
* The `queryDataItems()` function runs with the following [`DataItemsQueryBuilder](https://dev.wix.com/api/sdk/data/items/dataitemsquerybuilder) defaults that you can override:
|
|
488
|
+
* The `queryDataItems()` function runs with the following [`DataItemsQueryBuilder`](https://dev.wix.com/api/sdk/data/items/dataitemsquerybuilder) defaults that you can override:
|
|
489
489
|
*
|
|
490
490
|
* + [`skip`](https://dev.wix.com/api/sdk/data/items/dataitemsquerybuilder/skip): 0
|
|
491
491
|
* + [`limit`](https://dev.wix.com/api/sdk/data/items/dataitemsquerybuilder/limit): 50
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/data",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.5",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -33,5 +33,5 @@
|
|
|
33
33
|
"groupId": "com.wixpress.public-sdk-autogen"
|
|
34
34
|
}
|
|
35
35
|
},
|
|
36
|
-
"falconPackageHash": "
|
|
36
|
+
"falconPackageHash": "8f8705c89405bce617293d77279bc2fcad88531861d51cb91d3eb831"
|
|
37
37
|
}
|