@singcl/ad-execute-manager 2.0.9 → 2.0.10
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.
|
@@ -115,6 +115,14 @@ export type ITaskResult = {
|
|
|
115
115
|
* 广告结束类型
|
|
116
116
|
*/
|
|
117
117
|
end_type?: "finished" | "halfway";
|
|
118
|
+
/**
|
|
119
|
+
* 是否看完广告
|
|
120
|
+
*/
|
|
121
|
+
isEnded?: boolean;
|
|
122
|
+
/**
|
|
123
|
+
* 完整观看广告次数
|
|
124
|
+
*/
|
|
125
|
+
count?: number;
|
|
118
126
|
};
|
|
119
127
|
declare class AdExecuteManager {
|
|
120
128
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@singcl/ad-execute-manager",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.10",
|
|
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": {
|
|
@@ -65,10 +65,10 @@
|
|
|
65
65
|
"typescript": "^5.9.3"
|
|
66
66
|
},
|
|
67
67
|
"dependencies": {
|
|
68
|
-
"@ad-execute-manager/core": "^2.0.
|
|
69
|
-
"@ad-execute-manager/logger": "^2.0.
|
|
70
|
-
"@ad-execute-manager/ad-reward": "^2.0.
|
|
71
|
-
"@ad-execute-manager/ad-interstitial": "^2.0.
|
|
68
|
+
"@ad-execute-manager/core": "^2.0.5",
|
|
69
|
+
"@ad-execute-manager/logger": "^2.0.5",
|
|
70
|
+
"@ad-execute-manager/ad-reward": "^2.0.5",
|
|
71
|
+
"@ad-execute-manager/ad-interstitial": "^2.0.5",
|
|
72
72
|
"@ad-execute-manager/count-recorder": "^2.0.2",
|
|
73
73
|
"@ad-execute-manager/serializable-error": "^2.0.2",
|
|
74
74
|
"@ad-execute-manager/storage": "^2.0.2",
|