@hyext/types-ext-sdk-hy 3.15.0-beta.3 → 3.15.0-beta.4

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.
Files changed (2) hide show
  1. package/index.d.ts +0 -2
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -1156,11 +1156,9 @@ type CreateAdRsp = {
1156
1156
 
1157
1157
  /**
1158
1158
  * 创建广告实例参数
1159
- * @property type - 广告类型, rewardedVideoAd-激励广告, interstitialAd-插屏广告
1160
1159
  * @property adUnitId - 广告单元 id
1161
1160
  */
1162
1161
  type CreateAdReq = {
1163
- type: string;
1164
1162
  adUnitId: string;
1165
1163
  };
1166
1164
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hyext/types-ext-sdk-hy",
3
- "version": "3.15.0-beta.3",
3
+ "version": "3.15.0-beta.4",
4
4
  "description": "TypeScript definitions for sdk",
5
5
  "types": "./index.d.ts",
6
6
  "main": "",