@arkadiuminc/sdk 2.36.1 → 2.36.3

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.
@@ -4,6 +4,7 @@ import { ApiEnv } from '../backend/backend.api';
4
4
  export declare class VideoAd {
5
5
  private static domain;
6
6
  private static url;
7
+ private _isShowing;
7
8
  static getInstance(domain?: string, url?: string): VideoAd;
8
9
  protected _scriptLoaded: Promise<void>;
9
10
  constructor(domain: string, url: string);
@@ -19,6 +20,7 @@ export declare class VideoAd {
19
20
  duration?: number | undefined;
20
21
  env?: ApiEnv | undefined;
21
22
  }): Promise<void>;
23
+ isShowing(): boolean;
22
24
  protected render({ duration, env }: {
23
25
  duration: any;
24
26
  env: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arkadiuminc/sdk",
3
- "version": "2.36.1",
3
+ "version": "2.36.3",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "main": "dist/pkg/arkadium-sdk.umd.js",