@singcl/ad-execute-manager 1.12.1 → 1.12.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.
|
@@ -450,7 +450,7 @@ declare class RewardAdNovel extends RewardAdFather {
|
|
|
450
450
|
* @param {string} args.end_type 广告关闭类型
|
|
451
451
|
* @param {(ctx: object) => void} [conn] 调用外部传入的回调
|
|
452
452
|
* @param {(ctx: object) => void} [end] 结束任务的回调
|
|
453
|
-
* @param {(ctx: object) => void} [
|
|
453
|
+
* @param {(ctx: object) => void} [next] 结束任务并执行下一个任务的回调函数
|
|
454
454
|
*
|
|
455
455
|
*/
|
|
456
456
|
public adCloseLister(args: {
|
|
@@ -459,7 +459,7 @@ declare class RewardAdNovel extends RewardAdFather {
|
|
|
459
459
|
scene: string;
|
|
460
460
|
adTypeR: number;
|
|
461
461
|
end_type: string;
|
|
462
|
-
},
|
|
462
|
+
}, next?: (ctx: object) => void): void;
|
|
463
463
|
adErrorLister(e: any): void;
|
|
464
464
|
apiAdErrorLister(e: any): void;
|
|
465
465
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@singcl/ad-execute-manager",
|
|
3
|
-
"version": "1.12.
|
|
3
|
+
"version": "1.12.2",
|
|
4
4
|
"description": "A powerful and flexible ad execution management library for handling reward-based ads, interstitial ads, and other advertising formats in JavaScript applications.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|