@schibsted/advertory 2.44.0-test-art-4

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.
Files changed (766) hide show
  1. package/core/aftonbladet/es/index.css +1 -0
  2. package/core/aftonbladet/es/index.d.ts +701 -0
  3. package/core/aftonbladet/es/index.js +1 -0
  4. package/core/aftonbladet/es/package.json +9 -0
  5. package/core/aftonbladet/index.d.ts +701 -0
  6. package/core/aftonbladet/index.js +1 -0
  7. package/core/aftonbladet/package.json +9 -0
  8. package/core/e24/es/index.css +1 -0
  9. package/core/e24/es/index.d.ts +699 -0
  10. package/core/e24/es/index.js +1 -0
  11. package/core/e24/es/package.json +9 -0
  12. package/core/e24/index.d.ts +699 -0
  13. package/core/e24/index.js +1 -0
  14. package/core/e24/package.json +9 -0
  15. package/features/ad-native/index.d.ts +492 -0
  16. package/features/ad-native/index.js +1 -0
  17. package/features/ad-native/package.json +9 -0
  18. package/features/brandmetrics/index.js +1 -0
  19. package/features/brandmetrics/package.json +9 -0
  20. package/features/common/es/index.js +1 -0
  21. package/features/common/es/package.json +9 -0
  22. package/features/common/index.js +1 -0
  23. package/features/common/package.json +9 -0
  24. package/features/dr-edition/es/index.d.ts +583 -0
  25. package/features/dr-edition/es/index.js +1 -0
  26. package/features/dr-edition/es/package.json +9 -0
  27. package/features/dr-edition/index.d.ts +583 -0
  28. package/features/dr-edition/index.js +1 -0
  29. package/features/dr-edition/package.json +9 -0
  30. package/features/glimr/glimr-BIcFSFRk.js +1 -0
  31. package/features/glimr/glimr-sdk-mS8sOhxy.js +1 -0
  32. package/features/glimr/index.js +1 -0
  33. package/features/glimr/package.json +9 -0
  34. package/features/tracker/index.d.ts +74 -0
  35. package/features/tracker/index.js +1 -0
  36. package/features/tracker/package.json +9 -0
  37. package/features/video/index.js +1 -0
  38. package/features/video/package.json +9 -0
  39. package/package.json +77 -0
  40. package/sites/aftonbladet/es/index.css +1 -0
  41. package/sites/aftonbladet/es/index.d.ts +29 -0
  42. package/sites/aftonbladet/es/index.js +1 -0
  43. package/sites/aftonbladet/es/package.json +9 -0
  44. package/sites/aftonbladet/index.d.ts +29 -0
  45. package/sites/aftonbladet/index.js +1 -0
  46. package/sites/aftonbladet/package.json +9 -0
  47. package/sites/e24/es/index.css +1 -0
  48. package/sites/e24/es/index.d.ts +29 -0
  49. package/sites/e24/es/index.js +1 -0
  50. package/sites/e24/es/package.json +9 -0
  51. package/sites/e24/index.d.ts +29 -0
  52. package/sites/e24/index.js +1 -0
  53. package/sites/e24/package.json +9 -0
  54. package/styles/aftonbladet/index.js +3 -0
  55. package/styles/aftonbladet/styles.css +1 -0
  56. package/styles/e24/index.js +3 -0
  57. package/styles/e24/styles.css +1 -0
  58. package/types/config/aftenposten.d.ts +3 -0
  59. package/types/config/aftonbladet.d.ts +4 -0
  60. package/types/config/aftonbladetv2.d.ts +4 -0
  61. package/types/config/bt.d.ts +3 -0
  62. package/types/config/e24.d.ts +3 -0
  63. package/types/config/e24v2.d.ts +3 -0
  64. package/types/config/godare.d.ts +3 -0
  65. package/types/config/godt.d.ts +4 -0
  66. package/types/config/klart.d.ts +4 -0
  67. package/types/config/kompakt.d.ts +3 -0
  68. package/types/config/minmote.d.ts +4 -0
  69. package/types/config/pent.d.ts +3 -0
  70. package/types/config/sa.d.ts +3 -0
  71. package/types/config/svd.d.ts +4 -0
  72. package/types/config/tek.d.ts +4 -0
  73. package/types/config/vg.d.ts +3 -0
  74. package/types/config/vgv2.d.ts +3 -0
  75. package/types/core/config.d.ts +15 -0
  76. package/types/core/config.test.d.ts +1 -0
  77. package/types/core/creative-observer/refresh.d.ts +6 -0
  78. package/types/core/creative-observer/refresh.test.d.ts +1 -0
  79. package/types/core/creative-observer/show-tag.d.ts +4 -0
  80. package/types/core/creative-observer/utils.d.ts +4 -0
  81. package/types/core/events/events.d.ts +3 -0
  82. package/types/core/events/fallback.d.ts +3 -0
  83. package/types/core/events/post-message.d.ts +2 -0
  84. package/types/core/events/refresh.d.ts +6 -0
  85. package/types/core/events/resize-ad.d.ts +2 -0
  86. package/types/core/events/set-ad-sizes.d.ts +4 -0
  87. package/types/core/events/visibility.d.ts +3 -0
  88. package/types/core/handlers/ad-format-keyword/index.d.ts +3 -0
  89. package/types/core/handlers/ad-format-keyword/index.test.d.ts +1 -0
  90. package/types/core/handlers/ad-format-type/index.d.ts +33 -0
  91. package/types/core/handlers/ad-format-type/index.test.d.ts +1 -0
  92. package/types/core/handlers/ad-invcode/index.d.ts +2 -0
  93. package/types/core/handlers/ad-invcode/index.test.d.ts +4 -0
  94. package/types/core/handlers/ad-position-placement/index.d.ts +3 -0
  95. package/types/core/handlers/ad-position-placement/index.test.d.ts +1 -0
  96. package/types/core/handlers/ad-rendering-management/index.d.ts +3 -0
  97. package/types/core/handlers/ad-server/default-data.d.ts +4 -0
  98. package/types/core/handlers/ad-server/index.d.ts +18 -0
  99. package/types/core/handlers/ad-server/index.test.d.ts +1 -0
  100. package/types/core/handlers/ad-server/placement-ordering.d.ts +4 -0
  101. package/types/core/handlers/ad-server/placement-ordering.test.d.ts +1 -0
  102. package/types/core/handlers/ad-server/placement.d.ts +10 -0
  103. package/types/core/handlers/ad-server/placement.test.d.ts +4 -0
  104. package/types/core/handlers/ad-supply-type/index.d.ts +2 -0
  105. package/types/core/handlers/ad-supply-type/index.test.d.ts +1 -0
  106. package/types/core/handlers/ad-targetid/index.d.ts +3 -0
  107. package/types/core/handlers/ad-targetid/index.test.d.ts +1 -0
  108. package/types/core/handlers/classname/index.d.ts +4 -0
  109. package/types/core/handlers/classname/index.test.d.ts +1 -0
  110. package/types/core/handlers/count-keyword/index.d.ts +3 -0
  111. package/types/core/handlers/count-keyword/index.test.d.ts +1 -0
  112. package/types/core/handlers/country-prefix/index.d.ts +4 -0
  113. package/types/core/handlers/country-prefix/index.test.d.ts +4 -0
  114. package/types/core/handlers/custom-keywords/index.d.ts +2 -0
  115. package/types/core/handlers/custom-keywords/index.test.d.ts +1 -0
  116. package/types/core/handlers/dynamic-outstream/index.d.ts +6 -0
  117. package/types/core/handlers/dynamic-outstream/index.test.d.ts +4 -0
  118. package/types/core/handlers/firefox-styles/index.d.ts +3 -0
  119. package/types/core/handlers/firefox-styles/index.test.d.ts +1 -0
  120. package/types/core/handlers/hash/index.d.ts +2 -0
  121. package/types/core/handlers/hash/index.test.d.ts +1 -0
  122. package/types/core/handlers/margins/index.d.ts +4 -0
  123. package/types/core/handlers/margins/index.test.d.ts +1 -0
  124. package/types/core/handlers/mediation/index.d.ts +3 -0
  125. package/types/core/handlers/mediation/index.test.d.ts +1 -0
  126. package/types/core/handlers/member/index.d.ts +3 -0
  127. package/types/core/handlers/member/index.test.d.ts +1 -0
  128. package/types/core/handlers/obituaries/index.d.ts +7 -0
  129. package/types/core/handlers/obituaries/index.test.d.ts +1 -0
  130. package/types/core/handlers/param/index.d.ts +7 -0
  131. package/types/core/handlers/param/index.test.d.ts +1 -0
  132. package/types/core/handlers/scale/index.d.ts +6 -0
  133. package/types/core/handlers/scale/index.test.d.ts +1 -0
  134. package/types/core/handlers/tcf/index.d.ts +4 -0
  135. package/types/core/handlers/tcf/index.test.d.ts +1 -0
  136. package/types/core/handlers/underline-keyword/index.d.ts +2 -0
  137. package/types/core/handlers/underline-keyword/index.test.d.ts +1 -0
  138. package/types/core/handlers/update-advertory/index.d.ts +6 -0
  139. package/types/core/handlers/update-advertory/index.test.d.ts +1 -0
  140. package/types/core/handlers/user/index.d.ts +4 -0
  141. package/types/core/handlers/user/index.test.d.ts +1 -0
  142. package/types/core/interface/ad-component.d.ts +15 -0
  143. package/types/core/interface/ad-types.d.ts +5 -0
  144. package/types/core/interface/alertory.d.ts +8 -0
  145. package/types/core/interface/ast.d.ts +277 -0
  146. package/types/core/interface/cmp.d.ts +2 -0
  147. package/types/core/interface/common.d.ts +8 -0
  148. package/types/core/interface/config.d.ts +292 -0
  149. package/types/core/interface/countries.d.ts +6 -0
  150. package/types/core/interface/device.d.ts +13 -0
  151. package/types/core/interface/dictionary.d.ts +10 -0
  152. package/types/core/interface/fallback.d.ts +5 -0
  153. package/types/core/interface/formats.d.ts +59 -0
  154. package/types/core/interface/http-client.d.ts +4 -0
  155. package/types/core/interface/keywords.d.ts +87 -0
  156. package/types/core/interface/library.d.ts +5 -0
  157. package/types/core/interface/local-storage-client.d.ts +6 -0
  158. package/types/core/interface/margins.d.ts +11 -0
  159. package/types/core/interface/module.d.ts +13 -0
  160. package/types/core/interface/newsrooms.d.ts +17 -0
  161. package/types/core/interface/observer.d.ts +7 -0
  162. package/types/core/interface/os.d.ts +1 -0
  163. package/types/core/interface/page-types.d.ts +8 -0
  164. package/types/core/interface/placement-groups.d.ts +5 -0
  165. package/types/core/interface/post-message.d.ts +9 -0
  166. package/types/core/interface/publishers.d.ts +15 -0
  167. package/types/core/interface/refresh.d.ts +4 -0
  168. package/types/core/interface/session-storage-client.d.ts +5 -0
  169. package/types/core/interface/storage.d.ts +18 -0
  170. package/types/core/interface/styles.d.ts +1 -0
  171. package/types/core/interface/tcf.d.ts +11 -0
  172. package/types/core/interface/update-advertory.d.ts +6 -0
  173. package/types/core/languages/dictionary.d.ts +3 -0
  174. package/types/core/logger/index.d.ts +2 -0
  175. package/types/core/prepare-page-options/prepare-page-options-no.d.ts +9 -0
  176. package/types/core/prepare-page-options/prepare-page-options-se.d.ts +9 -0
  177. package/types/core/prepare-page-options/prepare-page-options.d.ts +27 -0
  178. package/types/core/prepare-page-options/prepare-page-options.test.d.ts +1 -0
  179. package/types/core/prepare-tag/formatter.d.ts +2 -0
  180. package/types/core/prepare-tag/formatter.test.d.ts +1 -0
  181. package/types/core/prepare-tag/prepare-tag.d.ts +3 -0
  182. package/types/core/prepare-tag/prepare-tag.test.d.ts +1 -0
  183. package/types/core/prepare-tag/ssa.d.ts +3 -0
  184. package/types/core/prepare-tag/tag-config.d.ts +5 -0
  185. package/types/core/prepare-tag/tag-config.test.d.ts +1 -0
  186. package/types/core/storage.d.ts +10 -0
  187. package/types/core/utils/init.d.ts +4 -0
  188. package/types/features/ad-full-width/index.d.ts +4 -0
  189. package/types/features/ad-fullscreen-scroll/constants.d.ts +7 -0
  190. package/types/features/ad-fullscreen-scroll/format-types.d.ts +8 -0
  191. package/types/features/ad-fullscreen-scroll/formats-handler.d.ts +13 -0
  192. package/types/features/ad-fullscreen-scroll/formats-handler.test.d.ts +4 -0
  193. package/types/features/ad-fullscreen-scroll/index.d.ts +6 -0
  194. package/types/features/ad-fullscreen-scroll/observer.d.ts +9 -0
  195. package/types/features/ad-fullscreen-scroll/observer.test.d.ts +1 -0
  196. package/types/features/ad-fullscreen-scroll/scale-ad.d.ts +1 -0
  197. package/types/features/ad-native/ad-native-builder.d.ts +4 -0
  198. package/types/features/ad-native/ad-native-renderer.d.ts +3 -0
  199. package/types/features/ad-native/ad-native-styling.d.ts +5 -0
  200. package/types/features/ad-native/ad-native.d.ts +4 -0
  201. package/types/features/ad-native/index.d.ts +5 -0
  202. package/types/features/ad-native/sites/aftenposten/aftenposten-init.d.ts +4 -0
  203. package/types/features/ad-native/sites/aftenposten/index.d.ts +6 -0
  204. package/types/features/ad-native/sites/aftenposten/templates/content/index.d.ts +4 -0
  205. package/types/features/ad-native/sites/aftenposten/templates/index.d.ts +3 -0
  206. package/types/features/ad-native/sites/aftenposten/templates/recirc/index.d.ts +4 -0
  207. package/types/features/ad-native/sites/aftonbladet/aftonbladet-init.d.ts +5 -0
  208. package/types/features/ad-native/sites/aftonbladet/index.d.ts +6 -0
  209. package/types/features/ad-native/sites/aftonbladet/templates/chat-integration/index.d.ts +4 -0
  210. package/types/features/ad-native/sites/aftonbladet/templates/classic/alcohol-warning-label.d.ts +2 -0
  211. package/types/features/ad-native/sites/aftonbladet/templates/classic/index.d.ts +4 -0
  212. package/types/features/ad-native/sites/aftonbladet/templates/classic-video/classic-video.d.ts +4 -0
  213. package/types/features/ad-native/sites/aftonbladet/templates/classic-video/index.d.ts +3 -0
  214. package/types/features/ad-native/sites/aftonbladet/templates/content-display/content-display-basic.d.ts +4 -0
  215. package/types/features/ad-native/sites/aftonbladet/templates/content-display/content-display-gambling-articles.d.ts +4 -0
  216. package/types/features/ad-native/sites/aftonbladet/templates/content-display/index.d.ts +3 -0
  217. package/types/features/ad-native/sites/aftonbladet/templates/index.d.ts +3 -0
  218. package/types/features/ad-native/sites/aftonbladetv2/aftonbladet-init.d.ts +5 -0
  219. package/types/features/ad-native/sites/aftonbladetv2/index.d.ts +6 -0
  220. package/types/features/ad-native/sites/aftonbladetv2/templates/chat-integration/index.d.ts +4 -0
  221. package/types/features/ad-native/sites/aftonbladetv2/templates/classic/alcohol-warning-label.d.ts +2 -0
  222. package/types/features/ad-native/sites/aftonbladetv2/templates/classic/index.d.ts +4 -0
  223. package/types/features/ad-native/sites/aftonbladetv2/templates/classic-video/classic-video.d.ts +4 -0
  224. package/types/features/ad-native/sites/aftonbladetv2/templates/classic-video/index.d.ts +3 -0
  225. package/types/features/ad-native/sites/aftonbladetv2/templates/content-display/content-display-basic.d.ts +4 -0
  226. package/types/features/ad-native/sites/aftonbladetv2/templates/content-display/content-display-gambling-articles.d.ts +4 -0
  227. package/types/features/ad-native/sites/aftonbladetv2/templates/content-display/index.d.ts +3 -0
  228. package/types/features/ad-native/sites/aftonbladetv2/templates/index.d.ts +3 -0
  229. package/types/features/ad-native/sites/bt/bt-init.d.ts +5 -0
  230. package/types/features/ad-native/sites/bt/index.d.ts +6 -0
  231. package/types/features/ad-native/sites/bt/templates/content/index.d.ts +4 -0
  232. package/types/features/ad-native/sites/bt/templates/index.d.ts +3 -0
  233. package/types/features/ad-native/sites/default/default-init.d.ts +4 -0
  234. package/types/features/ad-native/sites/default/index.d.ts +6 -0
  235. package/types/features/ad-native/sites/default/templates/display/index.d.ts +4 -0
  236. package/types/features/ad-native/sites/default/templates/index.d.ts +3 -0
  237. package/types/features/ad-native/sites/default/templates/video/index.d.ts +3 -0
  238. package/types/features/ad-native/sites/default/templates/video/template.d.ts +4 -0
  239. package/types/features/ad-native/sites/e24/e24-init.d.ts +5 -0
  240. package/types/features/ad-native/sites/e24/index.d.ts +10 -0
  241. package/types/features/ad-native/sites/e24/templates/articles/content/index.d.ts +4 -0
  242. package/types/features/ad-native/sites/e24/templates/articles/content-display-basic/index.d.ts +4 -0
  243. package/types/features/ad-native/sites/e24/templates/articles/index.d.ts +3 -0
  244. package/types/features/ad-native/sites/e24/templates/articles/recirc/index.d.ts +4 -0
  245. package/types/features/ad-native/sites/e24/templates/front/content/index.d.ts +4 -0
  246. package/types/features/ad-native/sites/e24/templates/front/content-display-basic/index.d.ts +4 -0
  247. package/types/features/ad-native/sites/e24/templates/front/index.d.ts +3 -0
  248. package/types/features/ad-native/sites/e24v2/e24-init.d.ts +5 -0
  249. package/types/features/ad-native/sites/e24v2/index.d.ts +10 -0
  250. package/types/features/ad-native/sites/e24v2/templates/articles/content/index.d.ts +4 -0
  251. package/types/features/ad-native/sites/e24v2/templates/articles/content-display-basic/index.d.ts +4 -0
  252. package/types/features/ad-native/sites/e24v2/templates/articles/index.d.ts +3 -0
  253. package/types/features/ad-native/sites/e24v2/templates/articles/recirc/index.d.ts +4 -0
  254. package/types/features/ad-native/sites/e24v2/templates/front/aksjelive/index.d.ts +4 -0
  255. package/types/features/ad-native/sites/e24v2/templates/front/content/index.d.ts +4 -0
  256. package/types/features/ad-native/sites/e24v2/templates/front/content-display-basic/index.d.ts +4 -0
  257. package/types/features/ad-native/sites/e24v2/templates/front/index.d.ts +3 -0
  258. package/types/features/ad-native/sites/godare/godare-init.d.ts +5 -0
  259. package/types/features/ad-native/sites/godare/index.d.ts +6 -0
  260. package/types/features/ad-native/sites/godare/templates/index.d.ts +3 -0
  261. package/types/features/ad-native/sites/godare/templates/single-integration/index.d.ts +4 -0
  262. package/types/features/ad-native/sites/godare/templates/utils.d.ts +1 -0
  263. package/types/features/ad-native/sites/godt/godt-init.d.ts +4 -0
  264. package/types/features/ad-native/sites/godt/index.d.ts +6 -0
  265. package/types/features/ad-native/sites/godt/templates/content/content-video.d.ts +2 -0
  266. package/types/features/ad-native/sites/godt/templates/content/content.d.ts +2 -0
  267. package/types/features/ad-native/sites/godt/templates/content/helpers.d.ts +10 -0
  268. package/types/features/ad-native/sites/godt/templates/content/index.d.ts +2 -0
  269. package/types/features/ad-native/sites/godt/templates/index.d.ts +3 -0
  270. package/types/features/ad-native/sites/godt/templates/native/helpers.d.ts +8 -0
  271. package/types/features/ad-native/sites/godt/templates/native/index.d.ts +1 -0
  272. package/types/features/ad-native/sites/godt/templates/native/native-video.d.ts +2 -0
  273. package/types/features/ad-native/sites/godt/templates/weekly-menu/index.d.ts +3 -0
  274. package/types/features/ad-native/sites/godt/templates/weekly-menu/stripe.d.ts +2 -0
  275. package/types/features/ad-native/sites/godt/templates/weekly-menu/weekly-menu-video.d.ts +2 -0
  276. package/types/features/ad-native/sites/godt/templates/weekly-menu/weekly-menu.d.ts +2 -0
  277. package/types/features/ad-native/sites/klart/index.d.ts +6 -0
  278. package/types/features/ad-native/sites/klart/klart-init.d.ts +5 -0
  279. package/types/features/ad-native/sites/klart/templates/classic/alcohol-warning-label.d.ts +2 -0
  280. package/types/features/ad-native/sites/klart/templates/classic/index.d.ts +4 -0
  281. package/types/features/ad-native/sites/klart/templates/content-display/index.d.ts +4 -0
  282. package/types/features/ad-native/sites/klart/templates/index.d.ts +3 -0
  283. package/types/features/ad-native/sites/minmote/index.d.ts +6 -0
  284. package/types/features/ad-native/sites/minmote/minmote-init.d.ts +4 -0
  285. package/types/features/ad-native/sites/minmote/templates/content/content.d.ts +2 -0
  286. package/types/features/ad-native/sites/minmote/templates/content/contentVideo.d.ts +2 -0
  287. package/types/features/ad-native/sites/minmote/templates/content/helpers.d.ts +9 -0
  288. package/types/features/ad-native/sites/minmote/templates/content/index.d.ts +2 -0
  289. package/types/features/ad-native/sites/minmote/templates/index.d.ts +3 -0
  290. package/types/features/ad-native/sites/minmote/templates/native/helpers.d.ts +8 -0
  291. package/types/features/ad-native/sites/minmote/templates/native/index.d.ts +1 -0
  292. package/types/features/ad-native/sites/minmote/templates/native/nativeVideo.d.ts +2 -0
  293. package/types/features/ad-native/sites/pent/index.d.ts +6 -0
  294. package/types/features/ad-native/sites/pent/pent-init.d.ts +4 -0
  295. package/types/features/ad-native/sites/polaris/index.d.ts +6 -0
  296. package/types/features/ad-native/sites/polaris/polaris-init.d.ts +4 -0
  297. package/types/features/ad-native/sites/polaris/templates/content/index.d.ts +4 -0
  298. package/types/features/ad-native/sites/polaris/templates/index.d.ts +3 -0
  299. package/types/features/ad-native/sites/polaris/templates/profilertstilling/index.d.ts +4 -0
  300. package/types/features/ad-native/sites/polaris/templates/stilling/index.d.ts +4 -0
  301. package/types/features/ad-native/sites/sa/index.d.ts +6 -0
  302. package/types/features/ad-native/sites/sa/sa-init.d.ts +4 -0
  303. package/types/features/ad-native/sites/sa/templates/content/index.d.ts +4 -0
  304. package/types/features/ad-native/sites/sa/templates/index.d.ts +3 -0
  305. package/types/features/ad-native/sites/shared/higher-order-functions/video.d.ts +3 -0
  306. package/types/features/ad-native/sites/shared/index.d.ts +5 -0
  307. package/types/features/ad-native/sites/shared/player-events.d.ts +5 -0
  308. package/types/features/ad-native/sites/shared/templates/abo/content-video/content-video.d.ts +4 -0
  309. package/types/features/ad-native/sites/shared/templates/abo/content-video/index.d.ts +3 -0
  310. package/types/features/ad-native/sites/shared/templates/abo/default/index.d.ts +4 -0
  311. package/types/features/ad-native/sites/shared/templates/abo/index.d.ts +3 -0
  312. package/types/features/ad-native/sites/shared/templates/abo/podme-section/index.d.ts +4 -0
  313. package/types/features/ad-native/sites/shared/templates/abo/recirc/index.d.ts +4 -0
  314. package/types/features/ad-native/sites/shared/templates/abo/video/index.d.ts +3 -0
  315. package/types/features/ad-native/sites/shared/templates/abo/video/template.d.ts +4 -0
  316. package/types/features/ad-native/sites/shared/templates/content-display-basic/content-display-basic-article.d.ts +4 -0
  317. package/types/features/ad-native/sites/shared/templates/content-display-basic/content-display-basic.d.ts +4 -0
  318. package/types/features/ad-native/sites/shared/templates/content-display-basic/index.d.ts +3 -0
  319. package/types/features/ad-native/sites/shared/templates/no/index.d.ts +3 -0
  320. package/types/features/ad-native/sites/shared/templates/no/native-recirc/index.d.ts +4 -0
  321. package/types/features/ad-native/sites/shared/templates/no/native-template/index.d.ts +4 -0
  322. package/types/features/ad-native/sites/shared/templates/video/index.d.ts +3 -0
  323. package/types/features/ad-native/sites/shared/templates/video/video.d.ts +4 -0
  324. package/types/features/ad-native/sites/svd/index.d.ts +6 -0
  325. package/types/features/ad-native/sites/svd/svd-init.d.ts +5 -0
  326. package/types/features/ad-native/sites/svd/templates/brandstudio-classic/index.d.ts +4 -0
  327. package/types/features/ad-native/sites/svd/templates/brandstudio-classic/panorama/index.d.ts +3 -0
  328. package/types/features/ad-native/sites/svd/templates/content-display/index.d.ts +4 -0
  329. package/types/features/ad-native/sites/svd/templates/index.d.ts +3 -0
  330. package/types/features/ad-native/sites/svd/templates/podme/index.d.ts +4 -0
  331. package/types/features/ad-native/sites/svd/templates/podme-section/index.d.ts +4 -0
  332. package/types/features/ad-native/sites/tek/index.d.ts +6 -0
  333. package/types/features/ad-native/sites/tek/tek-init.d.ts +4 -0
  334. package/types/features/ad-native/sites/tek/templates/content/content-video.d.ts +2 -0
  335. package/types/features/ad-native/sites/tek/templates/content/content.d.ts +2 -0
  336. package/types/features/ad-native/sites/tek/templates/content/helpers.d.ts +10 -0
  337. package/types/features/ad-native/sites/tek/templates/content/index.d.ts +2 -0
  338. package/types/features/ad-native/sites/tek/templates/index.d.ts +3 -0
  339. package/types/features/ad-native/sites/tek/templates/native/helpers.d.ts +9 -0
  340. package/types/features/ad-native/sites/tek/templates/native/index.d.ts +1 -0
  341. package/types/features/ad-native/sites/tek/templates/native/native-video.d.ts +2 -0
  342. package/types/features/ad-native/sites/vg/index.d.ts +6 -0
  343. package/types/features/ad-native/sites/vg/templates/content/content-video.d.ts +4 -0
  344. package/types/features/ad-native/sites/vg/templates/content/content.d.ts +4 -0
  345. package/types/features/ad-native/sites/vg/templates/content/index.d.ts +3 -0
  346. package/types/features/ad-native/sites/vg/templates/default-template/index.d.ts +4 -0
  347. package/types/features/ad-native/sites/vg/templates/fishfinger/index.d.ts +7 -0
  348. package/types/features/ad-native/sites/vg/templates/index.d.ts +3 -0
  349. package/types/features/ad-native/sites/vg/templates/inhouse/index.d.ts +4 -0
  350. package/types/features/ad-native/sites/vg/templates/podme/index.d.ts +4 -0
  351. package/types/features/ad-native/sites/vg/templates/podme_section/index.d.ts +4 -0
  352. package/types/features/ad-native/sites/vg/templates/recirc/index.d.ts +4 -0
  353. package/types/features/ad-native/sites/vg/templates/seamless-image/index.d.ts +4 -0
  354. package/types/features/ad-native/sites/vg/templates/shopping_affiliate/index.d.ts +4 -0
  355. package/types/features/ad-native/sites/vg/templates/ukesmeny/index.d.ts +4 -0
  356. package/types/features/ad-native/sites/vg/templates/ukesmeny-sponsor-stripe/index.d.ts +5 -0
  357. package/types/features/ad-native/sites/vg/templates/ukesmeny-video/index.d.ts +4 -0
  358. package/types/features/ad-native/sites/vg/templates/ukesmeny-video/videoTemplate.d.ts +4 -0
  359. package/types/features/ad-native/sites/vg/templates/utils/title-scalling/font-size-optimizer.d.ts +7 -0
  360. package/types/features/ad-native/sites/vg/templates/utils/title-scalling/font-size-optimizer.test.d.ts +1 -0
  361. package/types/features/ad-native/sites/vg/templates/utils/title-scalling/font-size-width.d.ts +4 -0
  362. package/types/features/ad-native/sites/vg/templates/utils/title-scalling/index.d.ts +6 -0
  363. package/types/features/ad-native/sites/vg/templates/utils/title-scalling/types.d.ts +9 -0
  364. package/types/features/ad-native/sites/vg/templates/video/index.d.ts +3 -0
  365. package/types/features/ad-native/sites/vg/templates/video/video.d.ts +4 -0
  366. package/types/features/ad-native/sites/vg/vg-init.d.ts +5 -0
  367. package/types/features/ad-native/sites/vgv2/index.d.ts +6 -0
  368. package/types/features/ad-native/sites/vgv2/templates/content/content-video.d.ts +4 -0
  369. package/types/features/ad-native/sites/vgv2/templates/content/content.d.ts +4 -0
  370. package/types/features/ad-native/sites/vgv2/templates/content/index.d.ts +3 -0
  371. package/types/features/ad-native/sites/vgv2/templates/default-template/index.d.ts +4 -0
  372. package/types/features/ad-native/sites/vgv2/templates/fishfinger/index.d.ts +7 -0
  373. package/types/features/ad-native/sites/vgv2/templates/index.d.ts +3 -0
  374. package/types/features/ad-native/sites/vgv2/templates/inhouse/index.d.ts +4 -0
  375. package/types/features/ad-native/sites/vgv2/templates/podme/index.d.ts +4 -0
  376. package/types/features/ad-native/sites/vgv2/templates/podme_section/index.d.ts +4 -0
  377. package/types/features/ad-native/sites/vgv2/templates/recirc/index.d.ts +4 -0
  378. package/types/features/ad-native/sites/vgv2/templates/seamless-image/index.d.ts +4 -0
  379. package/types/features/ad-native/sites/vgv2/templates/shopping_affiliate/index.d.ts +4 -0
  380. package/types/features/ad-native/sites/vgv2/templates/ukesmeny/index.d.ts +4 -0
  381. package/types/features/ad-native/sites/vgv2/templates/ukesmeny-sponsor-stripe/index.d.ts +5 -0
  382. package/types/features/ad-native/sites/vgv2/templates/ukesmeny-video/index.d.ts +4 -0
  383. package/types/features/ad-native/sites/vgv2/templates/ukesmeny-video/videoTemplate.d.ts +4 -0
  384. package/types/features/ad-native/sites/vgv2/templates/utils/title-scalling/font-size-optimizer.d.ts +7 -0
  385. package/types/features/ad-native/sites/vgv2/templates/utils/title-scalling/font-size-optimizer.test.d.ts +1 -0
  386. package/types/features/ad-native/sites/vgv2/templates/utils/title-scalling/font-size-width.d.ts +4 -0
  387. package/types/features/ad-native/sites/vgv2/templates/utils/title-scalling/index.d.ts +6 -0
  388. package/types/features/ad-native/sites/vgv2/templates/utils/title-scalling/types.d.ts +9 -0
  389. package/types/features/ad-native/sites/vgv2/templates/video/index.d.ts +3 -0
  390. package/types/features/ad-native/sites/vgv2/templates/video/video.d.ts +4 -0
  391. package/types/features/ad-native/sites/vgv2/vg-init.d.ts +5 -0
  392. package/types/features/ad-native/trackers/trackers.d.ts +5 -0
  393. package/types/features/ad-native/trackers/trackers.test.d.ts +1 -0
  394. package/types/features/ad-skyscrapers-split/components/SkyscrapersTrack.d.ts +3 -0
  395. package/types/features/ad-skyscrapers-split/components/types.d.ts +3 -0
  396. package/types/features/ad-skyscrapers-split/index.d.ts +2 -0
  397. package/types/features/ad-sponsorstripe/placement/index.d.ts +2 -0
  398. package/types/features/ad-sponsorstripe/scripts/index.d.ts +5 -0
  399. package/types/features/ad-sponsorstripe/scripts/observer.d.ts +2 -0
  400. package/types/features/ad-sponsorstripe/scripts/video-player-observer.d.ts +1 -0
  401. package/types/features/ad-sponsorstripe/scripts/visibility-observer.d.ts +2 -0
  402. package/types/features/ad-sponsorstripe/scripts/width-resizer.d.ts +2 -0
  403. package/types/features/ad-sponsorstripe/sites/abo/index.d.ts +4 -0
  404. package/types/features/ad-sponsorstripe/sites/aftonbladet/index.d.ts +4 -0
  405. package/types/features/ad-sponsorstripe/sites/godt/index.d.ts +2 -0
  406. package/types/features/ad-sponsorstripe/sites/minmote/index.d.ts +2 -0
  407. package/types/features/ad-sponsorstripe/sites/svd/index.d.ts +4 -0
  408. package/types/features/ad-sponsorstripe/sites/tek/index.d.ts +2 -0
  409. package/types/features/ad-sponsorstripe/sites/vg/index.d.ts +4 -0
  410. package/types/features/ad-takeover/config.d.ts +5 -0
  411. package/types/features/ad-takeover/handlers/cls-handler.d.ts +3 -0
  412. package/types/features/ad-takeover/handlers/events-handler.d.ts +13 -0
  413. package/types/features/ad-takeover/handlers/events-handler.test.d.ts +1 -0
  414. package/types/features/ad-takeover/handlers/formats-handler.d.ts +2 -0
  415. package/types/features/ad-takeover/handlers/insert-assets-handler.d.ts +4 -0
  416. package/types/features/ad-takeover/handlers/insert-assets-handler.test.d.ts +1 -0
  417. package/types/features/ad-takeover/handlers/lock-page.d.ts +3 -0
  418. package/types/features/ad-takeover/handlers/show-variant-handler.d.ts +3 -0
  419. package/types/features/ad-takeover/handlers/show-variant-handler.test.d.ts +1 -0
  420. package/types/features/ad-takeover/handlers/visibility-observer-handler.d.ts +2 -0
  421. package/types/features/ad-takeover/handlers/visibility-observer-handler.test.d.ts +1 -0
  422. package/types/features/ad-takeover/index.d.ts +5 -0
  423. package/types/features/ad-takeover/placement/formats/splash/index.d.ts +3 -0
  424. package/types/features/ad-takeover/placement/formats/topscroller/index.d.ts +3 -0
  425. package/types/features/ad-takeover/placement/formats/welcome-page/index.d.ts +3 -0
  426. package/types/features/ad-takeover/placement/index.d.ts +3 -0
  427. package/types/features/ad-takeover/utils.d.ts +14 -0
  428. package/types/features/ad-wallpaper/constants.d.ts +5 -0
  429. package/types/features/ad-wallpaper/index.d.ts +8 -0
  430. package/types/features/ad-wallpaper/wallpaper-listener.d.ts +2 -0
  431. package/types/features/ad-wallpaper/wallpaper-styling-setters.d.ts +5 -0
  432. package/types/features/adblock/index.d.ts +3 -0
  433. package/types/features/alertory/index.d.ts +5 -0
  434. package/types/features/alertory/locator.d.ts +3 -0
  435. package/types/features/alertory/site-config.d.ts +8 -0
  436. package/types/features/alertory/test-id.d.ts +5 -0
  437. package/types/features/alertory/test-id.test.d.ts +1 -0
  438. package/types/features/brandmetrics/Brandmetrics.d.ts +3 -0
  439. package/types/features/brandmetrics/index.d.ts +3 -0
  440. package/types/features/cogwheel/index.d.ts +2 -0
  441. package/types/features/cogwheel/index.test.d.ts +1 -0
  442. package/types/features/common/formats/Netboard/index.d.ts +3 -0
  443. package/types/features/common/formats/Skyscraper/index.d.ts +3 -0
  444. package/types/features/common/formats/Sponsorstripe/index.d.ts +3 -0
  445. package/types/features/common/formats/Wallpaper/index.d.ts +3 -0
  446. package/types/features/common/formats/helpers.d.ts +5 -0
  447. package/types/features/common/formats/index.d.ts +4 -0
  448. package/types/features/common/index.d.ts +1 -0
  449. package/types/features/dr-edition/DrEdition.d.ts +4 -0
  450. package/types/features/dr-edition/composition.d.ts +6 -0
  451. package/types/features/dr-edition/constants.d.ts +11 -0
  452. package/types/features/dr-edition/dr-edition-manager.d.ts +16 -0
  453. package/types/features/dr-edition/dr-edition-service.d.ts +10 -0
  454. package/types/features/dr-edition/handlers.d.ts +7 -0
  455. package/types/features/dr-edition/handlers.test.d.ts +1 -0
  456. package/types/features/dr-edition/index.d.ts +4 -0
  457. package/types/features/dr-edition/observer.d.ts +5 -0
  458. package/types/features/dr-edition/pulse-manager/default-pulse-manager.d.ts +17 -0
  459. package/types/features/dr-edition/pulse-manager/index.d.ts +4 -0
  460. package/types/features/dr-edition/pulse-manager/no-pulse-manager.d.ts +15 -0
  461. package/types/features/dr-edition/pulse-manager/se-pulse-manager.d.ts +13 -0
  462. package/types/features/dr-edition/renderer.d.ts +8 -0
  463. package/types/features/dr-edition/strategies/aftonbladet/index.d.ts +8 -0
  464. package/types/features/dr-edition/strategies/default.d.ts +8 -0
  465. package/types/features/dr-edition/strategies/e24/index.d.ts +10 -0
  466. package/types/features/dr-edition/strategies/vg/index.d.ts +11 -0
  467. package/types/features/dr-edition/types.d.ts +124 -0
  468. package/types/features/dr-edition/utils/html.d.ts +2 -0
  469. package/types/features/dr-edition/utils/url.d.ts +2 -0
  470. package/types/features/dr-edition/video-manager.d.ts +10 -0
  471. package/types/features/editable-configuration/constants.d.ts +3 -0
  472. package/types/features/editable-configuration/fetch-s3-config.d.ts +5 -0
  473. package/types/features/editable-configuration/fetch-s3-config.test.d.ts +1 -0
  474. package/types/features/editable-configuration/index.d.ts +3 -0
  475. package/types/features/editable-configuration/index.test.d.ts +1 -0
  476. package/types/features/editable-configuration/merge-configs.d.ts +4 -0
  477. package/types/features/editable-configuration/merge-configs.test.d.ts +1 -0
  478. package/types/features/finn-blink/config.d.ts +3 -0
  479. package/types/features/finn-blink/events.d.ts +5 -0
  480. package/types/features/finn-blink/finn-blink.d.ts +4 -0
  481. package/types/features/finn-blink/index.d.ts +3 -0
  482. package/types/features/finn-blink/renderer.d.ts +4 -0
  483. package/types/features/finn-blink/replacement-blink.d.ts +4 -0
  484. package/types/features/finn-blink/tcf.d.ts +2 -0
  485. package/types/features/finn-blink/tcf.test.d.ts +1 -0
  486. package/types/features/glimr/constants.d.ts +9 -0
  487. package/types/features/glimr/glimr-core-handler.d.ts +3 -0
  488. package/types/features/glimr/glimr-core-handler.test.d.ts +1 -0
  489. package/types/features/glimr/glimr-tag-filters.d.ts +4 -0
  490. package/types/features/glimr/glimr-tag-filters.test.d.ts +4 -0
  491. package/types/features/glimr/glimr-tags-handler.d.ts +4 -0
  492. package/types/features/glimr/glimr-tags-handler.test.d.ts +4 -0
  493. package/types/features/glimr/index.d.ts +2 -0
  494. package/types/features/interface/ad-native.d.ts +134 -0
  495. package/types/features/interface/ad-takeover.d.ts +6 -0
  496. package/types/features/interface/alertory.d.ts +18 -0
  497. package/types/features/interface/editable-configuration.d.ts +16 -0
  498. package/types/features/interface/finn-blink.d.ts +42 -0
  499. package/types/features/interface/fullscreen-scroll.d.ts +4 -0
  500. package/types/features/interface/glimr.d.ts +6 -0
  501. package/types/features/interface/player.d.ts +9 -0
  502. package/types/features/interface/prebid.d.ts +49 -0
  503. package/types/features/interface/privacy-broker.d.ts +16 -0
  504. package/types/features/interface/tracker.d.ts +91 -0
  505. package/types/features/norstat/index.d.ts +4 -0
  506. package/types/features/norstat/index.test.d.ts +1 -0
  507. package/types/features/player/events.d.ts +5 -0
  508. package/types/features/player/index.d.ts +1 -0
  509. package/types/features/player/player.d.ts +4 -0
  510. package/types/features/player/plugins/index.d.ts +2 -0
  511. package/types/features/player/plugins/mute/index.d.ts +2 -0
  512. package/types/features/player/plugins/ukesmeny-video/index.d.ts +2 -0
  513. package/types/features/player/types.d.ts +12 -0
  514. package/types/features/player/wait.d.ts +2 -0
  515. package/types/features/prebid/index.d.ts +1 -0
  516. package/types/features/prebid/prebid.d.ts +3 -0
  517. package/types/features/prebid/prebid.test.d.ts +1 -0
  518. package/types/features/prebid/relevant-yield-data.d.ts +4 -0
  519. package/types/features/prebid/relevant-yield-data.test.d.ts +1 -0
  520. package/types/features/prebid/window-properties-getters.d.ts +6 -0
  521. package/types/features/privacy-broker/constants.d.ts +2 -0
  522. package/types/features/privacy-broker/fetch-permissions.d.ts +3 -0
  523. package/types/features/privacy-broker/fetch-permissions.test.d.ts +1 -0
  524. package/types/features/privacy-broker/get-identity-object.d.ts +3 -0
  525. package/types/features/privacy-broker/identity-facade.d.ts +9 -0
  526. package/types/features/privacy-broker/identity-facade.test.d.ts +1 -0
  527. package/types/features/privacy-broker/index.d.ts +2 -0
  528. package/types/features/privacy-broker/permissions.d.ts +3 -0
  529. package/types/features/privacy-broker/permissions.test.d.ts +1 -0
  530. package/types/features/privacy-broker/session-storage.d.ts +7 -0
  531. package/types/features/privacy-broker/session-storage.test.d.ts +1 -0
  532. package/types/features/tracker/constants.d.ts +34 -0
  533. package/types/features/tracker/eid-mapping-builder.d.ts +12 -0
  534. package/types/features/tracker/eid-mapping-builder.test.d.ts +1 -0
  535. package/types/features/tracker/get-page-view-id.d.ts +3 -0
  536. package/types/features/tracker/index.d.ts +10 -0
  537. package/types/features/tracker/keys.d.ts +5 -0
  538. package/types/features/tracker/ppidsv2-manager.d.ts +9 -0
  539. package/types/features/tracker/ppidsv3-manager.d.ts +17 -0
  540. package/types/features/tracker/ppidsv3-manager.test.d.ts +1 -0
  541. package/types/features/video/index.d.ts +1 -0
  542. package/types/features/video/tcf.d.ts +4 -0
  543. package/types/interface/glimr.d.ts +5 -0
  544. package/types/interface/global.d.ts +41 -0
  545. package/types/interface/png-module.d.ts +4 -0
  546. package/types/interface/png-rollup-module.d.ts +4 -0
  547. package/types/interface/scss-modules.d.ts +1 -0
  548. package/types/sites/aftenposten/config.d.ts +3 -0
  549. package/types/sites/aftenposten/events.d.ts +14 -0
  550. package/types/sites/aftenposten/formats/Netboard/index.d.ts +3 -0
  551. package/types/sites/aftenposten/formats/Skyscraper/index.d.ts +3 -0
  552. package/types/sites/aftenposten/formats/Topboard/index.d.ts +3 -0
  553. package/types/sites/aftenposten/formats/Wallpaper/index.d.ts +2 -0
  554. package/types/sites/aftenposten/formats/helpers.d.ts +4 -0
  555. package/types/sites/aftenposten/formats/index.d.ts +4 -0
  556. package/types/sites/aftenposten/index.d.ts +4 -0
  557. package/types/sites/aftenposten/prepare-page-options.d.ts +3 -0
  558. package/types/sites/aftenposten/prepare-page-options.test.d.ts +1 -0
  559. package/types/sites/aftenposten/prepare-tag.d.ts +3 -0
  560. package/types/sites/aftenposten/prepare-tag.test.d.ts +1 -0
  561. package/types/sites/aftonbladet/config.d.ts +3 -0
  562. package/types/sites/aftonbladet/events.d.ts +14 -0
  563. package/types/sites/aftonbladet/formats/Insider/index.d.ts +3 -0
  564. package/types/sites/aftonbladet/formats/Integration/index.d.ts +3 -0
  565. package/types/sites/aftonbladet/formats/Panorama/index.d.ts +3 -0
  566. package/types/sites/aftonbladet/formats/Sponsorstripe/helpers.d.ts +4 -0
  567. package/types/sites/aftonbladet/formats/Sponsorstripe/index.d.ts +3 -0
  568. package/types/sites/aftonbladet/formats/Widescreen/helpers.d.ts +2 -0
  569. package/types/sites/aftonbladet/formats/Widescreen/index.d.ts +3 -0
  570. package/types/sites/aftonbladet/formats/helpers.d.ts +4 -0
  571. package/types/sites/aftonbladet/formats/index.d.ts +6 -0
  572. package/types/sites/aftonbladet/index.d.ts +2 -0
  573. package/types/sites/aftonbladet/prepare-page-options.d.ts +3 -0
  574. package/types/sites/aftonbladet/prepare-page-options.test.d.ts +1 -0
  575. package/types/sites/aftonbladet/prepare-tag.d.ts +3 -0
  576. package/types/sites/aftonbladet/prepare-tag.test.d.ts +1 -0
  577. package/types/sites/aftonbladetv2/config.d.ts +3 -0
  578. package/types/sites/aftonbladetv2/events.d.ts +14 -0
  579. package/types/sites/aftonbladetv2/formats/Insider/index.d.ts +3 -0
  580. package/types/sites/aftonbladetv2/formats/Integration/index.d.ts +3 -0
  581. package/types/sites/aftonbladetv2/formats/Panorama/index.d.ts +3 -0
  582. package/types/sites/aftonbladetv2/formats/Sponsorstripe/helpers.d.ts +3 -0
  583. package/types/sites/aftonbladetv2/formats/Sponsorstripe/index.d.ts +3 -0
  584. package/types/sites/aftonbladetv2/formats/Widescreen/helpers.d.ts +2 -0
  585. package/types/sites/aftonbladetv2/formats/Widescreen/index.d.ts +3 -0
  586. package/types/sites/aftonbladetv2/formats/helpers.d.ts +4 -0
  587. package/types/sites/aftonbladetv2/formats/index.d.ts +6 -0
  588. package/types/sites/aftonbladetv2/index.d.ts +2 -0
  589. package/types/sites/aftonbladetv2/prepare-page-options.d.ts +3 -0
  590. package/types/sites/aftonbladetv2/prepare-page-options.test.d.ts +1 -0
  591. package/types/sites/aftonbladetv2/prepare-tag.d.ts +3 -0
  592. package/types/sites/aftonbladetv2/prepare-tag.test.d.ts +1 -0
  593. package/types/sites/bt/config.d.ts +3 -0
  594. package/types/sites/bt/events.d.ts +14 -0
  595. package/types/sites/bt/formats/Netboard/index.d.ts +3 -0
  596. package/types/sites/bt/formats/Skyscraper/index.d.ts +3 -0
  597. package/types/sites/bt/formats/Topboard/index.d.ts +3 -0
  598. package/types/sites/bt/formats/Wallpaper/index.d.ts +2 -0
  599. package/types/sites/bt/formats/index.d.ts +4 -0
  600. package/types/sites/bt/index.d.ts +4 -0
  601. package/types/sites/bt/prepare-page-options.d.ts +3 -0
  602. package/types/sites/bt/prepare-page-options.test.d.ts +1 -0
  603. package/types/sites/e24/config.d.ts +3 -0
  604. package/types/sites/e24/events.d.ts +14 -0
  605. package/types/sites/e24/formats/Brandboard/index.d.ts +3 -0
  606. package/types/sites/e24/formats/Netboard/index.d.ts +3 -0
  607. package/types/sites/e24/formats/Skyscraper/index.d.ts +3 -0
  608. package/types/sites/e24/formats/Topboard/index.d.ts +3 -0
  609. package/types/sites/e24/formats/Wallpaper/index.d.ts +3 -0
  610. package/types/sites/e24/formats/helpers.d.ts +4 -0
  611. package/types/sites/e24/formats/index.d.ts +6 -0
  612. package/types/sites/e24/index.d.ts +2 -0
  613. package/types/sites/e24/prepare-page-options.d.ts +3 -0
  614. package/types/sites/e24/prepare-page-options.test.d.ts +1 -0
  615. package/types/sites/e24v2/config.d.ts +3 -0
  616. package/types/sites/e24v2/events.d.ts +14 -0
  617. package/types/sites/e24v2/formats/Aksjelive/index.d.ts +2 -0
  618. package/types/sites/e24v2/formats/Brandboard/index.d.ts +3 -0
  619. package/types/sites/e24v2/formats/Netboard/index.d.ts +3 -0
  620. package/types/sites/e24v2/formats/Skyscraper/index.d.ts +5 -0
  621. package/types/sites/e24v2/formats/Topboard/helpers.d.ts +2 -0
  622. package/types/sites/e24v2/formats/Topboard/index.d.ts +3 -0
  623. package/types/sites/e24v2/formats/Wallpaper/helpers.d.ts +2 -0
  624. package/types/sites/e24v2/formats/Wallpaper/index.d.ts +4 -0
  625. package/types/sites/e24v2/formats/index.d.ts +7 -0
  626. package/types/sites/e24v2/index.d.ts +2 -0
  627. package/types/sites/e24v2/prepare-page-options.d.ts +3 -0
  628. package/types/sites/e24v2/prepare-page-options.test.d.ts +1 -0
  629. package/types/sites/godare/config.d.ts +3 -0
  630. package/types/sites/godare/events.d.ts +14 -0
  631. package/types/sites/godare/formats/Buyrecipe/index.d.ts +3 -0
  632. package/types/sites/godare/formats/Integration/index.d.ts +3 -0
  633. package/types/sites/godare/formats/Panorama/index.d.ts +3 -0
  634. package/types/sites/godare/formats/helpers.d.ts +3 -0
  635. package/types/sites/godare/formats/index.d.ts +4 -0
  636. package/types/sites/godare/index.d.ts +2 -0
  637. package/types/sites/godare/prepare-page-options.d.ts +3 -0
  638. package/types/sites/godare/prepare-page-options.test.d.ts +1 -0
  639. package/types/sites/godt/config.d.ts +3 -0
  640. package/types/sites/godt/events.d.ts +14 -0
  641. package/types/sites/godt/index.d.ts +1 -0
  642. package/types/sites/godt/prepare-page-options.d.ts +3 -0
  643. package/types/sites/godt/prepare-page-options.test.d.ts +1 -0
  644. package/types/sites/klart/config.d.ts +3 -0
  645. package/types/sites/klart/events.d.ts +14 -0
  646. package/types/sites/klart/formats/Integration/index.d.ts +3 -0
  647. package/types/sites/klart/formats/Panorama/index.d.ts +3 -0
  648. package/types/sites/klart/formats/Widescreen/index.d.ts +3 -0
  649. package/types/sites/klart/formats/helpers.d.ts +3 -0
  650. package/types/sites/klart/formats/index.d.ts +4 -0
  651. package/types/sites/klart/index.d.ts +2 -0
  652. package/types/sites/klart/prepare-page-options.d.ts +3 -0
  653. package/types/sites/klart/prepare-tag.d.ts +3 -0
  654. package/types/sites/kompakt/config.d.ts +3 -0
  655. package/types/sites/kompakt/index.d.ts +1 -0
  656. package/types/sites/minmote/config.d.ts +3 -0
  657. package/types/sites/minmote/events.d.ts +14 -0
  658. package/types/sites/minmote/index.d.ts +2 -0
  659. package/types/sites/minmote/prepare-page-options.d.ts +3 -0
  660. package/types/sites/minmote/prepare-page-options.test.d.ts +1 -0
  661. package/types/sites/pent/config.d.ts +3 -0
  662. package/types/sites/pent/events.d.ts +14 -0
  663. package/types/sites/pent/index.d.ts +1 -0
  664. package/types/sites/pent/prepare-page-options.d.ts +3 -0
  665. package/types/sites/pent/prepare-page-options.test.d.ts +1 -0
  666. package/types/sites/sa/config.d.ts +3 -0
  667. package/types/sites/sa/events.d.ts +14 -0
  668. package/types/sites/sa/formats/Netboard/index.d.ts +3 -0
  669. package/types/sites/sa/formats/Skyscraper/index.d.ts +3 -0
  670. package/types/sites/sa/formats/Topboard/index.d.ts +3 -0
  671. package/types/sites/sa/formats/Wallpaper/index.d.ts +2 -0
  672. package/types/sites/sa/formats/index.d.ts +4 -0
  673. package/types/sites/sa/formats/scale-ads.d.ts +3 -0
  674. package/types/sites/sa/index.d.ts +4 -0
  675. package/types/sites/sa/prepare-page-options.d.ts +3 -0
  676. package/types/sites/sa/prepare-page-options.test.d.ts +1 -0
  677. package/types/sites/svd/config.d.ts +3 -0
  678. package/types/sites/svd/events.d.ts +14 -0
  679. package/types/sites/svd/formats/Insider/index.d.ts +3 -0
  680. package/types/sites/svd/formats/Panorama/index.d.ts +3 -0
  681. package/types/sites/svd/formats/Toppanorama/index.d.ts +3 -0
  682. package/types/sites/svd/formats/Widescreen/index.d.ts +3 -0
  683. package/types/sites/svd/formats/helpers.d.ts +5 -0
  684. package/types/sites/svd/formats/index.d.ts +5 -0
  685. package/types/sites/svd/index.d.ts +3 -0
  686. package/types/sites/svd/prepare-page-options.d.ts +3 -0
  687. package/types/sites/svd/prepare-page-options.test.d.ts +1 -0
  688. package/types/sites/svd/prepare-tag.d.ts +3 -0
  689. package/types/sites/tek/config.d.ts +3 -0
  690. package/types/sites/tek/events.d.ts +14 -0
  691. package/types/sites/tek/fallback-placement-to-backfill.d.ts +2 -0
  692. package/types/sites/tek/prepare-page-options.d.ts +3 -0
  693. package/types/sites/tek/prepare-page-options.test.d.ts +1 -0
  694. package/types/sites/vg/config.d.ts +3 -0
  695. package/types/sites/vg/custom-events-handler.d.ts +4 -0
  696. package/types/sites/vg/events.d.ts +14 -0
  697. package/types/sites/vg/formats/Brandboard/helpers.d.ts +3 -0
  698. package/types/sites/vg/formats/Netboard/index.d.ts +3 -0
  699. package/types/sites/vg/formats/Skyscraper/index.d.ts +3 -0
  700. package/types/sites/vg/formats/Topboard/index.d.ts +3 -0
  701. package/types/sites/vg/formats/Wallpaper/index.d.ts +3 -0
  702. package/types/sites/vg/formats/index.d.ts +4 -0
  703. package/types/sites/vg/formats/types.d.ts +4 -0
  704. package/types/sites/vg/index.d.ts +3 -0
  705. package/types/sites/vg/prepare-page-options.d.ts +3 -0
  706. package/types/sites/vg/prepare-page-options.test.d.ts +1 -0
  707. package/types/sites/vgv2/config.d.ts +3 -0
  708. package/types/sites/vgv2/custom-events-handler.d.ts +4 -0
  709. package/types/sites/vgv2/events.d.ts +14 -0
  710. package/types/sites/vgv2/formats/Brandboard/helpers.d.ts +3 -0
  711. package/types/sites/vgv2/formats/Netboard/index.d.ts +3 -0
  712. package/types/sites/vgv2/formats/Skyscraper/index.d.ts +3 -0
  713. package/types/sites/vgv2/formats/Topboard/index.d.ts +3 -0
  714. package/types/sites/vgv2/formats/Wallpaper/index.d.ts +3 -0
  715. package/types/sites/vgv2/formats/index.d.ts +4 -0
  716. package/types/sites/vgv2/formats/types.d.ts +4 -0
  717. package/types/sites/vgv2/index.d.ts +3 -0
  718. package/types/sites/vgv2/prepare-page-options.d.ts +3 -0
  719. package/types/sites/vgv2/prepare-page-options.test.d.ts +1 -0
  720. package/types/tests/default-test-data.d.ts +6 -0
  721. package/types/tests/mock-common.d.ts +2 -0
  722. package/types/tests/mock-glimr.d.ts +2 -0
  723. package/types/tests/mock-location.d.ts +2 -0
  724. package/types/tests/mock-screen-size.d.ts +2 -0
  725. package/types/tests/mock-tcf.d.ts +2 -0
  726. package/types/tests/setup-base-config.d.ts +3 -0
  727. package/types/tests/setupBaseHandlers.d.ts +3 -0
  728. package/types/tests/types.d.ts +35 -0
  729. package/types/utils/app-type/index.d.ts +3 -0
  730. package/types/utils/app-type/index.test.d.ts +1 -0
  731. package/types/utils/array-into-chunks/index.d.ts +2 -0
  732. package/types/utils/array-into-chunks/index.test.d.ts +1 -0
  733. package/types/utils/common/index.d.ts +10 -0
  734. package/types/utils/common/index.test.d.ts +1 -0
  735. package/types/utils/data-types/index.d.ts +1 -0
  736. package/types/utils/data-types/index.test.d.ts +1 -0
  737. package/types/utils/device/index.d.ts +10 -0
  738. package/types/utils/device/index.test.d.ts +1 -0
  739. package/types/utils/element-visibility/index.d.ts +2 -0
  740. package/types/utils/element-visibility/index.test.d.ts +1 -0
  741. package/types/utils/http-client/index.d.ts +3 -0
  742. package/types/utils/http-client/index.test.d.ts +1 -0
  743. package/types/utils/image/index.d.ts +2 -0
  744. package/types/utils/image/index.test.d.ts +1 -0
  745. package/types/utils/library/index.d.ts +3 -0
  746. package/types/utils/library/index.test.d.ts +1 -0
  747. package/types/utils/local-storage-client/index.d.ts +3 -0
  748. package/types/utils/local-storage-client/index.test.d.ts +1 -0
  749. package/types/utils/module/index.d.ts +3 -0
  750. package/types/utils/module/index.test.d.ts +1 -0
  751. package/types/utils/safe-execute-async/index.d.ts +3 -0
  752. package/types/utils/safe-execute-async/index.test.d.ts +1 -0
  753. package/types/utils/screen/index.d.ts +4 -0
  754. package/types/utils/screen/index.test.d.ts +1 -0
  755. package/types/utils/script/index.d.ts +2 -0
  756. package/types/utils/script/index.test.d.ts +1 -0
  757. package/types/utils/session-storage-client/index.d.ts +3 -0
  758. package/types/utils/session-storage-client/index.test.d.ts +1 -0
  759. package/types/utils/string/index.d.ts +3 -0
  760. package/types/utils/string/index.test.d.ts +1 -0
  761. package/types/utils/styles/index.d.ts +5 -0
  762. package/types/utils/styles/index.test.d.ts +1 -0
  763. package/types/utils/url/index.d.ts +3 -0
  764. package/types/utils/url/index.test.d.ts +1 -0
  765. package/types/utils/user-agent/index.d.ts +3 -0
  766. package/types/utils/user-agent/index.test.d.ts +1 -0
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,4 @@
1
+ import { CountryPrefix } from 'core/interface/countries';
2
+ declare const getCountryPrefix: () => CountryPrefix;
3
+ declare const getCountryCountPrefix: () => string;
4
+ export { getCountryPrefix, getCountryCountPrefix };
@@ -0,0 +1,4 @@
1
+ /**
2
+ * @jest-environment jsdom
3
+ */
4
+ export {};
@@ -0,0 +1,2 @@
1
+ declare const getCustomKeywords: () => Record<string, string>;
2
+ export { getCustomKeywords };
@@ -0,0 +1,6 @@
1
+ import { AstAdObj, AstKeywords, AstRendererOptions } from 'core/interface/ast';
2
+ declare const getAdDynamicOutstreamRenderOptionsObject: (invCode: string, options?: AstRendererOptions) => AstRendererOptions;
3
+ declare const getAdDynamicOutstreamKeywordObject: (invCode: string) => object | AstKeywords;
4
+ declare const removeMinHeightFromOutstreamAdSibling: (adObj: AstAdObj) => void;
5
+ declare const removeMinHeightFromOutstreamAd: (adObj: AstAdObj) => void;
6
+ export { getAdDynamicOutstreamKeywordObject, getAdDynamicOutstreamRenderOptionsObject, removeMinHeightFromOutstreamAdSibling, removeMinHeightFromOutstreamAd };
@@ -0,0 +1,4 @@
1
+ /**
2
+ * @jest-environment jsdom
3
+ */
4
+ export {};
@@ -0,0 +1,3 @@
1
+ import { AstAdObj } from 'core/interface/ast';
2
+ declare const applyFirefoxStyles: (adObj: AstAdObj) => void;
3
+ export { applyFirefoxStyles };
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,2 @@
1
+ declare const getTargetIdWithoutHash: (id: string) => string;
2
+ export { getTargetIdWithoutHash };
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,4 @@
1
+ import { MarginPriority, PrioEntry, PrioPreloadMarginMap } from 'core/interface/margins';
2
+ declare const marginsConfig: ({ high, normal, low }?: PrioPreloadMarginMap) => Record<MarginPriority, PrioEntry>;
3
+ declare const getRefreshMargin: (placementContainer: HTMLElement) => number;
4
+ export { marginsConfig, getRefreshMargin };
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,3 @@
1
+ import { AstAdObj } from 'core/interface/ast';
2
+ declare const isMediation: (adObj: AstAdObj) => boolean;
3
+ export { isMediation };
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,3 @@
1
+ declare const DEFAULT_TEST_MEMBER = 9826;
2
+ declare const isTestMemberEnabled: () => boolean;
3
+ export { isTestMemberEnabled, DEFAULT_TEST_MEMBER };
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,7 @@
1
+ import { Newsroom } from 'core/interface/newsrooms';
2
+ import { ObituariesKeywords } from 'core/interface/keywords';
3
+ import { EmptyObject } from 'core/interface/common';
4
+ declare function getObituariesKeywords(site: Newsroom): ObituariesKeywords | EmptyObject;
5
+ declare function isObituary(articleId: string): boolean;
6
+ declare function getArticleId(): string;
7
+ export { getObituariesKeywords, isObituary, getArticleId };
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,7 @@
1
+ declare const TCF_BYPASS_PARAM = "bypass_tcf";
2
+ declare const FINN_BLINK_PARAM = "finncode";
3
+ declare const isForcedTakeoverParam: () => boolean;
4
+ declare const isForcedStopTakeoverParam: () => boolean;
5
+ declare const isForcedDesc2Param: (desc2QueryParam: string) => boolean;
6
+ declare const isCollapsingAdDisabled: () => boolean;
7
+ export { isCollapsingAdDisabled, isForcedDesc2Param, isForcedStopTakeoverParam, isForcedTakeoverParam, FINN_BLINK_PARAM, TCF_BYPASS_PARAM };
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,6 @@
1
+ import { AstAdObj } from 'core/interface/ast';
2
+ declare const calculateScaleFactor: (adObj: AstAdObj, containerWidth?: number) => number;
3
+ declare const scaleAd: (adObj: AstAdObj, containerWidth?: number, setAdSizes?: (adObj: AstAdObj, factor: number) => void, callbackForSpecificScaling?: (adObj: AstAdObj) => void) => void;
4
+ declare const getAspectRatio: (imgWidth?: number, imgHeight?: number) => number | undefined;
5
+ declare const scaleAdIpadAirPortrait: (adObj: AstAdObj) => void;
6
+ export { scaleAd, calculateScaleFactor, getAspectRatio, scaleAdIpadAirPortrait };
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,4 @@
1
+ import { TCFConsentUtilities } from 'core/interface/tcf';
2
+ import { TCFConfig } from 'core/interface/config';
3
+ declare const useTCFConsent: (tcfConfig?: TCFConfig) => TCFConsentUtilities;
4
+ export { useTCFConsent };
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,2 @@
1
+ declare const getTextWithUnderlinedUrls: (text: string, tld: "se" | "no" | "fi" | "dk" | "nu") => string;
2
+ export { getTextWithUnderlinedUrls };
@@ -0,0 +1,6 @@
1
+ declare const saveInitialClassNames: (adContainer: HTMLElement) => void;
2
+ declare const removeAdditionalClasses: (adContainer: HTMLElement) => void;
3
+ declare const clearAdContainer: (adContainer: HTMLElement) => void;
4
+ declare const clearAllAds: () => void;
5
+ declare const reloadAllAds: () => void;
6
+ export { clearAllAds, reloadAllAds, removeAdditionalClasses, saveInitialClassNames, clearAdContainer };
@@ -0,0 +1,4 @@
1
+ declare function getCookie(cookieName: string): string | null;
2
+ declare function getAdUserId(): string | undefined;
3
+ declare function getUserId(): string | undefined;
4
+ export { getUserId, getAdUserId, getCookie };
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,15 @@
1
+ export interface AdComponentProps {
2
+ placementId: string;
3
+ adTheme?: string;
4
+ probableHeight?: string;
5
+ probableWidth?: string;
6
+ classNames?: AdStylesConfig;
7
+ irisClassNames?: Array<string>;
8
+ device?: 'mobile' | 'desktop' | 'all';
9
+ disabled?: boolean;
10
+ }
11
+ export interface AdStylesConfig {
12
+ wrapper: string;
13
+ container: string;
14
+ theme?: string;
15
+ }
@@ -0,0 +1,5 @@
1
+ export declare const AdTypes: {
2
+ readonly FINN_BLINK: "finn-blink";
3
+ readonly NATIVE_AD: "native-ad";
4
+ };
5
+ export type AdType = (typeof AdTypes)[keyof typeof AdTypes];
@@ -0,0 +1,8 @@
1
+ import { AstAdObj } from './ast';
2
+ export interface AlertoryAttributesProps {
3
+ adObj?: AstAdObj;
4
+ preferredTestIdData?: {
5
+ targetId: string;
6
+ testId: string;
7
+ };
8
+ }
@@ -0,0 +1,277 @@
1
+ export type AstCommand = () => void;
2
+ export type AstAdType = 'banner' | 'video' | 'native' | 'outstream';
3
+ export interface AstBanner {
4
+ content: string;
5
+ height: number;
6
+ width: number;
7
+ }
8
+ export interface AstNativeImage {
9
+ height: number;
10
+ width: number;
11
+ url: string;
12
+ prevent_crop: boolean;
13
+ }
14
+ export interface AstNativeVideo {
15
+ content: string;
16
+ }
17
+ export interface AstNative {
18
+ title: string;
19
+ sponsoredBy: string;
20
+ desc2?: string;
21
+ clickUrl: string;
22
+ clickTrackers: Array<string>;
23
+ clickFallbackUrl?: string;
24
+ displayUrl?: string;
25
+ downloads?: Array<string>;
26
+ cta?: string;
27
+ address?: string;
28
+ body: string;
29
+ main_media?: {
30
+ url: string;
31
+ };
32
+ image: AstNativeImage;
33
+ icon: AstNativeIcon;
34
+ impressionTrackers?: Array<string>;
35
+ javascriptTrackers?: Array<string>;
36
+ likes?: number;
37
+ phone?: string;
38
+ price?: string;
39
+ privacyLink?: string;
40
+ rating?: number;
41
+ saleprice?: number;
42
+ fullText?: string;
43
+ type?: string;
44
+ custom?: {
45
+ type: string;
46
+ };
47
+ video?: AstNativeVideo;
48
+ customTitle1?: string;
49
+ customTitle2?: string;
50
+ customTitle3?: string;
51
+ customTitle4?: string;
52
+ description?: string;
53
+ customIcon2: AstNativeIcon;
54
+ }
55
+ export interface AstAdObj {
56
+ adType: AstAdType;
57
+ height: number;
58
+ source: string;
59
+ targetId: string;
60
+ width: number;
61
+ native?: AstNative;
62
+ desc2?: string;
63
+ image?: object;
64
+ tagId?: number;
65
+ cpm?: object;
66
+ buyerMemberId?: number;
67
+ impressionTrackersFired?: boolean;
68
+ auctionId?: string;
69
+ creativeId?: number;
70
+ banner?: AstBanner;
71
+ subtype?: string;
72
+ renderer_url?: string;
73
+ bidderId?: number | undefined;
74
+ }
75
+ export interface AdformNativeParams {
76
+ body: string;
77
+ clickUrl: string;
78
+ icon: string;
79
+ image: string;
80
+ sponsoredBy: string;
81
+ title: string;
82
+ clickTrackers: Array<string>;
83
+ }
84
+ export interface AdformCustomParams {
85
+ divId: string;
86
+ native: AdformNativeParams;
87
+ bid: {
88
+ adId: string;
89
+ };
90
+ }
91
+ export interface AstAdError {
92
+ code: number;
93
+ errMessage: string;
94
+ exception: Error;
95
+ targetId: string;
96
+ }
97
+ export interface AstTagObj {
98
+ targetId: string;
99
+ }
100
+ export interface Events {
101
+ adRequested: () => void;
102
+ adAvailable: (adObj: AstAdObj) => void;
103
+ adLoaded: (adObj: AstAdObj) => void;
104
+ adNoBid: (adObj: AstAdObj) => void;
105
+ adError: (adError: AstAdError, adObj: AstAdObj) => void;
106
+ adCollapse: () => void;
107
+ adRequestFailure: (adError: AstAdError) => void;
108
+ adBadRequest: (adError: AstAdError) => void;
109
+ adLoadedMediated: (adObj: AstAdObj) => void;
110
+ adNoBidMediated: (adObj: AstAdObj) => void;
111
+ }
112
+ export type AstEventType = 'adRequested' | 'adAvailable' | 'adBadRequest' | 'adLoaded' | 'adNoBid' | 'adRequestFailure' | 'adError' | 'adCollapse' | 'adNoBidMediated' | 'adLoadedMediated';
113
+ export interface AstOnEventFunction {
114
+ (eventType: 'adRequested', eventHandler: AstCommand, targetId?: string): void;
115
+ (eventType: 'adAvailable', eventHandler: (adObj: AstAdObj) => void, targetId?: string): void;
116
+ (eventType: 'adLoaded', eventHandler: (adObj: AstAdObj) => void, targetId?: string): void;
117
+ (eventType: 'adNoBid', eventHandler: (adObj: AstAdObj) => void, targetId?: string): void;
118
+ (eventType: 'adCollapse', eventHandler: AstCommand, targetId?: string): void;
119
+ (eventType: 'adRequestFailure', eventHandler: (adError: AstAdError) => void, targetId?: string): void;
120
+ (eventType: 'adBadRequest', eventHandler: (adError: AstAdError) => void, targetId?: string): void;
121
+ (eventType: 'adError', eventHandler: (adError: AstAdError, adObj: AstAdObj) => void, targetId?: string): void;
122
+ (eventType: 'adLoadedMediated', eventHandler: (adObj: AstAdObj) => void, targetId?: string): void;
123
+ (eventType: 'adNoBidMediated', eventHandler: (adObj: AstAdObj) => void, targetId?: string): void;
124
+ }
125
+ export interface AstNativeItem {
126
+ required: boolean;
127
+ }
128
+ export type AstKeywordValue = Array<string> | string | number | Array<number> | undefined;
129
+ export type AstKeywords = Record<string, AstKeywordValue> & {
130
+ 'se-generic-adformat'?: Array<string>;
131
+ 'se-generic-targetid'?: Array<string>;
132
+ 'se-sch-supply_type'?: Array<string>;
133
+ 'no-sno-adformat'?: Array<string>;
134
+ 'no-sno-targetid'?: Array<string>;
135
+ 'aa-sch-dynamic-outstream'?: Array<string>;
136
+ };
137
+ export interface AstRendererOptions {
138
+ disableCollapse?: {
139
+ hideControlBar: boolean;
140
+ enabled: boolean;
141
+ replay: boolean;
142
+ };
143
+ playerSkin?: {
144
+ videoBackgroundColor: string;
145
+ };
146
+ safeFrameAutoInitialSize?: boolean;
147
+ aspectRatio?: string;
148
+ enableInlineVideoForIos?: boolean;
149
+ autoInitialSize?: boolean;
150
+ maxHeight?: MaxHeightParams;
151
+ fixedSizePlayer?: boolean;
152
+ }
153
+ export interface MaxHeightParams {
154
+ enabled: boolean;
155
+ height: number;
156
+ }
157
+ export interface AstNativeParams {
158
+ customTitle1: AstNativeItem;
159
+ customTitle2: AstNativeItem;
160
+ customTitle3: AstNativeItem;
161
+ customTitle4: AstNativeItem;
162
+ title: AstNativeItem;
163
+ body: AstNativeItem;
164
+ image: AstNativeItem;
165
+ icon: AstNativeItem;
166
+ sponsoredBy: AstNativeItem;
167
+ cta: AstNativeItem;
168
+ clickUrl: AstNativeItem;
169
+ desc2: AstNativeItem;
170
+ rating?: AstNativeItem;
171
+ displayUrl: AstNativeItem;
172
+ likes?: AstNativeItem;
173
+ downloads?: AstNativeItem;
174
+ price?: AstNativeItem;
175
+ saleprice?: AstNativeItem;
176
+ phone?: AstNativeItem;
177
+ address?: AstNativeItem;
178
+ description: AstNativeItem;
179
+ video?: AstNativeItem;
180
+ customIcon2?: AstNativeItem;
181
+ }
182
+ export interface AstDefineTagParams {
183
+ invCode: string;
184
+ targetId: string;
185
+ sizes: Array<Array<number>>;
186
+ keywords?: AstKeywords;
187
+ rendererOptions?: AstRendererOptions;
188
+ native?: AstNativeParams;
189
+ allowedFormats?: Array<AstAdType>;
190
+ enableSafeFrame?: boolean;
191
+ externalImpId?: string;
192
+ resizeAdParentDiv?: boolean;
193
+ safeframeConfig?: SafeFrameConfig;
194
+ dynamicSizeWidthCheck?: boolean;
195
+ }
196
+ export interface SafeFrameConfig {
197
+ allowExpansionByPush?: boolean;
198
+ allowExpansionByOverlay?: boolean;
199
+ }
200
+ export interface EidsUserSource {
201
+ id: string;
202
+ source: string;
203
+ }
204
+ export interface AstUserIds {
205
+ type: string;
206
+ eids: Array<EidsUserSource>;
207
+ }
208
+ export interface AstUser {
209
+ externalUid?: string;
210
+ dnt?: boolean;
211
+ userIds?: Array<AstUserIds>;
212
+ }
213
+ interface AstTrackingManagement {
214
+ native?: {
215
+ loadViewabilityScriptAt?: 'adresponse' | 'impression';
216
+ };
217
+ }
218
+ export interface AstRenderingManagement {
219
+ sandboxAdIframe: boolean;
220
+ sandboxAttributes: Array<string>;
221
+ }
222
+ export interface AstPageOptions {
223
+ keywords: Record<string, AstKeywordValue>;
224
+ enableSafeFrame?: boolean;
225
+ disablePsa?: boolean;
226
+ user?: AstUser;
227
+ member?: number;
228
+ trackingManagement?: AstTrackingManagement;
229
+ renderingManagement?: AstRenderingManagement;
230
+ }
231
+ export interface AstApnTagRequests {
232
+ user?: AstUser;
233
+ keywords: AstKeywords;
234
+ member: number;
235
+ tags: Record<string, {
236
+ adResponse: {
237
+ ads: Array<{
238
+ rtb: {
239
+ banner: AstBanner;
240
+ native: AstNative;
241
+ };
242
+ }>;
243
+ };
244
+ uuid?: string;
245
+ invCode?: string;
246
+ }>;
247
+ }
248
+ export interface AstApnTag {
249
+ anq: Array<AstCommand>;
250
+ defineTag: (params: AstDefineTagParams) => AstTagObj;
251
+ showTag: (targetId: string) => void;
252
+ onEvent: AstOnEventFunction;
253
+ offEvent: (eventType: AstEventType, targetId: string) => void;
254
+ refresh: (targetIds: Array<string>) => void;
255
+ modifyTag: (targetId: string, params: Partial<AstDefineTagParams>) => void;
256
+ loadTags: (targetIds?: Array<string>) => void;
257
+ emitEvent: (targetId: string, eventName: string) => void;
258
+ setPageOpts: (params: AstPageOptions) => void;
259
+ resizeAd: (targetId: string, size: Array<string | number>, config?: {
260
+ resizeAdParentDiv?: boolean;
261
+ }) => void;
262
+ getAstVersion: () => string;
263
+ setEndpoint: (endpoint: string, freezeIbUrl: boolean) => void;
264
+ requests?: AstApnTagRequests;
265
+ fireImpressionTrackers: (nativeObject: AstAdObj) => void;
266
+ setKeywords: (ids: Array<string>, keywords: AstKeywords, options: {
267
+ overrideKeyValue: boolean;
268
+ }) => void;
269
+ clearRequest: (targetIds?: Array<string> | string) => void;
270
+ }
271
+ export interface AstNativeIcon {
272
+ url: string;
273
+ height?: number;
274
+ width?: number;
275
+ prevent_crop?: boolean;
276
+ }
277
+ export {};
@@ -0,0 +1,2 @@
1
+ export type CMPChoice = '0' | '1' | '2';
2
+ export type CMPPreference = 'analytics' | 'advertising' | 'marketing' | 'personalisation';
@@ -0,0 +1,8 @@
1
+ export type EmptyObject = Record<string, never>;
2
+ export type asyncFn<T> = () => Promise<T>;
3
+ export type onErrorCallback = (error: unknown) => void;
4
+ export interface Size {
5
+ height: number;
6
+ width: number;
7
+ }
8
+ export type StandardQueueCallback = () => void;