enonic-types
Advanced tools
Comparing version 0.0.23 to 0.0.24
@@ -88,4 +88,4 @@ import { Component } from "./portal"; | ||
} | ||
declare type Aggregation = TermsAggregation | StatsAggregation | RangeAggregation | GeoDistanceAggregation | DateRangeAggregation; | ||
interface TermsAggregation { | ||
export declare type Aggregation = TermsAggregation | StatsAggregation | RangeAggregation | GeoDistanceAggregation | DateRangeAggregation; | ||
export interface TermsAggregation { | ||
terms: { | ||
@@ -100,3 +100,3 @@ field: string; | ||
} | ||
interface StatsAggregation { | ||
export interface StatsAggregation { | ||
stats: { | ||
@@ -111,3 +111,3 @@ field: string; | ||
} | ||
interface RangeAggregation { | ||
export interface RangeAggregation { | ||
range: { | ||
@@ -128,3 +128,3 @@ field: string; | ||
} | ||
interface GeoDistanceAggregation { | ||
export interface GeoDistanceAggregation { | ||
geoDistance: { | ||
@@ -150,3 +150,3 @@ field: string; | ||
} | ||
interface DateRangeAggregation { | ||
export interface DateRangeAggregation { | ||
dateRange: { | ||
@@ -334,2 +334,1 @@ field: string; | ||
} | ||
export {}; |
{ | ||
"name": "enonic-types", | ||
"version": "0.0.23", | ||
"version": "0.0.24", | ||
"description": "TypeScript types for Enonic XP", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
37814
1064