@schibsted/pulse-sdk 8.0.0-alpha.14 → 8.0.0-alpha.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,119 +1,119 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.CATALOG_VERSION = exports.WatchAudioPlayer = exports.ViewWeather = void 0;
|
|
3
|
+
exports.ViewTitle = exports.ViewPage = exports.ViewLockedVideoPage = exports.ViewLockedVideo = exports.ViewLockedAudio = exports.ViewLockedArticle = exports.ViewListing = exports.ViewLandingpage = exports.ViewHealthPage = exports.ViewFrontpage = exports.ViewError = exports.ViewAudio = exports.ViewArticle = exports.PurchaseSubscription = exports.LeaveWeather = exports.LeaveVideoPage = exports.LeavePage = exports.LeaveLockedVideoPage = exports.LeaveLockedVideo = exports.LeaveLockedAudio = exports.LeaveLockedArticle = exports.LeaveListing = exports.LeaveLandingpage = exports.LeaveFrontpage = exports.LeaveError = exports.LeaveAudio = exports.LeaveArticle = exports.InternalProbe = exports.ImpressionWidget = exports.ImpressionUIElement = exports.ImpressionTeaser = exports.ImpressionPlayer = exports.ImpressionOffer = exports.ImpressionNotification = exports.ImpressionHealthUIElement = exports.ImpressionForm = exports.ImpressionAdSlot = exports.EngagementWidget = exports.EngagementVideoAd = exports.EngagementVideo = exports.EngagementUIElement = exports.EngagementTeaser = exports.EngagementOffer = exports.EngagementNotification = exports.EngagementHealthUIElement = exports.EngagementForm = exports.EngagementAudioPlayer = exports.CompletedHealthAction = exports.CancelSubscription = exports.AnonymousViewUIElement = void 0;
|
|
4
|
+
exports.CATALOG_VERSION = exports.WatchAudioPlayer = exports.ViewWeather = exports.ViewVideoPage = exports.ViewVideo = void 0;
|
|
5
5
|
exports.AnonymousViewUIElement = {
|
|
6
6
|
eventType: 'AnonymousView',
|
|
7
7
|
isAnonymous: true,
|
|
8
8
|
object: {
|
|
9
9
|
objectType: 'UIElement',
|
|
10
10
|
},
|
|
11
|
-
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.
|
|
11
|
+
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.2.0/schemas/AnonymousViewUIElement.json',
|
|
12
12
|
};
|
|
13
13
|
exports.CancelSubscription = {
|
|
14
14
|
eventType: 'Cancel',
|
|
15
15
|
object: {
|
|
16
16
|
objectType: 'Subscription',
|
|
17
17
|
},
|
|
18
|
-
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.
|
|
18
|
+
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.2.0/schemas/CancelSubscription.json',
|
|
19
19
|
};
|
|
20
20
|
exports.CompletedHealthAction = {
|
|
21
21
|
eventType: 'Completed',
|
|
22
22
|
object: {
|
|
23
23
|
objectType: 'HealthAction',
|
|
24
24
|
},
|
|
25
|
-
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.
|
|
25
|
+
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.2.0/schemas/CompletedHealthAction.json',
|
|
26
26
|
};
|
|
27
27
|
exports.EngagementAudioPlayer = {
|
|
28
28
|
eventType: 'Engagement',
|
|
29
29
|
object: {
|
|
30
30
|
objectType: 'AudioPlayer',
|
|
31
31
|
},
|
|
32
|
-
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.
|
|
32
|
+
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.2.0/schemas/EngagementAudioPlayer.json',
|
|
33
33
|
};
|
|
34
34
|
exports.EngagementForm = {
|
|
35
35
|
eventType: 'Engagement',
|
|
36
36
|
object: {
|
|
37
37
|
objectType: 'Form',
|
|
38
38
|
},
|
|
39
|
-
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.
|
|
39
|
+
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.2.0/schemas/EngagementForm.json',
|
|
40
40
|
};
|
|
41
41
|
exports.EngagementHealthUIElement = {
|
|
42
42
|
eventType: 'Engagement',
|
|
43
43
|
object: {
|
|
44
44
|
objectType: 'HealthUIElement',
|
|
45
45
|
},
|
|
46
|
-
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.
|
|
46
|
+
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.2.0/schemas/EngagementHealthUIElement.json',
|
|
47
47
|
};
|
|
48
48
|
exports.EngagementNotification = {
|
|
49
49
|
eventType: 'Engagement',
|
|
50
50
|
object: {
|
|
51
51
|
objectType: 'Notification',
|
|
52
52
|
},
|
|
53
|
-
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.
|
|
53
|
+
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.2.0/schemas/EngagementNotification.json',
|
|
54
54
|
};
|
|
55
55
|
exports.EngagementOffer = {
|
|
56
56
|
eventType: 'Engagement',
|
|
57
57
|
object: {
|
|
58
58
|
objectType: 'Offer',
|
|
59
59
|
},
|
|
60
|
-
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.
|
|
60
|
+
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.2.0/schemas/EngagementOffer.json',
|
|
61
61
|
};
|
|
62
62
|
exports.EngagementTeaser = {
|
|
63
63
|
eventType: 'Engagement',
|
|
64
64
|
object: {
|
|
65
65
|
objectType: 'Teaser',
|
|
66
66
|
},
|
|
67
|
-
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.
|
|
67
|
+
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.2.0/schemas/EngagementTeaser.json',
|
|
68
68
|
};
|
|
69
69
|
exports.EngagementUIElement = {
|
|
70
70
|
eventType: 'Engagement',
|
|
71
71
|
object: {
|
|
72
72
|
objectType: 'UIElement',
|
|
73
73
|
},
|
|
74
|
-
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.
|
|
74
|
+
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.2.0/schemas/EngagementUIElement.json',
|
|
75
75
|
};
|
|
76
76
|
exports.EngagementVideo = {
|
|
77
77
|
eventType: 'Engagement',
|
|
78
78
|
object: {
|
|
79
79
|
objectType: 'Video',
|
|
80
80
|
},
|
|
81
|
-
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.
|
|
81
|
+
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.2.0/schemas/EngagementVideo.json',
|
|
82
82
|
};
|
|
83
83
|
exports.EngagementVideoAd = {
|
|
84
84
|
eventType: 'Engagement',
|
|
85
85
|
object: {
|
|
86
86
|
objectType: 'VideoAd',
|
|
87
87
|
},
|
|
88
|
-
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.
|
|
88
|
+
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.2.0/schemas/EngagementVideoAd.json',
|
|
89
89
|
};
|
|
90
90
|
exports.EngagementWidget = {
|
|
91
91
|
eventType: 'Engagement',
|
|
92
92
|
object: {
|
|
93
93
|
objectType: 'Widget',
|
|
94
94
|
},
|
|
95
|
-
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.
|
|
95
|
+
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.2.0/schemas/EngagementWidget.json',
|
|
96
96
|
};
|
|
97
97
|
exports.ImpressionAdSlot = {
|
|
98
98
|
eventType: 'Impression',
|
|
99
99
|
object: {
|
|
100
100
|
objectType: 'AdSlot',
|
|
101
101
|
},
|
|
102
|
-
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.
|
|
102
|
+
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.2.0/schemas/ImpressionAdSlot.json',
|
|
103
103
|
};
|
|
104
104
|
exports.ImpressionForm = {
|
|
105
105
|
eventType: 'Impression',
|
|
106
106
|
object: {
|
|
107
107
|
objectType: 'Form',
|
|
108
108
|
},
|
|
109
|
-
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.
|
|
109
|
+
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.2.0/schemas/ImpressionForm.json',
|
|
110
110
|
};
|
|
111
111
|
exports.ImpressionHealthUIElement = {
|
|
112
112
|
eventType: 'Impression',
|
|
113
113
|
object: {
|
|
114
114
|
objectType: 'HealthUIElement',
|
|
115
115
|
},
|
|
116
|
-
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.
|
|
116
|
+
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.2.0/schemas/ImpressionHealthUIElement.json',
|
|
117
117
|
};
|
|
118
118
|
exports.ImpressionNotification = {
|
|
119
119
|
eventType: 'Impression',
|
|
@@ -121,251 +121,265 @@ exports.ImpressionNotification = {
|
|
|
121
121
|
name: 'PushNotification',
|
|
122
122
|
objectType: 'Notification',
|
|
123
123
|
},
|
|
124
|
-
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.
|
|
124
|
+
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.2.0/schemas/ImpressionNotification.json',
|
|
125
125
|
};
|
|
126
126
|
exports.ImpressionOffer = {
|
|
127
127
|
eventType: 'Impression',
|
|
128
128
|
object: {
|
|
129
129
|
objectType: 'Offer',
|
|
130
130
|
},
|
|
131
|
-
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.
|
|
131
|
+
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.2.0/schemas/ImpressionOffer.json',
|
|
132
132
|
};
|
|
133
133
|
exports.ImpressionPlayer = {
|
|
134
134
|
eventType: 'Impression',
|
|
135
135
|
object: {
|
|
136
136
|
objectType: 'Player',
|
|
137
137
|
},
|
|
138
|
-
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.
|
|
138
|
+
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.2.0/schemas/ImpressionPlayer.json',
|
|
139
139
|
};
|
|
140
140
|
exports.ImpressionTeaser = {
|
|
141
141
|
eventType: 'Impression',
|
|
142
142
|
object: {
|
|
143
143
|
objectType: 'Teaser',
|
|
144
144
|
},
|
|
145
|
-
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.
|
|
145
|
+
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.2.0/schemas/ImpressionTeaser.json',
|
|
146
146
|
};
|
|
147
147
|
exports.ImpressionUIElement = {
|
|
148
148
|
eventType: 'Impression',
|
|
149
149
|
object: {
|
|
150
150
|
objectType: 'UIElement',
|
|
151
151
|
},
|
|
152
|
-
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.
|
|
152
|
+
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.2.0/schemas/ImpressionUIElement.json',
|
|
153
153
|
};
|
|
154
154
|
exports.ImpressionWidget = {
|
|
155
155
|
eventType: 'Impression',
|
|
156
156
|
object: {
|
|
157
157
|
objectType: 'Widget',
|
|
158
158
|
},
|
|
159
|
-
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.
|
|
159
|
+
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.2.0/schemas/ImpressionWidget.json',
|
|
160
160
|
};
|
|
161
161
|
exports.InternalProbe = {
|
|
162
162
|
eventType: 'Internal',
|
|
163
163
|
object: {
|
|
164
164
|
objectType: 'Probe',
|
|
165
165
|
},
|
|
166
|
-
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.
|
|
166
|
+
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.2.0/schemas/InternalProbe.json',
|
|
167
167
|
};
|
|
168
168
|
exports.LeaveArticle = {
|
|
169
169
|
eventType: 'Leave',
|
|
170
170
|
object: {
|
|
171
171
|
objectType: 'Article',
|
|
172
172
|
},
|
|
173
|
-
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.
|
|
173
|
+
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.2.0/schemas/LeaveArticle.json',
|
|
174
174
|
};
|
|
175
175
|
exports.LeaveAudio = {
|
|
176
176
|
eventType: 'Leave',
|
|
177
177
|
object: {
|
|
178
178
|
objectType: 'Audio',
|
|
179
179
|
},
|
|
180
|
-
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.
|
|
180
|
+
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.2.0/schemas/LeaveAudio.json',
|
|
181
181
|
};
|
|
182
182
|
exports.LeaveError = {
|
|
183
183
|
eventType: 'Leave',
|
|
184
184
|
object: {
|
|
185
185
|
objectType: 'Error',
|
|
186
186
|
},
|
|
187
|
-
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.
|
|
187
|
+
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.2.0/schemas/LeaveError.json',
|
|
188
188
|
};
|
|
189
189
|
exports.LeaveFrontpage = {
|
|
190
190
|
eventType: 'Leave',
|
|
191
191
|
object: {
|
|
192
192
|
objectType: 'Frontpage',
|
|
193
193
|
},
|
|
194
|
-
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.
|
|
194
|
+
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.2.0/schemas/LeaveFrontpage.json',
|
|
195
195
|
};
|
|
196
196
|
exports.LeaveLandingpage = {
|
|
197
197
|
eventType: 'Leave',
|
|
198
198
|
object: {
|
|
199
199
|
objectType: 'Landingpage',
|
|
200
200
|
},
|
|
201
|
-
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.
|
|
201
|
+
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.2.0/schemas/LeaveLandingpage.json',
|
|
202
202
|
};
|
|
203
203
|
exports.LeaveListing = {
|
|
204
204
|
eventType: 'Leave',
|
|
205
205
|
object: {
|
|
206
206
|
objectType: 'Listing',
|
|
207
207
|
},
|
|
208
|
-
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.
|
|
208
|
+
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.2.0/schemas/LeaveListing.json',
|
|
209
209
|
};
|
|
210
210
|
exports.LeaveLockedArticle = {
|
|
211
211
|
eventType: 'Leave',
|
|
212
212
|
object: {
|
|
213
213
|
objectType: 'LockedArticle',
|
|
214
214
|
},
|
|
215
|
-
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.
|
|
215
|
+
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.2.0/schemas/LeaveLockedArticle.json',
|
|
216
216
|
};
|
|
217
217
|
exports.LeaveLockedAudio = {
|
|
218
218
|
eventType: 'Leave',
|
|
219
219
|
object: {
|
|
220
220
|
objectType: 'LockedAudio',
|
|
221
221
|
},
|
|
222
|
-
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.
|
|
222
|
+
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.2.0/schemas/LeaveLockedAudio.json',
|
|
223
223
|
};
|
|
224
224
|
exports.LeaveLockedVideo = {
|
|
225
225
|
eventType: 'Leave',
|
|
226
226
|
object: {
|
|
227
227
|
objectType: 'LockedVideo',
|
|
228
228
|
},
|
|
229
|
-
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.
|
|
229
|
+
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.2.0/schemas/LeaveLockedVideo.json',
|
|
230
|
+
};
|
|
231
|
+
exports.LeaveLockedVideoPage = {
|
|
232
|
+
eventType: 'Leave',
|
|
233
|
+
object: {
|
|
234
|
+
objectType: 'LockedVideoPage',
|
|
235
|
+
},
|
|
236
|
+
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.2.0/schemas/LeaveLockedVideoPage.json',
|
|
230
237
|
};
|
|
231
238
|
exports.LeavePage = {
|
|
232
239
|
eventType: 'Leave',
|
|
233
240
|
object: {
|
|
234
241
|
objectType: 'Page',
|
|
235
242
|
},
|
|
236
|
-
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.
|
|
243
|
+
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.2.0/schemas/LeavePage.json',
|
|
237
244
|
};
|
|
238
245
|
exports.LeaveVideoPage = {
|
|
239
246
|
eventType: 'Leave',
|
|
240
247
|
object: {
|
|
241
248
|
objectType: 'VideoPage',
|
|
242
249
|
},
|
|
243
|
-
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.
|
|
250
|
+
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.2.0/schemas/LeaveVideoPage.json',
|
|
244
251
|
};
|
|
245
252
|
exports.LeaveWeather = {
|
|
246
253
|
eventType: 'Leave',
|
|
247
254
|
object: {
|
|
248
255
|
objectType: 'Weather',
|
|
249
256
|
},
|
|
250
|
-
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.
|
|
257
|
+
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.2.0/schemas/LeaveWeather.json',
|
|
251
258
|
};
|
|
252
259
|
exports.PurchaseSubscription = {
|
|
253
260
|
eventType: 'Purchase',
|
|
254
261
|
object: {
|
|
255
262
|
objectType: 'Subscription',
|
|
256
263
|
},
|
|
257
|
-
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.
|
|
264
|
+
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.2.0/schemas/PurchaseSubscription.json',
|
|
258
265
|
};
|
|
259
266
|
exports.ViewArticle = {
|
|
260
267
|
eventType: 'View',
|
|
261
268
|
object: {
|
|
262
269
|
objectType: 'Article',
|
|
263
270
|
},
|
|
264
|
-
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.
|
|
271
|
+
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.2.0/schemas/ViewArticle.json',
|
|
265
272
|
};
|
|
266
273
|
exports.ViewAudio = {
|
|
267
274
|
eventType: 'View',
|
|
268
275
|
object: {
|
|
269
276
|
objectType: 'Audio',
|
|
270
277
|
},
|
|
271
|
-
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.
|
|
278
|
+
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.2.0/schemas/ViewAudio.json',
|
|
272
279
|
};
|
|
273
280
|
exports.ViewError = {
|
|
274
281
|
eventType: 'View',
|
|
275
282
|
object: {
|
|
276
283
|
objectType: 'Error',
|
|
277
284
|
},
|
|
278
|
-
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.
|
|
285
|
+
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.2.0/schemas/ViewError.json',
|
|
279
286
|
};
|
|
280
287
|
exports.ViewFrontpage = {
|
|
281
288
|
eventType: 'View',
|
|
282
289
|
object: {
|
|
283
290
|
objectType: 'Frontpage',
|
|
284
291
|
},
|
|
285
|
-
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.
|
|
292
|
+
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.2.0/schemas/ViewFrontpage.json',
|
|
286
293
|
};
|
|
287
294
|
exports.ViewHealthPage = {
|
|
288
295
|
eventType: 'View',
|
|
289
296
|
object: {
|
|
290
297
|
objectType: 'HealthPage',
|
|
291
298
|
},
|
|
292
|
-
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.
|
|
299
|
+
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.2.0/schemas/ViewHealthPage.json',
|
|
293
300
|
};
|
|
294
301
|
exports.ViewLandingpage = {
|
|
295
302
|
eventType: 'View',
|
|
296
303
|
object: {
|
|
297
304
|
objectType: 'Landingpage',
|
|
298
305
|
},
|
|
299
|
-
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.
|
|
306
|
+
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.2.0/schemas/ViewLandingpage.json',
|
|
300
307
|
};
|
|
301
308
|
exports.ViewListing = {
|
|
302
309
|
eventType: 'View',
|
|
303
310
|
object: {
|
|
304
311
|
objectType: 'Listing',
|
|
305
312
|
},
|
|
306
|
-
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.
|
|
313
|
+
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.2.0/schemas/ViewListing.json',
|
|
307
314
|
};
|
|
308
315
|
exports.ViewLockedArticle = {
|
|
309
316
|
eventType: 'View',
|
|
310
317
|
object: {
|
|
311
318
|
objectType: 'LockedArticle',
|
|
312
319
|
},
|
|
313
|
-
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.
|
|
320
|
+
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.2.0/schemas/ViewLockedArticle.json',
|
|
314
321
|
};
|
|
315
322
|
exports.ViewLockedAudio = {
|
|
316
323
|
eventType: 'View',
|
|
317
324
|
object: {
|
|
318
325
|
objectType: 'LockedAudio',
|
|
319
326
|
},
|
|
320
|
-
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.
|
|
327
|
+
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.2.0/schemas/ViewLockedAudio.json',
|
|
321
328
|
};
|
|
322
329
|
exports.ViewLockedVideo = {
|
|
323
330
|
eventType: 'View',
|
|
324
331
|
object: {
|
|
325
332
|
objectType: 'LockedVideo',
|
|
326
333
|
},
|
|
327
|
-
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.
|
|
334
|
+
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.2.0/schemas/ViewLockedVideo.json',
|
|
335
|
+
};
|
|
336
|
+
exports.ViewLockedVideoPage = {
|
|
337
|
+
eventType: 'View',
|
|
338
|
+
object: {
|
|
339
|
+
objectType: 'LockedVideoPage',
|
|
340
|
+
},
|
|
341
|
+
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.2.0/schemas/ViewLockedVideoPage.json',
|
|
328
342
|
};
|
|
329
343
|
exports.ViewPage = {
|
|
330
344
|
eventType: 'View',
|
|
331
345
|
object: {
|
|
332
346
|
objectType: 'Page',
|
|
333
347
|
},
|
|
334
|
-
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.
|
|
348
|
+
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.2.0/schemas/ViewPage.json',
|
|
335
349
|
};
|
|
336
350
|
exports.ViewTitle = {
|
|
337
351
|
eventType: 'View',
|
|
338
352
|
object: {
|
|
339
353
|
objectType: 'Title',
|
|
340
354
|
},
|
|
341
|
-
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.
|
|
355
|
+
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.2.0/schemas/ViewTitle.json',
|
|
342
356
|
};
|
|
343
357
|
exports.ViewVideo = {
|
|
344
358
|
eventType: 'View',
|
|
345
359
|
object: {
|
|
346
360
|
objectType: 'Video',
|
|
347
361
|
},
|
|
348
|
-
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.
|
|
362
|
+
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.2.0/schemas/ViewVideo.json',
|
|
349
363
|
};
|
|
350
364
|
exports.ViewVideoPage = {
|
|
351
365
|
eventType: 'View',
|
|
352
366
|
object: {
|
|
353
367
|
objectType: 'VideoPage',
|
|
354
368
|
},
|
|
355
|
-
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.
|
|
369
|
+
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.2.0/schemas/ViewVideoPage.json',
|
|
356
370
|
};
|
|
357
371
|
exports.ViewWeather = {
|
|
358
372
|
eventType: 'View',
|
|
359
373
|
object: {
|
|
360
374
|
objectType: 'Weather',
|
|
361
375
|
},
|
|
362
|
-
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.
|
|
376
|
+
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.2.0/schemas/ViewWeather.json',
|
|
363
377
|
};
|
|
364
378
|
exports.WatchAudioPlayer = {
|
|
365
379
|
eventType: 'Watch',
|
|
366
380
|
object: {
|
|
367
381
|
objectType: 'AudioPlayer',
|
|
368
382
|
},
|
|
369
|
-
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.
|
|
383
|
+
schema: 'https://tpaas-schemas.schibsted.media/catalogs/versions/2.2.0/schemas/WatchAudioPlayer.json',
|
|
370
384
|
};
|
|
371
|
-
exports.CATALOG_VERSION = '2.
|
|
385
|
+
exports.CATALOG_VERSION = '2.2.0';
|