@schibsted/advertory 2.71.1 → 2.71.2

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 (85) hide show
  1. package/core/aftenposten/es/index.css +1 -1
  2. package/core/aftenposten/es/index.d.ts +4 -0
  3. package/core/aftenposten/es/index.js +1 -1
  4. package/core/aftenposten/index.d.ts +4 -0
  5. package/core/aftenposten/index.js +1 -1
  6. package/core/aftenpostenv2/es/index.css +1 -1
  7. package/core/aftenpostenv2/es/index.d.ts +4 -0
  8. package/core/aftenpostenv2/es/index.js +1 -1
  9. package/core/aftonbladet/es/index.css +1 -1
  10. package/core/aftonbladet/es/index.d.ts +4 -0
  11. package/core/aftonbladet/index.d.ts +4 -0
  12. package/core/aftonbladetv2/es/index.css +1 -1
  13. package/core/aftonbladetv2/es/index.d.ts +4 -0
  14. package/core/bt/es/index.css +1 -1
  15. package/core/bt/es/index.d.ts +4 -0
  16. package/core/bt/es/index.js +1 -1
  17. package/core/bt/index.d.ts +4 -0
  18. package/core/bt/index.js +1 -1
  19. package/core/e24/es/index.css +1 -1
  20. package/core/e24/es/index.d.ts +4 -0
  21. package/core/e24/es/index.js +1 -1
  22. package/core/e24/index.d.ts +4 -0
  23. package/core/e24/index.js +1 -1
  24. package/core/fotbollskanalen/es/index.css +1 -1
  25. package/core/fotbollskanalen/es/index.d.ts +4 -0
  26. package/core/fotbollskanalen/index.d.ts +4 -0
  27. package/core/godare/index.d.ts +4 -0
  28. package/core/godt/index.d.ts +4 -0
  29. package/core/klart/index.d.ts +4 -0
  30. package/core/koket/es/index.css +1 -1
  31. package/core/koket/es/index.d.ts +4 -0
  32. package/core/koket/index.d.ts +4 -0
  33. package/core/kompakt/index.d.ts +4 -0
  34. package/core/minmote/index.d.ts +4 -0
  35. package/core/pent/index.d.ts +4 -0
  36. package/core/sa/es/index.css +1 -1
  37. package/core/sa/es/index.d.ts +4 -0
  38. package/core/sa/es/index.js +1 -1
  39. package/core/sa/index.d.ts +4 -0
  40. package/core/sa/index.js +1 -1
  41. package/core/sav2/es/index.css +1 -1
  42. package/core/sav2/es/index.d.ts +4 -0
  43. package/core/sav2/es/index.js +1 -1
  44. package/core/svd/es/index.css +1 -1
  45. package/core/svd/es/index.d.ts +4 -0
  46. package/core/svd/index.d.ts +4 -0
  47. package/core/svdv2/es/index.css +1 -1
  48. package/core/svdv2/es/index.d.ts +4 -0
  49. package/core/tek/index.d.ts +4 -0
  50. package/core/tek/index.js +1 -1
  51. package/core/tv4/es/index.d.ts +4 -0
  52. package/core/tv4/index.d.ts +4 -0
  53. package/core/tvnu/index.d.ts +4 -0
  54. package/core/vg/es/index.css +1 -1
  55. package/core/vg/es/index.d.ts +4 -0
  56. package/core/vg/es/index.js +1 -1
  57. package/core/vg/index.d.ts +4 -0
  58. package/core/vg/index.js +1 -1
  59. package/core/vgv2/es/index.css +1 -1
  60. package/core/vgv2/es/index.d.ts +4 -0
  61. package/core/vgv2/es/index.js +1 -1
  62. package/features/ad-native/index.d.ts +2 -0
  63. package/features/dr-edition/es/index.d.ts +2 -0
  64. package/features/dr-edition/index.d.ts +2 -0
  65. package/features/kilkaya/es/index.d.ts +2 -0
  66. package/features/kilkaya/index.d.ts +2 -0
  67. package/features/tracker/index.d.ts +2 -0
  68. package/package.json +1 -1
  69. package/sites/aftenposten/es/index.css +1 -1
  70. package/sites/aftenpostenv2/es/index.css +1 -1
  71. package/sites/aftonbladet/es/index.css +1 -1
  72. package/sites/aftonbladetv2/es/index.css +1 -1
  73. package/sites/bt/es/index.css +1 -1
  74. package/sites/e24/es/index.css +1 -1
  75. package/sites/fotbollskanalen/es/index.css +1 -1
  76. package/sites/koket/es/index.css +1 -1
  77. package/sites/sa/es/index.css +1 -1
  78. package/sites/sav2/es/index.css +1 -1
  79. package/sites/svd/es/index.css +1 -1
  80. package/sites/svdv2/es/index.css +1 -1
  81. package/sites/tv4/es/index.css +1 -1
  82. package/sites/vg/es/index.css +1 -1
  83. package/sites/vgv2/es/index.css +1 -1
  84. package/types/core/interface/config.d.ts +2 -0
  85. package/types/features/interface/finn-blink.d.ts +3 -0
@@ -145,6 +145,7 @@ export interface FinnBlinkConfig {
145
145
  channel?: string;
146
146
  userId?: string;
147
147
  uuid?: string;
148
+ identifierUrl?: string;
148
149
  theme?: Theme;
149
150
  replacementConfig?: {
150
151
  adsToReplace?: Array<Array<string>>;
@@ -172,6 +173,7 @@ export interface FinnBlinkPlacementConfig {
172
173
  theme?: Theme;
173
174
  advertoryTheme?: string;
174
175
  loadOnlyFinnBlink?: boolean;
176
+ useNewConstructor?: boolean;
175
177
  }
176
178
  export interface PrebidConfig {
177
179
  enabled: boolean;
@@ -11,6 +11,8 @@ export interface FinnBlinkData extends FinnBlinkPlacementConfig {
11
11
  export interface BlinkConstructorOptions {
12
12
  remote?: string;
13
13
  userId?: string;
14
+ id?: string;
15
+ hashed_email?: string;
14
16
  theme?: string;
15
17
  }
16
18
  export interface BlinkInstance {
@@ -36,5 +38,6 @@ export type FinnBlinkSuccessOptions = (Omit<FinnBlinkPlacementConfig, 'enabled'>
36
38
  channel: string;
37
39
  uuid?: string;
38
40
  id?: string;
41
+ hashed_email?: string;
39
42
  }) | FinnBlinkSelectorConfig;
40
43
  export {};