@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.
- package/core/aftenposten/es/index.css +1 -1
- package/core/aftenposten/es/index.d.ts +4 -0
- package/core/aftenposten/es/index.js +1 -1
- package/core/aftenposten/index.d.ts +4 -0
- package/core/aftenposten/index.js +1 -1
- package/core/aftenpostenv2/es/index.css +1 -1
- package/core/aftenpostenv2/es/index.d.ts +4 -0
- package/core/aftenpostenv2/es/index.js +1 -1
- package/core/aftonbladet/es/index.css +1 -1
- package/core/aftonbladet/es/index.d.ts +4 -0
- package/core/aftonbladet/index.d.ts +4 -0
- package/core/aftonbladetv2/es/index.css +1 -1
- package/core/aftonbladetv2/es/index.d.ts +4 -0
- package/core/bt/es/index.css +1 -1
- package/core/bt/es/index.d.ts +4 -0
- package/core/bt/es/index.js +1 -1
- package/core/bt/index.d.ts +4 -0
- package/core/bt/index.js +1 -1
- package/core/e24/es/index.css +1 -1
- package/core/e24/es/index.d.ts +4 -0
- package/core/e24/es/index.js +1 -1
- package/core/e24/index.d.ts +4 -0
- package/core/e24/index.js +1 -1
- package/core/fotbollskanalen/es/index.css +1 -1
- package/core/fotbollskanalen/es/index.d.ts +4 -0
- package/core/fotbollskanalen/index.d.ts +4 -0
- package/core/godare/index.d.ts +4 -0
- package/core/godt/index.d.ts +4 -0
- package/core/klart/index.d.ts +4 -0
- package/core/koket/es/index.css +1 -1
- package/core/koket/es/index.d.ts +4 -0
- package/core/koket/index.d.ts +4 -0
- package/core/kompakt/index.d.ts +4 -0
- package/core/minmote/index.d.ts +4 -0
- package/core/pent/index.d.ts +4 -0
- package/core/sa/es/index.css +1 -1
- package/core/sa/es/index.d.ts +4 -0
- package/core/sa/es/index.js +1 -1
- package/core/sa/index.d.ts +4 -0
- package/core/sa/index.js +1 -1
- package/core/sav2/es/index.css +1 -1
- package/core/sav2/es/index.d.ts +4 -0
- package/core/sav2/es/index.js +1 -1
- package/core/svd/es/index.css +1 -1
- package/core/svd/es/index.d.ts +4 -0
- package/core/svd/index.d.ts +4 -0
- package/core/svdv2/es/index.css +1 -1
- package/core/svdv2/es/index.d.ts +4 -0
- package/core/tek/index.d.ts +4 -0
- package/core/tek/index.js +1 -1
- package/core/tv4/es/index.d.ts +4 -0
- package/core/tv4/index.d.ts +4 -0
- package/core/tvnu/index.d.ts +4 -0
- package/core/vg/es/index.css +1 -1
- package/core/vg/es/index.d.ts +4 -0
- package/core/vg/es/index.js +1 -1
- package/core/vg/index.d.ts +4 -0
- package/core/vg/index.js +1 -1
- package/core/vgv2/es/index.css +1 -1
- package/core/vgv2/es/index.d.ts +4 -0
- package/core/vgv2/es/index.js +1 -1
- package/features/ad-native/index.d.ts +2 -0
- package/features/dr-edition/es/index.d.ts +2 -0
- package/features/dr-edition/index.d.ts +2 -0
- package/features/kilkaya/es/index.d.ts +2 -0
- package/features/kilkaya/index.d.ts +2 -0
- package/features/tracker/index.d.ts +2 -0
- package/package.json +1 -1
- package/sites/aftenposten/es/index.css +1 -1
- package/sites/aftenpostenv2/es/index.css +1 -1
- package/sites/aftonbladet/es/index.css +1 -1
- package/sites/aftonbladetv2/es/index.css +1 -1
- package/sites/bt/es/index.css +1 -1
- package/sites/e24/es/index.css +1 -1
- package/sites/fotbollskanalen/es/index.css +1 -1
- package/sites/koket/es/index.css +1 -1
- package/sites/sa/es/index.css +1 -1
- package/sites/sav2/es/index.css +1 -1
- package/sites/svd/es/index.css +1 -1
- package/sites/svdv2/es/index.css +1 -1
- package/sites/tv4/es/index.css +1 -1
- package/sites/vg/es/index.css +1 -1
- package/sites/vgv2/es/index.css +1 -1
- package/types/core/interface/config.d.ts +2 -0
- 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 {};
|