@wix/events_schedule-bookmarks
Advanced tools
Comparing version 1.0.30 to 1.0.31
@@ -157,3 +157,3 @@ import type { GoogleProtoDuration } from '@wix/metro-runtime/ambassador'; | ||
export interface FacetCounts { | ||
/** Facet counts aggregated per value */ | ||
/** Facet counts aggregated per value. */ | ||
counts?: Record<string, number>; | ||
@@ -160,0 +160,0 @@ } |
@@ -163,3 +163,3 @@ /** Schedule item describes the schedule within an event. Each event may contain multiple schedule items. */ | ||
export interface FacetCounts { | ||
/** Facet counts aggregated per value */ | ||
/** Facet counts aggregated per value. */ | ||
counts?: Record<string, number>; | ||
@@ -166,0 +166,0 @@ } |
@@ -157,3 +157,3 @@ import type { GoogleProtoDuration } from '@wix/metro-runtime/ambassador'; | ||
export interface FacetCounts { | ||
/** Facet counts aggregated per value */ | ||
/** Facet counts aggregated per value. */ | ||
counts?: Record<string, number>; | ||
@@ -160,0 +160,0 @@ } |
@@ -163,3 +163,3 @@ /** Schedule item describes the schedule within an event. Each event may contain multiple schedule items. */ | ||
export interface FacetCounts { | ||
/** Facet counts aggregated per value */ | ||
/** Facet counts aggregated per value. */ | ||
counts?: Record<string, number>; | ||
@@ -166,0 +166,0 @@ } |
{ | ||
"name": "@wix/events_schedule-bookmarks", | ||
"version": "1.0.30", | ||
"version": "1.0.31", | ||
"publishConfig": { | ||
@@ -48,3 +48,3 @@ "registry": "https://registry.npmjs.org/", | ||
}, | ||
"falconPackageHash": "34c652fba6b8741be79ff046502c2a006d03671feffb279228da1d7b" | ||
"falconPackageHash": "0b3a929b41b92b2df7936f255523dec518411da61198fa126877792d" | ||
} |
@@ -197,3 +197,3 @@ type RESTFunctionDescriptor<T extends (...args: any[]) => any = (...args: any[]) => any> = (httpClient: HttpClient) => T; | ||
interface FacetCounts { | ||
/** Facet counts aggregated per value */ | ||
/** Facet counts aggregated per value. */ | ||
counts?: Record<string, number>; | ||
@@ -200,0 +200,0 @@ } |
@@ -197,3 +197,3 @@ type RESTFunctionDescriptor<T extends (...args: any[]) => any = (...args: any[]) => any> = (httpClient: HttpClient) => T; | ||
interface FacetCounts { | ||
/** Facet counts aggregated per value */ | ||
/** Facet counts aggregated per value. */ | ||
counts?: Record<string, number>; | ||
@@ -200,0 +200,0 @@ } |
@@ -163,3 +163,3 @@ /** Schedule item describes the schedule within an event. Each event may contain multiple schedule items. */ | ||
interface FacetCounts { | ||
/** Facet counts aggregated per value */ | ||
/** Facet counts aggregated per value. */ | ||
counts?: Record<string, number>; | ||
@@ -166,0 +166,0 @@ } |
220866