@redsift/dashboard 7.6.0 → 7.7.0-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts CHANGED
@@ -281,7 +281,8 @@ declare enum DashboardReducerActionType {
281
281
  ResetFilter = "reset-filter",
282
282
  ResetFilters = "reset-filters",
283
283
  FilterTable = "filter-table",
284
- FilterTableBatch = "filter-table-batch"
284
+ FilterTableBatch = "filter-table-batch",
285
+ AppendFilterTableBatch = "append-filter-table-batch"
285
286
  }
286
287
  type DashboardReducerAction = {
287
288
  type: DashboardReducerActionType;