@theoplayer/extended 6.12.0 → 6.13.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.
@@ -298,6 +298,8 @@ interface AdsConfiguration {
298
298
  /**
299
299
  * Whether an advertisement duration countdown will be shown in the UI.
300
300
  *
301
+ * @deprecated use {@link GoogleImaConfiguration.uiElements} instead
302
+ *
301
303
  * @remarks
302
304
  * <br/> - Available since v2.22.9.
303
305
  * <br/> - This feature is only available for Google IMA.
@@ -359,6 +361,13 @@ interface GoogleImaConfiguration {
359
361
  *
360
362
  */
361
363
  language?: string;
364
+ /**
365
+ * The UI elements passed to Google IMA. See {@link https://developers.google.com/interactive-media-ads/docs/sdks/html5/client-side/reference/js/google.ima#.UiElements | Google IMA docs} for more information.
366
+ *
367
+ * @remarks
368
+ * <br/> - Available since v6.13.0.
369
+ */
370
+ uiElements?: string[];
362
371
  }
363
372
  /**
364
373
  * Represents a non-linear ad in the VAST specification.