@usercentrics/cmp-browser-sdk
Advanced tools
Comparing version 4.38.3 to 4.38.4
@@ -1,1 +0,1 @@ | ||
export{e as API_COMMANDS,ar as BUTTON_ALIGNMENT,az as CLOSE_OPTION,aP as CONSENT_ACTION,aQ as CONSENT_TYPE,aA as Core,aq as DPS_DISPLAY_FORMAT,aS as FIRST_LAYER_VARIANT,aV as SECOND_LAYER_SIDE,av as SECOND_LAYER_TRIGGER,aT as SECOND_LAYER_VARIANT,aW as TCF_DECISION_UI_LAYER,aU as THEME,aR as TRACKING_EVENT_TYPE,aB as UI_LAYER,aC as UI_VARIANT,ay as default,aD as isCcpaData,aE as isCcpaLabels,aF as isCcpaUI,aG as isDefaultData,aH as isDefaultLabels,aI as isDefaultUI,aL as isNotPrivacyButtonLabels,aK as isPrivacyButtonLabels,aJ as isPrivacyButtonUI,aM as isTcfData,aN as isTcfLabels,aO as isTcfUI}from"./index-f0d9ab94.js"; | ||
export{e as API_COMMANDS,ar as BUTTON_ALIGNMENT,az as CLOSE_OPTION,aP as CONSENT_ACTION,aQ as CONSENT_TYPE,aA as Core,aq as DPS_DISPLAY_FORMAT,aS as FIRST_LAYER_VARIANT,aV as SECOND_LAYER_SIDE,av as SECOND_LAYER_TRIGGER,aT as SECOND_LAYER_VARIANT,aW as TCF_DECISION_UI_LAYER,aU as THEME,aR as TRACKING_EVENT_TYPE,aB as UI_LAYER,aC as UI_VARIANT,ay as default,aD as isCcpaData,aE as isCcpaLabels,aF as isCcpaUI,aG as isDefaultData,aH as isDefaultLabels,aI as isDefaultUI,aL as isNotPrivacyButtonLabels,aK as isPrivacyButtonLabels,aJ as isPrivacyButtonUI,aM as isTcfData,aN as isTcfLabels,aO as isTcfUI}from"./index-de057e3d.js"; |
@@ -115,3 +115,3 @@ import { BUTTON_ALIGNMENT, DPS_DISPLAY_FORMAT, FIRST_LAYER_VARIANT, SECOND_LAYER_SIDE, SECOND_LAYER_TRIGGER, SECOND_LAYER_VARIANT } from '../../SettingsV2/enums'; | ||
SUB_SERVICES_DESCRIPTION: string; | ||
TCF_MAX_STORAGE_DURATION_TITLE: string; | ||
WEB_TCF_MAX_STORAGE_DURATION_TITLE: string; | ||
THIRD_COUNTRY_TRANSFER: string; | ||
@@ -118,0 +118,0 @@ VENDORS_OUTSIDE_EU: string; |
{ | ||
"name": "@usercentrics/cmp-browser-sdk", | ||
"version": "4.38.3", | ||
"version": "4.38.4", | ||
"tcfCmpVersion": "3", | ||
"author": "Usercentrics GmbH", | ||
"description": "Usercentrics CMP Browser SDK", | ||
"homepage": "https://docs.usercentrics.com/cmp_browser_sdk/4.38.3/index.html", | ||
"homepage": "https://docs.usercentrics.com/cmp_browser_sdk/4.38.4/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.38.3/interfaces/InitOptions.html) parameter. | ||
The constructor also supports an optional [Options](https://docs.usercentrics.com/cmp_browser_sdk/4.38.4/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.38.3/interfaces/InitOptions.html) parameter. | ||
The constructor also supports an optional [Options](https://docs.usercentrics.com/cmp_browser_sdk/4.38.4/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.38.3/interfaces/BaseService.html)[] | ||
- Returns [BaseService](https://docs.usercentrics.com/cmp_browser_sdk/4.38.4/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.38.3/modules.html#service)[]> | ||
- Returns Promise<[Service](https://docs.usercentrics.com/cmp_browser_sdk/4.38.4/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.38.3/interfaces/BaseCategory.html)[] | ||
- Returns [BaseCategory](https://docs.usercentrics.com/cmp_browser_sdk/4.38.4/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.38.3/interfaces/Category.html)[]> | ||
- Returns Promise<[Category](https://docs.usercentrics.com/cmp_browser_sdk/4.38.4/interfaces/Category.html)[]> | ||
@@ -328,3 +328,3 @@ ```js | ||
```html | ||
<script src="https://app.usercentrics.eu/browser-sdk/4.38.3/bundle.js"></script> | ||
<script src="https://app.usercentrics.eu/browser-sdk/4.38.4/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.38.3/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.38.4/bundle_legacy.js`. | ||
@@ -371,3 +371,3 @@ ## 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.38.3/index.html). | ||
Documentation can be found on our [documentation website](https://docs.usercentrics.com/cmp_browser_sdk/4.38.4/index.html). | ||
@@ -374,0 +374,0 @@ ## License |
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
2699960