befly 3.36.0 → 3.37.0

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.
@@ -1,123 +0,0 @@
1
- {
2
- "id": {
3
- "name": "ID",
4
- "input": "integer",
5
- "min": 1,
6
- "max": null
7
- },
8
- "reportTime": {
9
- "name": "上报时间",
10
- "input": "number"
11
- },
12
- "reportDate": {
13
- "name": "上报日期",
14
- "input": "number"
15
- },
16
- "memberKey": {
17
- "name": "成员标识",
18
- "input": "string",
19
- "max": 100
20
- },
21
- "source": {
22
- "name": "来源",
23
- "input": "string",
24
- "max": 50
25
- },
26
- "productName": {
27
- "name": "产品名称",
28
- "input": "string",
29
- "max": 100
30
- },
31
- "productCode": {
32
- "name": "产品代号",
33
- "input": "string",
34
- "max": 100
35
- },
36
- "productVersion": {
37
- "name": "产品版本",
38
- "input": "string",
39
- "max": 100
40
- },
41
- "pagePath": {
42
- "name": "页面路径",
43
- "input": "string",
44
- "max": 200
45
- },
46
- "pageName": {
47
- "name": "页面名称",
48
- "input": "string",
49
- "max": 100
50
- },
51
- "detail": {
52
- "name": "扩展详情",
53
- "input": "string"
54
- },
55
- "userAgent": {
56
- "name": "用户代理",
57
- "input": "string",
58
- "max": 500
59
- },
60
- "browserName": {
61
- "name": "浏览器名称",
62
- "input": "string",
63
- "max": 100
64
- },
65
- "browserVersion": {
66
- "name": "浏览器版本",
67
- "input": "string",
68
- "max": 100
69
- },
70
- "osName": {
71
- "name": "操作系统名称",
72
- "input": "string",
73
- "max": 100
74
- },
75
- "osVersion": {
76
- "name": "操作系统版本",
77
- "input": "string",
78
- "max": 100
79
- },
80
- "deviceType": {
81
- "name": "设备类型",
82
- "input": "string",
83
- "max": 50
84
- },
85
- "deviceVendor": {
86
- "name": "设备厂商",
87
- "input": "string",
88
- "max": 100
89
- },
90
- "deviceModel": {
91
- "name": "设备型号",
92
- "input": "string",
93
- "max": 100
94
- },
95
- "engineName": {
96
- "name": "引擎名称",
97
- "input": "string",
98
- "max": 100
99
- },
100
- "cpuArchitecture": {
101
- "name": "CPU架构",
102
- "input": "string",
103
- "max": 100
104
- },
105
- "state": {
106
- "name": "状态",
107
- "input": "integer",
108
- "min": 0,
109
- "max": 2
110
- },
111
- "createdAt": {
112
- "name": "创建时间",
113
- "input": "number"
114
- },
115
- "updatedAt": {
116
- "name": "更新时间",
117
- "input": "number"
118
- },
119
- "deletedAt": {
120
- "name": "删除时间",
121
- "input": "number"
122
- }
123
- }