@gooddata/typings
Advanced tools
Comparing version 2.25.0-alpha-ptquang86-qp-sd-973-cfc-2020-07-04T04-03-33-924Z to 2.25.0-alpha-ptquang86-qp-sd-976-cfc-events-2020-07-16T09-55-27-820Z
@@ -179,6 +179,17 @@ import { AFM } from '../AFM'; | ||
type INegativeAttributeFilter = AFM.INegativeAttributeFilter; | ||
type IAbsoluteDateFilter = AFM.IAbsoluteDateFilter; | ||
interface IRelativeDateFilter extends AFM.IRelativeDateFilter { | ||
excludeCurrentPeriod?: boolean; | ||
interface IAbsoluteDateFilter { | ||
absoluteDateFilter: { | ||
dataSet?: ObjQualifier; | ||
from: string; | ||
to: string; | ||
}; | ||
} | ||
interface IRelativeDateFilter { | ||
relativeDateFilter: { | ||
dataSet?: ObjQualifier; | ||
granularity: string; | ||
from: number; | ||
to: number; | ||
}; | ||
} | ||
type AttributeFilterItem = IPositiveAttributeFilter | INegativeAttributeFilter; | ||
@@ -185,0 +196,0 @@ type DateFilterItem = IAbsoluteDateFilter | IRelativeDateFilter; |
@@ -74,3 +74,2 @@ "use strict"; | ||
(function (EmbeddedGdc) { | ||
; | ||
EmbeddedGdc.isDateFilter = AFM_1.AFM.isDateFilter; | ||
@@ -77,0 +76,0 @@ EmbeddedGdc.isRelativeDateFilter = AFM_1.AFM.isRelativeDateFilter; |
{ | ||
"name": "@gooddata/typings", | ||
"version": "2.25.0-alpha-ptquang86-qp-sd-973-cfc-2020-07-04T04-03-33-924Z", | ||
"version": "2.25.0-alpha-ptquang86-qp-sd-976-cfc-events-2020-07-16T09-55-27-820Z", | ||
"description": "TypeScript definition files for GoodData platform", | ||
@@ -5,0 +5,0 @@ "typings": "dist/index.d.ts", |
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
353382
6080
0