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