@aquera/data-visualizer-sdk 0.0.46 → 0.0.48

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.
@@ -253,6 +253,10 @@ export interface AskAqueraConfig {
253
253
  xrayLoadingEntities?: string;
254
254
  xrayAnalyzing?: string;
255
255
  xrayBuilding?: string;
256
+ /** Progress shown in the chat thread once the first widget lands. */
257
+ xrayBuiltOne?: string;
258
+ /** Same, plural — `{n}` is replaced with the running widget count. */
259
+ xrayBuiltMany?: string;
256
260
  xrayFailed?: string;
257
261
  xrayPickHint?: string;
258
262
  xrayFieldsLabel?: string;