@jolibox/ads 1.1.21 → 1.1.23
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.
- package/dist/afg/index.d.ts +1 -0
- package/dist/index.js +468 -456
- package/package.json +3 -3
package/dist/afg/index.d.ts
CHANGED
|
@@ -11,6 +11,7 @@ export declare class JoliboxAdsForGame {
|
|
|
11
11
|
private adsActionDetection;
|
|
12
12
|
private adsTrackSerializer;
|
|
13
13
|
private initialized;
|
|
14
|
+
private initializedTimeStamp;
|
|
14
15
|
constructor(context?: IAdsContext<'GAME'>);
|
|
15
16
|
private getRequestContextData;
|
|
16
17
|
private getRequestBizParams;
|