🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@wix/sdk-types

Package Overview
Dependencies
Maintainers
29
Versions
147
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wix/sdk-types - npm Package Compare versions

Comparing version

to
1.13.16

7

build/index.d.ts

@@ -389,3 +389,3 @@ import { MonitoringClient } from '@wix/monitoring-types';

*/
type SortCapability = SortOrder | 'BOTH';
type SortCapability = SortOrder | 'BOTH' | 'NONE';
/**

@@ -403,2 +403,3 @@ * Constants for sort directions

readonly BOTH: "BOTH";
readonly NONE: "NONE";
readonly ASC: "ASC";

@@ -440,2 +441,6 @@ readonly DESC: "DESC";

selectItemsBy?: Record<string, any>[] | null;
} : GroupSortCapability extends typeof SORT_CAPABILITIES.NONE ? {
fieldName?: never;
order?: never;
selectItemsBy?: Record<string, any>[] | null;
} : never : never;

@@ -442,0 +447,0 @@ }[keyof Spec['wql']];

@@ -452,3 +452,3 @@ import { MonitoringClient } from '@wix/monitoring-types';

*/
type SortCapability = SortOrder | 'BOTH';
type SortCapability = SortOrder | 'BOTH' | 'NONE';
/**

@@ -466,2 +466,3 @@ * Constants for sort directions

readonly BOTH: "BOTH";
readonly NONE: "NONE";
readonly ASC: "ASC";

@@ -503,2 +504,6 @@ readonly DESC: "DESC";

selectItemsBy?: Record<string, any>[] | null;
} : GroupSortCapability extends typeof SORT_CAPABILITIES.NONE ? {
fieldName?: never;
order?: never;
selectItemsBy?: Record<string, any>[] | null;
} : never : never;

@@ -505,0 +510,0 @@ }[keyof Spec['wql']];

4

package.json
{
"name": "@wix/sdk-types",
"version": "1.13.15",
"version": "1.13.16",
"license": "MIT",

@@ -63,3 +63,3 @@ "author": {

},
"falconPackageHash": "0f960ec851726891ffbd7b0b46ac8625974d04e9840355facca1796c"
"falconPackageHash": "387a57f5c8cb61f2a227b7b60ee0a58a0f929b26b186b01ec3436e6d"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet