@orbit-software/sdk 1.87.1 → 1.87.2

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.
@@ -1,2 +1,2 @@
1
1
  export declare function initGigapubAds(scriptHtml: string): Promise<void>;
2
- export declare function showGigapubAdWithTimeout<T extends boolean>(): Promise<T>;
2
+ export declare function showGigapubAd<T extends boolean>(fallback?: () => Promise<boolean>): Promise<T>;
@@ -1 +1,3 @@
1
+ export declare function initMonetagAds(monetagHtml: string): Promise<string | null>;
2
+ export declare function createMonetagFallbackFunction(monetagShowAdFnName: string | null): () => Promise<boolean>;
1
3
  export declare function showMonetagAdWithTimeout<T extends boolean>(monetagShowAdFnName: string | null, ymid: string): Promise<T>;