@usercentrics/cmp-browser-sdk
Advanced tools
Comparing version 4.35.1 to 4.35.2
@@ -1,1 +0,1 @@ | ||
export{e as API_COMMANDS,as as BUTTON_ALIGNMENT,aA as CLOSE_OPTION,aQ as CONSENT_ACTION,aR as CONSENT_TYPE,aB as Core,ar as DPS_DISPLAY_FORMAT,aT as FIRST_LAYER_VARIANT,aW as SECOND_LAYER_SIDE,aw as SECOND_LAYER_TRIGGER,aU as SECOND_LAYER_VARIANT,aX as TCF_DECISION_UI_LAYER,aV as THEME,aS as TRACKING_EVENT_TYPE,aC as UI_LAYER,aD as UI_VARIANT,az as default,aE as isCcpaData,aF as isCcpaLabels,aG as isCcpaUI,aH as isDefaultData,aI as isDefaultLabels,aJ as isDefaultUI,aM as isNotPrivacyButtonLabels,aL as isPrivacyButtonLabels,aK as isPrivacyButtonUI,aN as isTcfData,aO as isTcfLabels,aP as isTcfUI}from"./index-91572096.js"; | ||
export{e as API_COMMANDS,as as BUTTON_ALIGNMENT,aA as CLOSE_OPTION,aQ as CONSENT_ACTION,aR as CONSENT_TYPE,aB as Core,ar as DPS_DISPLAY_FORMAT,aT as FIRST_LAYER_VARIANT,aW as SECOND_LAYER_SIDE,aw as SECOND_LAYER_TRIGGER,aU as SECOND_LAYER_VARIANT,aX as TCF_DECISION_UI_LAYER,aV as THEME,aS as TRACKING_EVENT_TYPE,aC as UI_LAYER,aD as UI_VARIANT,az as default,aE as isCcpaData,aF as isCcpaLabels,aG as isCcpaUI,aH as isDefaultData,aI as isDefaultLabels,aJ as isDefaultUI,aM as isNotPrivacyButtonLabels,aL as isPrivacyButtonLabels,aK as isPrivacyButtonUI,aN as isTcfData,aO as isTcfLabels,aP as isTcfUI}from"./index-8f7f28bd.js"; |
@@ -31,2 +31,1 @@ export declare const ARIA_LABELS: { | ||
export declare const USERCENTRICS_POWERED_BY_URL = "https://www.usercentrics.com/consent-management-platform-powered-by-usercentrics/"; | ||
export declare const USERCENTRICS_DATA_SHIELD_URL = "https://usercentrics.com/usercentrics-data-shield/"; |
@@ -13,2 +13,2 @@ export declare const CONSENSU_COOKIE_BRIDGE_ID = "uc-consensu-org-cookie-bridge"; | ||
export declare const PURPOSE_ONE_ID = 1; | ||
export declare const RESURFACE_PERIOD_IN_DAYS = 365; | ||
export declare const RESURFACE_PERIOD_IN_DAYS = 390; |
@@ -23,3 +23,3 @@ import { BaseCategory, BaseService, Category, DataExchangeSetting, LogoPosition, Maybe, Service } from './interfaces'; | ||
export declare const mergeCategoriesWithLabels: (categories: CategoryData[], categoriesLabels: CategoryLabels[], servicesLabels: ServiceLabels[]) => Category[]; | ||
export declare const getPoweredByLink: (settingsID?: string) => string; | ||
export declare const getPoweredByLink: () => string; | ||
export declare const isCcpaData: (data: Maybe<Data>) => data is CcpaData; | ||
@@ -26,0 +26,0 @@ export declare const isTcfData: (data: Maybe<Data>) => data is TcfData; |
{ | ||
"name": "@usercentrics/cmp-browser-sdk", | ||
"version": "4.35.1", | ||
"version": "4.35.2", | ||
"tcfCmpVersion": "3", | ||
"author": "Usercentrics GmbH", | ||
"description": "Usercentrics CMP Browser SDK", | ||
"homepage": "https://docs.usercentrics.com/cmp_browser_sdk/4.35.1/index.html", | ||
"homepage": "https://docs.usercentrics.com/cmp_browser_sdk/4.35.2/index.html", | ||
"license": "SEE LICENSE IN LICENSE.md", | ||
@@ -9,0 +9,0 @@ "main": "dist/index.js", |
@@ -43,3 +43,3 @@ # Usercentrics CMP Browser SDK | ||
The constructor also supports an optional [Options](https://docs.usercentrics.com/cmp_browser_sdk/4.35.1/interfaces/InitOptions.html) parameter. | ||
The constructor also supports an optional [Options](https://docs.usercentrics.com/cmp_browser_sdk/4.35.2/interfaces/InitOptions.html) parameter. | ||
@@ -131,3 +131,3 @@ ## Geolocation initialization | ||
The constructor also supports an optional [Options](https://docs.usercentrics.com/cmp_browser_sdk/4.35.1/interfaces/InitOptions.html) parameter. | ||
The constructor also supports an optional [Options](https://docs.usercentrics.com/cmp_browser_sdk/4.35.2/interfaces/InitOptions.html) parameter. | ||
@@ -233,3 +233,3 @@ For TCF, the `createTcfApiStub` option needs to be set to true in order for the \_\_tcfapi queue to initialize right away (we cannot wait for the settings request to finish). | ||
- `getServicesBaseInfo` retrieve all services with their base information, without fetching the aggregator. | ||
- Returns [BaseService](https://docs.usercentrics.com/cmp_browser_sdk/4.35.1/interfaces/BaseService.html)[] | ||
- Returns [BaseService](https://docs.usercentrics.com/cmp_browser_sdk/4.35.2/interfaces/BaseService.html)[] | ||
@@ -244,3 +244,3 @@ ```js | ||
- `getServicesFullInfo` retrieves all services with their complete information, fetching the aggregator if necessary. | ||
- Returns Promise<[Service](https://docs.usercentrics.com/cmp_browser_sdk/4.35.1/modules.html#service)[]> | ||
- Returns Promise<[Service](https://docs.usercentrics.com/cmp_browser_sdk/4.35.2/modules.html#service)[]> | ||
@@ -261,3 +261,3 @@ ```js | ||
- `getCategoriesBaseInfo` retrieves the categories and their base services info to display this information in your UI. | ||
- Returns [BaseCategory](https://docs.usercentrics.com/cmp_browser_sdk/4.35.1/interfaces/BaseCategory.html)[] | ||
- Returns [BaseCategory](https://docs.usercentrics.com/cmp_browser_sdk/4.35.2/interfaces/BaseCategory.html)[] | ||
@@ -272,3 +272,3 @@ ```js | ||
- `getCategoriesFullInfo` retrieves the categories and their full services info to display this information in your UI. | ||
- Returns Promise<[Category](https://docs.usercentrics.com/cmp_browser_sdk/4.35.1/interfaces/Category.html)[]> | ||
- Returns Promise<[Category](https://docs.usercentrics.com/cmp_browser_sdk/4.35.2/interfaces/Category.html)[]> | ||
@@ -328,3 +328,3 @@ ```js | ||
```html | ||
<script src="https://app.usercentrics.eu/browser-sdk/4.35.1/bundle.js"></script> | ||
<script src="https://app.usercentrics.eu/browser-sdk/4.35.2/bundle.js"></script> | ||
``` | ||
@@ -360,3 +360,3 @@ | ||
**NOTE**: If you need Internet Explorer 11 support, you can point the `src` attribute to `https://app.usercentrics.eu/browser-sdk/4.35.1/bundle_legacy.js`. | ||
**NOTE**: If you need Internet Explorer 11 support, you can point the `src` attribute to `https://app.usercentrics.eu/browser-sdk/4.35.2/bundle_legacy.js`. | ||
@@ -371,2 +371,2 @@ ## Considerations for building your custom TCF v2.0 UI | ||
Documentation can be found on our [documentation website](https://docs.usercentrics.com/cmp_browser_sdk/4.35.1/index.html). | ||
Documentation can be found on our [documentation website](https://docs.usercentrics.com/cmp_browser_sdk/4.35.2/index.html). |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1809552
23595