@conecli/cone-render 0.10.1-shop3.13 → 0.10.1-shop3.15

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
  }
27
26
  export interface jumpWebUrl {
28
27
  mshop: string;
29
28
  pages: string;
30
29
  pcCoupon: string;
31
30
  couponSearch: string;
32
31
  jxCouponSearch: string;
33
32
  pcCouponSearch: string;
34
33
  shopSecondActivity: string;
35
34
  shopLight: string;
36
35
  detail: string;
37
36
  jxDetail: string;
38
37
  tjDetail: string;
39
38
  pcDetail: string;
40
39
  mobileHome: string;
41
40
  rank: string;
42
41
  wqShopMember: string;
43
42
  wqShopDetail: string;
44
43
  wqShopSearch: string;
45
44
  myCouponList: string;
46
45
  myRedPacketList: string;
47
46
  memberHome: string;
48
47
  memberCard: string;
49
48
  memberPoints: string;
50
49
  memberBenefit: string;
51
50
  memberScores: string;
52
51
  memberScoreRule: string;
53
52
  memberProduct: string;
54
53
  shopMember: string;
55
54
  shopMemberPointDetail: string;
56
55
  shopMemberBenefit: string;
57
56
  shopMemberRule: string;
58
57
  shopMemberCloseAccount: string;
59
58
  shopMemberPointExchange: string;
60
59
  shopMemberBonusPurchase: string;
61
60
  shopMemberGood: string;
62
61
  beanDetail: string;
63
62
  totalPromotion: string;
64
63
  mLive: string;
65
64
  shopHome: string;
66
65
  shopIntroduce: string;
67
66
  shopSearch: string;
68
67
  shopLottery: string;
69
68
  shopCoupon: string;
70
69
  shopWares: string;
71
70
  shopFastShopping: string;
72
71
  shopSpeciSeckill: string;
73
72
  shopVideos: string;
74
73
  shopMoreGoods: string;
75
74
  shopUseShareOrderUgcContent: string;
76
75
  dongDongChat: string;
77
76
  samCenter: string;
78
77
  samCard: string;
79
78
  shopH5MemberCardAPP: string;
80
79
  shopH5MemberCardM: string;
81
80
  sageAuthorHome: string;
82
81
  }
83
82
  export interface EventReportConfig {
84
83
  routerInfo: RouterInfo;
85
84
  nativeEvent: any;
86
85
  }
87
86
  export interface OptEventLogParams {
88
87
  eventId?: string;
89
88
  eventParam?: string | object;
90
89
  pTag?: string;
91
90
  jsonParam?: {
92
91
  [key: string]: any;
93
92
  };
94
93
  skuId?: string | number;
95
94
  eventLevel?: string;
96
95
  exposureState?: boolean;
97
96
  otherParams?: object;
98
97
  }
99
98
 
100
99
  export interface JumpH5ReportConfig {
101
100
  shopId?: number | string;
102
101
  venderId?: number | string;
103
102
  sourceValue?: string;
104
103
  sourceType?: string;
105
104
  }
106
105
  export interface JumpEventReportInit extends EventReportConfig {
107
106
  getConfig(opt): EventReportConfig;
108
107
  updateInfo(routerInfo, logPname): void;
109
108
  }
110
109
  export interface CouponUrlParams {
111
110
  batchId: number;
112
111
  bindType: number;
113
112
  startTime?: number;
114
113
  endTime?: number;
115
114
  quangoufrom?: number;
116
115
  sceneId?: number;
117
116
  }
118
117
  export interface JdMiniJumpParams {
119
118
  param: string | object;
120
119
  sourceValue?: string;
121
120
  sourceType?: string;
122
121
  des?: any;
123
122
  logEventInfo?: object;
124
123
  }
125
124
  export interface LinkMiniParams {
126
125
  param?: {
127
126
  pageType?: string;
128
127
  };
129
128
  appId?: string | number;
130
129
  path?: string;
131
130
  }
132
131
  export interface JdJumpWxappReportConfig {
133
132
  wxApiVersion: string;
134
133
  wxApiUrl: string;
135
134
  wqReportUrl: string;
136
135
  }
136
+ export declare namespace JumpEventReportInterFace {
137
137
  export interface ShopIdsInfo {
138
138
  shopId?: number | string;
139
139
  venderId?: number | string;
140
140
  logEventInfo?: object;
141
141
  type?: string;
142
142
  }
143
143
  export interface RouterInfo {
144
144
  params: any;
145
145
  pageParamStr?: string;
146
146
  [key: string]: any;
147
147
  }
148
148
  export interface JumpMiniPath {
149
149
  shop: string;
150
150
  shopx: string;
151
151
  detail: string;
152
152
  searchCoupon: string;
153
153
  h5: string;
154
154
  jingGouHome: string;
155
155
  shopFans: string;
156
156
  shopLight: string;
157
157
  couponSearch: string;
158
158
  shopSearch: string;
159
159
  jxCouponSearch: string;
160
160
  jxDetail: string;
161
161
  jdLive: 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
  }