@aquera/data-visualizer-sdk 0.0.10 → 0.0.12

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.
@@ -113,6 +113,15 @@ export interface AskAqueraConfig {
113
113
  newDashboardLabel?: string;
114
114
  noConversationsYet?: string;
115
115
  noDashboardsYet?: string;
116
+ searchConversationsPlaceholder?: string;
117
+ searchDashboardsPlaceholder?: string;
118
+ noResultsMatchFilters?: string;
119
+ renameLabel?: string;
120
+ deleteLabel?: string;
121
+ groupToday?: string;
122
+ groupYesterday?: string;
123
+ groupPrevious7Days?: string;
124
+ groupOlder?: string;
116
125
  noDatasetsFound?: string;
117
126
  noPipelinesFound?: string;
118
127
  createAlertButton?: string;
@@ -177,6 +186,7 @@ export interface AskAqueraConfig {
177
186
  couldntAddToDashboard?: string;
178
187
  couldntPublishDashboard?: string;
179
188
  couldntRenameDashboard?: string;
189
+ couldntDeleteDashboard?: string;
180
190
  couldntGenerateSummary?: string;
181
191
  couldntSaveDashboard?: string;
182
192
  chartTypeChangeFailed?: string;