ylh-pc-ad-sdk 1.0.0-alpha → 1.0.0-beta.1
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/index.d.ts +0 -1
- package/dist/ylh-pc-ad-sdk.v1.0.0-beta.1.esm.js +1 -0
- package/dist/ylh-pc-ad-sdk.v1.0.0-beta.1.js +1 -0
- package/package.json +17 -17
- package/dist/ylh-pc-ad-bridge.v1.0.0-alpha.esm.js +0 -1
- package/dist/ylh-pc-ad-bridge.v1.0.0-alpha.js +0 -1
- package/dist/ylh-pc-ad-sdk.v1.0.0-alpha.esm.js +0 -1
- package/dist/ylh-pc-ad-sdk.v1.0.0-alpha.js +0 -1
package/dist/index.d.ts
CHANGED
|
@@ -12,7 +12,6 @@ declare enum ErrorCode {
|
|
|
12
12
|
AD_INVALID_PARAM = 2002,// 无效的广告参数
|
|
13
13
|
NETWORK_ERROR = 3001,// 一般网络错误
|
|
14
14
|
NETWORK_TIMEOUT = 3002,// 网络请求超时
|
|
15
|
-
AD_LOAD_FAILED = 4001,// 广告加载失败
|
|
16
15
|
CLICK_REPORT_FAILED = 4002,// 点击上报失败
|
|
17
16
|
EXPOSURE_REPORT_FAILED = 4003,// 曝光上报失败
|
|
18
17
|
NO_AD_FILL = 5001,// 没有广告
|