@conecli/cone-render 0.8.32 → 0.8.33

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