@conecli/cone-render 0.10.1-shop-beta.8 → 0.10.1-shop-beta.9

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