@20minutes/tyr 2.41.7 → 2.41.8

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.
@@ -160,7 +160,7 @@ export declare enum ComponentNameAstro {
160
160
  ASTRO_HOMEPAGE_CONTENT = "astro/astro-homepage-content",
161
161
  ASTRO_LINK = "astro/link",
162
162
  ASTRO_ASTRO_TILES = "astro/astro-tiles",
163
- ASTRO_ASTRO_LINK_NEXT_TYPE = "astro/astro-link-next-type",
163
+ ASTRO_ASTRO_LINKS_NEXT_TYPES = "astro/astro-links-next-types",
164
164
  ASTRO_ASTRO_TILES_HEADING = "astro/astro-tiles-heading"
165
165
  }
166
166
  export declare enum ComponentNameJournalist {
@@ -69,6 +69,7 @@ export interface Didomi {
69
69
  id: string;
70
70
  }) => void) => void;
71
71
  setCurrentUserStatus(status: DidomiStatus): Promise<void>;
72
+ shouldUserStatusBeCollected: () => boolean;
72
73
  }
73
74
  export type DidomiOnReady = ((Didomi: Didomi) => void)[];
74
75
  interface EventListener {
@@ -11,7 +11,8 @@ export declare enum ThirdpartyScripts {
11
11
  IDALGO = "idalgo",
12
12
  NONLI = "nonli",
13
13
  TABOOLA = "taboola-sdk",
14
- MEDIEGO = "mediego"
14
+ MEDIEGO = "mediego",
15
+ BATCH = "batch-sdk"
15
16
  }
16
17
  interface Script {
17
18
  name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@20minutes/tyr",
3
- "version": "2.41.7",
3
+ "version": "2.41.8",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+ssh://git@github.com/20minutes/tyr.git"