@conecli/cone-render 0.10.1-shop3.110 → 0.10.1-shop3.112
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/common/const.ts +1 -1
- package/dist/interface/jumpEventReport.ts +1 -1
- package/dist/jumpEventReport/logEventConfig.h5.ts +1 -1
- package/dist/language/en_US.json +2 -0
- package/dist/language/zh_CN.json +2 -0
- package/dist/language/zh_HK.json +2 -0
- package/dist/utils/connectNativeJsBridge.ts +1 -1
- package/package.json +2 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare namespace JumpEventReportInterFace {
|
|
2
1
|
export interface ShopIdsInfo {
|
|
3
2
|
shopId?: number | string;
|
|
4
3
|
venderId?: number | string;
|
|
5
4
|
logEventInfo?: object;
|
|
6
5
|
type?: string;
|
|
7
6
|
}
|
|
8
7
|
export interface RouterInfo {
|
|
9
8
|
params: any;
|
|
10
9
|
pageParamStr?: string;
|
|
11
10
|
[key: string]: any;
|
|
12
11
|
}
|
|
13
12
|
export interface JumpMiniPath {
|
|
14
13
|
shop: string;
|
|
15
14
|
shopx: string;
|
|
16
15
|
detail: string;
|
|
17
16
|
searchCoupon: string;
|
|
18
17
|
h5: string;
|
|
19
18
|
jingGouHome: string;
|
|
20
19
|
shopFans: string;
|
|
21
20
|
shopLight: string;
|
|
22
21
|
couponSearch: string;
|
|
23
22
|
shopSearch: string;
|
|
24
23
|
jxCouponSearch: string;
|
|
25
24
|
jxDetail: string;
|
|
26
25
|
jdLive: string;
|
|
27
26
|
orderList: string;
|
|
28
27
|
}
|
|
29
28
|
export interface jumpWebUrl {
|
|
30
29
|
mshop: string;
|
|
31
30
|
pages: string;
|
|
32
31
|
pcCoupon: string;
|
|
33
32
|
couponSearch: string;
|
|
34
33
|
jxCouponSearch: string;
|
|
35
34
|
pcCouponSearch: string;
|
|
36
35
|
shopSecondActivity: string;
|
|
37
36
|
shopLight: string;
|
|
38
37
|
detail: string;
|
|
39
38
|
jxDetail: string;
|
|
40
39
|
tjDetail: string;
|
|
41
40
|
pcDetail: string;
|
|
42
41
|
mobileHome: string;
|
|
43
42
|
rank: string;
|
|
44
43
|
wqShopMember: string;
|
|
45
44
|
wqShopDetail: string;
|
|
46
45
|
wqShopSearch: string;
|
|
47
46
|
myCouponList: string;
|
|
48
47
|
myRedPacketList: string;
|
|
49
48
|
memberHome: string;
|
|
50
49
|
memberCard: string;
|
|
51
50
|
memberPoints: string;
|
|
52
51
|
memberBenefit: string;
|
|
53
52
|
memberScores: string;
|
|
54
53
|
memberScoreRule: string;
|
|
55
54
|
memberProduct: string;
|
|
56
55
|
shopMember: string;
|
|
57
56
|
shopMemberPointDetail: string;
|
|
58
57
|
shopMemberBenefit: string;
|
|
59
58
|
shopMemberRule: string;
|
|
60
59
|
shopMemberCloseAccount: string;
|
|
61
60
|
shopMemberPointExchange: string;
|
|
62
61
|
shopMemberBonusPurchase: string;
|
|
63
62
|
shopMemberGood: string;
|
|
64
63
|
beanDetail: string;
|
|
65
64
|
totalPromotion: string;
|
|
66
65
|
mLive: string;
|
|
67
66
|
shopHome: string;
|
|
68
67
|
shopIntroduce: string;
|
|
69
68
|
shopSearch: string;
|
|
70
69
|
shopLottery: string;
|
|
71
70
|
shopCoupon: string;
|
|
72
71
|
shopWares: string;
|
|
73
72
|
shopFastShopping: string;
|
|
74
73
|
shopSpeciSeckill: string;
|
|
75
74
|
shopVideos: string;
|
|
76
75
|
shopMoreGoods: string;
|
|
77
76
|
shopUseShareOrderUgcContent: string;
|
|
78
77
|
dongDongChat: string;
|
|
79
78
|
samCenter: string;
|
|
80
79
|
samCard: string;
|
|
81
80
|
shopH5MemberCardAPP: string;
|
|
82
81
|
shopH5MemberCardM: string;
|
|
83
82
|
sageAuthorHome: string;
|
|
84
83
|
shopMemberInfoEdit: string;
|
|
85
84
|
cart: string;
|
|
86
85
|
memberPaidCenter: string;
|
|
87
86
|
memberPaidCard: string;
|
|
88
87
|
memberPaidBind: string;
|
|
89
88
|
orderList: string;
|
|
90
89
|
}
|
|
91
90
|
export interface EventReportConfig {
|
|
92
91
|
routerInfo: RouterInfo;
|
|
93
92
|
nativeEvent: any;
|
|
94
93
|
}
|
|
95
94
|
export interface OptEventLogParams {
|
|
96
95
|
eventId?: string;
|
|
97
96
|
eventParam?: string | object;
|
|
98
97
|
pTag?: string;
|
|
99
98
|
jsonParam?: {
|
|
100
99
|
[key: string]: any;
|
|
101
100
|
};
|
|
102
101
|
skuId?: string | number;
|
|
103
102
|
eventLevel?: string;
|
|
104
103
|
exposureState?: boolean;
|
|
105
104
|
otherParams?: object;
|
|
106
105
|
spmAllCode?: string;
|
|
107
106
|
spmCodeForCD?: string;
|
|
108
107
|
}
|
|
109
108
|
|
|
110
109
|
export interface JumpH5ReportConfig {
|
|
111
110
|
shopId?: number | string;
|
|
112
111
|
venderId?: number | string;
|
|
113
112
|
sourceValue?: string;
|
|
114
113
|
sourceType?: string;
|
|
115
114
|
}
|
|
116
115
|
export interface JumpEventReportInit extends EventReportConfig {
|
|
117
116
|
getConfig(opt): EventReportConfig;
|
|
118
117
|
updateInfo(routerInfo, logPname): void;
|
|
119
118
|
}
|
|
120
119
|
export interface CouponUrlParams {
|
|
121
120
|
batchId: number;
|
|
122
121
|
bindType: number;
|
|
123
122
|
startTime?: number;
|
|
124
123
|
endTime?: number;
|
|
125
124
|
quangoufrom?: number;
|
|
126
125
|
sceneId?: number;
|
|
127
126
|
}
|
|
128
127
|
export interface JdMiniJumpParams {
|
|
129
128
|
param: string | object;
|
|
130
129
|
sourceValue?: string;
|
|
131
130
|
sourceType?: string;
|
|
132
131
|
des?: any;
|
|
133
132
|
logEventInfo?: object;
|
|
134
133
|
useEncodeParams?: boolean;
|
|
135
134
|
}
|
|
136
135
|
export interface LinkMiniParams {
|
|
137
136
|
param?: {
|
|
138
137
|
pageType?: string;
|
|
139
138
|
};
|
|
140
139
|
appId?: string | number;
|
|
141
140
|
path?: string;
|
|
142
141
|
}
|
|
143
142
|
export interface JdJumpWxappReportConfig {
|
|
144
143
|
wxApiVersion: string;
|
|
145
144
|
wxApiUrl: string;
|
|
146
145
|
wqReportUrl: string;
|
|
147
146
|
}
|
|
147
|
+
export declare namespace JumpEventReportInterFace {
|
|
148
148
|
export interface ShopIdsInfo {
|
|
149
149
|
shopId?: number | string;
|
|
150
150
|
venderId?: number | string;
|
|
151
151
|
logEventInfo?: object;
|
|
152
152
|
type?: string;
|
|
153
153
|
}
|
|
154
154
|
export interface RouterInfo {
|
|
155
155
|
params: any;
|
|
156
156
|
pageParamStr?: string;
|
|
157
157
|
[key: string]: any;
|
|
158
158
|
}
|
|
159
159
|
export interface JumpMiniPath {
|
|
160
160
|
shop: string;
|
|
161
161
|
shopx: string;
|
|
162
162
|
detail: string;
|
|
163
163
|
searchCoupon: string;
|
|
164
164
|
h5: string;
|
|
165
165
|
jingGouHome: string;
|
|
166
166
|
shopFans: string;
|
|
167
167
|
shopLight: string;
|
|
168
168
|
couponSearch: string;
|
|
169
169
|
shopSearch: string;
|
|
170
170
|
jxCouponSearch: string;
|
|
171
171
|
jxDetail: string;
|
|
172
172
|
jdLive: string;
|
|
173
173
|
orderList: string;
|
|
174
174
|
}
|
|
175
175
|
export interface jumpWebUrl {
|
|
176
176
|
mshop: string;
|
|
177
177
|
pages: string;
|
|
178
178
|
pcCoupon: string;
|
|
179
179
|
couponSearch: string;
|
|
180
180
|
jxCouponSearch: string;
|
|
181
181
|
pcCouponSearch: string;
|
|
182
182
|
shopSecondActivity: string;
|
|
183
183
|
shopLight: string;
|
|
184
184
|
detail: string;
|
|
185
185
|
jxDetail: string;
|
|
186
186
|
tjDetail: string;
|
|
187
187
|
pcDetail: string;
|
|
188
188
|
mobileHome: string;
|
|
189
189
|
rank: string;
|
|
190
190
|
wqShopMember: string;
|
|
191
191
|
wqShopDetail: string;
|
|
192
192
|
wqShopSearch: string;
|
|
193
193
|
myCouponList: string;
|
|
194
194
|
myRedPacketList: string;
|
|
195
195
|
memberHome: string;
|
|
196
196
|
memberCard: string;
|
|
197
197
|
memberPoints: string;
|
|
198
198
|
memberBenefit: string;
|
|
199
199
|
memberScores: string;
|
|
200
200
|
memberScoreRule: string;
|
|
201
201
|
memberProduct: string;
|
|
202
202
|
shopMember: string;
|
|
203
203
|
shopMemberPointDetail: string;
|
|
204
204
|
shopMemberBenefit: string;
|
|
205
205
|
shopMemberRule: string;
|
|
206
206
|
shopMemberCloseAccount: string;
|
|
207
207
|
shopMemberPointExchange: string;
|
|
208
208
|
shopMemberBonusPurchase: string;
|
|
209
209
|
shopMemberGood: string;
|
|
210
210
|
beanDetail: string;
|
|
211
211
|
totalPromotion: string;
|
|
212
212
|
mLive: string;
|
|
213
213
|
shopHome: string;
|
|
214
214
|
shopIntroduce: string;
|
|
215
215
|
shopSearch: string;
|
|
216
216
|
shopLottery: string;
|
|
217
217
|
shopCoupon: string;
|
|
218
218
|
shopWares: string;
|
|
219
219
|
shopFastShopping: string;
|
|
220
220
|
shopSpeciSeckill: string;
|
|
221
221
|
shopVideos: string;
|
|
222
222
|
shopMoreGoods: string;
|
|
223
223
|
shopUseShareOrderUgcContent: string;
|
|
224
224
|
dongDongChat: string;
|
|
225
225
|
samCenter: string;
|
|
226
226
|
samCard: string;
|
|
227
227
|
shopH5MemberCardAPP: string;
|
|
228
228
|
shopH5MemberCardM: string;
|
|
229
229
|
sageAuthorHome: string;
|
|
230
230
|
shopMemberInfoEdit: string;
|
|
231
231
|
cart: string;
|
|
232
232
|
memberPaidCenter: string;
|
|
233
233
|
memberPaidCard: string;
|
|
234
234
|
memberPaidBind: string;
|
|
235
235
|
memberPaidUnbind: string;
|
|
236
236
|
orderList: string;
|
|
237
237
|
}
|
|
238
238
|
export interface EventReportConfig {
|
|
239
239
|
routerInfo: RouterInfo;
|
|
240
240
|
nativeEvent: any;
|
|
241
241
|
}
|
|
242
242
|
export interface OptEventLogParams {
|
|
243
243
|
eventId?: string;
|
|
244
244
|
eventParam?: string | object;
|
|
245
245
|
pTag?: string;
|
|
246
246
|
jsonParam?: {
|
|
247
247
|
[key: string]: any;
|
|
248
248
|
};
|
|
249
249
|
skuId?: string | number;
|
|
250
250
|
eventLevel?: string;
|
|
251
251
|
exposureState?: boolean;
|
|
252
252
|
otherParams?: object;
|
|
253
253
|
spmAllCode?: string;
|
|
254
254
|
spmCodeForCD?: string;
|
|
255
255
|
}
|
|
256
256
|
|
|
257
257
|
export interface JumpH5ReportConfig {
|
|
258
258
|
shopId?: number | string;
|
|
259
259
|
venderId?: number | string;
|
|
260
260
|
sourceValue?: string;
|
|
261
261
|
sourceType?: string;
|
|
262
262
|
}
|
|
263
263
|
export interface JumpEventReportInit extends EventReportConfig {
|
|
264
264
|
getConfig(opt): EventReportConfig;
|
|
265
265
|
updateInfo(routerInfo, logPname): void;
|
|
266
266
|
}
|
|
267
267
|
export interface CouponUrlParams {
|
|
268
268
|
batchId: number;
|
|
269
269
|
bindType: number;
|
|
270
270
|
startTime?: number;
|
|
271
271
|
endTime?: number;
|
|
272
272
|
quangoufrom?: number;
|
|
273
273
|
sceneId?: number;
|
|
274
274
|
}
|
|
275
275
|
export interface JdMiniJumpParams {
|
|
276
276
|
param: string | object;
|
|
277
277
|
sourceValue?: string;
|
|
278
278
|
sourceType?: string;
|
|
279
279
|
des?: any;
|
|
280
280
|
logEventInfo?: object;
|
|
281
281
|
useEncodeParams?: boolean;
|
|
282
282
|
}
|
|
283
283
|
export interface LinkMiniParams {
|
|
284
284
|
param?: {
|
|
285
285
|
pageType?: string;
|
|
286
286
|
};
|
|
287
287
|
appId?: string | number;
|
|
288
288
|
path?: string;
|
|
289
289
|
}
|
|
290
290
|
export interface JdJumpWxappReportConfig {
|
|
291
291
|
wxApiVersion: string;
|
|
292
292
|
wxApiUrl: string;
|
|
293
293
|
wqReportUrl: string;
|
|
294
294
|
}
|