@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
package/core/vg/index.d.ts
CHANGED
|
@@ -317,6 +317,8 @@ type DistributionTypes = 'REALESTATE' | 'REALESTATE_RETARGET' | 'REALESTATE_LEIS
|
|
|
317
317
|
interface BlinkConstructorOptions {
|
|
318
318
|
remote?: string;
|
|
319
319
|
userId?: string;
|
|
320
|
+
id?: string;
|
|
321
|
+
hashed_email?: string;
|
|
320
322
|
theme?: string;
|
|
321
323
|
}
|
|
322
324
|
interface BlinkInstance {
|
|
@@ -471,6 +473,7 @@ interface FinnBlinkConfig {
|
|
|
471
473
|
channel?: string;
|
|
472
474
|
userId?: string;
|
|
473
475
|
uuid?: string;
|
|
476
|
+
identifierUrl?: string;
|
|
474
477
|
theme?: Theme;
|
|
475
478
|
replacementConfig?: {
|
|
476
479
|
adsToReplace?: Array<Array<string>>;
|
|
@@ -493,6 +496,7 @@ interface FinnBlinkPlacementConfig {
|
|
|
493
496
|
theme?: Theme;
|
|
494
497
|
advertoryTheme?: string;
|
|
495
498
|
loadOnlyFinnBlink?: boolean;
|
|
499
|
+
useNewConstructor?: boolean;
|
|
496
500
|
}
|
|
497
501
|
interface PrebidConfig {
|
|
498
502
|
enabled: boolean;
|