tencentcloud-sdk-rum 3.0.813 → 3.0.815

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: da5e2652b5491c5d97613609a045a2a3ddf56195
4
- data.tar.gz: d77b631b3e526631192a9c5f7a1b61f98f22295f
3
+ metadata.gz: 03a8a20c61fd9eaafbf90a88c90c4fb0ce79e7c3
4
+ data.tar.gz: d5daed93c672723d2aa3a6b3e4589e8f414885bc
5
5
  SHA512:
6
- metadata.gz: 7b16169bd725bc7849db6937afc1a044ef6bbc84e9897b9309995234b4704f7e3bf321907e1bd76ac9261a67bacccdbde209a53f859cdef7faf59c431f5b14fc
7
- data.tar.gz: 5fa0259c3eef0254c1e226826bdd7daa3a7c23b0837bfc4835e9f4c9179e57ea942067db9ca9efb253f29218eaecfc3968bce4f77a0b7d77a82953e067ea4f5d
6
+ metadata.gz: c529f5379847b0d6781e756b4c1b33039a9a2de067293423f084c52ca225347ed4a80af4f796c02bb5c39700fca5e8a065fb478156300bd30439f98280e405b3
7
+ data.tar.gz: fc08c556e1646294fe891b5100e2424efd8ef70670e2d6823a732d7223cf12ed28c828f665dafc92a02e769fe91f7043e996c2b0be9f2452dac142f7a8ad15e2
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.813
1
+ 3.0.815
@@ -1027,11 +1027,11 @@ module TencentCloud
1027
1027
 
1028
1028
  # DescribeDataFetchProject请求参数结构体
1029
1029
  class DescribeDataFetchProjectRequest < TencentCloud::Common::AbstractModel
1030
- # @param StartTime: 开始时间
1030
+ # @param StartTime: 开始时间,示例值:1625454840
1031
1031
  # @type StartTime: Integer
1032
1032
  # @param Type: allcount:性能视图,day:14天数据,condition:条件列表,area:请求速度分布,nettype/version/platform/isp/region/device/browser/ext1/ext2/ext3/ret/status/from/url/env/:网络平台视图/Version视图/设备视图/ISP视图/地区视图/浏览器视图/ext1视图等等
1033
1033
  # @type Type: String
1034
- # @param EndTime: 结束时间
1034
+ # @param EndTime: 结束时间,示例值:1625454840
1035
1035
  # @type EndTime: Integer
1036
1036
  # @param ID: 项目ID
1037
1037
  # @type ID: Integer
@@ -1043,7 +1043,7 @@ module TencentCloud
1043
1043
  # @type Isp: String
1044
1044
  # @param From: 来源页面
1045
1045
  # @type From: String
1046
- # @param Level: 日志等级
1046
+ # @param Level: 日志等级(1表示白名单日志,2表示一般日志,4表示错误日志,8表示Promise 错误,16表示Ajax 请求异常,32表示JS 加载异常,64表示图片加载异常,128表示css 加载异常,256表示console.error,512表示音视频资源异常,1024表示retcode 异常,2048表示aegis report,4096表示PV日志,8192表示自定义事件,16384表示小程序 页面不存在,32768表示websocket错误,65536表示js bridge错误)
1047
1047
  # @type Level: String
1048
1048
  # @param Brand: 品牌
1049
1049
  # @type Brand: String
@@ -1057,7 +1057,7 @@ module TencentCloud
1057
1057
  # @type ExtThird: String
1058
1058
  # @param ExtFirst: 自定义1
1059
1059
  # @type ExtFirst: String
1060
- # @param NetType: 网络类型
1060
+ # @param NetType: 网络类型(1,2,3,4,5,100),1表示WIFI, 2表示2G, 3表示3G, 4表示4G, 5表示5G, 6表示6G, 100表示未知。
1061
1061
  # @type NetType: String
1062
1062
  # @param Device: 机型
1063
1063
  # @type Device: String
@@ -1951,7 +1951,7 @@ module TencentCloud
1951
1951
  # @type EndTime: Integer
1952
1952
  # @param ID: 项目ID
1953
1953
  # @type ID: Integer
1954
- # @param ReportType: 上报类型
1954
+ # @param ReportType: 上报类型(custom,event,log,miniProgramData,performance,pv,speed,webvitals)
1955
1955
  # @type ReportType: String
1956
1956
  # @param InstanceID: 实例ID
1957
1957
  # @type InstanceID: String
@@ -2177,7 +2177,7 @@ module TencentCloud
2177
2177
  # @type Isp: String
2178
2178
  # @param From: 来源页面
2179
2179
  # @type From: String
2180
- # @param Level: 日志等级
2180
+ # @param Level: 日志等级(1表示白名单日志,2表示一般日志,4表示错误日志,8表示Promise 错误,16表示Ajax 请求异常,32表示JS 加载异常,64表示图片加载异常,128表示css 加载异常,256表示console.error,512表示音视频资源异常,1024表示retcode 异常,2048表示aegis report,4096表示PV日志,8192表示自定义事件,16384表示小程序 页面不存在,32768表示websocket错误,65536表示js bridge错误)
2181
2181
  # @type Level: String
2182
2182
  # @param Brand: 品牌
2183
2183
  # @type Brand: String
@@ -2191,7 +2191,7 @@ module TencentCloud
2191
2191
  # @type ExtThird: String
2192
2192
  # @param ExtFirst: 自定义1
2193
2193
  # @type ExtFirst: String
2194
- # @param NetType: 网络类型
2194
+ # @param NetType: 网络类型(1,2,3,4,5,100),1表示WIFI, 2表示2G, 3表示3G, 4表示4G, 5表示5G, 6表示6G, 100表示未知。
2195
2195
  # @type NetType: String
2196
2196
  # @param Device: 机型
2197
2197
  # @type Device: String
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-rum
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.813
4
+ version: 3.0.815
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-04-30 00:00:00.000000000 Z
11
+ date: 2024-05-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common