@singcl/ad-execute-manager 2.0.7 → 2.0.8

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.
@@ -103,6 +103,18 @@ export type ITaskResult = {
103
103
  * 广告任务后台恢复前台时预估重试次数的原因
104
104
  */
105
105
  recovered?: import("./typings/ad.js").RecoveredInfo;
106
+ /**
107
+ * 广告场景
108
+ */
109
+ scene?: string;
110
+ /**
111
+ * 广告类型 1:激励视频 2:插屏
112
+ */
113
+ adTypeR?: 1 | 2;
114
+ /**
115
+ * 广告结束类型
116
+ */
117
+ end_type?: "finished" | "halfway";
106
118
  };
107
119
  declare class AdExecuteManager {
108
120
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@singcl/ad-execute-manager",
3
- "version": "2.0.7",
3
+ "version": "2.0.8",
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": {