@wix/sdk-types
Advanced tools
Comparing version
@@ -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']]; |
{ | ||
"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
179376
0.71%1782
0.56%