Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@wix/data-backend-public-sdk-poc

Package Overview
Dependencies
Maintainers
33
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wix/data-backend-public-sdk-poc - npm Package Compare versions

Comparing version 1.0.17 to 1.0.18

6

build/cjs/src/data-v1-data-service.types.d.ts

@@ -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"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc