@20minutes/tyr 2.41.9 → 2.42.0

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.
@@ -0,0 +1 @@
1
+ export declare const handleFirstParty: () => void;
@@ -1,3 +1,5 @@
1
1
  export declare const cookieItemsToKeep: string[];
2
2
  export declare const localItemsToKeep: string[];
3
3
  export declare const sessionItemsToKeep: string[];
4
+ export declare const requiredPurposes: readonly ["mesureda-6qyqaZXC", "publicite-9qedKJMX", "activation-bVrTKmmw", "attributio-nChbC4e9", "cookies", "select_basic_ads", "create_ads_profile", "select_personalized_ads", "measure_ad_performance", "measure_content_performance", "market_research", "improve_products", "device_characteristics", "geolocation_data", "create_content_profile", "select_personalized_content", "use_limited_data_to_select_content"];
5
+ export declare const requiredVendors: readonly ["firstidt-yhUPqUTn", "20minutes-TB2pKd68", "20minutes-aFP8daKL", "20minutes-267jiLcq", "366sas-U9KhdfCC", "ultimedia", "amazonadv-U9UXjWkj", "google", "cxense"];
@@ -7,6 +7,12 @@ export declare const setCookie: (options: {
7
7
  path: string;
8
8
  domain: string;
9
9
  }) => void;
10
+ export declare const decodeJwtCookie: (cookieName: string) => {
11
+ subscription: {
12
+ id: string;
13
+ subscriptionEndAt: string;
14
+ };
15
+ } | null;
10
16
  export declare const getCookieValue: (cookieName: string) => string;
11
17
  export declare const deleteCookie: (options: {
12
18
  name: string;