@wix/data-backend-public-sdk-poc
Advanced tools
Comparing version 1.0.17 to 1.0.18
@@ -299,9 +299,9 @@ export interface Item { | ||
export interface CountRequest { | ||
/** Filter preferences defining the query. For more information on how to structure a filter object, see [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language#getting-started_api-query-language_the-filter-section). */ | ||
/** Filter is a mongo-like query object. Look into https://bo.wix.com/wix-docs/rnd/platformization-guidelines/api-query-language#platformization-guidelines_api-query-language_the-filter-section */ | ||
filter?: Record<string, any> | null; | ||
/** ID of the collection in which to count query results. */ | ||
/** ID of the collection */ | ||
dataCollectionId?: string; | ||
} | ||
export interface CountResponse { | ||
/** Count of items matching the query. */ | ||
/** Items count */ | ||
totalCount?: number; | ||
@@ -308,0 +308,0 @@ totalResults?: number; |
@@ -305,9 +305,9 @@ export declare const __debug: { | ||
export interface CountRequest { | ||
/** Filter preferences defining the query. For more information on how to structure a filter object, see [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language#getting-started_api-query-language_the-filter-section). */ | ||
/** Filter is a mongo-like query object. Look into https://bo.wix.com/wix-docs/rnd/platformization-guidelines/api-query-language#platformization-guidelines_api-query-language_the-filter-section */ | ||
filter?: Record<string, any> | null; | ||
/** ID of the collection in which to count query results. */ | ||
/** ID of the collection */ | ||
dataCollectionId?: string; | ||
} | ||
export interface CountResponse { | ||
/** Count of items matching the query. */ | ||
/** Items count */ | ||
totalCount?: number; | ||
@@ -314,0 +314,0 @@ totalResults?: number; |
@@ -299,9 +299,9 @@ export interface Item { | ||
export interface CountRequest { | ||
/** Filter preferences defining the query. For more information on how to structure a filter object, see [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language#getting-started_api-query-language_the-filter-section). */ | ||
/** Filter is a mongo-like query object. Look into https://bo.wix.com/wix-docs/rnd/platformization-guidelines/api-query-language#platformization-guidelines_api-query-language_the-filter-section */ | ||
filter?: Record<string, any> | null; | ||
/** ID of the collection in which to count query results. */ | ||
/** ID of the collection */ | ||
dataCollectionId?: string; | ||
} | ||
export interface CountResponse { | ||
/** Count of items matching the query. */ | ||
/** Items count */ | ||
totalCount?: number; | ||
@@ -308,0 +308,0 @@ totalResults?: number; |
@@ -305,9 +305,9 @@ export declare const __debug: { | ||
export interface CountRequest { | ||
/** Filter preferences defining the query. For more information on how to structure a filter object, see [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language#getting-started_api-query-language_the-filter-section). */ | ||
/** Filter is a mongo-like query object. Look into https://bo.wix.com/wix-docs/rnd/platformization-guidelines/api-query-language#platformization-guidelines_api-query-language_the-filter-section */ | ||
filter?: Record<string, any> | null; | ||
/** ID of the collection in which to count query results. */ | ||
/** ID of the collection */ | ||
dataCollectionId?: string; | ||
} | ||
export interface CountResponse { | ||
/** Count of items matching the query. */ | ||
/** Items count */ | ||
totalCount?: number; | ||
@@ -314,0 +314,0 @@ totalResults?: number; |
{ | ||
"name": "@wix/data-backend-public-sdk-poc", | ||
"version": "1.0.17", | ||
"version": "1.0.18", | ||
"publishConfig": { | ||
@@ -36,3 +36,3 @@ "registry": "https://registry.npmjs.org/", | ||
}, | ||
"falconPackageHash": "38f92976d162be1ad1e326f1e90f1d5f21065c2ced9e1e640cb6ef4d" | ||
"falconPackageHash": "c63f29a2ce7edd9cd1e67f54800301adc4221ea73824c229d4274d14" | ||
} |
119244