@tivio/sdk-js 2.3.2 → 2.3.3-beta.0
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +15 -1
- package/dist/index.d.ts +2359 -7
- package/dist/index.js +1 -1
- package/dist/index.js.LICENSE.txt +1457 -6
- package/dist/sdk-js.d.ts +2367 -0
- package/package.json +18 -22
- package/scripts/typesRollup.ts +28 -0
- package/dist/api.types.d.ts +0 -303
- package/dist/conf.d.ts +0 -59
- package/dist/conf.test.d.ts +0 -1
- package/dist/customPlayer.types.d.ts +0 -36
- package/dist/services/bundleLoader.d.ts +0 -29
- package/dist/services/bundleLoader.test.d.ts +0 -1
- package/dist/services/dependencyResolver.d.ts +0 -12
- package/dist/services/dependencyResolver.test.d.ts +0 -1
- package/dist/services/getProgramTimestamps.d.ts +0 -6
- package/dist/services/logger.d.ts +0 -28
- package/dist/services/logger.test.d.ts +0 -1
- package/dist/services/packageLoader.d.ts +0 -6
- package/dist/services/packageLoader.test.d.ts +0 -1
- package/dist/services/playerWrapper.d.ts +0 -28
- package/dist/services/playerWrapperInternal.d.ts +0 -28
- package/dist/services/settings.d.ts +0 -17
- package/dist/services/settings.test.d.ts +0 -1
- package/dist/setupTests.d.ts +0 -20
- package/dist/types.d.ts +0 -12
@@ -1,10 +1,1461 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
@license MIT
|
5
|
-
*/
|
1
|
+
/*!********************!*\
|
2
|
+
!*** ./src/lib.ts ***!
|
3
|
+
\********************/
|
6
4
|
|
7
|
-
|
5
|
+
/*!*********************!*\
|
6
|
+
!*** ./src/envs.ts ***!
|
7
|
+
\*********************/
|
8
|
+
|
9
|
+
/*!**************************!*\
|
10
|
+
!*** ./src/utils/xml.ts ***!
|
11
|
+
\**************************/
|
12
|
+
|
13
|
+
/*!***************************!*\
|
14
|
+
!*** ./src/store/auth.ts ***!
|
15
|
+
\***************************/
|
16
|
+
|
17
|
+
/*!***************************!*\
|
18
|
+
!*** ./src/store/feed.ts ***!
|
19
|
+
\***************************/
|
20
|
+
|
21
|
+
/*!****************************!*\
|
22
|
+
!*** ./src/firebase/fs.ts ***!
|
23
|
+
\****************************/
|
24
|
+
|
25
|
+
/*!****************************!*\
|
26
|
+
!*** ./src/globals/app.ts ***!
|
27
|
+
\****************************/
|
28
|
+
|
29
|
+
/*!****************************!*\
|
30
|
+
!*** ./src/store/index.ts ***!
|
31
|
+
\****************************/
|
32
|
+
|
33
|
+
/*!****************************!*\
|
34
|
+
!*** ./src/store/tivio.ts ***!
|
35
|
+
\****************************/
|
36
|
+
|
37
|
+
/*!****************************!*\
|
38
|
+
!*** ./src/types/index.ts ***!
|
39
|
+
\****************************/
|
40
|
+
|
41
|
+
/*!****************************!*\
|
42
|
+
!*** ./src/types/types.ts ***!
|
43
|
+
\****************************/
|
44
|
+
|
45
|
+
/*!****************************!*\
|
46
|
+
!*** ./src/utils/array.ts ***!
|
47
|
+
\****************************/
|
48
|
+
|
49
|
+
/*!****************************!*\
|
50
|
+
!*** ./src/utils/index.ts ***!
|
51
|
+
\****************************/
|
52
|
+
|
53
|
+
/*!*****************************!*\
|
54
|
+
!*** ./src/utils/isTest.ts ***!
|
55
|
+
\*****************************/
|
56
|
+
|
57
|
+
/*!*****************************!*\
|
58
|
+
!*** ./src/utils/sentry.ts ***!
|
59
|
+
\*****************************/
|
60
|
+
|
61
|
+
/*!******************************!*\
|
62
|
+
!*** ../types/dist/index.js ***!
|
63
|
+
\******************************/
|
64
|
+
|
65
|
+
/*!******************************!*\
|
66
|
+
!*** ./src/polyfills-es5.ts ***!
|
67
|
+
\******************************/
|
68
|
+
|
69
|
+
/*!*******************************!*\
|
70
|
+
!*** ../common/dist/index.js ***!
|
71
|
+
\*******************************/
|
72
|
+
|
73
|
+
/*!*******************************!*\
|
74
|
+
!*** ./src/firebase/index.ts ***!
|
75
|
+
\*******************************/
|
76
|
+
|
77
|
+
/*!*******************************!*\
|
78
|
+
!*** ./src/firebase/query.ts ***!
|
79
|
+
\*******************************/
|
80
|
+
|
81
|
+
/*!*******************************!*\
|
82
|
+
!*** ./src/store/comments.ts ***!
|
83
|
+
\*******************************/
|
84
|
+
|
85
|
+
/*!********************************!*\
|
86
|
+
!*** ./src/analytics/index.ts ***!
|
87
|
+
\********************************/
|
88
|
+
|
89
|
+
/*!********************************!*\
|
90
|
+
!*** ./src/firebase/config.ts ***!
|
91
|
+
\********************************/
|
92
|
+
|
93
|
+
/*!********************************!*\
|
94
|
+
!*** ./src/globals/cmp/cmp.ts ***!
|
95
|
+
\********************************/
|
96
|
+
|
97
|
+
/*!********************************!*\
|
98
|
+
!*** ./src/store/DataState.ts ***!
|
99
|
+
\********************************/
|
100
|
+
|
101
|
+
/*!********************************!*\
|
102
|
+
!*** ./src/utils/url.utils.ts ***!
|
103
|
+
\********************************/
|
104
|
+
|
105
|
+
/*!********************************!*\
|
106
|
+
!*** ./util.inspect (ignored) ***!
|
107
|
+
\********************************/
|
108
|
+
|
109
|
+
/*!*********************************!*\
|
110
|
+
!*** ./src/entryPointCommon.ts ***!
|
111
|
+
\*********************************/
|
112
|
+
|
113
|
+
/*!*********************************!*\
|
114
|
+
!*** ./src/firebase/rpc/rpc.ts ***!
|
115
|
+
\*********************************/
|
116
|
+
|
117
|
+
/*!*********************************!*\
|
118
|
+
!*** ./src/globals/currency.ts ***!
|
119
|
+
\*********************************/
|
120
|
+
|
121
|
+
/*!*********************************!*\
|
122
|
+
!*** ./src/globals/firebase.ts ***!
|
123
|
+
\*********************************/
|
124
|
+
|
125
|
+
/*!*********************************!*\
|
126
|
+
!*** ./src/globals/language.ts ***!
|
127
|
+
\*********************************/
|
128
|
+
|
129
|
+
/*!*********************************!*\
|
130
|
+
!*** ./src/globals/services.ts ***!
|
131
|
+
\*********************************/
|
132
|
+
|
133
|
+
/*!*********************************!*\
|
134
|
+
!*** ./src/utils/jobs.utils.ts ***!
|
135
|
+
\*********************************/
|
136
|
+
|
137
|
+
/*!*********************************!*\
|
138
|
+
!*** ./src/utils/user.utils.ts ***!
|
139
|
+
\*********************************/
|
140
|
+
|
141
|
+
/*!*********************************!*\
|
142
|
+
!*** ./src/utils/validation.ts ***!
|
143
|
+
\*********************************/
|
144
|
+
|
145
|
+
/*!**********************************!*\
|
146
|
+
!*** ./src/env/legacySupport.ts ***!
|
147
|
+
\**********************************/
|
148
|
+
|
149
|
+
/*!**********************************!*\
|
150
|
+
!*** ./src/firebase/document.ts ***!
|
151
|
+
\**********************************/
|
152
|
+
|
153
|
+
/*!**********************************!*\
|
154
|
+
!*** ./src/firebase/firebase.ts ***!
|
155
|
+
\**********************************/
|
156
|
+
|
157
|
+
/*!**********************************!*\
|
158
|
+
!*** ./src/globals/constants.ts ***!
|
159
|
+
\**********************************/
|
160
|
+
|
161
|
+
/*!**********************************!*\
|
162
|
+
!*** ./src/store/player/util.ts ***!
|
163
|
+
\**********************************/
|
164
|
+
|
165
|
+
/*!**********************************!*\
|
166
|
+
!*** ./src/utils/async.utils.ts ***!
|
167
|
+
\**********************************/
|
168
|
+
|
169
|
+
/*!**********************************!*\
|
170
|
+
!*** ./src/utils/price.utils.ts ***!
|
171
|
+
\**********************************/
|
172
|
+
|
173
|
+
/*!***********************************!*\
|
174
|
+
!*** ./src/firebase/rpc/index.ts ***!
|
175
|
+
\***********************************/
|
176
|
+
|
177
|
+
/*!***********************************!*\
|
178
|
+
!*** ./src/firebase/timestamp.ts ***!
|
179
|
+
\***********************************/
|
180
|
+
|
181
|
+
/*!***********************************!*\
|
182
|
+
!*** ./src/store/applications.ts ***!
|
183
|
+
\***********************************/
|
184
|
+
|
185
|
+
/*!***********************************!*\
|
186
|
+
!*** ./src/store/entities/row.ts ***!
|
187
|
+
\***********************************/
|
188
|
+
|
189
|
+
/*!***********************************!*\
|
190
|
+
!*** ./src/store/entities/tag.ts ***!
|
191
|
+
\***********************************/
|
192
|
+
|
193
|
+
/*!***********************************!*\
|
194
|
+
!*** ./src/store/player/index.ts ***!
|
195
|
+
\***********************************/
|
196
|
+
|
197
|
+
/*!***********************************!*\
|
198
|
+
!*** ./src/utils/common.utils.ts ***!
|
199
|
+
\***********************************/
|
200
|
+
|
201
|
+
/*!***********************************!*\
|
202
|
+
!*** ./src/utils/source.utils.ts ***!
|
203
|
+
\***********************************/
|
204
|
+
|
205
|
+
/*!************************************!*\
|
206
|
+
!*** ./src/firebase/collection.ts ***!
|
207
|
+
\************************************/
|
208
|
+
|
209
|
+
/*!************************************!*\
|
210
|
+
!*** ./src/store/entities/user.ts ***!
|
211
|
+
\************************************/
|
212
|
+
|
213
|
+
/*!*************************************!*\
|
214
|
+
!*** ./src/store/entities/index.ts ***!
|
215
|
+
\*************************************/
|
216
|
+
|
217
|
+
/*!*************************************!*\
|
218
|
+
!*** ./src/store/entities/video.ts ***!
|
219
|
+
\*************************************/
|
220
|
+
|
221
|
+
/*!*************************************!*\
|
222
|
+
!*** ./src/store/overlaysBridge.ts ***!
|
223
|
+
\*************************************/
|
224
|
+
|
225
|
+
/*!*************************************!*\
|
226
|
+
!*** ./src/store/player/emitter.ts ***!
|
227
|
+
\*************************************/
|
228
|
+
|
229
|
+
/*!*************************************!*\
|
230
|
+
!*** ./src/store/services/index.ts ***!
|
231
|
+
\*************************************/
|
232
|
+
|
233
|
+
/*!*************************************!*\
|
234
|
+
!*** ./src/store/services/types.ts ***!
|
235
|
+
\*************************************/
|
236
|
+
|
237
|
+
/*!*************************************!*\
|
238
|
+
!*** ./src/utils/firebase.utils.ts ***!
|
239
|
+
\*************************************/
|
240
|
+
|
241
|
+
/*!**************************************!*\
|
242
|
+
!*** ./src/firebase/organization.ts ***!
|
243
|
+
\**************************************/
|
244
|
+
|
245
|
+
/*!**************************************!*\
|
246
|
+
!*** ./src/globals/bundleVersion.ts ***!
|
247
|
+
\**************************************/
|
248
|
+
|
249
|
+
/*!**************************************!*\
|
250
|
+
!*** ./src/store/entities/series.ts ***!
|
251
|
+
\**************************************/
|
252
|
+
|
253
|
+
/*!**************************************!*\
|
254
|
+
!*** ./src/utils/serialize.utils.ts ***!
|
255
|
+
\**************************************/
|
256
|
+
|
257
|
+
/*!***************************************!*\
|
258
|
+
!*** ./src/globals/cmp/joj/didomi.ts ***!
|
259
|
+
\***************************************/
|
260
|
+
|
261
|
+
/*!***************************************!*\
|
262
|
+
!*** ./src/globals/cmp/joj/jojCmp.ts ***!
|
263
|
+
\***************************************/
|
264
|
+
|
265
|
+
/*!***************************************!*\
|
266
|
+
!*** ./src/globals/overlaysBridge.ts ***!
|
267
|
+
\***************************************/
|
268
|
+
|
269
|
+
/*!***************************************!*\
|
270
|
+
!*** ./src/store/CachedPagination.ts ***!
|
271
|
+
\***************************************/
|
272
|
+
|
273
|
+
/*!***************************************!*\
|
274
|
+
!*** ./src/store/entities/article.ts ***!
|
275
|
+
\***************************************/
|
276
|
+
|
277
|
+
/*!***************************************!*\
|
278
|
+
!*** ./src/store/entities/comment.ts ***!
|
279
|
+
\***************************************/
|
280
|
+
|
281
|
+
/*!***************************************!*\
|
282
|
+
!*** ./src/store/entities/tagType.ts ***!
|
283
|
+
\***************************************/
|
284
|
+
|
285
|
+
/*!***************************************!*\
|
286
|
+
!*** ./src/store/entities/voucher.ts ***!
|
287
|
+
\***************************************/
|
288
|
+
|
289
|
+
/*!***************************************!*\
|
290
|
+
!*** ./src/store/services/service.ts ***!
|
291
|
+
\***************************************/
|
292
|
+
|
293
|
+
/*!***************************************!*\
|
294
|
+
!*** ./src/utils/capability.utils.ts ***!
|
295
|
+
\***************************************/
|
296
|
+
|
297
|
+
/*!****************************************!*\
|
298
|
+
!*** ../../node_modules/gopd/index.js ***!
|
299
|
+
\****************************************/
|
300
|
+
|
301
|
+
/*!****************************************!*\
|
302
|
+
!*** ../../node_modules/xmldom/dom.js ***!
|
303
|
+
\****************************************/
|
304
|
+
|
305
|
+
/*!****************************************!*\
|
306
|
+
!*** ../../node_modules/xmldom/sax.js ***!
|
307
|
+
\****************************************/
|
308
|
+
|
309
|
+
/*!****************************************!*\
|
310
|
+
!*** ./src/firebase/services/index.ts ***!
|
311
|
+
\****************************************/
|
312
|
+
|
313
|
+
/*!****************************************!*\
|
314
|
+
!*** ./src/store/entities/purchase.ts ***!
|
315
|
+
\****************************************/
|
316
|
+
|
317
|
+
/*!****************************************!*\
|
318
|
+
!*** ./src/store/services/ad/index.ts ***!
|
319
|
+
\****************************************/
|
320
|
+
|
321
|
+
/*!****************************************!*\
|
322
|
+
!*** ./src/store/services/ad/types.ts ***!
|
323
|
+
\****************************************/
|
324
|
+
|
325
|
+
/*!****************************************!*\
|
326
|
+
!*** ./src/store/services/services.ts ***!
|
327
|
+
\****************************************/
|
328
|
+
|
329
|
+
/*!****************************************!*\
|
330
|
+
!*** ./src/utils/getGlobalInstance.ts ***!
|
331
|
+
\****************************************/
|
332
|
+
|
333
|
+
/*!*****************************************!*\
|
334
|
+
!*** ../../node_modules/react/index.js ***!
|
335
|
+
\*****************************************/
|
336
|
+
|
337
|
+
/*!*****************************************!*\
|
338
|
+
!*** ../firebase/dist/browser/index.js ***!
|
339
|
+
\*****************************************/
|
340
|
+
|
341
|
+
/*!*****************************************!*\
|
342
|
+
!*** ./src/firebase/collectionGroup.ts ***!
|
343
|
+
\*****************************************/
|
344
|
+
|
345
|
+
/*!*****************************************!*\
|
346
|
+
!*** ./src/store/entities/promotion.ts ***!
|
347
|
+
\*****************************************/
|
348
|
+
|
349
|
+
/*!*****************************************!*\
|
350
|
+
!*** ./src/store/entities/tvChannel.ts ***!
|
351
|
+
\*****************************************/
|
352
|
+
|
353
|
+
/*!*****************************************!*\
|
354
|
+
!*** ./src/store/entities/tvProgram.ts ***!
|
355
|
+
\*****************************************/
|
356
|
+
|
357
|
+
/*!*****************************************!*\
|
358
|
+
!*** ./src/store/player/videoCutter.ts ***!
|
359
|
+
\*****************************************/
|
360
|
+
|
361
|
+
/*!*****************************************!*\
|
362
|
+
!*** ./src/store/services/adService.ts ***!
|
363
|
+
\*****************************************/
|
364
|
+
|
365
|
+
/*!*****************************************!*\
|
366
|
+
!*** ./src/utils/monetization.utils.ts ***!
|
367
|
+
\*****************************************/
|
368
|
+
|
369
|
+
/*!******************************************!*\
|
370
|
+
!*** ../../node_modules/hasown/index.js ***!
|
371
|
+
\******************************************/
|
372
|
+
|
373
|
+
/*!******************************************!*\
|
374
|
+
!*** ../../node_modules/is-map/index.js ***!
|
375
|
+
\******************************************/
|
376
|
+
|
377
|
+
/*!******************************************!*\
|
378
|
+
!*** ../../node_modules/is-set/index.js ***!
|
379
|
+
\******************************************/
|
380
|
+
|
381
|
+
/*!******************************************!*\
|
382
|
+
!*** ./node_modules/deep-equal/index.js ***!
|
383
|
+
\******************************************/
|
384
|
+
|
385
|
+
/*!******************************************!*\
|
386
|
+
!*** ./src/firebase/rpc/getSourceUrl.ts ***!
|
387
|
+
\******************************************/
|
388
|
+
|
389
|
+
/*!*******************************************!*\
|
390
|
+
!*** ../../node_modules/es-errors/ref.js ***!
|
391
|
+
\*******************************************/
|
392
|
+
|
393
|
+
/*!*******************************************!*\
|
394
|
+
!*** ../../node_modules/es-errors/uri.js ***!
|
395
|
+
\*******************************************/
|
396
|
+
|
397
|
+
/*!*******************************************!*\
|
398
|
+
!*** ../../node_modules/events/events.js ***!
|
399
|
+
\*******************************************/
|
400
|
+
|
401
|
+
/*!*******************************************!*\
|
402
|
+
!*** ../../node_modules/isarray/index.js ***!
|
403
|
+
\*******************************************/
|
404
|
+
|
405
|
+
/*!*******************************************!*\
|
406
|
+
!*** ./src/globals/deviceCapabilities.ts ***!
|
407
|
+
\*******************************************/
|
408
|
+
|
409
|
+
/*!*******************************************!*\
|
410
|
+
!*** ./src/store/entities/ContentBase.ts ***!
|
411
|
+
\*******************************************/
|
412
|
+
|
413
|
+
/*!*******************************************!*\
|
414
|
+
!*** ./src/store/entities/application.ts ***!
|
415
|
+
\*******************************************/
|
416
|
+
|
417
|
+
/*!*******************************************!*\
|
418
|
+
!*** ./src/store/player/errorReporter.ts ***!
|
419
|
+
\*******************************************/
|
420
|
+
|
421
|
+
/*!*******************************************!*\
|
422
|
+
!*** ./src/store/player/playerWrapper.ts ***!
|
423
|
+
\*******************************************/
|
424
|
+
|
425
|
+
/*!*******************************************!*\
|
426
|
+
!*** ./src/store/player/sources/index.ts ***!
|
427
|
+
\*******************************************/
|
428
|
+
|
429
|
+
/*!*******************************************!*\
|
430
|
+
!*** ./src/store/serviceProxies/index.ts ***!
|
431
|
+
\*******************************************/
|
432
|
+
|
433
|
+
/*!*******************************************!*\
|
434
|
+
!*** ./src/store/services/ad/ad.utils.ts ***!
|
435
|
+
\*******************************************/
|
436
|
+
|
437
|
+
/*!*******************************************!*\
|
438
|
+
!*** ./src/store/services/ad/adErrors.ts ***!
|
439
|
+
\*******************************************/
|
440
|
+
|
441
|
+
/*!*******************************************!*\
|
442
|
+
!*** ./src/store/services/ad/adLoader.ts ***!
|
443
|
+
\*******************************************/
|
444
|
+
|
445
|
+
/*!*******************************************!*\
|
446
|
+
!*** ./src/store/services/serviceName.ts ***!
|
447
|
+
\*******************************************/
|
448
|
+
|
449
|
+
/*!********************************************!*\
|
450
|
+
!*** ../../node_modules/enum-for/index.js ***!
|
451
|
+
\********************************************/
|
452
|
+
|
453
|
+
/*!********************************************!*\
|
454
|
+
!*** ../../node_modules/es-errors/eval.js ***!
|
455
|
+
\********************************************/
|
456
|
+
|
457
|
+
/*!********************************************!*\
|
458
|
+
!*** ../../node_modules/es-errors/type.js ***!
|
459
|
+
\********************************************/
|
460
|
+
|
461
|
+
/*!********************************************!*\
|
462
|
+
!*** ../../node_modules/for-each/index.js ***!
|
463
|
+
\********************************************/
|
464
|
+
|
465
|
+
/*!********************************************!*\
|
466
|
+
!*** ../../node_modules/is-regex/index.js ***!
|
467
|
+
\********************************************/
|
468
|
+
|
469
|
+
/*!********************************************!*\
|
470
|
+
!*** ../../node_modules/object-is/shim.js ***!
|
471
|
+
\********************************************/
|
472
|
+
|
473
|
+
/*!********************************************!*\
|
474
|
+
!*** ./src/firebase/services/ads/index.ts ***!
|
475
|
+
\********************************************/
|
476
|
+
|
477
|
+
/*!********************************************!*\
|
478
|
+
!*** ./src/firebase/services/sportInfo.ts ***!
|
479
|
+
\********************************************/
|
480
|
+
|
481
|
+
/*!********************************************!*\
|
482
|
+
!*** ./src/store/entities/organization.ts ***!
|
483
|
+
\********************************************/
|
484
|
+
|
485
|
+
/*!********************************************!*\
|
486
|
+
!*** ./src/store/entities/screen/index.ts ***!
|
487
|
+
\********************************************/
|
488
|
+
|
489
|
+
/*!********************************************!*\
|
490
|
+
!*** ./src/store/entities/screen/types.ts ***!
|
491
|
+
\********************************************/
|
492
|
+
|
493
|
+
/*!********************************************!*\
|
494
|
+
!*** ./src/store/player/progressFilter.ts ***!
|
495
|
+
\********************************************/
|
496
|
+
|
497
|
+
/*!********************************************!*\
|
498
|
+
!*** ./src/store/player/recommendation.ts ***!
|
499
|
+
\********************************************/
|
500
|
+
|
501
|
+
/*!********************************************!*\
|
502
|
+
!*** ./src/store/player/sources/events.ts ***!
|
503
|
+
\********************************************/
|
504
|
+
|
505
|
+
/*!********************************************!*\
|
506
|
+
!*** ./src/store/services/ad/adTracker.ts ***!
|
507
|
+
\********************************************/
|
508
|
+
|
509
|
+
/*!********************************************!*\
|
510
|
+
!*** ./src/store/services/serverLogger.ts ***!
|
511
|
+
\********************************************/
|
512
|
+
|
513
|
+
/*!*********************************************!*\
|
514
|
+
!*** ../../node_modules/call-bind/index.js ***!
|
515
|
+
\*********************************************/
|
516
|
+
|
517
|
+
/*!*********************************************!*\
|
518
|
+
!*** ../../node_modules/dayjs/dayjs.min.js ***!
|
519
|
+
\*********************************************/
|
520
|
+
|
521
|
+
/*!*********************************************!*\
|
522
|
+
!*** ../../node_modules/es-errors/index.js ***!
|
523
|
+
\*********************************************/
|
524
|
+
|
525
|
+
/*!*********************************************!*\
|
526
|
+
!*** ../../node_modules/es-errors/range.js ***!
|
527
|
+
\*********************************************/
|
528
|
+
|
529
|
+
/*!*********************************************!*\
|
530
|
+
!*** ../../node_modules/has-proto/index.js ***!
|
531
|
+
\*********************************************/
|
532
|
+
|
533
|
+
/*!*********************************************!*\
|
534
|
+
!*** ../../node_modules/is-bigint/index.js ***!
|
535
|
+
\*********************************************/
|
536
|
+
|
537
|
+
/*!*********************************************!*\
|
538
|
+
!*** ../../node_modules/is-string/index.js ***!
|
539
|
+
\*********************************************/
|
540
|
+
|
541
|
+
/*!*********************************************!*\
|
542
|
+
!*** ../../node_modules/is-symbol/index.js ***!
|
543
|
+
\*********************************************/
|
544
|
+
|
545
|
+
/*!*********************************************!*\
|
546
|
+
!*** ../../node_modules/object-is/index.js ***!
|
547
|
+
\*********************************************/
|
548
|
+
|
549
|
+
/*!*********************************************!*\
|
550
|
+
!*** ../../node_modules/unorm/lib/unorm.js ***!
|
551
|
+
\*********************************************/
|
552
|
+
|
553
|
+
/*!*********************************************!*\
|
554
|
+
!*** ./src/firebase/rpc/getRowsInScreen.ts ***!
|
555
|
+
\*********************************************/
|
556
|
+
|
557
|
+
/*!*********************************************!*\
|
558
|
+
!*** ./src/firebase/services/tvChannels.ts ***!
|
559
|
+
\*********************************************/
|
560
|
+
|
561
|
+
/*!*********************************************!*\
|
562
|
+
!*** ./src/globals/storageManager/index.ts ***!
|
563
|
+
\*********************************************/
|
564
|
+
|
565
|
+
/*!*********************************************!*\
|
566
|
+
!*** ./src/store/entities/invites/index.ts ***!
|
567
|
+
\*********************************************/
|
568
|
+
|
569
|
+
/*!*********************************************!*\
|
570
|
+
!*** ./src/store/entities/screen/screen.ts ***!
|
571
|
+
\*********************************************/
|
572
|
+
|
573
|
+
/*!*********************************************!*\
|
574
|
+
!*** ./src/store/player/playerAnalytics.ts ***!
|
575
|
+
\*********************************************/
|
576
|
+
|
577
|
+
/*!*********************************************!*\
|
578
|
+
!*** ./src/store/player/seekInterceptor.ts ***!
|
579
|
+
\*********************************************/
|
580
|
+
|
581
|
+
/*!*********************************************!*\
|
582
|
+
!*** ./src/store/services/ad/vast/index.ts ***!
|
583
|
+
\*********************************************/
|
584
|
+
|
585
|
+
/*!*********************************************!*\
|
586
|
+
!*** ./src/store/services/ad/vast/types.ts ***!
|
587
|
+
\*********************************************/
|
588
|
+
|
589
|
+
/*!*********************************************!*\
|
590
|
+
!*** ./src/store/services/screenService.ts ***!
|
591
|
+
\*********************************************/
|
592
|
+
|
593
|
+
/*!**********************************************!*\
|
594
|
+
!*** ../../node_modules/dayjs/plugin/utc.js ***!
|
595
|
+
\**********************************************/
|
596
|
+
|
597
|
+
/*!**********************************************!*\
|
598
|
+
!*** ../../node_modules/es-errors/syntax.js ***!
|
599
|
+
\**********************************************/
|
600
|
+
|
601
|
+
/*!**********************************************!*\
|
602
|
+
!*** ../../node_modules/is-weakmap/index.js ***!
|
603
|
+
\**********************************************/
|
604
|
+
|
605
|
+
/*!**********************************************!*\
|
606
|
+
!*** ../../node_modules/is-weakset/index.js ***!
|
607
|
+
\**********************************************/
|
608
|
+
|
609
|
+
/*!**********************************************!*\
|
610
|
+
!*** ../../node_modules/tslib/tslib.es6.mjs ***!
|
611
|
+
\**********************************************/
|
612
|
+
|
613
|
+
/*!**********************************************!*\
|
614
|
+
!*** ./src/firebase/services/application.ts ***!
|
615
|
+
\**********************************************/
|
616
|
+
|
617
|
+
/*!**********************************************!*\
|
618
|
+
!*** ./src/firebase/services/liveBetting.ts ***!
|
619
|
+
\**********************************************/
|
620
|
+
|
621
|
+
/*!**********************************************!*\
|
622
|
+
!*** ./src/store/player/sources/adSource.ts ***!
|
623
|
+
\**********************************************/
|
624
|
+
|
625
|
+
/*!**********************************************!*\
|
626
|
+
!*** ./src/store/services/adServiceTypes.ts ***!
|
627
|
+
\**********************************************/
|
628
|
+
|
629
|
+
/*!**********************************************!*\
|
630
|
+
!*** ./src/store/services/series.service.ts ***!
|
631
|
+
\**********************************************/
|
632
|
+
|
633
|
+
/*!**********************************************!*\
|
634
|
+
!*** ./src/store/services/tvChannelUtils.ts ***!
|
635
|
+
\**********************************************/
|
636
|
+
|
637
|
+
/*!***********************************************!*\
|
638
|
+
!*** ../../node_modules/has-bigints/index.js ***!
|
639
|
+
\***********************************************/
|
640
|
+
|
641
|
+
/*!***********************************************!*\
|
642
|
+
!*** ../../node_modules/has-symbols/index.js ***!
|
643
|
+
\***********************************************/
|
644
|
+
|
645
|
+
/*!***********************************************!*\
|
646
|
+
!*** ../../node_modules/has-symbols/shams.js ***!
|
647
|
+
\***********************************************/
|
648
|
+
|
649
|
+
/*!***********************************************!*\
|
650
|
+
!*** ../../node_modules/is-callable/index.js ***!
|
651
|
+
\***********************************************/
|
652
|
+
|
653
|
+
/*!***********************************************!*\
|
654
|
+
!*** ../../node_modules/object-keys/index.js ***!
|
655
|
+
\***********************************************/
|
656
|
+
|
657
|
+
/*!***********************************************!*\
|
658
|
+
!*** ../../node_modules/xmldom/dom-parser.js ***!
|
659
|
+
\***********************************************/
|
660
|
+
|
661
|
+
/*!***********************************************!*\
|
662
|
+
!*** ./src/firebase/firebaseStartupHealth.ts ***!
|
663
|
+
\***********************************************/
|
664
|
+
|
665
|
+
/*!***********************************************!*\
|
666
|
+
!*** ./src/firebase/services/organization.ts ***!
|
667
|
+
\***********************************************/
|
668
|
+
|
669
|
+
/*!***********************************************!*\
|
670
|
+
!*** ./src/store/player/adsUi/adUiManager.ts ***!
|
671
|
+
\***********************************************/
|
672
|
+
|
673
|
+
/*!***********************************************!*\
|
674
|
+
!*** ./src/store/player/wrapperLite/types.ts ***!
|
675
|
+
\***********************************************/
|
676
|
+
|
677
|
+
/*!************************************************!*\
|
678
|
+
!*** ../../node_modules/is-arguments/index.js ***!
|
679
|
+
\************************************************/
|
680
|
+
|
681
|
+
/*!************************************************!*\
|
682
|
+
!*** ../../node_modules/mobx/dist/mobx.esm.js ***!
|
683
|
+
\************************************************/
|
684
|
+
|
685
|
+
/*!************************************************!*\
|
686
|
+
!*** ../../node_modules/object-is/polyfill.js ***!
|
687
|
+
\************************************************/
|
688
|
+
|
689
|
+
/*!************************************************!*\
|
690
|
+
!*** ../../node_modules/object.assign/shim.js ***!
|
691
|
+
\************************************************/
|
692
|
+
|
693
|
+
/*!************************************************!*\
|
694
|
+
!*** ../../node_modules/side-channel/index.js ***!
|
695
|
+
\************************************************/
|
696
|
+
|
697
|
+
/*!************************************************!*\
|
698
|
+
!*** ./src/firebase/services/configService.ts ***!
|
699
|
+
\************************************************/
|
700
|
+
|
701
|
+
/*!************************************************!*\
|
702
|
+
!*** ./src/store/services/sportInfoService.ts ***!
|
703
|
+
\************************************************/
|
704
|
+
|
705
|
+
/*!*************************************************!*\
|
706
|
+
!*** ../../node_modules/call-bind/callBound.js ***!
|
707
|
+
\*************************************************/
|
708
|
+
|
709
|
+
/*!*************************************************!*\
|
710
|
+
!*** ../../node_modules/function-bind/index.js ***!
|
711
|
+
\*************************************************/
|
712
|
+
|
713
|
+
/*!*************************************************!*\
|
714
|
+
!*** ../../node_modules/get-intrinsic/index.js ***!
|
715
|
+
\*************************************************/
|
716
|
+
|
717
|
+
/*!*************************************************!*\
|
718
|
+
!*** ../../node_modules/internal-slot/index.js ***!
|
719
|
+
\*************************************************/
|
720
|
+
|
721
|
+
/*!*************************************************!*\
|
722
|
+
!*** ../../node_modules/object.assign/index.js ***!
|
723
|
+
\*************************************************/
|
724
|
+
|
725
|
+
/*!*************************************************!*\
|
726
|
+
!*** ./src/firebase/services/ads/validation.ts ***!
|
727
|
+
\*************************************************/
|
728
|
+
|
729
|
+
/*!*************************************************!*\
|
730
|
+
!*** ./src/store/player/handler/seekHandler.ts ***!
|
731
|
+
\*************************************************/
|
732
|
+
|
733
|
+
/*!*************************************************!*\
|
734
|
+
!*** ./src/store/services/ad/adConfigurator.ts ***!
|
735
|
+
\*************************************************/
|
736
|
+
|
737
|
+
/*!*************************************************!*\
|
738
|
+
!*** ./src/store/services/liveMarkerService.ts ***!
|
739
|
+
\*************************************************/
|
740
|
+
|
741
|
+
/*!*************************************************!*\
|
742
|
+
!*** ./src/store/services/monetizationUtils.ts ***!
|
743
|
+
\*************************************************/
|
744
|
+
|
745
|
+
/*!**************************************************!*\
|
746
|
+
!*** ../../node_modules/is-date-object/index.js ***!
|
747
|
+
\**************************************************/
|
748
|
+
|
749
|
+
/*!**************************************************!*\
|
750
|
+
!*** ../../node_modules/object-inspect/index.js ***!
|
751
|
+
\**************************************************/
|
752
|
+
|
753
|
+
/*!**************************************************!*\
|
754
|
+
!*** ./src/firebase/services/liveMarkerTypes.ts ***!
|
755
|
+
\**************************************************/
|
756
|
+
|
757
|
+
/*!**************************************************!*\
|
758
|
+
!*** ./src/globals/cmp/impressionMedia/imCmp.ts ***!
|
759
|
+
\**************************************************/
|
760
|
+
|
761
|
+
/*!**************************************************!*\
|
762
|
+
!*** ./src/store/entities/invites/baseInvite.ts ***!
|
763
|
+
\**************************************************/
|
764
|
+
|
765
|
+
/*!**************************************************!*\
|
766
|
+
!*** ./src/store/entities/invites/codeInvite.ts ***!
|
767
|
+
\**************************************************/
|
768
|
+
|
769
|
+
/*!**************************************************!*\
|
770
|
+
!*** ./src/store/player/playerWrapperFactory.ts ***!
|
771
|
+
\**************************************************/
|
772
|
+
|
773
|
+
/*!**************************************************!*\
|
774
|
+
!*** ./src/store/player/sources/commonSource.ts ***!
|
775
|
+
\**************************************************/
|
776
|
+
|
777
|
+
/*!**************************************************!*\
|
778
|
+
!*** ./src/store/player/sources/playerSource.ts ***!
|
779
|
+
\**************************************************/
|
780
|
+
|
781
|
+
/*!**************************************************!*\
|
782
|
+
!*** ./src/store/serviceProxies/serviceProxy.ts ***!
|
783
|
+
\**************************************************/
|
784
|
+
|
785
|
+
/*!**************************************************!*\
|
786
|
+
!*** ./src/store/services/applicationService.ts ***!
|
787
|
+
\**************************************************/
|
788
|
+
|
789
|
+
/*!**************************************************!*\
|
790
|
+
!*** ./src/store/services/liveBettingService.ts ***!
|
791
|
+
\**************************************************/
|
792
|
+
|
793
|
+
/*!***************************************************!*\
|
794
|
+
!*** ../../node_modules/deepcopy/umd/deepcopy.js ***!
|
795
|
+
\***************************************************/
|
796
|
+
|
797
|
+
/*!***************************************************!*\
|
798
|
+
!*** ../../node_modules/es-get-iterator/index.js ***!
|
799
|
+
\***************************************************/
|
800
|
+
|
801
|
+
/*!***************************************************!*\
|
802
|
+
!*** ../../node_modules/has-tostringtag/shams.js ***!
|
803
|
+
\***************************************************/
|
804
|
+
|
805
|
+
/*!***************************************************!*\
|
806
|
+
!*** ../../node_modules/is-array-buffer/index.js ***!
|
807
|
+
\***************************************************/
|
808
|
+
|
809
|
+
/*!***************************************************!*\
|
810
|
+
!*** ../../node_modules/lodash.throttle/index.js ***!
|
811
|
+
\***************************************************/
|
812
|
+
|
813
|
+
/*!***************************************************!*\
|
814
|
+
!*** ./src/store/entities/monetizations/index.ts ***!
|
815
|
+
\***************************************************/
|
816
|
+
|
817
|
+
/*!***************************************************!*\
|
818
|
+
!*** ./src/store/player/sources/channelSource.ts ***!
|
819
|
+
\***************************************************/
|
820
|
+
|
821
|
+
/*!***************************************************!*\
|
822
|
+
!*** ./src/store/serviceProxies/ads/ima/utils.ts ***!
|
823
|
+
\***************************************************/
|
824
|
+
|
825
|
+
/*!***************************************************!*\
|
826
|
+
!*** ./src/store/services/ad/vast/getCreative.ts ***!
|
827
|
+
\***************************************************/
|
828
|
+
|
829
|
+
/*!****************************************************!*\
|
830
|
+
!*** ../../node_modules/dayjs/plugin/isBetween.js ***!
|
831
|
+
\****************************************************/
|
832
|
+
|
833
|
+
/*!****************************************************!*\
|
834
|
+
!*** ../../node_modules/is-number-object/index.js ***!
|
835
|
+
\****************************************************/
|
836
|
+
|
837
|
+
/*!****************************************************!*\
|
838
|
+
!*** ../../node_modules/object.assign/polyfill.js ***!
|
839
|
+
\****************************************************/
|
840
|
+
|
841
|
+
/*!****************************************************!*\
|
842
|
+
!*** ../../node_modules/which-collection/index.js ***!
|
843
|
+
\****************************************************/
|
844
|
+
|
845
|
+
/*!****************************************************!*\
|
846
|
+
!*** ./src/firebase/services/adFirebaseService.ts ***!
|
847
|
+
\****************************************************/
|
848
|
+
|
849
|
+
/*!****************************************************!*\
|
850
|
+
!*** ./src/store/player/sources/vodTivioSource.ts ***!
|
851
|
+
\****************************************************/
|
852
|
+
|
853
|
+
/*!****************************************************!*\
|
854
|
+
!*** ./src/store/serviceProxies/adServiceProxy.ts ***!
|
855
|
+
\****************************************************/
|
856
|
+
|
857
|
+
/*!****************************************************!*\
|
858
|
+
!*** ./src/store/serviceProxies/detector/types.ts ***!
|
859
|
+
\****************************************************/
|
860
|
+
|
861
|
+
/*!****************************************************!*\
|
862
|
+
!*** ./src/subscriptions/subscribeToItemsInRow.ts ***!
|
863
|
+
\****************************************************/
|
864
|
+
|
865
|
+
/*!*****************************************************!*\
|
866
|
+
!*** ../../node_modules/define-properties/index.js ***!
|
867
|
+
\*****************************************************/
|
868
|
+
|
869
|
+
/*!*****************************************************!*\
|
870
|
+
!*** ../../node_modules/detect-browser/es/index.js ***!
|
871
|
+
\*****************************************************/
|
872
|
+
|
873
|
+
/*!*****************************************************!*\
|
874
|
+
!*** ../../node_modules/is-boolean-object/index.js ***!
|
875
|
+
\*****************************************************/
|
876
|
+
|
877
|
+
/*!*****************************************************!*\
|
878
|
+
!*** ../../node_modules/object-keys/isArguments.js ***!
|
879
|
+
\*****************************************************/
|
880
|
+
|
881
|
+
/*!*****************************************************!*\
|
882
|
+
!*** ../../node_modules/set-function-name/index.js ***!
|
883
|
+
\*****************************************************/
|
884
|
+
|
885
|
+
/*!*****************************************************!*\
|
886
|
+
!*** ../../node_modules/which-typed-array/index.js ***!
|
887
|
+
\*****************************************************/
|
888
|
+
|
889
|
+
/*!*****************************************************!*\
|
890
|
+
!*** ./src/firebase/services/liveBettingFortuna.ts ***!
|
891
|
+
\*****************************************************/
|
892
|
+
|
893
|
+
/*!*****************************************************!*\
|
894
|
+
!*** ./src/globals/storageManager/cookieManager.ts ***!
|
895
|
+
\*****************************************************/
|
896
|
+
|
897
|
+
/*!*****************************************************!*\
|
898
|
+
!*** ./src/store/player/handler/autoplayHandler.ts ***!
|
899
|
+
\*****************************************************/
|
900
|
+
|
901
|
+
/*!*****************************************************!*\
|
902
|
+
!*** ./src/store/services/recommendationService.ts ***!
|
903
|
+
\*****************************************************/
|
904
|
+
|
905
|
+
/*!******************************************************!*\
|
906
|
+
!*** ../../node_modules/es-define-property/index.js ***!
|
907
|
+
\******************************************************/
|
908
|
+
|
909
|
+
/*!******************************************************!*\
|
910
|
+
!*** ../../node_modules/object-is/implementation.js ***!
|
911
|
+
\******************************************************/
|
912
|
+
|
913
|
+
/*!******************************************************!*\
|
914
|
+
!*** ./src/globals/storageManager/storageManager.ts ***!
|
915
|
+
\******************************************************/
|
916
|
+
|
917
|
+
/*!******************************************************!*\
|
918
|
+
!*** ./src/store/serviceProxies/adBehavior/types.ts ***!
|
919
|
+
\******************************************************/
|
920
|
+
|
921
|
+
/*!******************************************************!*\
|
922
|
+
!*** ./src/store/services/ad/vastResolver/tcfApi.ts ***!
|
923
|
+
\******************************************************/
|
924
|
+
|
925
|
+
/*!******************************************************!*\
|
926
|
+
!*** ./src/subscriptions/subscribeToRowsInScreen.ts ***!
|
927
|
+
\******************************************************/
|
928
|
+
|
929
|
+
/*!******************************************************!*\
|
930
|
+
!*** ./src/subscriptions/subscribeToTaggedVideos.ts ***!
|
931
|
+
\******************************************************/
|
932
|
+
|
933
|
+
/*!*******************************************************!*\
|
934
|
+
!*** ../../node_modules/@alugha/ima/lib/esm/index.js ***!
|
935
|
+
\*******************************************************/
|
936
|
+
|
937
|
+
/*!*******************************************************!*\
|
938
|
+
!*** ../../node_modules/set-function-length/index.js ***!
|
939
|
+
\*******************************************************/
|
940
|
+
|
941
|
+
/*!*******************************************************!*\
|
942
|
+
!*** ./src/firebase/services/monetizationFirebase.ts ***!
|
943
|
+
\*******************************************************/
|
944
|
+
|
945
|
+
/*!*******************************************************!*\
|
946
|
+
!*** ./src/store/player/sources/vodExternalSource.ts ***!
|
947
|
+
\*******************************************************/
|
948
|
+
|
949
|
+
/*!*******************************************************!*\
|
950
|
+
!*** ./src/store/serviceProxies/adServiceProxyIma.ts ***!
|
951
|
+
\*******************************************************/
|
952
|
+
|
953
|
+
/*!*******************************************************!*\
|
954
|
+
!*** ./src/store/serviceProxies/ads/ima/imaRunner.ts ***!
|
955
|
+
\*******************************************************/
|
956
|
+
|
957
|
+
/*!*******************************************************!*\
|
958
|
+
!*** ./src/store/serviceProxies/ads/ima/webImaRun.ts ***!
|
959
|
+
\*******************************************************/
|
960
|
+
|
961
|
+
/*!*******************************************************!*\
|
962
|
+
!*** ./src/utils/getNativeDeviceCapabilities.util.ts ***!
|
963
|
+
\*******************************************************/
|
964
|
+
|
965
|
+
/*!********************************************************!*\
|
966
|
+
!*** ../../node_modules/@nangu/mp4-scan/dist/index.js ***!
|
967
|
+
\********************************************************/
|
968
|
+
|
969
|
+
/*!********************************************************!*\
|
970
|
+
!*** ../../node_modules/array-flat-polyfill/index.mjs ***!
|
971
|
+
\********************************************************/
|
972
|
+
|
973
|
+
/*!********************************************************!*\
|
974
|
+
!*** ../../node_modules/define-data-property/index.js ***!
|
975
|
+
\********************************************************/
|
976
|
+
|
977
|
+
/*!********************************************************!*\
|
978
|
+
!*** ../../node_modules/functions-have-names/index.js ***!
|
979
|
+
\********************************************************/
|
980
|
+
|
981
|
+
/*!********************************************************!*\
|
982
|
+
!*** ../../node_modules/object-keys/implementation.js ***!
|
983
|
+
\********************************************************/
|
984
|
+
|
985
|
+
/*!********************************************************!*\
|
986
|
+
!*** ./src/store/serviceProxies/ads/ima/imaVastRun.ts ***!
|
987
|
+
\********************************************************/
|
988
|
+
|
989
|
+
/*!********************************************************!*\
|
990
|
+
!*** ./src/subscriptions/subscribeToSeriesEpisodes.ts ***!
|
991
|
+
\********************************************************/
|
992
|
+
|
993
|
+
/*!*********************************************************!*\
|
994
|
+
!*** ../../node_modules/dayjs/plugin/isSameOrBefore.js ***!
|
995
|
+
\*********************************************************/
|
996
|
+
|
997
|
+
/*!*********************************************************!*\
|
998
|
+
!*** ../../node_modules/firebase/app/dist/index.esm.js ***!
|
999
|
+
\*********************************************************/
|
1000
|
+
|
1001
|
+
/*!*********************************************************!*\
|
1002
|
+
!*** ../../node_modules/react/cjs/react.development.js ***!
|
1003
|
+
\*********************************************************/
|
1004
|
+
|
1005
|
+
/*!*********************************************************!*\
|
1006
|
+
!*** ../../node_modules/regexp.prototype.flags/shim.js ***!
|
1007
|
+
\*********************************************************/
|
1008
|
+
|
1009
|
+
/*!*********************************************************!*\
|
1010
|
+
!*** ../../node_modules/which-boxed-primitive/index.js ***!
|
1011
|
+
\*********************************************************/
|
1012
|
+
|
1013
|
+
/*!*********************************************************!*\
|
1014
|
+
!*** ./src/store/serviceProxies/markers/delayConfig.ts ***!
|
1015
|
+
\*********************************************************/
|
1016
|
+
|
1017
|
+
/*!*********************************************************!*\
|
1018
|
+
!*** ./src/store/services/ad/vast/getAdFromCreative.ts ***!
|
1019
|
+
\*********************************************************/
|
1020
|
+
|
1021
|
+
/*!**********************************************************!*\
|
1022
|
+
!*** ../../node_modules/available-typed-arrays/index.js ***!
|
1023
|
+
\**********************************************************/
|
1024
|
+
|
1025
|
+
/*!**********************************************************!*\
|
1026
|
+
!*** ../../node_modules/firebase/auth/dist/index.esm.js ***!
|
1027
|
+
\**********************************************************/
|
1028
|
+
|
1029
|
+
/*!**********************************************************!*\
|
1030
|
+
!*** ../../node_modules/function-bind/implementation.js ***!
|
1031
|
+
\**********************************************************/
|
1032
|
+
|
1033
|
+
/*!**********************************************************!*\
|
1034
|
+
!*** ../../node_modules/is-shared-array-buffer/index.js ***!
|
1035
|
+
\**********************************************************/
|
1036
|
+
|
1037
|
+
/*!**********************************************************!*\
|
1038
|
+
!*** ../../node_modules/object.assign/implementation.js ***!
|
1039
|
+
\**********************************************************/
|
1040
|
+
|
1041
|
+
/*!**********************************************************!*\
|
1042
|
+
!*** ../../node_modules/regexp.prototype.flags/index.js ***!
|
1043
|
+
\**********************************************************/
|
1044
|
+
|
1045
|
+
/*!**********************************************************!*\
|
1046
|
+
!*** ./src/store/player/sources/virtualChannelSource.ts ***!
|
1047
|
+
\**********************************************************/
|
1048
|
+
|
1049
|
+
/*!**********************************************************!*\
|
1050
|
+
!*** ./src/store/player/wrapperLite/util/BuilderUtil.ts ***!
|
1051
|
+
\**********************************************************/
|
1052
|
+
|
1053
|
+
/*!**********************************************************!*\
|
1054
|
+
!*** ./src/store/serviceProxies/adServiceProxyCommon.ts ***!
|
1055
|
+
\**********************************************************/
|
1056
|
+
|
1057
|
+
/*!**********************************************************!*\
|
1058
|
+
!*** ./src/store/serviceProxies/ads/ima/webImaRunner.ts ***!
|
1059
|
+
\**********************************************************/
|
1060
|
+
|
1061
|
+
/*!**********************************************************!*\
|
1062
|
+
!*** ./src/store/serviceProxies/markers/marker.utils.ts ***!
|
1063
|
+
\**********************************************************/
|
1064
|
+
|
1065
|
+
/*!**********************************************************!*\
|
1066
|
+
!*** ./src/store/serviceProxies/playbackServiceProxy.ts ***!
|
1067
|
+
\**********************************************************/
|
1068
|
+
|
1069
|
+
/*!***********************************************************!*\
|
1070
|
+
!*** ../../node_modules/stop-iteration-iterator/index.js ***!
|
1071
|
+
\***********************************************************/
|
1072
|
+
|
1073
|
+
/*!***********************************************************!*\
|
1074
|
+
!*** ./src/store/player/wrapperLite/PlayerWrapperLite.ts ***!
|
1075
|
+
\***********************************************************/
|
1076
|
+
|
1077
|
+
/*!***********************************************************!*\
|
1078
|
+
!*** ./src/store/serviceProxies/adBehavior/adBehavior.ts ***!
|
1079
|
+
\***********************************************************/
|
1080
|
+
|
1081
|
+
/*!***********************************************************!*\
|
1082
|
+
!*** ./src/store/serviceProxies/ads/ima/adBehaviorIma.ts ***!
|
1083
|
+
\***********************************************************/
|
1084
|
+
|
1085
|
+
/*!************************************************************!*\
|
1086
|
+
!*** ../../node_modules/@alugha/ima/lib/esm/loadImaSdk.js ***!
|
1087
|
+
\************************************************************/
|
1088
|
+
|
1089
|
+
/*!************************************************************!*\
|
1090
|
+
!*** ../../node_modules/@alugha/ima/lib/esm/loadScript.js ***!
|
1091
|
+
\************************************************************/
|
1092
|
+
|
1093
|
+
/*!************************************************************!*\
|
1094
|
+
!*** ../../node_modules/array-buffer-byte-length/index.js ***!
|
1095
|
+
\************************************************************/
|
1096
|
+
|
1097
|
+
/*!************************************************************!*\
|
1098
|
+
!*** ../../node_modules/has-property-descriptors/index.js ***!
|
1099
|
+
\************************************************************/
|
1100
|
+
|
1101
|
+
/*!************************************************************!*\
|
1102
|
+
!*** ./src/firebase/services/liveMarkerFirebaseService.ts ***!
|
1103
|
+
\************************************************************/
|
1104
|
+
|
1105
|
+
/*!************************************************************!*\
|
1106
|
+
!*** ./src/store/serviceProxies/adPlaybackServiceProxy.ts ***!
|
1107
|
+
\************************************************************/
|
1108
|
+
|
1109
|
+
/*!************************************************************!*\
|
1110
|
+
!*** ./src/store/serviceProxies/liveMarkerServiceProxy.ts ***!
|
1111
|
+
\************************************************************/
|
1112
|
+
|
1113
|
+
/*!************************************************************!*\
|
1114
|
+
!*** ./src/store/services/ad/vastResolver/vastResolver.ts ***!
|
1115
|
+
\************************************************************/
|
1116
|
+
|
1117
|
+
/*!*************************************************************!*\
|
1118
|
+
!*** ../../node_modules/firebase/storage/dist/index.esm.js ***!
|
1119
|
+
\*************************************************************/
|
1120
|
+
|
1121
|
+
/*!*************************************************************!*\
|
1122
|
+
!*** ../../node_modules/react-native-vast-client/src/ad.js ***!
|
1123
|
+
\*************************************************************/
|
1124
|
+
|
1125
|
+
/*!*************************************************************!*\
|
1126
|
+
!*** ../../node_modules/regexp.prototype.flags/polyfill.js ***!
|
1127
|
+
\*************************************************************/
|
1128
|
+
|
1129
|
+
/*!*************************************************************!*\
|
1130
|
+
!*** ./src/store/entities/monetizations/adsMonetization.ts ***!
|
1131
|
+
\*************************************************************/
|
1132
|
+
|
1133
|
+
/*!*************************************************************!*\
|
1134
|
+
!*** ./src/store/player/wrapperLite/LiteSourceConverter.ts ***!
|
1135
|
+
\*************************************************************/
|
1136
|
+
|
1137
|
+
/*!*************************************************************!*\
|
1138
|
+
!*** ./src/store/player/wrapperLite/util/LiteSourceUtil.ts ***!
|
1139
|
+
\*************************************************************/
|
1140
|
+
|
1141
|
+
/*!*************************************************************!*\
|
1142
|
+
!*** ./src/store/serviceProxies/ads/ima/nativeImaRunner.ts ***!
|
1143
|
+
\*************************************************************/
|
1144
|
+
|
1145
|
+
/*!*************************************************************!*\
|
1146
|
+
!*** ./src/store/serviceProxies/detector/markerDetector.ts ***!
|
1147
|
+
\*************************************************************/
|
1148
|
+
|
1149
|
+
/*!**************************************************************!*\
|
1150
|
+
!*** ../../node_modules/possible-typed-array-names/index.js ***!
|
1151
|
+
\**************************************************************/
|
1152
|
+
|
1153
|
+
/*!**************************************************************!*\
|
1154
|
+
!*** ./src/store/entities/monetizations/baseMonetization.ts ***!
|
1155
|
+
\**************************************************************/
|
1156
|
+
|
1157
|
+
/*!**************************************************************!*\
|
1158
|
+
!*** ./src/store/serviceProxies/ads/common/midroll.utils.ts ***!
|
1159
|
+
\**************************************************************/
|
1160
|
+
|
1161
|
+
/*!***************************************************************!*\
|
1162
|
+
!*** ../../node_modules/firebase/firestore/dist/index.esm.js ***!
|
1163
|
+
\***************************************************************/
|
1164
|
+
|
1165
|
+
/*!***************************************************************!*\
|
1166
|
+
!*** ../../node_modules/firebase/functions/dist/index.esm.js ***!
|
1167
|
+
\***************************************************************/
|
1168
|
+
|
1169
|
+
/*!***************************************************************!*\
|
1170
|
+
!*** ../../node_modules/react-native-vast-client/src/icon.js ***!
|
1171
|
+
\***************************************************************/
|
1172
|
+
|
1173
|
+
/*!***************************************************************!*\
|
1174
|
+
!*** ./src/store/entities/invites/anonymousPurchaseInvite.ts ***!
|
1175
|
+
\***************************************************************/
|
1176
|
+
|
1177
|
+
/*!****************************************************************!*\
|
1178
|
+
!*** ../../node_modules/@nangu/ts-merge-objects/dist/index.js ***!
|
1179
|
+
\****************************************************************/
|
1180
|
+
|
1181
|
+
/*!****************************************************************!*\
|
1182
|
+
!*** ../../node_modules/react-native-vast-client/src/index.js ***!
|
1183
|
+
\****************************************************************/
|
1184
|
+
|
1185
|
+
/*!****************************************************************!*\
|
1186
|
+
!*** ./src/store/player/sources/virtualChannelSource.utils.ts ***!
|
1187
|
+
\****************************************************************/
|
1188
|
+
|
1189
|
+
/*!*****************************************************************!*\
|
1190
|
+
!*** ./src/store/serviceProxies/adBehavior/adBehavior.utils.ts ***!
|
1191
|
+
\*****************************************************************/
|
1192
|
+
|
1193
|
+
/*!*****************************************************************!*\
|
1194
|
+
!*** ./src/store/serviceProxies/adBehavior/adInsertBehavior.ts ***!
|
1195
|
+
\*****************************************************************/
|
1196
|
+
|
1197
|
+
/*!******************************************************************!*\
|
1198
|
+
!*** ./src/store/serviceProxies/adBehavior/adMidrollBehavior.ts ***!
|
1199
|
+
\******************************************************************/
|
1200
|
+
|
1201
|
+
/*!******************************************************************!*\
|
1202
|
+
!*** ./src/store/serviceProxies/adBehavior/adPrerollBehavior.ts ***!
|
1203
|
+
\******************************************************************/
|
1204
|
+
|
1205
|
+
/*!******************************************************************!*\
|
1206
|
+
!*** ./src/store/serviceProxies/adBehavior/adReplaceBehavior.ts ***!
|
1207
|
+
\******************************************************************/
|
1208
|
+
|
1209
|
+
/*!******************************************************************!*\
|
1210
|
+
!*** ./src/store/serviceProxies/ads/ima/adMidrollBehaviorIma.ts ***!
|
1211
|
+
\******************************************************************/
|
1212
|
+
|
1213
|
+
/*!******************************************************************!*\
|
1214
|
+
!*** ./src/store/serviceProxies/ads/ima/adPrerollBehaviorIma.ts ***!
|
1215
|
+
\******************************************************************/
|
1216
|
+
|
1217
|
+
/*!*******************************************************************!*\
|
1218
|
+
!*** ../../node_modules/regexp.prototype.flags/implementation.js ***!
|
1219
|
+
\*******************************************************************/
|
1220
|
+
|
1221
|
+
/*!*******************************************************************!*\
|
1222
|
+
!*** ./src/store/player/wrapperLite/builder/LiteSourceBuilder.ts ***!
|
1223
|
+
\*******************************************************************/
|
1224
|
+
|
1225
|
+
/*!*******************************************************************!*\
|
1226
|
+
!*** ./src/store/serviceProxies/adBehavior/adPostrollBehavior.ts ***!
|
1227
|
+
\*******************************************************************/
|
1228
|
+
|
1229
|
+
/*!********************************************************************!*\
|
1230
|
+
!*** ../../node_modules/react-native-vast-client/src/util/util.js ***!
|
1231
|
+
\********************************************************************/
|
1232
|
+
|
1233
|
+
/*!*********************************************************************!*\
|
1234
|
+
!*** ../../node_modules/react-native-vast-client/src/media_file.js ***!
|
1235
|
+
\*********************************************************************/
|
1236
|
+
|
1237
|
+
/*!*********************************************************************!*\
|
1238
|
+
!*** ./src/store/entities/monetizations/purchasableMonetization.ts ***!
|
1239
|
+
\*********************************************************************/
|
1240
|
+
|
1241
|
+
/*!*********************************************************************!*\
|
1242
|
+
!*** ./src/store/player/wrapperLite/builder/PlayerSourceBuilder.ts ***!
|
1243
|
+
\*********************************************************************/
|
1244
|
+
|
1245
|
+
/*!*********************************************************************!*\
|
1246
|
+
!*** ./src/store/services/ad/vastResolver/providers/providerMap.ts ***!
|
1247
|
+
\*********************************************************************/
|
1248
|
+
|
1249
|
+
/*!**********************************************************************!*\
|
1250
|
+
!*** ../../node_modules/@fingerartur/ts-event-emitter/dist/index.js ***!
|
1251
|
+
\**********************************************************************/
|
1252
|
+
|
1253
|
+
/*!**********************************************************************!*\
|
1254
|
+
!*** ../../node_modules/react-native-vast-client/src/url_handler.js ***!
|
1255
|
+
\**********************************************************************/
|
1256
|
+
|
1257
|
+
/*!**********************************************************************!*\
|
1258
|
+
!*** ../../node_modules/react-native-vast-client/src/vast_client.js ***!
|
1259
|
+
\**********************************************************************/
|
1260
|
+
|
1261
|
+
/*!***********************************************************************!*\
|
1262
|
+
!*** ../../node_modules/react-native-vast-client/src/ad_extension.js ***!
|
1263
|
+
\***********************************************************************/
|
1264
|
+
|
1265
|
+
/*!***********************************************************************!*\
|
1266
|
+
!*** ../../node_modules/react-native-vast-client/src/companion_ad.js ***!
|
1267
|
+
\***********************************************************************/
|
1268
|
+
|
1269
|
+
/*!***********************************************************************!*\
|
1270
|
+
!*** ../../node_modules/react-native-vast-client/src/util/storage.js ***!
|
1271
|
+
\***********************************************************************/
|
1272
|
+
|
1273
|
+
/*!***********************************************************************!*\
|
1274
|
+
!*** ../../node_modules/react-native-vast-client/src/vast_tracker.js ***!
|
1275
|
+
\***********************************************************************/
|
1276
|
+
|
1277
|
+
/*!************************************************************************!*\
|
1278
|
+
!*** ../../node_modules/react-native-vast-client/src/non_linear_ad.js ***!
|
1279
|
+
\************************************************************************/
|
1280
|
+
|
1281
|
+
/*!************************************************************************!*\
|
1282
|
+
!*** ../../node_modules/react-native-vast-client/src/vast_response.js ***!
|
1283
|
+
\************************************************************************/
|
1284
|
+
|
1285
|
+
/*!**************************************************************************!*\
|
1286
|
+
!*** ./src/store/services/ad/vastResolver/providers/vastProviderTest.ts ***!
|
1287
|
+
\**************************************************************************/
|
1288
|
+
|
1289
|
+
/*!***************************************************************************!*\
|
1290
|
+
!*** ../../node_modules/@dailymotion/vast-client/dist/vast-client.min.js ***!
|
1291
|
+
\***************************************************************************/
|
1292
|
+
|
1293
|
+
/*!***************************************************************************!*\
|
1294
|
+
!*** ../../node_modules/react-native-vast-client/src/parser/ad_parser.js ***!
|
1295
|
+
\***************************************************************************/
|
1296
|
+
|
1297
|
+
/*!***************************************************************************!*\
|
1298
|
+
!*** ./src/store/services/ad/vastResolver/providers/providerMapLegacy.ts ***!
|
1299
|
+
\***************************************************************************/
|
1300
|
+
|
1301
|
+
/*!***************************************************************************!*\
|
1302
|
+
!*** ./src/store/services/ad/vastResolver/providers/vastProviderPrima.ts ***!
|
1303
|
+
\***************************************************************************/
|
1304
|
+
|
1305
|
+
/*!***************************************************************************!*\
|
1306
|
+
!*** ./src/store/services/ad/vastResolver/providers/vastProviderTivio.ts ***!
|
1307
|
+
\***************************************************************************/
|
1308
|
+
|
1309
|
+
/*!****************************************************************************!*\
|
1310
|
+
!*** ../../node_modules/react-native-vast-client/src/creative/creative.js ***!
|
1311
|
+
\****************************************************************************/
|
1312
|
+
|
1313
|
+
/*!****************************************************************************!*\
|
1314
|
+
!*** ./src/store/services/ad/vastResolver/providers/vastProvider.utils.ts ***!
|
1315
|
+
\****************************************************************************/
|
1316
|
+
|
1317
|
+
/*!****************************************************************************!*\
|
1318
|
+
!*** ./src/store/services/ad/vastResolver/providers/vastProviderMallTv.ts ***!
|
1319
|
+
\****************************************************************************/
|
1320
|
+
|
1321
|
+
/*!****************************************************************************!*\
|
1322
|
+
!*** ./src/store/services/ad/vastResolver/providers/vastProviderSimple.ts ***!
|
1323
|
+
\****************************************************************************/
|
1324
|
+
|
1325
|
+
/*!*****************************************************************************!*\
|
1326
|
+
!*** ../../node_modules/react-native-vast-client/src/ad_extension_child.js ***!
|
1327
|
+
\*****************************************************************************/
|
1328
|
+
|
1329
|
+
/*!*****************************************************************************!*\
|
1330
|
+
!*** ../../node_modules/react-native-vast-client/src/parser/vast_parser.js ***!
|
1331
|
+
\*****************************************************************************/
|
1332
|
+
|
1333
|
+
/*!*****************************************************************************!*\
|
1334
|
+
!*** ./src/store/services/ad/vastResolver/providers/vastProviderGarazTv.ts ***!
|
1335
|
+
\*****************************************************************************/
|
1336
|
+
|
1337
|
+
/*!******************************************************************************!*\
|
1338
|
+
!*** ../../node_modules/react-native-vast-client/src/parser/parser_utils.js ***!
|
1339
|
+
\******************************************************************************/
|
1340
|
+
|
1341
|
+
/*!******************************************************************************!*\
|
1342
|
+
!*** ./src/store/services/ad/vastResolver/providers/vastProviderJojSmart.ts ***!
|
1343
|
+
\******************************************************************************/
|
1344
|
+
|
1345
|
+
/*!******************************************************************************!*\
|
1346
|
+
!*** ./src/store/services/ad/vastResolver/providers/vastProvidersJojTest.ts ***!
|
1347
|
+
\******************************************************************************/
|
1348
|
+
|
1349
|
+
/*!*******************************************************************************!*\
|
1350
|
+
!*** ./src/store/serviceProxies/adBehavior/adMidrollBeforeChapterBehavior.ts ***!
|
1351
|
+
\*******************************************************************************/
|
1352
|
+
|
1353
|
+
/*!*******************************************************************************!*\
|
1354
|
+
!*** ./src/store/serviceProxies/recommendation/recommendationServiceProxy.ts ***!
|
1355
|
+
\*******************************************************************************/
|
1356
|
+
|
1357
|
+
/*!*******************************************************************************!*\
|
1358
|
+
!*** ./src/store/services/ad/vastResolver/providers/vastProviderJojAdform.ts ***!
|
1359
|
+
\*******************************************************************************/
|
1360
|
+
|
1361
|
+
/*!*******************************************************************************!*\
|
1362
|
+
!*** ./src/store/services/ad/vastResolver/providers/vastProviderTestVpaid.ts ***!
|
1363
|
+
\*******************************************************************************/
|
1364
|
+
|
1365
|
+
/*!********************************************************************************!*\
|
1366
|
+
!*** ../../node_modules/firebase/node_modules/@firebase/app/dist/index.esm.js ***!
|
1367
|
+
\********************************************************************************/
|
1368
|
+
|
1369
|
+
/*!********************************************************************************!*\
|
1370
|
+
!*** ../../node_modules/firebase/node_modules/@firebase/auth/dist/auth.esm.js ***!
|
1371
|
+
\********************************************************************************/
|
1372
|
+
|
1373
|
+
/*!********************************************************************************!*\
|
1374
|
+
!*** ./src/store/services/ad/vastResolver/providers/vastProviderGarazTvDev.ts ***!
|
1375
|
+
\********************************************************************************/
|
1376
|
+
|
1377
|
+
/*!*********************************************************************************!*\
|
1378
|
+
!*** ../../node_modules/firebase/node_modules/@firebase/util/dist/index.esm.js ***!
|
1379
|
+
\*********************************************************************************/
|
1380
|
+
|
1381
|
+
/*!*********************************************************************************!*\
|
1382
|
+
!*** ./src/store/services/ad/vastResolver/providers/vastProviderFallbackHls.ts ***!
|
1383
|
+
\*********************************************************************************/
|
1384
|
+
|
1385
|
+
/*!*********************************************************************************!*\
|
1386
|
+
!*** ./src/store/services/ad/vastResolver/providers/vastProviderFallbackMp4.ts ***!
|
1387
|
+
\*********************************************************************************/
|
1388
|
+
|
1389
|
+
/*!***********************************************************************************!*\
|
1390
|
+
!*** ../../node_modules/firebase/node_modules/@firebase/logger/dist/index.esm.js ***!
|
1391
|
+
\***********************************************************************************/
|
1392
|
+
|
1393
|
+
/*!***********************************************************************************!*\
|
1394
|
+
!*** ../../node_modules/react-native-vast-client/src/creative/creative_linear.js ***!
|
1395
|
+
\***********************************************************************************/
|
1396
|
+
|
1397
|
+
/*!***********************************************************************************!*\
|
1398
|
+
!*** ./src/store/services/ad/vastResolver/providers/vastProvidersJojAdManager.ts ***!
|
1399
|
+
\***********************************************************************************/
|
1400
|
+
|
1401
|
+
/*!**************************************************************************************!*\
|
1402
|
+
!*** ../../node_modules/firebase/node_modules/@firebase/component/dist/index.esm.js ***!
|
1403
|
+
\**************************************************************************************/
|
1404
|
+
|
1405
|
+
/*!**************************************************************************************!*\
|
1406
|
+
!*** ../../node_modules/firebase/node_modules/@firebase/functions/dist/index.esm.js ***!
|
1407
|
+
\**************************************************************************************/
|
1408
|
+
|
1409
|
+
/*!**************************************************************************************!*\
|
1410
|
+
!*** ../../node_modules/react-native-vast-client/src/creative/creative_companion.js ***!
|
1411
|
+
\**************************************************************************************/
|
1412
|
+
|
1413
|
+
/*!**************************************************************************************!*\
|
1414
|
+
!*** ../../node_modules/react-native-vast-client/src/urlhandlers/xhr_url_handler.js ***!
|
1415
|
+
\**************************************************************************************/
|
1416
|
+
|
1417
|
+
/*!***************************************************************************************!*\
|
1418
|
+
!*** ../../node_modules/firebase/node_modules/@firebase/firestore/dist/esm5/index.js ***!
|
1419
|
+
\***************************************************************************************/
|
1420
|
+
|
1421
|
+
/*!***************************************************************************************!*\
|
1422
|
+
!*** ../../node_modules/react-native-vast-client/src/creative/creative_non_linear.js ***!
|
1423
|
+
\***************************************************************************************/
|
1424
|
+
|
1425
|
+
/*!****************************************************************************************!*\
|
1426
|
+
!*** ../../node_modules/react-native-vast-client/src/parser/creative_linear_parser.js ***!
|
1427
|
+
\****************************************************************************************/
|
1428
|
+
|
1429
|
+
/*!****************************************************************************************!*\
|
1430
|
+
!*** ../../node_modules/react-native-vast-client/src/urlhandlers/flash_url_handler.js ***!
|
1431
|
+
\****************************************************************************************/
|
1432
|
+
|
1433
|
+
/*!*******************************************************************************************!*\
|
1434
|
+
!*** ../../node_modules/react-native-vast-client/src/parser/creative_companion_parser.js ***!
|
1435
|
+
\*******************************************************************************************/
|
1436
|
+
|
1437
|
+
/*!********************************************************************************************!*\
|
1438
|
+
!*** ../../node_modules/firebase/node_modules/@firebase/storage/dist/index.browser.esm.js ***!
|
1439
|
+
\********************************************************************************************/
|
1440
|
+
|
1441
|
+
/*!********************************************************************************************!*\
|
1442
|
+
!*** ../../node_modules/react-native-vast-client/src/parser/creative_non_linear_parser.js ***!
|
1443
|
+
\********************************************************************************************/
|
1444
|
+
|
1445
|
+
/*!********************************************************************************************!*\
|
1446
|
+
!*** ../../node_modules/react-native-vast-client/src/urlhandlers/mock_node_url_handler.js ***!
|
1447
|
+
\********************************************************************************************/
|
1448
|
+
|
1449
|
+
/*!***********************************************************************************************!*\
|
1450
|
+
!*** ../../node_modules/firebase/node_modules/@firebase/webchannel-wrapper/dist/index.esm.js ***!
|
1451
|
+
\***********************************************************************************************/
|
1452
|
+
|
1453
|
+
/*!************************************************************************************************************!*\
|
1454
|
+
!*** ../../node_modules/firebase/node_modules/@firebase/firestore/dist/esm5/prebuilt-2d830653-6eee25bb.js ***!
|
1455
|
+
\************************************************************************************************************/
|
1456
|
+
|
1457
|
+
/**
|
1458
|
+
* @license React
|
8
1459
|
* react.production.min.js
|
9
1460
|
*
|
10
1461
|
* Copyright (c) Facebook, Inc. and its affiliates.
|